docs(dev): document exporting functionality

This commit is contained in:
Elian Doran
2025-10-29 22:36:45 +02:00
parent 1d6ab64ae5
commit 444e103047
4 changed files with 61 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ Apart from normal <a class="reference-link" href="../Sharing.md">Sharing</a>, e
* The URL structure is different. Where in normal sharing it's something along the way of `example.com/share/noteid`, the notes follow an hierarchical structure, such as `docs.triliumnotes.org/user-guide/concepts/navigation/tree-concepts`.
* The `favicon.ico` is not handled automatically, it needs to be manually added on the server after the export is generated.
* The “Last updated” for notes is not available.
* The search functionality works slightly different since the normal one requires an active API to work. In the static export, search still works but uses a different mechanism so results might be different.
## Differences from normal .zip export