Commit Graph

6 Commits (094132da00c867cf1b7b3d5444c1a6a93c671b45)

Author SHA1 Message Date
Michael McDonagh 094132da00
Remove references to old repo (#158)
as part of project handover, references to github.com/mickael-menu/zk-nvim are removed. 
Now pointing to ../zk-org/zk-nvim
5 months ago
deforde 1e942d3f74
Add tags picker to Telescope extension. (#54) 2 years ago
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>
2 years ago
Karim Abou Zeid 8605ff475f
Inline queries, documentation updates (#11) 2 years ago
Clément Joly c1e7520eb9
Add an orphan picker (#10)
List notes that need to be linked.
2 years ago
Karim Abou Zeid 89179f1949
Kick start the plugin and Telescope extension (#5) 2 years ago