Skip to content

vscode@0.40.3

Choose a tag to compare

@riccardoferretti riccardoferretti released this 14 May 19:09
· 127 commits to main since this release

Internal:

  • Consolidated release scripts and updated developer documentation
  • Added a commands/ module to @foam/core exposing high-level workspace operations (listNotes, listTags, listOrphans, listDeadends, listPlaceholders, linksData, outlineData, searchWorkspace, noteShowData, noteCreate, noteMove, noteDelete, renameNote, renameTag, renameSection, renameBlock, resolveNote, frontmatter helpers). The CLI and VS Code extension now consume these shared functions instead of maintaining parallel implementations