diff --git a/docs/changelog/index.html b/docs/changelog/index.html index 7be2a79d41..ce9d39c029 100644 --- a/docs/changelog/index.html +++ b/docs/changelog/index.html @@ -506,7 +506,7 @@
Important: This release might be slow on startup due to the need to index all the notes, especially if you have many of them with lots of content. The best is simply to wait for it even if it takes several minutes. This is just a one off and afterwards startup time will be the same as before.
Important: This release might be slow on startup due to the need to index all the notes, especially if you have many of them with lots of content. The best is simply to wait for it even if it takes several minutes. This is just a one off and afterwards startup time will be the same as before.
If none of this work, please report it on the forum or GitHub issue tracker
+If none of this work, please report it on the forum or GitHub issue tracker
To provide as much information as possible when reporting an issue, you may provide the log from the various Chrome console.
@@ -299,7 +299,7 @@Also press F12 to open the regular Firefox console (some messages from the Joplin extension can go there too).
Now use the extension as normal and replicate the bug you're having.
-Copy and paste the content of both the debugging window and the Firefox console, and post it to the forum.
+Copy and paste the content of both the debugging window and the Firefox console, and post it to the forum.
The Web Clipper service can be used to create, modify or delete notes, notebooks, tags, etc. from any other application. It exposes an API with a number of methods to manage Joplin's data. For more information about this API and how to use it, please check the Joplin API documentation.
diff --git a/docs/faq/index.html b/docs/faq/index.html index 68a0f2ad5e..abdbc1a288 100644 --- a/docs/faq/index.html +++ b/docs/faq/index.html @@ -302,9 +302,9 @@ notepad++.exe --openSession # Opens Notepad ++ in new windowYou may use a special keyboard such as Multiling O Keyboard, which has shortcuts to create Markdown tags. More information in this post.
+You may use a special keyboard such as Multiling O Keyboard, which has shortcuts to create Markdown tags. More information in this post.
Whenever importing a large number of notes, for example from Evernote, it may take a very long time for the first sync to complete. There are various techniques to speed thing up (if you don't want to simply wait for the sync to complete), which are outlined in this post.
+Whenever importing a large number of notes, for example from Evernote, it may take a very long time for the first sync to complete. There are various techniques to speed thing up (if you don't want to simply wait for the sync to complete), which are outlined in this post.
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.
Joplin supports end-to-end encryption (E2EE) on all the applications. E2EE is a system where only the owner of the notes, notebooks, tags or resources can read them. It prevents potential eavesdroppers - including telecom providers, internet providers, and even the developers of Joplin from being able to access the data. Please see the End-To-End Encryption Tutorial for more information about this feature and how to enable it.
For a more technical description, mostly relevant for development or to review the method being used, please see the Encryption specification.
+The Joplin applications automatically save previous versions of your notes at regular intervals. These versions are synced across devices and can be viewed from the desktop application. To do so, click on the "Information" button on a note, then click on "Previous version of this note". From this screen you can view the previous versions of the note as well as restore any of them.
+This feature can be disabled from the "Note history" section in the settings, and it is also possible to change for how long the history of a note is saved.
+More information about this feature in the announcement post.
Joplin notes can be opened and edited using an external editor of your choice. It can be a simple text editor like Notepad++ or Sublime Text or an actual Markdown editor like Typora. In that case, images will also be displayed within the editor. To open the note in an external editor, click on the icon in the toolbar or press Ctrl+E (or Cmd+E). Your default text editor will be used to open the note. If needed, you can also specify the editor directly in the General Options, under "Text editor command".
Pre-releases are available for the desktop application. They are pretty much like regular releases, except that they have not yet been tested by many users, so it is possible that a bug or two went through.
-You can help the development of Joplin by choosing to receive these early releases when updating the application. If you find any bug or other issue, you may report it on the forum or GitHub.
+You can help the development of Joplin by choosing to receive these early releases when updating the application. If you find any bug or other issue, you may report it on the forum or GitHub.
In general it is safe to use these pre-releases (they do not include any experimental or unstable features). In fact most pre-release eventually become regular releases after a few days.
To have access to these pre-releases, simply go to Configuration screen and tick the box "Also get pre-releases when checking for updates".