diff --git a/README_terminal.md b/README_terminal.md index a0ae66248..d3c3442ab 100644 --- a/README_terminal.md +++ b/README_terminal.md @@ -124,7 +124,7 @@ You will need to set the `sync.target` config variable and all the `sync.5.path` :config sync.5.username YOUR_USERNAME :config sync.5.password YOUR_PASSWORD -If synchronisation does not work, please consult the logs in the app profile directory - it is often due to a misconfigured URL or password. The log should indicate what the exact issue is. +If synchronisation does not work, please consult the logs in the app profile directory (`~/.config/joplin`)- it is often due to a misconfigured URL or password. The log should indicate what the exact issue is. ## WebDAV synchronisation @@ -198,7 +198,7 @@ There are two types of shortcuts: those that manipulate the user interface direc yn cp $n "" dn mv $n "" -Shortcut can be configured by adding a file `keymap.json` to the profile directory. The content of this file is a JSON array with each entry defining a command and the keys associated with it. +Shortcut can be configured by adding a keymap file to the profile directory in `~/.config/joplin/keymap.json`. The content of this file is a JSON array with each entry defining a command and the keys associated with it. As an example, this is the default keymap, but read below for a detailed explanation of each property. diff --git a/Tools/build-website.js b/Tools/build-website.js index 6bd9137d2..07c1381c9 100644 --- a/Tools/build-website.js +++ b/Tools/build-website.js @@ -44,10 +44,14 @@ const headerHtml = ` color: black; background-color: #eee; border: 1px solid #ccc; + font-size: .85em; } pre code { border: none; } + pre { + font-size: .85em; + } .title-icon { height: 2em; } diff --git a/docs/desktop/index.html b/docs/desktop/index.html index 1357b34b4..ef34548cc 100644 --- a/docs/desktop/index.html +++ b/docs/desktop/index.html @@ -39,10 +39,14 @@ color: black; background-color: #eee; border: 1px solid #ccc; + font-size: .85em; } pre code { border: none; } + pre { + font-size: .85em; + } .title-icon { height: 2em; } diff --git a/docs/help/e2ee.html b/docs/help/e2ee.html index 05b40893b..4a5fca08c 100644 --- a/docs/help/e2ee.html +++ b/docs/help/e2ee.html @@ -39,10 +39,14 @@ color: black; background-color: #eee; border: 1px solid #ccc; + font-size: .85em; } pre code { border: none; } + pre { + font-size: .85em; + } .title-icon { height: 2em; } diff --git a/docs/help/spec.html b/docs/help/spec.html index c7ae24127..15e6532dd 100644 --- a/docs/help/spec.html +++ b/docs/help/spec.html @@ -39,10 +39,14 @@ color: black; background-color: #eee; border: 1px solid #ccc; + font-size: .85em; } pre code { border: none; } + pre { + font-size: .85em; + } .title-icon { height: 2em; } diff --git a/docs/index.html b/docs/index.html index ff594f781..b00a27080 100644 --- a/docs/index.html +++ b/docs/index.html @@ -39,10 +39,14 @@ color: black; background-color: #eee; border: 1px solid #ccc; + font-size: .85em; } pre code { border: none; } + pre { + font-size: .85em; + } .title-icon { height: 2em; } @@ -392,14 +396,14 @@ $$
If synchronisation does not work, please consult the logs in the app profile directory - it is often due to a misconfigured URL or password. The log should indicate what the exact issue is.
+If synchronisation does not work, please consult the logs in the app profile directory (~/.config/joplin
)- it is often due to a misconfigured URL or password. The log should indicate what the exact issue is.
Select the "WebDAV" synchronisation target and follow the same instructions as for Nextcloud above.
Shortcut can be configured by adding a file keymap.json
to the profile directory. The content of this file is a JSON array with each entry defining a command and the keys associated with it.
Shortcut can be configured by adding a keymap file to the profile directory in ~/.config/joplin/keymap.json
. The content of this file is a JSON array with each entry defining a command and the keys associated with it.
As an example, this is the default keymap, but read below for a detailed explanation of each property.
[
{ "keys": [":"], "type": "function", "command": "enter_command_line_mode" },