0.98
Dendron 0.98 has sprouted π±
Template Helpers: Templates just got more powerful in Dendron. Make your notes programable using built-in helpers like equality checking or date fetching.
- More information: Template Helpers
Custom Themes in Preview: You asked for it and now its here. Customize the preview with your own css (and share them in our new #themes (Private) channel).
- More information: Theme
Hovers Are Coming to Backlinks: Backlinks will now preview the contents of the note when hovering over a link.
- More information: Backlinks
Deprecated
Old style templates are being replaced with Handlebar Templates. See the migration guide for changes.
Highlights
- feat(views): preview uses your vscode theme colors
- feat(views): custom theme support for preview
- feat(navigate): backlink panel with hover
- feat(edit): template helpers
Everything Else
- enhance(view): decrease min zoomed font-size for node labels in graph panel
- enhance(workspace): "migrate to self contained vault" updates
logopath
and moves gitignore file - enhance(extend): add axios to hook function
- fix(publish): export gets stuck if
logoPath
is set but the logo doesn't exist - fix(views): added default initial theme for webviews
- fix(views): bullet points missing in new theme-matching style
- fix(views): backlinks panel tweaks
- fix(views): images with encoded uri are not rendered in the preview
Community
General Updates
Notes from Previous Office Hours: 2022-06-01 Office Hours
- NOTE: We only have partial audio for this session. Apologies - Kevin is still figuring out how to use OBS π
Greenhouse Series
In Greenhouse talks, Dendron community members share the fruits of their learning. This may include showcasing workflows, tooling setups, systems, and other topics in personal knowledge management, but also anything that the speaker has in-depth knowledge of that may be of interest to the wider community.
All talks are recorded and made available on YouTube after the fact.
Video from and notes from our last talk now available - Implementing Capture/Configure/Control in Dendron, and Dendron Local Config Overrides
Are you interested in speaking at our next greenhouse? If so, fill out the Greenhouse Proposal Form to apply for a slot!
Starboard and TIL Highlights
These are highlights from the Dendron Discord
#starboard
and#today-i-learned
channels.
-
β
kevins8#0590
shared a workflow tip for Private Images: "for folks interested in a portable way of referencing private images across multiple machines, my setup involves using dropbox + nginx" -
β
kfischer_okarin#2663
shared a way to insert an agenda depending on the weekday: "first attempt at combining a schema template with custom frontmatter + a hook to initialize my work journal notes with specific agenda headers depending on the weekday" -
π‘
kevins8#0590
shared information about showing the difference between multiple commits on github using github.com//<repo_name>/compare/ ... . See Example.
Dendron Reading Series
This week's entry in the Dendron Reading Series.
Event Reminders
- 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.
-
lordfrikk
@lordfrikk#3247
-
Marek Lukasiewicz
@Maarrk#9537
-
Riccardo Dozzo
@rioka#2156
-
Tika
Tika#9526
-
Ryan Hill
@rlh1994#9754
-
Mihai Constantin
mihaiconstantin#9440
- #role.speaker (Private)
- Spoke at the last Dendron greenhouse!
Changelog
Features
- feat(views): Preview uses your VSCode theme colors, and supports custom themes (docs) (#2984) @kaan (Private)
- feat(navigate): Backlink Panel with Hover (docs) (#2904) @jonathan (Private)
- feat(edit): template helpers (docs) (#3029) @kevin (Private) #stars (Private)
Enhancements
- enhance(view): decrease min zoomed font-size for node labels in graph panel (#2996) @joshi (Private)
- enhance(workspace): "migrate to self contained vault" updates
logoPath
and moves gitignore file (#2998) @kaan (Private) - enhance(extend): add axios to hook function (docs) (#3001) @Maarrk (Private)#9537
Fix
- fix(publish): export gets stuck if
logoPath
is set but the logo doesn't exist (#2959) @kaan (Private) - fix(views): added default initial theme for webviews (#3013) @joshi (Private)
- fix(views): bullet points missing in new theme-matching style (#3023) @kaan (Private)
- fix(views): backlinks panel tweaks (#3031) @jonathan (Private)
- fix(views): images with encoded uri are not rendered in the preview (#3006) tenheadedlion