Skip to content

Releases: foambubble/foam

v0.33.0

12 Mar 16:36

Choose a tag to compare

Features:

  • Add foam-query code blocks: embed dynamic, auto-updating note lists, tables, and counts in the Markdown preview (#1597)
  • Support renaming directories — wikilinks are updated when a folder is renamed (#1143)

Fixes and Improvements:

  • Fix ctrl-click on links to files inside .foam/ directory creating a new note instead of opening the file (#1589)
  • Improved wikilink embeds

v0.32.0

10 Mar 12:07

Choose a tag to compare

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)

v0.31.0

10 Mar 12:06

Choose a tag to compare

Fixes and Improvements:

  • Fixed workspace-relative filepath resolution (#1537, #1590)

Internal:

  • Rewrote graph webview from vanilla JavaScript to TypeScript using Lit web components
  • Extracted graph webview as @foam/graph, a standalone publishable web component

v0.30.0

10 Mar 12:06

Choose a tag to compare

Fixes and Improvements:

  • Fixed decoding of HTML entities (#1483)
  • Added support for locale in date variables (#1566)
  • Added support for renaming headers (#1588)
  • Fixed removal of Foam frontmatter section from templates on Windows (#1575)
  • Added foam.graph.navigateToPreview setting (#684)

v0.29.2

10 Mar 12:06

Choose a tag to compare

Fixes and Improvements:

  • Fixed FOAM_CURRENT_DIR to use posix style paths (#1573)
  • Fixed highlight of alias in wikilinks (#1451)
  • Fixed excessive blank lines in link reference definitions (#1558, #1561)
  • Added node color mode dropdown in graph with options: 'none', 'Directory' (#1570)
  • Added appearance panel in graph webview (#1555)
  • Added forces panel in graph (#1554)
  • Added selection panel in graph (#1556)

v0.29.1

19 Nov 11:57

Choose a tag to compare

Fixes and Improvements:

  • Load graph in code server (#1400)
  • Don't treat text in single brackets as links/placeholders if missing a ref (#1545, #1546)
  • Added option to show graph on startup (#1542)
  • Added include patterns for Foam notes (#1550, #1422)
  • Added support for emoji variants in tags (#1536, #1549)
  • Added support for wikilink with aliases within tables (#1544, #1552)

v0.29.0

29 Oct 16:22

Choose a tag to compare

Fixes and Improvements:

  • Improved support for wikilink references (#1531, #1116, #1504)
  • Improved tag search to include YAML tags (#1530, #1516)
  • Improved template filepath sanitization (#1533)
  • Added FOAM_DATE_WEEK_YEAR (#1532 - thanks @ChThH)
  • Fixed graph panel moving when revealed - graph now stays in its current location (#1540)

v0.28.3

29 Oct 16:23

Choose a tag to compare

Fixes and Improvements:

  • Fixed sanitation of filepath for templates (#1529 #1526)

v0.28.2

29 Oct 16:23

Choose a tag to compare

Fixes and Improvements:

  • Fixed build for web extension (#1523)

v0.28.1

25 Sep 21:33

Choose a tag to compare

Fixes and Improvements:

  • Removed duplicate links in dataviz graph (#1511 - thanks @Tenormis)
  • Use letter case to further disambiguate note identifiers (#1519, #1303)
  • Sanitize filepath before creating note from template (#1520, #1216)