0
0
Fork 0
mirror of https://github.com/gsantner/markor.git synced 2026-04-21 06:40:14 +00:00
Sync with Syncthing, work with Markor
Gregor Santner edited this page 2018-11-22 11:01:52 +01:00

Quick Guide

This is an wiki article written by Markor community member @wmww (on GitHub), used applications inlcude Syncthing (Android), Syncthing (Desktop) and Markor (Android).


Syncthing is a protocol to sync files between your devices, with implementations for various platforms. Unlike other (even open source) sync and backup solutions, it does not require complex server setup or dependence on 3rd parties. According to their website:

Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.

To start off, install Syncthing and set up a shared folder. More info on how to do that here.

Then, all you need to do is tell Marker where to look for and save files:

  • Go to your Notebook (close any open note and swipe to the left)
  • Open the overflow menu (tap the three dots in the upper right)
  • Go to Settings -> App-wide -> Notebook
  • Navigate to and select your synced folder (The Syncthing app will tell you the path under the folder's name)

Advanced Guide

This is an wiki article written by Markor community member @tengucrow (on GitHub), used applications are Syncthing (Android), Syncthing (Desktop) and Markor (Android).


I use Syncthing - both on my desktop (Linux Debian) and on Android phone (Xiaomi Redmi 4x). Open source, privacy (my data doesn't get to the third party), etc.

I use both with local networks settings (syncing by local home wifi) since in the recent past I didn't have mobile internet, so I connect desktop (firefly at 192.168.1.4) and phone (redmi 4x new at 192.168.1.6).

I prefer keep separate folder for texts (~/text at desktop, and ~/text aka /storage/emulated/0/text at phone), because syncthing sync little text files lightning fast - without having to wait for all other (big) files to be synchronized.

For desktop linux I install syncthing by default repo (sudo apt install syncthing), start it and set it up via browser interface (http://127.0.0.1:8384/). I use "homebrew" selftuned Openbox install, so syncthing run at start via ~/.config/openbox/autostart.sh (added there (syncthing -no-browser) &).

For android phone I get syncthing from f-droid.org and connect it with desktop.

Rarely I may get version conflict, but syncthing keep both version of files (see at screenshot) and I just use vimdiff.

2018-10-04_1708-1538662113_1920x1080_scrot

So far - 143 files inside ~/text :)