Commit Graph

205 Commits

Author SHA1 Message Date
Mickaël Menu
1fc7ceafac
Fallback LSP references to the current note (#79) 2021-09-13 22:25:19 +02:00
Michał Kiełbowicz
b0e59bbefa
Support pandoc filetype (#77)
Enable compatibility with vim-pandoc-syntax
2021-09-12 13:13:28 +02:00
Mickaël Menu
5abbab4c73
Upgrade dependencies (#73) 2021-08-18 19:51:43 +02:00
Mickaël Menu
8c7ec93ca5
Allow setting the --working-dir and --notebook-dir flags before the subcommand when using aliases (#67) 2021-08-07 18:56:26 +02:00
Peter Stuifzand
977625bb3d
Add "abs-path" to template format (#60) 2021-07-14 16:17:22 +02:00
Mickaël Menu
dba28a6436
Set \n the default value for the --footer flag 2021-07-10 13:06:14 +02:00
Mickaël Menu
d8e3aa86f6
Release zk 0.6.0 2021-07-10 12:22:16 +02:00
Mickaël Menu
8ae67868b6
Add a new configuration option to ignore files when indexing notes (#59) 2021-07-10 12:21:21 +02:00
Peter Stuifzand
a72a2a5f74
LSP references to browse the backlinks of the link under the caret (#58) 2021-07-10 10:50:35 +02:00
Alys
7642cf91a8
Remove outdated instructions from README (#57) 2021-06-29 20:05:06 +02:00
Mickaël Menu
970be5bb71
Replace the ./go build script with a Makefile (#55) 2021-06-26 20:19:21 +02:00
Mickaël Menu
5b877dd953
Fix unicode support in wiki links (#49) 2021-06-23 21:57:16 +02:00
Mickaël Menu
729dbe9760
Add JSON and JSON lines list formats (#52) 2021-06-20 21:08:18 +02:00
Mickaël Menu
274234e608
Fix links with section anchors (#51) 2021-06-19 16:23:22 +02:00
Mickaël Menu
45f4d85169
Add a GitHub build action (#50) 2021-06-19 15:52:11 +02:00
Mickaël Menu
ac80a3cca1
Release zk 0.5.0 2021-05-23 16:49:32 +02:00
Mickaël Menu
6771eb0e43
Auto-complete only the path of a Markdown link by typing: [custom title](( (#43) 2021-05-23 15:26:04 +02:00
Mickaël Menu
aa68199df8
Publish LSP diagnostics for dead links and wiki-link titles (#42) 2021-05-16 22:11:31 +02:00
Mickaël Menu
e8cb1d8046
Fix completion with Neovim's built-in LSP client (#41) 2021-05-13 22:05:42 +02:00
Mickaël Menu
b17b42a06f
Add LSP custom commands and code actions to create new notes (#40) 2021-05-11 21:53:19 +02:00
Cormac Relf
3664734bda
Fix parsing LSP URIs containing spaces (#38) 2021-05-05 23:06:28 +02:00
Mickaël Menu
83b14ca827
Customize the format of fzf's lines with your own template (#36) 2021-04-25 12:40:53 +02:00
Mickaël Menu
fa8226b263
Release zk 0.4.0 2021-04-24 15:20:11 +02:00
Mickaël Menu
980244d2c3
Add an interactive wizard for zk init (#35) 2021-04-24 15:17:38 +02:00
Mickaël Menu
f3ebdb4813
Support for VS Code and minor LSP fixes (#34) 2021-04-24 14:11:09 +02:00
Mickaël Menu
b82b217078
Print out the filepath of malformed notes 2021-04-21 22:16:09 +02:00
Mickaël Menu
2bb4cbdff4
Generate internal links to notes (#32) 2021-04-18 16:37:54 +02:00
Mickaël Menu
083c0dae73
Add --exact-match option (#30) 2021-04-17 13:06:23 +02:00
Mickaël Menu
6ba92a03b7
Add --working-dir option (#29) 2021-04-17 11:28:38 +02:00
Mickaël Menu
50855154e2
Architecture (#27)
* Move everything under the internal package.
* Better separation between core and adapter packages, for easier unit testing.
* Simplify data models.
* Support multiple opened notebooks during runtime (useful for the LSP server).
* Proper surface API which might be exposed later as a public Go package.
2021-04-14 20:14:01 +02:00
Mickaël Menu
dd561be1a7
Fix matching relative link href with LSP 2021-04-07 19:42:29 +02:00
Mickaël Menu
19f6009997
Fix go to definition with neovim 0.5 2021-04-05 10:26:31 +02:00
Mickaël Menu
7122f7e461
Improve build instructions 2021-04-04 17:06:36 +02:00
Mickaël Menu
ba41fe5a71
Experimental LSP server (#21) 2021-04-04 15:31:54 +02:00
Mickaël Menu
be78def5aa
Fix #20 local configuration is optional 2021-03-27 14:36:43 +01:00
Mickaël Menu
3889fff457
Release zk 0.3.0 2021-03-24 21:14:12 +01:00
Mickaël Menu
fa66e78068
Add named filters (#17) 2021-03-24 21:06:32 +01:00
Mickaël Menu
695a3bc351
Fix fzf preview command when setting --notebook-dir 2021-03-21 14:37:07 +01:00
Mickaël Menu
52434f8618
Add the --mentioned-by filtering option (#15)
Find every note whose title is mentioned in the note you are working on with `--mentioned-by file.md`
2021-03-20 19:17:46 +01:00
Mickaël Menu
ec574ff519
Fix #4 terminal borked when piping content with Vim 2021-03-20 16:31:11 +01:00
Mickaël Menu
c58e68e0e2
Add support for nested maps in the YAML frontmatter
Don't prevent saving a note when the YAML to JSON serialization fails
2021-03-19 21:19:55 +01:00
Mickaël Menu
26ffc544f2
Fix missing import 2021-03-18 20:27:08 +01:00
Mickaël Menu
e653c71356
Specify the notebook directory explicitly (#14) 2021-03-18 19:47:49 +01:00
Mickaël Menu
be8b2d6289
Fix --version output 2021-03-18 19:39:06 +01:00
Mickaël Menu
b82f1f547c
Add a global configuration file (#12) 2021-03-17 18:04:27 +01:00
Mickaël Menu
925e5337bc
Release zk 0.2.1 2021-03-14 22:23:52 +01:00
Mickaël Menu
6071748dc8
Fix crash when parsing a link snippet in an inline node 2021-03-14 22:23:15 +01:00
Mickaël Menu
01b85c55e8
Fix looking for mentions of a note with a title containing double quotes 2021-03-14 17:20:01 +01:00
Mickaël Menu
29a01c793a
Update README 2021-03-14 15:11:59 +01:00
Mickaël Menu
9a93b0aabb
Release zk 0.2.0 2021-03-13 15:44:05 +01:00