Commit Graph

11 Commits

Author SHA1 Message Date
Nikhil Nygaard
0787930ca5
Add feature: zk list --tagless (#450)
Co-authored-by: tjex <tjex@tjex.net>
2024-08-28 14:49:04 +02:00
Tillman Jex
537c7f7554
fix day range parsing (zk-org/zk#382) (#384) 2024-01-22 22:03:09 +01:00
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>
2024-01-10 22:47:22 +01:00
Oliver Marriott
142b636342
Support multiple --match flags (#268) 2022-11-27 15:56:18 +01:00
Mickaël Menu
4b76fbadf1
Support regular expressions with --match (#222) 2022-05-28 20:03:06 +02:00
Mickaël Menu
6ccbbe8613
LSP auto-completion of YAML frontmatter tags (#146) 2022-01-08 16:42:54 +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
0e88685140
Make filename take precedence over folders when matching sub-paths (#112) 2021-11-28 21:50:21 +01: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
083c0dae73
Add --exact-match option (#30) 2021-04-17 13:06:23 +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