Commit Graph

23 Commits (main)

Author SHA1 Message Date
Sören Tempel 00a4361d20
Determine fixture path using the current working directory (#422) 2 days ago
Tillman Jex 0973f9929d
allow notebook as hidden dir (#402) 2 months ago
Michael McDonagh 0eaf26483f
Remove references to old repo (#373)
Finalise transfer from old repo (github.com/mickael-menu/zk) to new (github.com/zk-org/zk)

Co-authored-by: tjex <tjex@tjex.net>
5 months ago
khimaros 0b4db9ade6
Fix parsing large notes (#339) 10 months ago
Leonardo Mello a8d1db4c57
Add `tool.shell` configuration key (#302) 1 year ago
Zach Leslie 404ef9d6f5
Add the `get-date` template helper (#262) 2 years ago
Mickaël Menu 8bfafe5dab
Fix LSP link recognition with unicode (#238) 2 years ago
Mickaël Menu 53aabce1ed
Support standard input via shell redirection with `zk new` (#240) 2 years ago
Mickaël Menu 3c634fb00a
Remove dependency on `libicu` (#213) 2 years ago
codito 83c15cc927
Fix Windows build (#171) 2 years ago
Mickaël Menu e037befdf1
Add support for `ZK_SHELL` (#166) 2 years ago
Mickaël Menu c429517c6b
Fix incorrect timezone for natural dates (#156) 2 years ago
Mickaël Menu 7b92ca06cc
Disable `additionalTextEdits` for completion items by default (#160) 2 years ago
Mickaël Menu 6ccbbe8613
LSP auto-completion of YAML frontmatter tags (#146) 2 years ago
Mickaël Menu f566916470
Support RFC 3339 dates with the time flags (#123) 3 years ago
Mickaël Menu 9c06068cce
Add LSP commands `zk.list` and `zk.tag.list` (#114) 3 years ago
Mickaël Menu 16e1904096
Add a command to produce a graph of the indexed notes (#106) 3 years ago
Mickaël Menu aea5308f66
Add a verbose mode to `zk index` (#103) 3 years ago
Mickaël Menu 8ae67868b6
Add a new configuration option to ignore files when indexing notes (#59) 3 years ago
Mickaël Menu 729dbe9760
Add JSON and JSON lines list formats (#52) 3 years ago
Mickaël Menu b17b42a06f
Add LSP custom commands and code actions to create new notes (#40) 3 years ago
Mickaël Menu 2bb4cbdff4
Generate internal links to notes (#32) 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