From a7a6c655a83c80c71f42b16cf6e4ca1af50d4673 Mon Sep 17 00:00:00 2001 From: zadam Date: Sat, 31 Oct 2020 09:09:37 +0100 Subject: [PATCH] Updated Document (markdown) --- Document.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Document.md b/Document.md index 06011f6..2beb80c 100644 --- a/Document.md +++ b/Document.md @@ -16,4 +16,10 @@ When you run Trilium for the first time, it will generate a demo document for yo ### Restoring demo document -In some cases you might want to take a look at the demo document after you deleted it. Or you might want to see if there was something added (sometimes we add a new feature demonstration into demo document). In such case you can just [download .tar archive](https://github.com/zadam/trilium/raw/stable/db/demo.zip) of the latest document and import it somewhere into the tree (right click on a note where you want to import the demo document and choose "Import"). \ No newline at end of file +In some cases you might want to take a look at the demo document after you deleted it. Or you might want to see if there was something added (sometimes we add a new feature demonstration into demo document). In such case you can just [download .tar archive](https://github.com/zadam/trilium/raw/stable/db/demo.zip) of the latest document and import it somewhere into the tree (right click on a note where you want to import the demo document and choose "Import"). + +## Manually modifying the document + +Trilium provides a lot of flexibility, but with that you can also potentially shoot yourself in the foot (e.g. with startup script which blanks the app view). + +In such cases you can manually fix notes on the database layer - you can use e.g. [https://sqlitebrowser.org/](https://sqlitebrowser.org/) to open `document.db` file, find problematic notes and manually fix them. Don't forget to commit / write changes after you're done. \ No newline at end of file