0.109

Dendron 0.109 has sprouted 🌱 August 23, 2022

Dendron now supports CodeSpaces 🌌: Codespaces allows you to use VSCode in the browser and on any Github repo by pressing .. With this release, you can now use Dendron whereever you have a browser!

  • More information: Web

Merge Note Command: In some cases, one is better than two. With the new merge notes command, you can now combine redundant notes. This command also makes sure that all links are refactored to point to the merged note!

Configuration UI: dendron.yml is turning a new leaf! You can now manage configuration using a visual UI!

Highlights

  • feat(workspace): tree view in web ext (docs)
  • feat(views): UI to configure dendron.yml (docs)
  • feat(structure): merge note command (docs)

Everything Else

  • feat(workspace): Create Note Command (docs)
  • enhance(views): integrated calendar with vscode theme
  • enhance(edit): option to not create an alias when copying a wiki link (docs)
  • fix(structure): correctly match namespace schema nodes, and correctly apply schema to new note when note existed as stub
  • fix(workspace): duplicate Dendron Delete command in contextual menu
  • fix(views): show whitespace for links in headers
  • fix(workspace): proper visibility on views and commands for web ext

Community

General Updates

Greenhouse this Friday!

We have a Greenhouse Talk this week!

Two awesome speakers this week:

  • Matt Bierner, Maintainer of JS/TS in VS Code, speak on 'Markdown Language Server'

  • Kevin Lin, Founder of Dendron, speak on Progressive Summarization for Developers

  • Greenhouse Talk (Fri, August 26, 09:00 AM PST / 00:00 UTC)

TIL Highlights

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

Dendron Reading Series

This week's entry in the Dendron Reading Series.

The world map that reboots your brain

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

Enhancements

  • enhance(views): integrated calendar with vscode theme (#3340) @sam (Private)
  • enhance(edit): option to not create an alias when copying a wiki link (#3393) @hayata (Private) (docs)

Fix

  • fix(structure): correctly match namespace schema nodes, and correctly apply schema to new note when note existed as stub (#3388) @hikchoi (Private)
  • fix(workspace): duplicate Dendron Delete command in contextual menu (#3406) @joshi (Private)
  • fix(views): show whitespace for links in headers (#3403) @sam (Private)
  • fix(workspace): proper visibility on views and commands for web ext (#3423) @jonathan (Private)