fix(docs): unescaped URL in images

This commit is contained in:
Elian Doran
2025-03-11 17:24:15 +02:00
parent a441ea2461
commit e939b7b3d9
24 changed files with 95 additions and 95 deletions

View File

@@ -1,4 +1,4 @@
# Manually altering the database
# Manually altering the database
There are some situations where modifying the SQLite database that Trilium uses is desirable.
If you are doing any advanced development or troubleshooting where you manually modify the database, you might want to consider creating backups of your `document.db` file.
@@ -28,7 +28,7 @@ To do so:
5. Press "Write Changes" in the main toolbar.
6. Close the application or close the database.
![](6_Manually altering the data.png)
![](6_Manually%20altering%20the%20data.png)
### Using the SQLite CLI