Releases: foambubble/foam
Releases · foambubble/foam
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!