Skip to content

v0.32.0

Choose a tag to compare

@riccardoferretti riccardoferretti released this 10 Mar 12:07
· 40 commits to main since this release

Features:

  • Added support for block-level identifiers, enabling [[note#^id]] and ![[note#^id]] links and embeds (#1593)
  • Directory links now resolve to index files (e.g. [[bar]] resolves to bar/index.md or bar/README.md) (#1591)

Fixes and Improvements:

  • Don't create a new note when a markdown link targets an existing file (#1379)
  • Delegate markdown link syncing on file move/rename to VS Code built-in (#1069)