From 10e7f9b1f416d1db60e7a0452c35bde042286c6e Mon Sep 17 00:00:00 2001 From: matt wilkie Date: Fri, 18 Oct 2024 10:39:34 -0700 Subject: [PATCH] Link demo notes .db to current develop instead of the unused stable per https://github.com/TriliumNext/Notes/issues/487#issuecomment-2413450770 --- Wiki/database.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Wiki/database.md b/Wiki/database.md index 76c30c5..e434659 100644 --- a/Wiki/database.md +++ b/Wiki/database.md @@ -16,7 +16,7 @@ When you run Trilium for the first time, it will generate a new database contain There are some cases in which you may want to restore the original demo notes. For example, if you experimented with some of the more advanced features and want to see the original reference, or if you simply want to explore the latest version of the demo notes, which might showcase new features. You can easily restore the demo notes by using Trilium's built-in import feature by importing them: -- Download [this .zip archive](https://github.com/TriliumNext/Notes/raw/stable/db/demo.zip) with the latest version of the demo notes +- Download [this .zip archive](https://github.com/TriliumNext/Notes/raw/develop/db/demo.zip) with the latest version of the demo notes - Right click on any note in your tree under which you would like the demo notes to be imported - Click "Import into note" - Select the .zip archive to import it @@ -33,4 +33,4 @@ If you are experimenting with Trilium and want to return it to its original stat To delete the database, simply go to the [data directory](data-directory.md) and delete the `document.db` file (and any other files starting with `document.db`). -If you do not need to preserve any configurations that might be stored in the `config.ini` file, you can just delete all of the [data directory's](data-directory.md) contents to fully restore the application to its original state. \ No newline at end of file +If you do not need to preserve any configurations that might be stored in the `config.ini` file, you can just delete all of the [data directory's](data-directory.md) contents to fully restore the application to its original state.