v0.0.8
- #4 - gets References and Definitions working for
[[links-with-no-extension]]
Thanks @b3u for comments / code snippets. Also thanks to @quickfold @lukesmurray @jay-pee for discussion on this thread- NB: will still need to add a setting where you can get completions without the extension, but this should be easy to do
- #23 - major code cleanup, moving most code out of
extension.ts
into smaller files. Tx @b3u - #24 - add
LICENSE.md
. Tx @kolloch @b3u - #28 - fixes bug with New Note command on Windows. Thanks @davovscapcom
- spikes out using
remark
to parse AST for markdown files, but was a little slow (tx @lukesmurray for this idea). Did not end up using it in this release, BUT I do have an idea for how to update the workspace note parser that I think will (1) dramatically simplify things and (2) hopefully enable support for wiki links with space characters
Tx all for being part of discussion leading up to this release.