diff --git a/Mobile frontend.md b/Mobile frontend.md new file mode 100644 index 0000000..e739344 --- /dev/null +++ b/Mobile frontend.md @@ -0,0 +1,27 @@ +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. + +Mobile frontend is limited in features compared to full desktop frontend. See below for more details on this. + +## 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 (i.e. you might need to log out). \ No newline at end of file diff --git a/Screenshot tour.md b/Screenshot tour.md index 8bd3c5c..fe1beeb 100644 --- a/Screenshot tour.md +++ b/Screenshot tour.md @@ -32,4 +32,12 @@ See [[Task manager]]. [[images/note-revisions.png]] -See [[Note revisions]]. \ No newline at end of file +See [[Note revisions]]. + +[[images/mobile-smartphone.png]] + +See [[Mobile frontend]]. + +[[images/mobile-tablet.png]] + +See [[Mobile frontend]]. \ No newline at end of file diff --git a/images/mobile-smartphone.png b/images/mobile-smartphone.png new file mode 100644 index 0000000..43a04b8 Binary files /dev/null and b/images/mobile-smartphone.png differ diff --git a/images/mobile-tablet.png b/images/mobile-tablet.png new file mode 100644 index 0000000..aa18da0 Binary files /dev/null and b/images/mobile-tablet.png differ