0.101

Dendron 0.101 has sprouted 🌱

June 28, 2022

Last week, we launched on product hunt and asked folks leave feedback. Thanks to the community, Dendron ended as the 5th most upvoted product of the day. Thank you everyone for your support πŸ™‡β€β™‚οΈ

Depth Filter for Local Graphs: Want to see the bigger picture? The graph depth filter now lets you control how much context you see in the Graph Panel

Improved Note Traits: Rust isn't the only language with traits! We've made a bunch of improvements to traits, including hot reloading, the ability to apply a template, bundling libraries like lodash and luxon, as well as better docs and error handling.

Highlights

  • feat(views): view more note links in local graph panel with depth customization

  • enhance(structure): improved note traits

Everything Else

  • enhance(workspace): Vault Add command warns for unsupported transitive dependencies
  • enhance(workspace): vaults always use UNIX style separators in config files
  • enhance(workspace): validate dendronrc.yml and emit error if invalid
  • enhance(edit): add match helper for hb templates
  • enhance(workspace): improve phrasing of sync message
  • enhance(workspace): support single-vault workspace vaults for self contained vault migration
  • enhance(edit): reduce lag on autocomplete by adding a debounce
  • enhance(sync): adding import hint to tutorial
  • fix(workspace): try to patch EPERM issues for windows
  • fix(workspace): adding an existing remote vault avoids creating workspace files
  • fix(publish): issue publishing note with ref without a code-worksapce file
  • fix(cli): dendron publish --help to display full list of arguments
  • fix(workspace): error when native workspaces are initializing
  • fix(publish): compile error with no banner present
  • fix(structure): hot reload in note traits + no template by default

Community

TIL Highlights

These are highlights from the Dendron Discord #today-i-learned channel.

  • πŸ’‘ icanteven#0264 shared a link to the additional benefits around GitLab land. Link to Message.

Dendron Reading Series

This week's entry in the Dendron Reading Series

My awakening moment about how smartphones fragment our attention span

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(views): view more note links in local graph panel with depth customization (#3072) @joshi (Private) (docs)

Enhancements

  • enhance(workspace): Vault Add command warns for unsupported transitive dependencies (#3087) @kaan (Private) docs
  • enhance(workspace): vaults always use UNIX style separators in config files (#3096) @kaan (Private)
  • enhance(workspace): validate dendronrc.yml and emit error if invalid (#3106) @kevin (Private)
  • enhance(edit): add match helper for hb templates (#3094) @kevin (Private) (docs)
  • enhance(workspace): improve phrasing of sync message (#3115) @avhb (Private)
  • enhance(workspace): support single-vault workspace vaults for self contained vault migration (#3118) @kaan (Private)
  • enhance(edit): reduce lag on autocomplete by adding a debounce (#3116) @hikchoi (Private)
  • enhance(structure): improved note traits (#3098) @jonathan (Private) (docs)
  • enhance(sync): adding import hint to tutorial (#3135) @jonathan (Private)

Fixes

  • fix(workspace): try to patch EPERM issues for windows (#3082) @kaan (Private)
  • fix(workspace): Adding an existing remote vault avoids creating workspace files (#3096) @kaan (Private)
  • fix(publish): issue publishing note with ref without a code-worksapce file #3114 @kevin (Private)
  • fix(cli): dendron publish --help to display full list of arguments (#3127) @joshi (Private)
  • fix(workspace): error when native workspaces are initializing (#3123) @kaan (Private)
  • fix(publish): compile error with no banner present(#3133) @kevin (Private)
  • fix(structure): hot reload in note traits + no template by default #3154 @jonathan (Private)