Skip to content

Releases: foambubble/foam

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:

v0.17.1

16 Dec 12:31
Compare
Choose a tag to compare

Fixes and Improvements:

  • Decorate markdown files only (#857)
  • Fix template placeholders issue (#859)
  • Improved replacement range for link completion

Internal:

v0.17.0

08 Dec 08:34
Compare
Choose a tag to compare

Features:

  • Added first class support for sections (#856)
    • Sections can be referred to in wikilinks
    • Sections can be embedded
    • Autocompletion for sections
    • Diagnostic for sections
    • Embed sections

v0.16.1

01 Dec 10:02
Compare
Choose a tag to compare

Fixes and Improvements:

  • Fixed diagnostic bug triggered when file had same suffix (#851)

v0.16.0

24 Nov 14:08
Compare
Choose a tag to compare

Features:

  • Added support for unique wikilink identifiers (#841)
    • This change allows files that have the same name to be uniquely referenced as wikilinks
    • BREAKING CHANGE: wikilinks to attachments must now include the extension
  • Added diagnostics for ambiguous wikilinks, with quick fixes available (#844)
  • Added support for unique wikilinks in autocompletion (#845)

v0.15.9

23 Nov 12:26
Compare
Choose a tag to compare

Fixes and Improvements:

  • Fixed filepath retrieval when creating note from template (#843)