diff --git a/Document.md b/Document.md index ddde6ec..69ee373 100644 --- a/Document.md +++ b/Document.md @@ -24,7 +24,7 @@ Trilium provides a lot of flexibility, but with that you can also potentially sh 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. -## How to reset document +## How to reset the document If you previously just experimented with Trilium and want to get it to the initial state, you can do that by deleting the `document.db*` files, e.g. like this: @@ -36,4 +36,6 @@ If you don't need to preserve e.g. the `config.ini`, then you can also delete th ```bash rm -r ./trilium-data -``` \ No newline at end of file +``` + +After starting next time, Trilium will create a new initial document. \ No newline at end of file