Commit Graph

10 Commits (main)

Author SHA1 Message Date
Pete Kazmier e2b6d62b18
feat: add support for `mini.pick` as a picker (#163)
* Add support for `mini.pick` as a picker

* Remove old comments

* fix: note title in mini.pick

* Refactor and add support for multi-select

---------

Co-authored-by: Karim Abou Zeid <7303830+kabouzeid@users.noreply.github.com>
1 month ago
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
4 months ago
Miika Nissi 142625638d
Documentation for `fzf_lua` support (#149) 7 months ago
Little Clover 29c278c584
Update documentation on new `match` requirement (#90) 1 year ago
deforde 1e942d3f74
Add tags picker to Telescope extension. (#54) 2 years ago
Mickaël Menu 80576e1041
Fix documentation references to `zk.api` (#52) 2 years ago
Karim Abou Zeid c3b1bcfe2c
Don't swallow LSP errors at zk.api level (#31) 2 years ago
Karim Abou Zeid 210bea5286
Change default note sort order (#29) 2 years ago
Karim Abou Zeid 65a3ad8094
Better instructions for improved syntax highlights (#21) 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