What is VSCode?

Visual Studio Code or VS Code is an open-source free code editor to aid developers to build web, mobile, and desktop applications. I used it on my coding and data engineering tasks with Node.JS, Flutter, Python, and Dart.

It features automatic updates, a rich ecosystem filled with extensions, themes, and useful tools. It is basically doing everything.

Some developers may not like to use it as it is maintained by Microsoft, so they can get and use VSCodium which is a Free/Libre VS Code fork with a FLOSS license for the binary downloadable releases.

What is Dendron?

Dendron is a cool VS Code extension that adds a new set of functionalities to your VS Code making it a rich knowledge-base IDE.

Installing Dendron on VS Code or VSCodium is like installing any other extensions: just type Dendron in your extension search, then install.

There are no hidden tricks in installing, getting it to work, however, there is too much to learn when it comes to using it, however, it does not need much time to master it.

Use Cases

  • Personal knowledge management (PKM)
  • Documentation
  • Meeting notes
  • Project management system with tasks and todos
  • Personal tasks management
  • Blogging
  • Customer

Features

  1. Note-taking: Easily take your structured notes within VSCode
  2. Write your notes in plain Markdown
  3. Easy-to-learn workflow
  4. Rich documentation and tutorials set.
  5. Note and Markdown viewer
  6. A separate workspace to manage your projects
  7. Rich commands set
  8. A built-in rich caching system
  9. Built-in calendar viewer is a handy tool to browse your notes with days
  10. To-do Markdown format
  11. Add date and time keys to organize your notes
  12. Link your notes and files together
  13. Structured outline support for your markdown note
  14. Backlinks viewer helps you view your note connections
  15. Use GIT to sync and manage notes
  16. Edit your notes in any text editor
  17. Create diagrams using Markdown and Mermaid
  18. Write math using Katex
  19. Embedded note support
  20. Rich knowledge base schema
  21. Autocomplete hints support
  22. Note templates
  23. Notes structure and connection visualization with rich graph view
  24. Export your notes as static websites using the NextJS.

Final note

Dendron is a useful note-taking and writing tool that works directly from your VS Code or VSCodium install. It is useful for managing large writing projects, connecting your notes, ideas, and thoughts, and navigating easily through them.

It has few hidden tricks, but is easy to learn and worth learning.

License

Dendron is an open-source tool released under AGPL-3.0.

Resources