ScriptAutomate
11/16/2021, 12:48 AMtitle
, desc
, etc. and created/updated timestamps that are automatically managed by the Dendron extension in VSCode
- If you never want to publish your notes, Dendron works great! It's a local-first approach, and the notes never have to be published (or even stored on) the internet if you don't want to
- I use a multi-vault workspace, myself, that pulls in my vault that I publish to my website, also vault(s) that are private repos on GitHub, and I bring in vaults that are public GitHub repos. There are many paths here 🙂
- How well does it handle corruption: If using git to track your vault contents, this means all your notes are versioned over time. One benefit is that, if anything wonky may happen to a file, that you can retrieve an earlier version of the file if needed. Data/file corruption of plain text files rarely happens, but having versioned files is super helpful in the rare instance of it occurring
- I've been playing around with potential ways to do Zettelkasten with Dendron, like how fleeting notes can be done with scratch notes, and how using Dendron tags can help further organize notes outside of hierarchy. Dendron has built-in support for backlinks by default, so you can see how others reference them, and also can visualize with the note graph Some resources that may be helpful:
- Zettelkasten article: https://medium.com/@rebeccawilliams9941/the-zettelkasten-method-examples-to-help-you-get-started-8f8a44fa9ae6
- Another Zettelkasten article: https://zenkit.com/en/blog/a-beginners-guide-to-the-zettelkasten-method/
- Dendron tags: https://wiki.dendron.so/notes/8bc9b3f1-8508-4d3a-a2de-be9f12ef1821/
- I use Obsidian (with mgit for git management, on Android) for accessing Dendron notes on my phone. Can see the blog post about mobile use, where I mention Obsidian with mgit: https://blog.dendron.so/notes/fDCVPEo3guCFWPdxokXHU/
- If looking for more iOS friendly tooling, there is a good catalog here: https://brettterpstra.com/ios-text-editors/
- What is PARA: https://wiki.dendron.so/notes/664c7980-f605-43ad-a931-c139740777c8/ and https://fortelabs.co/blog/para/
- For bigger projects: I myself am writing short stories, using Dendron, and also migrating my novels into Dendron. There is a word count extension that Microsoft makes, that throws a wordcount at the bottom status bar 🙂 I'm planning to use Dendron as the central source-of-truth, and use tools like pandoc
and others when it comes to exporting out. I'm still getting the hang of things, but I'm interested in getting pre-commit
, vale
, and other helpful tools (maybe codespell
?) working with my notes