Commit Graph

14 Commits (0eaf26483f0334281b1820042d76651d07f60b5b)

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>
5 months ago
Mickaël Menu 75205fe099
Rename `note.ignore` config property to `note.exclude` (#322) 1 year ago
Mickaël Menu c356b7bd00
Update existing links when adding a new note (#219) 2 years ago
Mickaël Menu 525047fab9
Add support for double star globbing in `note.ignore` config option (#195) 2 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
Adam Reese 39467a1b7c
Allow indexing from outside the notebook directory (#90) 3 years ago
Mickaël Menu d74cf52d1e
List note tags (#85) 3 years ago
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
3 years ago
Mickaël Menu aed57452f7
Do not exclude notes containing broken links from the index (#80) 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 b17b42a06f
Add LSP custom commands and code actions to create new notes (#40) 3 years ago
Mickaël Menu b82b217078
Print out the filepath of malformed notes 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