HackerTrans
TopNewTrendsCommentsPastAskShowJobs

scriptautomate

no profile record

Submissions

Dendron New User Survey 2021 Results

blog.dendron.so
1 points·by scriptautomate·4 jaar geleden·0 comments

The Five Minute Journal with Dendron and Visual Studio Code

blog.dendron.so
1 points·by scriptautomate·5 jaar geleden·0 comments

Share Your Notes Online: Publish Dendron with Netlify and GitHub

blog.dendron.so
1 points·by scriptautomate·5 jaar geleden·0 comments

Highlights from VSCode 1.62

blog.dendron.so
1 points·by scriptautomate·5 jaar geleden·0 comments

Highlights from VSCode 1.61

blog.dendron.so
2 points·by scriptautomate·5 jaar geleden·0 comments

Best Mobile Note-Taking Apps for Markdown

blog.dendron.so
1 points·by scriptautomate·5 jaar geleden·0 comments

Highlights from the VSCode v1.59 Release

blog.dendron.so
2 points·by scriptautomate·5 jaar geleden·0 comments

comments

scriptautomate
·4 jaar geleden·discuss
Dendron is very focused on local viewing, creating, and managing your notes (UX/DX). This is in addition to publishing, which is a differentiator between it and SSGs like Jekyll, Hugo, Sphinx, etc. It automatically timestamps notes at creation, and every following update, in two separate fields within a note frontmatter. Since Dendron encourages git for the versioning of your note vaults, you can get the full git history of each note.

With VS Code, you can also use GitLens to traverse and view the history of all the lines within each note (who modified this line last? etc.) with the built-in git blame navigation.

You could technically create a script of some kind that runs git diffs across the git history of files, and maybe create a "*.changelog" child file for each note, in the event that you want to have dedicated files displaying how each note evolved over time? Otherwise, that isn't a built-in feature with Dendron.

For mobile use, I've liked using mgit (Android) + Obsidian for editing my Dendron notes, and then use Dendron on my laptops/desktops. Others have mentioned GitJournal working well for them. Some more on that: https://wiki.dendron.so/notes/SJtEnmQQYGu0bP2Kg7UbA/
scriptautomate
·4 jaar geleden·discuss
Nice. Do you have any links to configs or guides on setting up these modifications?
scriptautomate
·4 jaar geleden·discuss
Foam vs. Dendron: https://wiki.dendron.so/notes/p5fMTi-6zOyX1TwhL6dM0/

I've seen many in the Dendron community use the Markdown import pod to convert their notes over to Dendron: https://wiki.dendron.so/notes/f23a6290-2dec-45dc-b616-c218ee...
scriptautomate
·4 jaar geleden·discuss
This may be helpful, if wanting to know some differences in Obsidian vs. Dendron: https://wiki.dendron.so/notes/a84ff014-e871-445d-9366-d97f1a...

For migrating content from Obsidian, you can use Dendron's markdown import pod (pods are ways that Dendron imports/exports notes):

Markdown import: https://wiki.dendron.so/notes/f23a6290-2dec-45dc-b616-c218ee...

Obsidian style import: https://wiki.dendron.so/notes/9kovmyM4T0ZBeWvp5oH62/

I still use Obsidian on mobile to view my Dendron notes, but use VS Code with the Dendron extension when on my computer :)
scriptautomate
·5 jaar geleden·discuss
This is a huge part of what led me to adopting Dendron (and eventually contributing to and working on the project): the importance of interoperability. Seeing progress being made toward importing docs from Google docs, importing content from GitHub issues, adding other public vaults into my local workspace (like the TL;DR docs seed), etc. were great.
scriptautomate
·5 jaar geleden·discuss
I've been a fan of combining the use of Obsidian and Dendron, too. I use Obsidian on my phone, with MGit (Android) for the git management, and Dendron on the desktop. The combination of Obsidian (for mobile) + Dendron (for desktop) pops up in the Dendron community discord from time to time, and the common response tends positive when it comes to that workflow