Skip to content

Releases: foambubble/foam

v0.18.2

14 Apr 21:12
Compare
Choose a tag to compare

Fixes and Improvements:

  • Fixed parsing error on empty direct links (#980 - thanks @chrisUsick)
  • Improved rendering in preview of wikilinks that have link definitions (#979 - thanks @josephdecock)
  • Restored handling of section-only wikilinks (#981)

v0.18.1

13 Apr 17:04
Compare
Choose a tag to compare

Fixes and Improvements:

  • Fixed parsing error for direct links with square brackets in them (#977)
  • Improved markdown direct link resolution (#972)
  • Improved templates support for custom paths (#970)

v0.18.0

11 Apr 14:30
Compare
Choose a tag to compare

Features:

  • Link synchronization on file rename

Internal:

  • Changed graph computation on workspace change to simplify code

v0.17.8

01 Apr 19:19
Compare
Choose a tag to compare

Fixes and Improvements:

  • Do not add ignored files to Foam upon change (#480)
  • Restore full use of editor.action.openLink (#693)
  • Minor performance improvements

v0.17.7

29 Mar 20:12
Compare
Choose a tag to compare

Fixes and Improvements:

  • Include links with sections in backlinks (#895)
  • Improved navigation when document editor is already open

v0.17.6

03 Mar 15:00
Compare
Choose a tag to compare

Fixes and Improvements:

  • Don't fail on error when scannig workspace (#943 - thanks @develmusa)

v0.17.5

22 Feb 22:12
Compare
Choose a tag to compare

Fixes and Improvements:

v0.17.4

13 Feb 14:26
Compare
Choose a tag to compare

Fixes and Improvements:

  • Improvements to Foam variables in templates (#882 - thanks @movermeyer)
    • Foam variables can now be used just any other VS Code variables, including in combination with placeholders and transformers

v0.17.3

14 Jan 19:22
Compare
Choose a tag to compare

Fixes and Improvements:

  • Fixed autocompletion with tags (#885 - thanks @memeplex)
  • Improved "Open Daily Note" to be usabled in tasks (#897 - thanks @MCluck90)

v0.17.2

14 Jan 19:22
Compare
Choose a tag to compare

Fixes and Improvements:

  • Improved support for wikilinks in titles (#878)
  • Use syntax injection for wikilinks (#876 - thanks @memeplex)
  • Fix when applying text edits in last line

Internal: