Commit Graph

13 Commits

Author SHA1 Message Date
Mickaël Menu
75205fe099
Rename note.ignore config property to note.exclude (#322) 2023-05-20 14:10:18 +02:00
Mickaël Menu
c356b7bd00
Update existing links when adding a new note (#219) 2022-05-22 16:39:13 +02:00
Mickaël Menu
525047fab9
Add support for double star globbing in note.ignore config option (#195) 2022-04-23 18:46:54 +02: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
Adam Reese
39467a1b7c
Allow indexing from outside the notebook directory (#90) 2021-10-19 10:57:25 +02:00
Mickaël Menu
d74cf52d1e
List note tags (#85) 2021-10-03 18:36:59 +02: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
aed57452f7
Do not exclude notes containing broken links from the index (#80) 2021-09-13 22:41:58 +02: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
b17b42a06f
Add LSP custom commands and code actions to create new notes (#40) 2021-05-11 21:53:19 +02:00
Mickaël Menu
b82b217078
Print out the filepath of malformed notes 2021-04-21 22:16:09 +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