chore: update readme
This commit is contained in:
parent
63f745e247
commit
718da5a2f6
2 changed files with 1 additions and 2 deletions
BIN
.zk/notebook.db
BIN
.zk/notebook.db
Binary file not shown.
|
@ -30,13 +30,12 @@ new entries and manage the knowledge base.
|
||||||
| ------------- | ---------------------- | ----------------------------------------------------------------------------------------- |
|
| ------------- | ---------------------- | ----------------------------------------------------------------------------------------- |
|
||||||
| `z` | `cd $HOME/repos/eolas` | Access Zettelkasten |
|
| `z` | `cd $HOME/repos/eolas` | Access Zettelkasten |
|
||||||
| `zn` | `zk new --title ...` | Create new entry from template |
|
| `zn` | `zk new --title ...` | Create new entry from template |
|
||||||
|
| `<leader> zk` | `:ZkNotes` | Access Zettelkasten from anywhere within `nvim` |
|
||||||
| `<leader> zi` | `:ZkIndex` | Index Zettelkasten within `nvim` |
|
| `<leader> zi` | `:ZkIndex` | Index Zettelkasten within `nvim` |
|
||||||
| `<leader> zt` | `:ZkTags` | View tags via [Telescope](https://github.com/nvim-telescope/telescope.nvim) within `nvim` |
|
| `<leader> zt` | `:ZkTags` | View tags via [Telescope](https://github.com/nvim-telescope/telescope.nvim) within `nvim` |
|
||||||
| `<leader> zl` | `:ZkLinks` | View links in current entry via Telescope within `nvim` |
|
| `<leader> zl` | `:ZkLinks` | View links in current entry via Telescope within `nvim` |
|
||||||
| `<leader> zb` | `:ZkBacklinks` | View backlinks to current entry via Telescope within `nvim` |
|
| `<leader> zb` | `:ZkBacklinks` | View backlinks to current entry via Telescope within `nvim` |
|
||||||
|
|
||||||
// what about viewing all zets from another dir?
|
|
||||||
|
|
||||||
## Frontmatter
|
## Frontmatter
|
||||||
|
|
||||||
When I run the `zn` command this generates a new Zettelkasten entry with the
|
When I run the `zn` command this generates a new Zettelkasten entry with the
|
||||||
|
|
Loading…
Add table
Reference in a new issue