Commit Graph

18 Commits

Author SHA1 Message Date
Zach Leslie
404ef9d6f5
Add the get-date template helper (#262) 2022-10-12 18:56:22 +02:00
Mickaël Menu
8bfafe5dab
Fix LSP link recognition with unicode (#238) 2022-07-10 20:53:06 +02:00
Mickaël Menu
53aabce1ed
Support standard input via shell redirection with zk new (#240) 2022-07-10 19:10:44 +02:00
Mickaël Menu
3c634fb00a
Remove dependency on libicu (#213) 2022-05-14 10:44:39 +02:00
codito
83c15cc927
Fix Windows build (#171) 2022-02-22 14:33:30 +01:00
Mickaël Menu
e037befdf1
Add support for ZK_SHELL (#166) 2022-02-04 20:09:00 +01:00
Mickaël Menu
c429517c6b
Fix incorrect timezone for natural dates (#156) 2022-01-23 14:46:02 +01:00
Mickaël Menu
7b92ca06cc
Disable additionalTextEdits for completion items by default (#160) 2022-01-23 13:43:02 +01:00
Mickaël Menu
6ccbbe8613
LSP auto-completion of YAML frontmatter tags (#146) 2022-01-08 16:42:54 +01:00
Mickaël Menu
f566916470
Support RFC 3339 dates with the time flags (#123) 2021-12-17 18:57:03 +01:00
Mickaël Menu
9c06068cce
Add LSP commands zk.list and zk.tag.list (#114) 2021-12-11 18:25:40 +01:00
Mickaël Menu
16e1904096
Add a command to produce a graph of the indexed notes (#106) 2021-11-14 09:50:13 +01:00
Mickaël Menu
aea5308f66
Add a verbose mode to zk index (#103) 2021-11-13 16:56:32 +01: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
Mickaël Menu
729dbe9760
Add JSON and JSON lines list formats (#52) 2021-06-20 21:08:18 +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
Mickaël Menu
2bb4cbdff4
Generate internal links to notes (#32) 2021-04-18 16:37:54 +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