Commit Graph

46 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>
3 weeks ago
Tillman Jex fb0962b75a
readme: notify of maintenance mode (#160) 4 months 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) 6 months ago
Xuanli e9e5e21dbe
Attach current buffer once before creating autocmd for lazy loading (#145) 7 months ago
Víctor Reyes Rodríguez 797618aa07
Add support for `fzf-lua` as a picker (#138) 10 months ago
Mickaël Menu 5ddb536880 Add issue and discussion templates 12 months ago
Demaro Stanberry 275578853d
Escape special characters in paths (#118) 1 year ago
Mickaël Menu ff3a9661d9
Fix error when scrolling in the Telescope picker (#116) 1 year ago
Alexandre Teoi 73045ba60b
Remove user command creation and deletion wrappers (#115) 1 year ago
pk-kampanart 1d3068e96f
Fix error when the `picker_options` is nil with `require("zk").edit` (#113) 1 year ago
Michał Modzelewski 50fc25b88f
Look for externally started LCP server (#105) 1 year ago
Patrick Anker 0413c52500
Add support for 'zk.link', with commands `ZkInsertLink` and `ZkInsertLinkAtSelection` (#97) 1 year ago
Mickaël Menu 2fd9f9f292
Allow to inline new notes in the current buffer (#92) 1 year ago
Little Clover 29c278c584
Update documentation on new `match` requirement (#90) 1 year ago
Oliver Marriott 60478c653a
Update `ZKMatch` for new `match` string-array requirement (#85) 1 year ago
Pete Kazmier 73affbc95f
Lazily load note contents in Telescope (#63) 2 years ago
johnl c887d8eb05
Small wording change (#64) 2 years ago
the continium fab4bb7fd9
Add callback to `zk.index` (#60) 2 years ago
Ivan Devát 614ec31800
Fix tag name selection in fzf (#57) 2 years 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
ZHENG PiaoDan 58fee43929
Fix 's: expected string, got nil' on :ZkNotes (#49) 2 years ago
ZHENG PiaoDan 1c98ff60a1
fzf: Fix jumping to note with spaces in filename (#48) 2 years ago
Mickaël Menu d705faa82d
Fix Plug instructions (#40) 2 years ago
Karim Abou Zeid b13a191fbb
Fix `ZkNewFromTitleSelection` from a visual block selection (#35) 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
Scott Stevenson 4b7b1a1a54
Ignore Neovim help tags file (#30) 2 years ago
Mickaël Menu f4c8773c2d Add a triage GitHub workflow 2 years ago
Karim Abou Zeid 910253023e
Allow empty note titles in pickers (#25) 2 years ago
Karim Abou Zeid 5826043421
Update README.md (#23) 2 years ago
Karim Abou Zeid 65a3ad8094
Better instructions for improved syntax highlights (#21) 2 years ago
Mickaël Menu 73db7e5faf
Improve key mappings example (#18) 2 years ago
Karim Abou Zeid 9ddedad880
Fix #19 (#20) 2 years ago
Karim Abou Zeid 17d2880421
Fix typos in README (#15) 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 d5681f0f49
Add `:ZkNewLink` and update `:ZkNew` and `:ZkIndex` (#12) 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
Ben Smith 959d87222b
Merge pull request #9 from mickael-menu/kabouzeid-patch-1
Fix typos
2 years ago
Karim Abou Zeid b438a7450f
Fix typos 2 years ago
Ben Smith 32699ddaa7
Merge pull request #8 from kabouzeid/skip_create_user_commands
option to skip creation of user commands
2 years ago
Karim Abou Zeid cd66837e8c option to skip creation of user commands 2 years ago
Karim Abou Zeid 89179f1949
Kick start the plugin and Telescope extension (#5) 2 years ago
Mickaël Menu 88a327ef1c
Initial commit 3 years ago