20 - Your future self will thank you: Building your personal documentation

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!


Backlinks