0.77
Dendron 0.77 has sprouted π±
Introducing Lookup View, the new UI for lookup modifiers. This view becomes active in the explorer when a note lookup is active, helping you toggle modifiers for filtering and other superpowers.
Changing your workspace has just become easier: Dendron: Change Workspace
now provides a file explorer to navigate to a destination on your filesystem.
Highlights
- enhance(workspace):
Dendron: Change Workspace
can use file picker to select destination, instead of typing it out (docs) - feat(lookup): new Lookup View for modifiers when a note lookup is active
Everything Else
- fix(workspace): warn for frontmatter issues even if the frontmatter is not visible
- fix(publish): Publishing dev server keeps running after exiting on Windows
- fix(views): tree view refresh and circular dependency removal
- fix(views):
Show Preview
errors on Windows - fix(cli): using
--noBuild
with export from CLI will cause command to hang - fix(refactor):
Move Header
issues - fix(schema): ensure month/day/time has two digits when doing data variable substitution
Community
General Updates
- Blog post: The Five Minute Journal with Dendron and Visual Studio Code
- Discord: New
#releases
channel, in order to separate release announcements from other Dendron#announcements
. awesome-dendron
: Do you know of VS Code extensions, note taking workflow links, and other resources you want to share with the Dendron community? Contribute to the discussion about an awesome list!
Starboard and TIL Highlights
These are highlights from the Dendron Discord
#starboard
and#today-i-learned
channels.
- π‘
aleksey#5276
shared a link to Today I Learned, A Hashrocket Project: "TIL there is a website named TIL" - π‘
Dakota#2394
was using GitHub Copilot, which reminded them about code block syntax highlighting in Markdown.
Dendron Reading Series
This week's entry in the Dendron Reading Series.
Credit to
Jack of some quantity of trades#3247
from the Dendron community for sharing this link, as I added it to my reading list for this week's reading series!
Are you suffering from "information overload" each day? Perhaps you are using the wrong metaphor, and need to revisit your diet when it comes to food for thought.
The key to understanding why is to think of information throughput rather than information input. You only need to ensure that enough high-quality information (nutrition) is coming at you so you can add enough value (digestion, information work) to make a living off the throughput-process, and hopefully enjoy it (tasty work).
I like me some tasty work. I really like this reframing. It's wild seeing that this was published in 2008, when the internet of today is an even larger collection of information buffets. Isn't the world better when you aren't trapped in a perpetual pie-eating contest? Pie overload, my friends.
Related
Office Hours and New User Tuesdays
- Office Hours: You can find notes from our sessions here.
- New User Tuesdays: You can find notes from our sessions here
Thank You's
A big thanks to the following gardeners that brought up issues, contributions, and fixes to this release :man_farmer: :woman_farmer: You can see an overview of all roles here
-
Dan Gilleland
@dagilleland#6290
-
Harman
hrmnjt#1959
-
Luke Carrier
@lukecarrier#2081
-
Adam Gluck
@glucinater21#0869
-
Chisomo Chiweza
@thatmalawianprogrammer#5060
-
Ross Dickerson
@bitdryvr#4860
Changelog
Fix
- fix(workspace): warn for frontmatter issues even if the frontmatter is not visible (#2034) @kaan (Private)
- fix(publish): Publishing dev server keeps running after exiting on Windows (#2035) @kaan (Private)
- fix(views): tree view refresh and circular dependency removal (#2082) @jonathan (Private)
- fix(views):
Show Preview
errors on Windows (#2094) @kaan (Private) - fix(cli): using
--noBuild
with export from CLI will cause command to hang (#2109) @kevin (Private)
0.76.1
Features
- feat(lookup): new Lookup View for modifiers when a note lookup is active (docs) (#1977) @hikchoi (Private)
Enhancements
- enhance(workspace):
Dendron: Change Workspace
can use file picker to select destination, instead of typing it out (docs) (#2044) @tuling (Private)
Fix
- fix(refactor):
Move Header
issues (#2040) @hikchoi (Private) - fix(schema): ensure month/day/time has two digits when doing data variable substitution (#2064) @tuling (Private)