From 790a5db8c1e4fb217c7c194817387cb7281a14eb Mon Sep 17 00:00:00 2001 From: rsheftel Date: Sat, 23 Jan 2021 12:12:51 -0500 Subject: [PATCH] Add the Quick Start --- Home.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 08f05e2..8691e70 100644 --- a/Home.md +++ b/Home.md @@ -1,3 +1,25 @@ +# Overview Basic overview of the Trilium project is available at project homepage - https://github.com/zadam/trilium -This wiki contains additional and more in-depth information on some topics. See the sidebar for listing of all available pages. +# Documentation +This [wiki](https://github.com/zadam/trilium/wiki) contains additional and more in-depth information on some topics. See the sidebar for listing of all available pages. + +# Quick Start +## Choose the setup + +**Local only desktop/laptop** - Allows a single instance on a desktop and will save the notes locally on that desktop. +1. [[Desktop installation]] + +**Server with web only access** - Installs the application on the server and allows access from any web browser on any device, including mobile. +1. [[Server installation]] +2. [[Mobile frontend]] (optional) + +**Combination of server and desktop/laptop** - Install the application on both a server, for web access and data synchronization, and desktop instance(s). This allows all the data to be stored on the server and either accessed from the web browser, or the desktop application. The desktop application will sync and store the data locally so that it can be used when offline. +1. [[Server installation]] +2. [[Mobile frontend]] (optional) +3. [[Desktop installation]] +4. [[Synchronization]] + +## Basic concepts +1. Understand [[Note]] +2. Watch the [[Screenshot tour]]