0.82

Dendron 0.82 has sprouted 🌱

Smaller changelog this week as the team is working on some bigger architectural changes to increase the general stability and performance of Dendron (our focus for this month). More updates on those in upcoming releases!

Highlights

  • enhance(schemas): Extend date subsitution to include week numbers with CURRENT_WEEK (docs)

Everything Else

  • fix(workspace): avoid workspace watcher crashing if folder is deleted
  • fix(workspace): correct title generation of notes within sub-hierarchy starting with md
  • fix(pod): acknowledge cli args for publish pod

Community

General Updates

What strategies do you use to maintain and take care of existing content in your digital gardens? We've added a new workflow all about how we prune and repot notes throughout our documentation: Pruning and Repotting

Starboard and TIL Highlights

These are highlights from the Dendron Discord #starboard and #today-i-learned channels.

Dendron Reading Series

This week's entry in the Dendron Reading Series.

Monica Powell explains how to build a second brain of knowledge you'll use over and over.

PKM and TIL

Personal Knowledge Management (PKM) and "Second Brains" help us achieve the Don't Repeat Yourself (DRY) mantra. Monica talks about building a note taking habit, and mentions the TIL format as an example:

The "Today I Learned" (TIL) format of summarizing what you've learned in a few short sentences daily can be particularly helpful for folks who are committed to consistently taking notes in that particular format.

This format can be seen in Josh Branchaud's til repository.

TIL can be a way to create daily notes outside of Daily Journal Notes, or even as an extension of them. Though Josh has his TIL published publicly, it could be helpful for your mind even if the notes stay as a private log of daily learnings.

When it comes to optimizing notes for searchability, Monica talked about the importance of:

  • Ease of search, including tagged and untagged notes
  • Ease in creation of new notes
  • Ability to always refactor, expand, and re-organize notes later

The Dendron approach to these:

External docs vs. recreating the wheel

Monica mentions how referencing out to external, official documentation for step-by-step guides can help save time, brain power, and your notes from becoming outdated. A fun extension to this, with Dendron, is in cases where the external notes have a Markdown source or are already a Dendron vault.

For example, instead of linking out to reference the Dendron documentation, users can follow the Seed Bank Quickstart to quickly add all of the Dendron wiki documentation to their workspace. This makes it easy to locally lookup official documentation, and even remix it with your private/local notes by using Note References and other features.

For Markdown notes in general, the Markdown Import Pod could be used to import projects like the Josh Branchaud's til repository. Now you've augmented your knowledge with the knowledge from others!

Second "Command Line" Brain

The last piece touched on was about improving your CLI experience so that you aren't needing to memorize long commands, or retype commands you have already done in the past. For this, Monica uses ZSH Autosuggestions to lean on the commands her past self has already learned.

Another CLI level-up could be TLDR, a community-managed tool that helps explain the most common usages of other CLI tools. Dendron happens to have the TLDR docs as a seed vault, too, so feel free to add that to your workspace for simple lookup!

Office Hours and New User Tuesdays

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.

Dendron User Survey

A huge thanks to the following Dendronites that provided feedback in the 2022 Dendron User Survey. If you would like to help us improve Dendron, please checkout the survey (and earn a shiny Surveyor Discord badge in the process)!

Changelog

Enhancements

  • enhance(schemas): Extend date subsitution to include week numbers with CURRENT_WEEK (docs) (#2372) opcon

Fix

  • fix(workspace): avoid workspace watcher crashing if folder is deleted (#2359) @kaan (Private)
  • fix(workspace): correct title generation of notes within sub-hierarchy starting with md (#2369) @joshi (Private)
  • fix(pod): acknowledge cli args for publish pod (#2352) @joshi (Private)