Commit Graph

297 Commits (b71a74eabcfc97df7b31e51edfb8e1b749061a76)
 

Author SHA1 Message Date
Peter Stuifzand a72a2a5f74
LSP references to browse the backlinks of the link under the caret (#58) 3 years ago
Alys 7642cf91a8
Remove outdated instructions from README (#57) 3 years ago
Mickaël Menu 970be5bb71
Replace the ./go build script with a Makefile (#55) 3 years ago
Mickaël Menu 5b877dd953
Fix unicode support in wiki links (#49) 3 years ago
Mickaël Menu 729dbe9760
Add JSON and JSON lines list formats (#52) 3 years ago
Mickaël Menu 274234e608
Fix links with section anchors (#51) 3 years ago
Mickaël Menu 45f4d85169
Add a GitHub build action (#50) 3 years ago
Mickaël Menu ac80a3cca1
Release zk 0.5.0 3 years ago
Mickaël Menu 6771eb0e43
Auto-complete only the path of a Markdown link by typing: [custom title](( (#43) 3 years ago
Mickaël Menu aa68199df8
Publish LSP diagnostics for dead links and wiki-link titles (#42) 3 years ago
Mickaël Menu e8cb1d8046
Fix completion with Neovim's built-in LSP client (#41) 3 years ago
Mickaël Menu b17b42a06f
Add LSP custom commands and code actions to create new notes (#40) 3 years ago
Cormac Relf 3664734bda
Fix parsing LSP URIs containing spaces (#38) 3 years ago
Mickaël Menu 83b14ca827
Customize the format of fzf's lines with your own template (#36) 3 years ago
Mickaël Menu fa8226b263
Release zk 0.4.0 3 years ago
Mickaël Menu 980244d2c3
Add an interactive wizard for `zk init` (#35) 3 years ago
Mickaël Menu f3ebdb4813
Support for VS Code and minor LSP fixes (#34) 3 years ago
Mickaël Menu b82b217078
Print out the filepath of malformed notes 3 years ago
Mickaël Menu 2bb4cbdff4
Generate internal links to notes (#32) 3 years ago
Mickaël Menu 083c0dae73
Add --exact-match option (#30) 3 years ago
Mickaël Menu 6ba92a03b7
Add --working-dir option (#29) 3 years ago
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.
3 years ago
Mickaël Menu dd561be1a7
Fix matching relative link href with LSP 3 years ago
Mickaël Menu 19f6009997
Fix go to definition with neovim 0.5 3 years ago
Mickaël Menu 7122f7e461
Improve build instructions 3 years ago
Mickaël Menu ba41fe5a71
Experimental LSP server (#21) 3 years ago
Mickaël Menu be78def5aa
Fix #20 local configuration is optional 3 years ago
Mickaël Menu 3889fff457
Release zk 0.3.0 3 years ago
Mickaël Menu fa66e78068
Add named filters (#17) 3 years ago
Mickaël Menu 695a3bc351
Fix fzf preview command when setting --notebook-dir 3 years ago
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`
3 years ago
Mickaël Menu ec574ff519
Fix #4 terminal borked when piping content with Vim 3 years ago
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
3 years ago
Mickaël Menu 26ffc544f2
Fix missing import 3 years ago
Mickaël Menu e653c71356
Specify the notebook directory explicitly (#14) 3 years ago
Mickaël Menu be8b2d6289
Fix --version output 3 years ago
Mickaël Menu b82f1f547c
Add a global configuration file (#12) 3 years ago
Mickaël Menu 925e5337bc
Release zk 0.2.1 3 years ago
Mickaël Menu 6071748dc8
Fix crash when parsing a link snippet in an inline node 3 years ago
Mickaël Menu 01b85c55e8
Fix looking for mentions of a note with a title containing double quotes 3 years ago
Mickaël Menu 29a01c793a
Update README 3 years ago
Mickaël Menu 9a93b0aabb
Release zk 0.2.0 3 years ago
Mickaël Menu 314024eae0
Add the --mention filtering option (#8) 3 years ago
Mickaël Menu 87b5201583
Explain how to use the tags in the documentation 3 years ago
Mickaël Menu 202ea62322
Use the YAML frontmatter key `date` for the note creation date, when provided 3 years ago
Mickaël Menu 36365c68fb
Expose environment variables to note templates with the new {{env}} variable 3 years ago
Mickaël Menu 9fda155a99
Add a [format.markdown] config section to customize tags syntax 3 years ago
Mickaël Menu f5b3102deb
Save additional metadata in the database (#7)
* YAML frontmatter as a JSON object in `notes.metadata`
    * Print metadata from the YAML frontmatter in `list` output using `{{metadata.<key>}}`, e.g. `{{metadata.description}}`. Keys are normalized to lower case.
* Start and end offsets for link snippets.
    * This could be useful to expand backlinks contexts.
3 years ago
Mickaël Menu bae1fab567
Exclude a tag with the --tag filtering option 3 years ago
Mickaël Menu f1391b5a63
Rename --linking-to filtering option to --link-to 3 years ago