0.102
Dendron 0.102 has sprouted 🌱 July 5, 2022
New Visualization Command for Workspace: Check out our new CLI command that shows large amounts of data with hierarchal relationships as packed-circles, and helps you navigate through them more efficiently!
- More Information: Packed Circles
Highlights
- feat(cli): add a cli command that generates a packed-circles visualization of workspace
- enhance(markdown): add new template variables
Everything Else
- enhance(publish): add "link to anchor" icon by headings and block anchors
- enhance(publish): faster rendering of sidebar in published site
- fix(workspace): sync fails in shared workspaces if users update workspace config first before syncing migrated vaults
- fix(structure): quickpick stuck issue for refactor hierarchy cmd
- fix(workspace): removing vault with a name different than their
fsPath
doesn't remove them fromduplicateNoteBehavior
- fix(workspace): duplicate note id detected even after a file is removed
- fix(views): backlink tree item labels are trimmed excessively
- fix(publish): regression where publishing fails if note doesn't exist
- fix(workspace): fix init in workspace without workspace folders
Community
Dendron Reading Series
This week's entry in the Dendron Reading Series.
Event Reminders
- Greenhouse Talks: Visit the Greenhouse Talks for notes from previous sessions.
- Office Hours: Visit the Office Hours page for notes from previous sessions.
- Community Teatime: Drink tea, eat food, and hangout with the Dendron crew!
- New User Tuesdays: Visit the New User Tuesdays page for notes from previous sessions.
Thank You's
A big thanks to the following gardeners that brought up issues, contributions, and fixes to this release :man_farmer: :woman_farmer: Visit Discord Roles for more information.
-
Cameron Yick
@cameron#9185
-
José Longo
@José Longo#4828
-
Phoebian
@Phoebian#1004
Changelog
From Changelog
Go to text →
Features
- feat(cli): add a cli command that generates a packed-circles visualization of workspace (#3057) @hayata (Private) (docs)
Enhancements
- enhance(markdown): add new template variables (#3159) @hayata (Private) docs
- enhance(publish): add "link to anchor" icon by headings and block anchors (#3132) @kaan (Private)
- enhance(publish): faster rendering of sidebar in published site (#3121) @joshi (Private)
Fix
- fix(workspace): sync fails in shared workspaces if users update workspace config first before syncing migrated vaults (#3141) @kaan (Private)
- fix(structure): quickpick stuck issue for refactor hierarchy cmd (#3152) @jonathan (Private)
- fix(workspace): removing vault with a name different than their
fsPath
doesn't remove them fromduplicateNoteBehavior
(#3151) @kaan (Private) - fix(workspace): duplicate note id detected even after a file is removed (#3155) @hikchoi (Private)
- fix(views): backlink tree item labels are trimmed excessively (#3169) @hikchoi (Private)
- fix(publish): regression where publishing fails if note doesn't exist (#3178) @kevin (Private)
- fix(workspace): fix init in workspace without workspace folders (#3181) @kevin (Private)