Commit Graph

44 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
Mickaël Menu
75205fe099
Rename note.ignore config property to note.exclude (#322) 2023-05-20 14:10:18 +02:00
Leonardo Mello
e26ac5133e
Add notebook configuration to set default notebook path (#304) 2023-04-11 17:22:06 +02:00
Leonardo Mello
a8d1db4c57
Add tool.shell configuration key (#302) 2023-03-28 21:29: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
Mickaël Menu
aaf6c42bd8
Hide index progress in non-interactive shells (#234) 2022-07-06 08:58:35 +02:00
Mickaël Menu
4b76fbadf1
Support regular expressions with --match (#222) 2022-05-28 20:03:06 +02:00
Mickaël Menu
c356b7bd00
Update existing links when adding a new note (#219) 2022-05-22 16:39:13 +02:00
Nelyah
94e8a0d437
Customize fzf options and key bindings (#154) 2022-04-24 14:12:20 +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
c237b4d57d
Fix broken wiki links in subdirectories (#193) 2022-04-23 18:01:04 +02:00
Stephen Bolton
9e33d679e2
Add --id flag to zk new (#183) 2022-03-27 19:07:50 +02:00
codito
83c15cc927
Fix Windows build (#171) 2022-02-22 14:33:30 +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
eb095e5fc0
Add tesh test suite (#147) 2022-01-10 14:28:14 +01:00
Mickaël Menu
5b623074e0
Take into account --no-input with zk init (#122) 2021-12-17 18:07:56 +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
16e1904096
Add a command to produce a graph of the indexed notes (#106) 2021-11-14 09:50:13 +01:00
Mickaël Menu
3b05a0061d
Fix indexing wiki links using partial paths (#104) 2021-11-14 08:20:11 +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
59b8269344
Add --dry-run flag for zk new (#96) 2021-10-30 16:44:46 +02:00
Mickaël Menu
439c1b1a69
Customize LSP completion items (#92) 2021-10-23 21:26:23 +02:00
Mickaël Menu
b1c69b4765
Add filename and filename-stem template variables (#91) 2021-10-23 19:24:46 +02:00
Adam Reese
39467a1b7c
Allow indexing from outside the notebook directory (#90) 2021-10-19 10:57:25 +02:00
Mickaël Menu
9bd2eacf06 Fix error with fs.DirExists()
It errors out when providing a subdirectory of a file, e.g. `index.md/.zk`
2021-10-11 20:38:37 +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
Peter Stuifzand
977625bb3d
Add "abs-path" to template format (#60) 2021-07-14 16:17:22 +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
729dbe9760
Add JSON and JSON lines list formats (#52) 2021-06-20 21:08:18 +02:00
Mickaël Menu
274234e608
Fix links with section anchors (#51) 2021-06-19 16:23:22 +02:00
Mickaël Menu
6771eb0e43
Auto-complete only the path of a Markdown link by typing: [custom title](( (#43) 2021-05-23 15:26:04 +02:00
Mickaël Menu
aa68199df8
Publish LSP diagnostics for dead links and wiki-link titles (#42) 2021-05-16 22:11:31 +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
83b14ca827
Customize the format of fzf's lines with your own template (#36) 2021-04-25 12:40:53 +02:00
Mickaël Menu
980244d2c3
Add an interactive wizard for zk init (#35) 2021-04-24 15:17:38 +02:00
Mickaël Menu
b82b217078
Print out the filepath of malformed notes 2021-04-21 22:16:09 +02:00
Mickaël Menu
2bb4cbdff4
Generate internal links to notes (#32) 2021-04-18 16:37:54 +02:00
Mickaël Menu
083c0dae73
Add --exact-match option (#30) 2021-04-17 13:06:23 +02:00
Mickaël Menu
6ba92a03b7
Add --working-dir option (#29) 2021-04-17 11:28:38 +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