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
6ccbbe8613
LSP auto-completion of YAML frontmatter tags ( #146 )
2022-01-08 16:42:54 +01:00
Mickaël Menu
eddc4b5845
Fix embedded image links shown as not found ( #127 )
2021-12-19 15:52:15 +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
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
439c1b1a69
Customize LSP completion items ( #92 )
2021-10-23 21:26:23 +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
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
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
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
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