Commit Graph

18 Commits

Author SHA1 Message Date
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
1fc7ceafac
Fallback LSP references to the current note (#79) 2021-09-13 22:25:19 +02:00
Michał Kiełbowicz
b0e59bbefa
Support pandoc filetype (#77)
Enable compatibility with vim-pandoc-syntax
2021-09-12 13:13:28 +02:00
Peter Stuifzand
a72a2a5f74
LSP references to browse the backlinks of the link under the caret (#58) 2021-07-10 10:50:35 +02:00
Mickaël Menu
5b877dd953
Fix unicode support in wiki links (#49) 2021-06-23 21:57:16 +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
e8cb1d8046
Fix completion with Neovim's built-in LSP client (#41) 2021-05-13 22:05:42 +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
Cormac Relf
3664734bda
Fix parsing LSP URIs containing spaces (#38) 2021-05-05 23:06:28 +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
f3ebdb4813
Support for VS Code and minor LSP fixes (#34) 2021-04-24 14:11: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