From c144ac06630e6f646cad1711755367e4ac2eb785 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Fri, 13 Aug 2021 16:53:55 +0400 Subject: Added joplin tui config --- .config/joplin/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .config/joplin/settings.json diff --git a/.config/joplin/settings.json b/.config/joplin/settings.json new file mode 100644 index 0000000..a89378c --- /dev/null +++ b/.config/joplin/settings.json @@ -0,0 +1,5 @@ +{ + "sync.target": 2, + "sync.2.path": "/home/andrew/shared-folder/joplin", + "trackLocation": false +} -- cgit v1.2.3