Updated Mobile frontend (markdown)

Elian Doran 2025-10-30 09:38:21 +02:00
parent d3d448dfd9
commit cdb2ae8087

@ -1,33 +1 @@
Trilium ([[server edition|Server installation]]) has a mobile web frontend which is optimized for touch based devices - smartphones and tablets. It is activated automatically during login process based on browser detection. See https://docs.triliumnotes.org/user-guide/setup/mobile-frontend.
Mobile frontend is limited in features compared to full desktop frontend. See below for more details on this.
Note that this is not an Android/iOS app, this is just mobile friendly web page served on the [[server edition|Server installation]].
## Screenshots
### Mobile phone
[[images/mobile-smartphone.png]]
### Tablet
[[images/mobile-tablet.png]]
## Limitations
Mobile frontend provides only some of the features of the full desktop frontend:
* it is possible to browse the whole note tree, read and edit all types of notes, but you can create only text notes
* reading and editing [[protected notes]] is possible, but creating them is not supported
* editing options is not supported
* cloning notes is not supported
* uploading file attachments is not supported
## Forcing mobile/desktop frontend
Trilium decides automatically whether to use mobile or desktop frontend. If this is not appropriate, you can use `?mobile` or `?desktop` query param on **login** page (Note: you might need to log out).
# Scripting
You can alter the behavior with [[scripts]] just like for normal frontend. For script notes to be executed, they need to have labeled `#run=mobileStartup`.