File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ to see it in action.
99
1010## Requirements
1111
12- | ` zk-nvim ` | ` zk ` | Neovim |
13- | --------- | --------------- | ------------- |
14- | HEAD | >=0.14.1 | >=0.10.0 |
15- | 0.1.1 | 0.13.0 - 0.14.1 | 0.9.5 |
16- | 0.1.0 | 0.13.0 - 0.14.1 | 0.8.0 - 0.9.5 |
12+ | ` zk-nvim ` | ` zk ` | Neovim |
13+ | ------------ | --------------- | ------------- |
14+ | 0.2.0 - HEAD | >=0.14.1 | >=0.10.0 |
15+ | 0.1.1 | 0.13.0 - 0.14.1 | 0.9.5 |
16+ | 0.1.0 | 0.13.0 - 0.14.1 | 0.8.0 - 0.9.5 |
1717
1818## Installation
1919
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ Neovim extension for the `zk` (https://github.com/zk-org/zk) plain text note-tak
2828--------------------------------------------------------------------------------
2929REQUIREMENTS *zk-requirements*
3030
31- * Neovim >= 0.8 .0
32- * `zk ` >= 0.13.0
31+ * Neovim >= 0.10 .0
32+ * `zk ` >= 0.14.1
3333
3434--------------------------------------------------------------------------------
3535INSTALLATION *zk-installation*
@@ -141,6 +141,10 @@ BUILT-IN COMMANDS *zk-built-in_command
141141 " (optional) additional options, see https://github.com/zk-org/zk/blob/main/docs/tips/editors-integration.md#zklist
142142 :ZkNotes [{options}]
143143<
144+ " Opens a notes picker for active buffers (showing notebook files only).
145+ " params
146+ " (optional) additional options, see https://github.com/zk-org/zk/blob/main/docs/tips/editors-integration.md#zklist
147+ :ZkBuffers [{options} ]
144148>
145149 " Opens a notes picker for the backlinks of the current buffer
146150 " params
You can’t perform that action at this time.
0 commit comments