Commit Graph

25 Commits (5ddb53688035d115f941f0c8255f6e6618e608ac)

Author SHA1 Message Date
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) 2 years ago
Oliver Marriott 60478c653a
Update `ZKMatch` for new `match` string-array requirement (#85) 2 years ago
Pete Kazmier 73affbc95f
Lazily load note contents in Telescope (#63) 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
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
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
Karim Abou Zeid 910253023e
Allow empty note titles in pickers (#25) 2 years ago
Karim Abou Zeid 9ddedad880
Fix #19 (#20) 3 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>
3 years ago
Karim Abou Zeid d5681f0f49
Add `:ZkNewLink` and update `:ZkNew` and `:ZkIndex` (#12) 3 years ago
Karim Abou Zeid 8605ff475f
Inline queries, documentation updates (#11) 3 years ago
Clément Joly c1e7520eb9
Add an orphan picker (#10)
List notes that need to be linked.
3 years ago
Karim Abou Zeid cd66837e8c option to skip creation of user commands 3 years ago
Karim Abou Zeid 89179f1949
Kick start the plugin and Telescope extension (#5) 3 years ago