/_attachments/
/_canvas/
/_dataview/
/_inbox/
/_other/
/_templates/
/docs/
/site/
license
mkdocs.yml
readme.md
Every folder with the prefix _ is a system folder.
_attachments¶
All images, PDFs, and other attachments.
- Primarily to maintain order.
- To keep image and text data separate.
- To simplify later organization with large amounts of data.
- To simplify later automation.
❗This folder is currently ignored by Git. Further consideration is needed on how we handle image data. This means image data is currently only available locally (and of course on the resulting website), but it is not part of the repository at the moment. #todo
_canvas¶
Canvas is a feature of Obsidian that is well-suited for mind maps and similar visualizations.
Since we only use this within Obsidian, the data is kept separate.