Commit Graph

16 Commits

Author SHA1 Message Date
Mickaël Menu
80576e1041
Fix documentation references to zk.api (#52) 2022-06-01 22:14:27 +02:00
Mickaël Menu
d705faa82d
Fix Plug instructions (#40) 2022-02-13 18:44:28 +01:00
Karim Abou Zeid
c3b1bcfe2c
Don't swallow LSP errors at zk.api level (#31) 2022-01-29 23:20:23 +01:00
Karim Abou Zeid
210bea5286
Change default note sort order (#29) 2022-01-29 19:35:51 +01:00
Karim Abou Zeid
5826043421
Update README.md (#23) 2022-01-13 17:56:35 +01:00
Karim Abou Zeid
65a3ad8094
Better instructions for improved syntax highlights (#21) 2022-01-13 11:38:37 +01:00
Mickaël Menu
73db7e5faf
Improve key mappings example (#18) 2022-01-10 10:02:11 +01:00
Karim Abou Zeid
17d2880421
Fix typos in README (#15) 2022-01-04 09:44:14 +01:00
Karim Abou Zeid
b0ce17b020
major refactoring, custom commands, configurable picker (#14)
* new way of defining user commands

* add FZF picker

* support vim.ui.select as picker

* refactor

* update readme

* Improved architecture, according to https://github.com/mickael-menu/zk-nvim/pull/14#pullrequestreview-840097886

* fix lsp not attaching buffers

* make "select" the default picker

* update README

* simplify picker api, make multi_select=true the default

* rename action->cb

* amend

* rename path->notebook_path and move into options arg

* fix

* Update README

* easier command syntax

* use new command api

* clean up commands

* easier command syntax

* doc

* update README

* add more code documentation

* update README

* remove lspconfig dependency

* add autogenerated vimdoc (md2vim)

* fix command viml syntax

* better command syntax

* correctly (not) handle character encoding when getting selected text

* README fixes

* Remove `zk.edit_from_tags`

* fixes, also remove `:Telescope zk tags`

* update vimdoc

Co-authored-by: Mickaël Menu <mickael.menu@gmail.com>
2022-01-02 00:13:36 +01:00
Karim Abou Zeid
d5681f0f49
Add :ZkNewLink and update :ZkNew and :ZkIndex (#12) 2021-12-23 20:22:44 +01:00
Karim Abou Zeid
8605ff475f
Inline queries, documentation updates (#11) 2021-12-22 20:04:44 +01:00
Clément Joly
c1e7520eb9
Add an orphan picker (#10)
List notes that need to be linked.
2021-12-21 23:32:45 +01:00
Karim Abou Zeid
b438a7450f
Fix typos 2021-12-20 23:27:41 +01:00
Karim Abou Zeid
cd66837e8c option to skip creation of user commands 2021-12-20 23:19:51 +01:00
Karim Abou Zeid
89179f1949
Kick start the plugin and Telescope extension (#5) 2021-12-20 23:06:14 +01:00
Mickaël Menu
88a327ef1c
Initial commit 2021-08-16 10:03:21 +02:00