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!

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 from duplicateNoteBehavior
  • 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.

Double Shipping

Event Reminders

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.

Changelog

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 from duplicateNoteBehavior (#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)