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!
- More information: Dendron: Merge Note
Configuration UI: dendron.yml
is turning a new leaf! You can now manage configuration using a visual UI!
- More information: Configure (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.
- π‘
bitNomad#0817
shared his learning that there are places in Denver as scary/sketchy as his hometown Det[riot] where the po-po do not consider stopping at any signal - π‘
grndstt#1420
shared a link to Frictionless Data Software and Standards and Livemark framework
Dendron Reading Series
This week's entry in the Dendron Reading Series.
The world map that reboots your brain
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.
-
Brian Parma
@bj0#2741
-
Vladimir Sanchez
@vladsanchez#1890
Changelog
Features
- feat(workspace): tree view in web ext (#3386) @jonathan (Private) (docs)
- feat(views): UI to configure
dendron.yml
(#3211) @joshi (Private) (docs) - feat(structure): merge note command (#3349) @hikchoi (Private) (docs)
- feat(workspace): Create Note Command (#3408) @joshi (Private) (docs)
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)