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
- writes the port that the Dendron engine (Private) is listening to
- .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
- default for
Terms
workspace root
From Workspace
Go to text →
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
- pods: pod related files
- seeds: seeds (Private) related files
- repos: used by Dendron to store remote vaults
Backlinks