From 7d1f61e47b10b7c458d421b70c948940df870a5b Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sat, 8 Sep 2018 15:47:15 +0100 Subject: [PATCH] Electron release v1.0.106 --- ElectronClient/app/package-lock.json | 2 +- ElectronClient/app/package.json | 2 +- docs/faq/index.html | 2 ++ readme/faq.md | 4 ++++ 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ElectronClient/app/package-lock.json b/ElectronClient/app/package-lock.json index 28576cc2b..9c52b8969 100644 --- a/ElectronClient/app/package-lock.json +++ b/ElectronClient/app/package-lock.json @@ -1,6 +1,6 @@ { "name": "Joplin", - "version": "1.0.105", + "version": "1.0.106", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/ElectronClient/app/package.json b/ElectronClient/app/package.json index 1189a85f5..afce01663 100644 --- a/ElectronClient/app/package.json +++ b/ElectronClient/app/package.json @@ -1,6 +1,6 @@ { "name": "Joplin", - "version": "1.0.105", + "version": "1.0.106", "description": "Joplin for Desktop", "main": "main.js", "scripts": { diff --git a/docs/faq/index.html b/docs/faq/index.html index f16c1b030..4fd01b19c 100644 --- a/docs/faq/index.html +++ b/docs/faq/index.html @@ -262,6 +262,8 @@
  • Synchronise to verify that everything is working.
  • Do step 4 and 5 for all the other Joplin clients you need to sync.
  • +

    How can I easily enter Markdown tags in Android?

    +

    You may use a special keyboard such as Multiling O Keyboard, which has shortcuts to create Markdown tags. More information in this post.

    Is it possible to use real file and folder names in the sync target?

    Unfortunately it is not possible. Joplin synchronises with file systems using an open format however it does not mean the sync files are meant to be user-editable. The format is designed to be performant and reliable, not user friendly (it cannot be both), and that cannot be changed. Joplin sync directory is basically just a database.

    Could there be a PIN or password to restrict access to Joplin?

    diff --git a/readme/faq.md b/readme/faq.md index ab1cde963..82d62ec5f 100644 --- a/readme/faq.md +++ b/readme/faq.md @@ -14,6 +14,10 @@ When changing the WebDAV URL, make sure that the new location has the same exact 5. Synchronise to verify that everything is working. 6. Do step 4 and 5 for all the other Joplin clients you need to sync. +# How can I easily enter Markdown tags in Android? + +You may use a special keyboard such as [Multiling O Keyboard](https://play.google.com/store/apps/details?id=kl.ime.oh&hl=en), which has shortcuts to create Markdown tags. [More information in this post](https://discourse.joplin.cozic.net/t/android-create-new-list-item-with-enter/585/2?u=laurent). + # Is it possible to use real file and folder names in the sync target? Unfortunately it is not possible. Joplin synchronises with file systems using an open format however it does not mean the sync files are meant to be user-editable. The format is designed to be performant and reliable, not user friendly (it cannot be both), and that cannot be changed. Joplin sync directory is basically just a database.