Skip to content

Commit

Permalink
Merge pull request #119 from maphew/patch-6
Browse files Browse the repository at this point in the history
Link demo notes .db to current develop instead of the unused stable
  • Loading branch information
Alumniminium authored Oct 19, 2024
2 parents e70d2de + 10e7f9b commit ac40b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Wiki/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
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.

0 comments on commit ac40b4d

Please sign in to comment.