-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Document
Document is SQLite database which contains all notes, tree structure, metadata and most of the configuration.
It's stored in single file, by default in trilium-data/document.db, where trilium-data is stored in:
-
/home/[user]/.local/sharefor Linux -
C:\Users\[user]\AppData\Roamingfor Windows Vista and up -
/Users/[user]/Library/Application Supportfor Mac OS - user's home is a fallback if some of the paths above don't exist
- user's home is also a default setup for docker
If you want to backup your Trilium data, just backup this single file - it contains everything you need.
If you want to use some other location for the document than the default one, you may change it via TRILIUM_DATA_DIR environment variable to some other location, e.g.:
export TRILIUM_DATA_DIR=/home/myuser/data/my-trilium-data
When you run Trilium for the first time, it will generate a demo document for you as a starting point. It's also pretty useful for demonstration of some of Trilium's features, e.g.:
Note
Our documentation has moved to docs.triliumnotes.org/.
Note
Our documentation has moved to docs.triliumnotes.org/.
- Basic concepts
- Installation & setup
- Advanced usage
- Developer guides
- FAQ
- Troubleshooting