awesome-dendron: A Dendron awesome list of extensions, vaults, and more #2118
Replies: 10 comments 12 replies
-
Markdown All in One is definitely a must have for using VS Code as a markdown editor. It has two key bind conflicts with Dendron. Markdown All in One:
Dendron:
Users will want to edit the default key bindings when using these extensions in tandem. |
Beta Was this translation helpful? Give feedback.
-
Another one is maybe Project manager which I use to easily switch between dendron and other workspaces or folders, could also be used for easy switch between dendron workspaces if you don't want to use the command. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Some of the extensions I use that haven't been mentioned yet:
|
Beta Was this translation helpful? Give feedback.
-
Convert website table to Markdown - web-based tool for the occasional conversion of tables from websites to Markdown pipe tables |
Beta Was this translation helpful? Give feedback.
-
Filtering with: grep -irn 'https://marketplace.visualstudio.com' vault/*.md |
sed 's:.*\https:https:g' |
tr -d ')>:' | sed 's:\ .*::g' |
sed 's:\&utm.*::g' |
grep -v license |
sort |
uniq I get:
|
Beta Was this translation helpful? Give feedback.
-
Some awesome lists I keep an eye on:
I think it might also be worth an additional section on tools for extending Dendron that aren't part of Dendron itself? I've just published a tool for exporting Draw.io diagrams on publish, and I'm sure others will follow as the community grows 🌲 |
Beta Was this translation helpful? Give feedback.
-
Auto Run Command - an extension that automatically runs commands after VS Code startup (e.g. |
Beta Was this translation helpful? Give feedback.
-
For anyone coming from Joplin to Dendron, I've written a little helper script that I used to copy the correct dates from Joplin into Dendron. It's very rough and ready https://github.com/chmac/joplin2dendron. |
Beta Was this translation helpful? Give feedback.
-
Please add:
😁 |
Beta Was this translation helpful? Give feedback.
-
awesome-dendron
repository2022.01.31 UPDATE: This discussion has resulted in the creation of the new repo: awesome-dendron! Go to that repository for any further contributions :)
Summary
I believe creating an awesome-list for Dendron would be an excellent idea. Before making a repo, this discussion can be used.
Feel free to use this discussion to mention your favorites, related to your Dendron workflows, resources, extensions, and more.
Awesome
Dendron Official Public Vaults
Community Public Vaults
Dendron Official VS Code / VSCodium Extensions
Archived / Not Recommended
Community VS Code / VSCodium Extensions
Markdown Enhancers
Ctrl + Shift + [
||Dendron: Go Previous Sibling
(Ctrl + Shift + [
)Ctrl + Shift + ]
||Dendron: Go Next Sibling
(Ctrl + Shift + ]
)Spellcheck, Linters, and Style Guides
id:
values in YAML frontmatter as misspellings. Fix:"spellright.ignoreRegExps": ["/id: .*/ig"],
dendron.yml
Git
Vim bindings and more
Coding
Other
dendron.sync
)Dendron Enhancers
dendron-pandoc
: Run specialized pandoc filters for making Dendron links work properly, a script for adding bibliography information (or other data) to all markdown files in a vault, and morejoplin2dendron
: Helper script to copy the correct dates from Joplin files into Dendron when migrating.Browser Extensions
Web Clippers
Chrome/Chromium
/Firefox
/Edge
/Safari
Dendron Showcase
@kevins8#0590
@lukecarrier#2081
@ianjones#3696
@dolearning (Kevin)#3551
@cameron#9185
@icanteven#0264
@glucinater21#0869
Other awesome lists of interest
The Future
This discussion will eventually lead to an
awesome-list
in thedendronhq
org at some point. In the meantime, it's a discussion for easy commenting, sharing, and feedback.Most awesome lists are just one page README files of resource links, and we've thought about the idea of having a curated awesome list vault when we revisit focusing on Dendron seeds in the future. As in: it would be cool to have something like an
awesome.dendron.so
website that is a collection of awesome lists you can visit at the website, but also a public vault you can add to your workspace for easy navigation.An Ask
What links do you want to add? Feel free to contribute to the discussion below, and I'll update the list!
Beta Was this translation helpful? Give feedback.
All reactions