Layout

File Tree

Basic

.
├── dendron.code-workspace
├── dendron.yml
├── .dendron.port
├── .dendron.meta
├── docs/
├── .gitignore
└── vault/
    ├── root.md
    ├── root.schema.md
    ├── dendron.md
    ├── dendron.faq.md
    ├── ...
    └── assets/images
  • dendron.code-workspace
    • VS Code and Dendron configuration
  • dendron.yml
    • Dendron specific settings
  • .dendron.port
  • .dendron.meta
    • writes Dendron specific metadata
  • .gitignore
    • add special notes
  • docs/
    • used to generate a static site from your vault
  • vault/
    • root.md
      • generated by Dendron, root of all your hierarchies
    • root.schema.yml
      • generated by Dendron, root of all of your schemas
    • assets/images
      • default for Dendron Paste Image extension to put images in

Terms

workspace root

The folder that contains files like dendron.yml and dendron.code-workspace is the top-level directory of a workspace, known as the workspace root.

Additional Folders


Backlinks