Commit Graph

12 Commits

Author SHA1 Message Date
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
Julio Lopez
5a2333d0af
test: add TestFormatDateHelperElapsed (#359)
improve and extend test coverage in handlebars_test.go, which deals with time and date formatting.
2024-01-10 20:11:13 +01:00
Michael McDonagh
7ba9df6526
Relative output needs relative input (#374) 2024-01-04 11:47:00 +01:00
Mickaël Menu
072fae2f6c
Fix {{date}} helper test (#324) 2023-05-24 20:48:18 +02:00
Mickaël Menu
15d4cfc921
Rename the {{date}} helper to {{format-date}} (#274) 2022-12-04 10:11:06 +01:00
Oliver Marriott
142b636342
Support multiple --match flags (#268) 2022-11-27 15:56:18 +01:00
Zach Leslie
404ef9d6f5
Add the get-date template helper (#262) 2022-10-12 18:56:22 +02:00
Mickaël Menu
a7a82cf7d6
Filter through the note frontmatter with --interactive (#110) 2021-11-21 14:34:54 +01:00
Mickaël Menu
dc27a7dd7c
Improve Markdown and wiki links matching and generation (#71)
Fallback wiki link resolution by matching on title or path
Add new template variables when generating Markdown links
Add a {{substring}} template helper
2021-09-25 19:28:29 +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
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