Skip to content

Commit

Permalink
Electron release v1.0.106
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Sep 8, 2018
1 parent 643e5a6 commit 7d1f61e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ElectronClient/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ElectronClient/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Joplin",
"version": "1.0.105",
"version": "1.0.106",
"description": "Joplin for Desktop",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions docs/faq/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ <h1 id="all-my-notes-got-deleted-after-changing-the-webdav-url-">All my notes go
<li>Synchronise to verify that everything is working.</li>
<li>Do step 4 and 5 for all the other Joplin clients you need to sync.</li>
</ol>
<h1 id="how-can-i-easily-enter-markdown-tags-in-android-">How can I easily enter Markdown tags in Android?</h1>
<p>You may use a special keyboard such as <a href="https://play.google.com/store/apps/details?id=kl.ime.oh&amp;hl=en">Multiling O Keyboard</a>, which has shortcuts to create Markdown tags. <a href="https://discourse.joplin.cozic.net/t/android-create-new-list-item-with-enter/585/2?u=laurent">More information in this post</a>.</p>
<h1 id="is-it-possible-to-use-real-file-and-folder-names-in-the-sync-target-">Is it possible to use real file and folder names in the sync target?</h1>
<p>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.</p>
<h1 id="could-there-be-a-pin-or-password-to-restrict-access-to-joplin-">Could there be a PIN or password to restrict access to Joplin?</h1>
Expand Down
4 changes: 4 additions & 0 deletions readme/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7d1f61e

Please sign in to comment.