Foam Versions Save

A personal knowledge management and sharing system for VSCode

v0.20.5

1 year ago

Fixes and Improvements:

  • Fixed entry count in orphan, placeholder, tags-explorer panels (#1131 - thanks @badsketch)

v0.20.3

1 year ago

Fixes and Improvements:

  • Show number of entries in title for orphan, placeholder, tag treeviews

v0.20.4

1 year ago

Fixes and Improvements:

  • Added support for emoji tags (#1125 - thanks @badsketch)

v0.20.2

1 year ago

Fixes and Improvements:

  • Creating new note uses default template when none is provided (#1094)

Internal:

  • Changed matcher implementation to remove dependency on micromatch/glob
  • Removed unnecessary dependencies and assets from extension

v0.20.1

1 year ago

Fixes and Improvements:

  • Improved support for daily notes in multi root workspace (#1073)
  • Create note from placeholder using template (#1061 - thanks @Dominic-DallOsto)
  • Improved support for globs in multi root workspace (#1083)

v0.20.0

1 year ago

New Features:

  • Added foam-vscode.create-note command, which can be very customized for several use cases (#1076)

Fixes and Improvements:

  • Removed + as a trigger char for date snippets
  • Improved attachment support (#915)
  • Improved error handling when starting Foam without an open workspace (#908)
  • Added support for opening non-text files via wikilink (#915)
  • Dataviz: now clicking is enough to open a link from the graph
  • Dataviz: clicking on images/attachments will open them

v0.19.4

1 year ago

Fixes and Improvements:

  • Fixed note embed in preview (#1052)

v0.19.5

1 year ago

Fixes and Improvements:

  • Added FOAM_DATE_WEEK variable (#1053 - Thanks @dmurph)
  • Fixed extension inclusion when generating references for attachments
  • Link completion label can be note title as well as path (#1059)
  • Images and attachments are not shown by default in graph view (#1056)

v0.19.3

1 year ago

Fixes and Improvements:

  • Image embeds fixed in preview (#1036)

v0.19.2

1 year ago

Fixes and Improvements:

  • Added support for angle markdown links (#1044)
  • Filter out invalid file name chars when creating note (#1042)

Internal:

  • Reorganized docs (#1031, thanks @infogulch)
  • Fixed documentation links (#1046)
  • Preview code refactoring