Releases: foambubble/foam
v0.7.0
New Features:
- Foam stays in sync with changes in notes
- Dataviz: Added multiple selection in graph (shift+click on node)
Fixes and Improvements:
- Dataviz: Graph uses VSCode theme colors
- Reporting: Errors occurring during foam bootstrap are now reported for easier debugging
v0.6.0
New features:
- Added command to create notes from templates (#115 - Thanks @ingalless)
Fixes and Improvements:
- Foam model: Fixed bug that prevented wikilinks from being slugified (#323 - thanks @SanketDG)
- Editor: Improvements in defaults for ignored files setting (thanks @jmg-duarte)
- Dataviz: Centering of the graph on note displayed in active editor (#319)
- Dataviz: Improved graph styling
- Dataviz: Added setting to cap the length of labels in the graph (thanks @jmg-duarte)
- Misc: Fixed problem with packaging icon in extension (#350 - thanks @litanlitudan)
v0.5.0
New features:
- Added tags panel (#311)
Fixes and Improvements:
- Date snippets now support configurable completion actions (#307 - thanks @ingalless)
- Graph now show note titles when zooming in (#310)
- New
foam.files.ignore
setting to exclude globs from being processed by Foam (#304 - thanks @jmg-duarte) - Errors in YAML parsing no longer causes foam to crash (#320)
- Fixed error in CLI command janitor & migrate (#312 - thanks @hikerpig)
Added graph, date snippets, and experimental support for plugins
New features:
- Added
Foam: Show Graph
command - Added date snippets (/+1d, ...) to create wikilinks to dates in daily note format
- Added
Foam: Copy to Clipboard without brackets
command
Improvements:
- Added new option to not generate wikilink definitions
foam.edit.linkReferenceDefinitions
:off
Bug Fixes:
- Daily note could be created before the daily note directory (#232)
- Fix issue with janitor crashing when file is only frontmatter (#222)
- Fix link references spacing when there is no trailing newline (#236)
New experimental features:
- Introduced foam local plugins
Fix "Open Daily Note" on Windows
Patch release for Windows users:
- Fixes #160: Daily Note not resolved by VSCode.
Thanks for a speedy fix to first-time contributor @mehraakshay! 🎉
Daily Notes, Janitor (Experimental), and Linking Improvements
New Features
- Daily Notes — 🙌 @francishamel
- Janitor for updating headings and link references across your workspace —🙏@anku255 & @chirag-singhal
Fixes and improvements
- Configuration setting for generating link reference definitions with file extension to support standard markdown tools, such as GitHub web UI — 😍 @riccardoferretti
- Improvements to how new notes are indexed — 🕵️♀️ @jevakallio
Acknowledgements!
Thank you everyone who contributed to this release with documentation! Special thanks for @jojanaho for specification work on Link format improvements, @jsjoeio for reviews, @digiguru and @mathieudutour for PRs, discussions and ideas, @thomaskoppelaar and @synesthesia for answering questions on Discord, and @tchayen for reviewing and merging PRs over at Markdown Links! ❤️
Improve link reference list generation + refactor everything!
Improvements:
- Order link references alphabetically to cause smaller diffs
- Remove link references when links are removed
- Documentation improvements
Underneath, pretty much everything has changed:
- Published from Foam monorepo
- Rewrote markdown parsing to use unifiedjs AST. Thanks @jojanaho
- Rewrote workspace index to user graphlib graph data structures. Thanks @riccardoferretti!
These changes will enable us to work on multiple roadmap items more effectively in parallel. Expect good stuff in your Marketplace updates soon!