diff --git a/docs/api/get_started/plugins/index.html b/docs/api/get_started/plugins/index.html index 3ef7d474a..0f0acc8af 100644 --- a/docs/api/get_started/plugins/index.html +++ b/docs/api/get_started/plugins/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/get_started/plugins.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Getting started with plugin developmentπŸ”—

In this article you will learn the basic steps to build and test a plugin in Joplin.

Setting up your environmentπŸ”—

diff --git a/docs/api/overview/index.html b/docs/api/overview/index.html index 6ac4e1198..66e77c14a 100644 --- a/docs/api/overview/index.html +++ b/docs/api/overview/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/overview.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Extending JoplinπŸ”—

Joplin provides a number of extension points to allow third-party applications to access its data, or to develop plugins.

The two main extension points are:

diff --git a/docs/api/references/development_mode/index.html b/docs/api/references/development_mode/index.html index 8019f69e7..8f1024509 100644 --- a/docs/api/references/development_mode/index.html +++ b/docs/api/references/development_mode/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/development_m
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Development modeπŸ”—

When experimenting with Joplin, for example when developing a plugin or trying a theme, you might want to run Joplin in development mode. Doing this will open a second copy of Joplin using a different profile with test notes and notebooks, so you can experiment without risking changing or deleting your data.

To enable Development Mode, go to Help > Copy dev mode command to clipboard. This will copy a command to your clipboard. Paste this command in a shell / terminal to run a development version of the app.

diff --git a/docs/api/references/plugin_loading_rules/index.html b/docs/api/references/plugin_loading_rules/index.html index 45e5fa007..63b624bf7 100644 --- a/docs/api/references/plugin_loading_rules/index.html +++ b/docs/api/references/plugin_loading_rules/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/plugin_loadin
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Plugin Loading RulesπŸ”—

When loading plugins from the profile plugins directory, Joplin will look at the following locations:

+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Plugin ManifestπŸ”—

The manifest file is a JSON file that describes various properties of the plugin. If you use the Yeoman generator, it should be automatically generated based on the answers you've provided. The supported properties are:

diff --git a/docs/api/references/rest_api/index.html b/docs/api/references/rest_api/index.html index c1d9aa51c..b29bfb572 100644 --- a/docs/api/references/rest_api/index.html +++ b/docs/api/references/rest_api/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/references/rest_api.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Joplin Data APIπŸ”—

This API is available when the clipper server is running. It provides access to the notes, notebooks, tags and other Joplin object via a REST API. Plugins can also access this API even when the clipper server is not running.

In order to use it, you'll first need to find on which port the service is running. To do so, open the Web Clipper Options in Joplin and if the service is running it should tell you on which port. Normally it runs on port 41184. If you want to find it programmatically, you may follow this kind of algorithm:

diff --git a/docs/api/tutorials/toc_plugin/index.html b/docs/api/tutorials/toc_plugin/index.html index 377d394b6..09aecc1c5 100644 --- a/docs/api/tutorials/toc_plugin/index.html +++ b/docs/api/tutorials/toc_plugin/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/api/tutorials/toc_plugin.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Creating a table of content pluginπŸ”—

This tutorial will guide you through the steps to create a table of content plugin for Joplin. It will display a view next to the current note that will contain links to the sections of a note. It will be possible to click on one of the header to jump to the relevant section.

Through this tutorial you will learn about several aspect of the Joplin API, including:

diff --git a/docs/blog/20180621-182112/index.html b/docs/blog/20180621-182112/index.html index cd366ccc2..f144a02e4 100644 --- a/docs/blog/20180621-182112/index.html +++ b/docs/blog/20180621-182112/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180621-182112.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Web Clipper now available on Firefox and ChromeπŸ”—

One of the most requested feature, the Web Clipper, is now available on the Firefox and Chrome store. It is possible to save a whole web page, or a simplified version of it, or a screenshot directly from the browser to Joplin. Like the rest of Joplin, the HTML page will be converted to Markdown, which means it can be easily edited and read even without a special viewer, and, since it's plain text, it also makes it easier to search and share the content.

Have a look at the Web Clipper documentation for more information.

diff --git a/docs/blog/20180906-111039/index.html b/docs/blog/20180906-111039/index.html index 71e61cf09..2f785ebee 100644 --- a/docs/blog/20180906-111039/index.html +++ b/docs/blog/20180906-111039/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180906-111039.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

New iOS release with improved attachment supportπŸ”—

The iOS version for iPhone, iPad and iPod sometimes lags behind the Android one due to the App Store release process being more complex. However it eventually catches up, as is the case with the latest release, which includes all the features and bug fixes from the past few months.

diff --git a/docs/blog/20180916-210431/index.html b/docs/blog/20180916-210431/index.html index 580bdf9a9..2598dab15 100644 --- a/docs/blog/20180916-210431/index.html +++ b/docs/blog/20180916-210431/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180916-210431.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Note properties in desktop applicationπŸ”—

The new desktop version of Joplin for Windows, macOS and Linux features a new dialog box to view and edit the note properties, such as the updated date, created date, source URL or even location. It's a small change but it can be useful. This dialog can be accessed by clicking on the Information icon in the toolbar.

diff --git a/docs/blog/20180929-121053/index.html b/docs/blog/20180929-121053/index.html index a5fadddad..2372ce9a6 100644 --- a/docs/blog/20180929-121053/index.html +++ b/docs/blog/20180929-121053/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20180929-121053.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

New release and many bug fixesπŸ”—

Reliability and stability is an important feature of Joplin as the application can potentially manage thousands of notes spanning many years (My oldest note, imported from another software, is from October 1999!). A stable interface without too many glitches also makes for a more pleasant user experience. For these reasons, bug fixes are always given high priority in this project, and are usually worked on before any new feature is added. The latest release for instance pretty much only contains bug fixes - eight of them, including one security fix.

Joplin is not bug free yet, there are still a few issues here and there, that sometimes depend on the user's hardware or configuration, and others that are hard to replicate or fix, but the app is getting there - more stable with each new release.

diff --git a/docs/blog/20181004-091123/index.html b/docs/blog/20181004-091123/index.html index ae4e167d4..cadcadc6a 100644 --- a/docs/blog/20181004-091123/index.html +++ b/docs/blog/20181004-091123/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20181004-091123.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Joplin and Hacktobertfest 2018 πŸŽƒπŸ”—

The Hacktobertfest event Β has started - it allows you to contribute to Joplin and, at the end of Β the month, after having done 5 PR, you'll earn a limited edition Β T-shirt.

To participate, go on https://hacktoberfest.digitalocean.com/ Β log in (with you github account) and you are ready to get in.

diff --git a/docs/blog/20181101-174335/index.html b/docs/blog/20181101-174335/index.html index 818cb2f6e..e400195ff 100644 --- a/docs/blog/20181101-174335/index.html +++ b/docs/blog/20181101-174335/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20181101-174335.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Hacktoberfest has now endedπŸ”—

Hacktoberfest has now ended - many thanks to all those who have contributed. Some of the pull requests are not merged yet but they will be soon. For information, this is the number of pull requests per month on the project, so there was approximately a 30% increase in October:

Oct - 26

diff --git a/docs/blog/20181213-173459/index.html b/docs/blog/20181213-173459/index.html index f5aa4ef72..788bc2cfa 100644 --- a/docs/blog/20181213-173459/index.html +++ b/docs/blog/20181213-173459/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20181213-173459.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Joplin is now featured on PrivacyTools.ioπŸ”—

Joplin is now featured on PrivacyTools.io, a site dedicated to providing knowledge and tools to protect people's privacy against global mass surveillance. The app was kindly submitted by Mats Estensen on GitHub and accepted soon after.

Since day one the Joplin project has indeed been concerned with privacy - offering End To End Encryption and supporting open standards, including WebDAV for synchronisation. Setting up Joplin synchronisation can be more complicated than other existing note applications, but the advantage is that once it is done you 100% own the data and even the infrastructure if you use Nextcloud on your own server.

diff --git a/docs/blog/20190130-230218/index.html b/docs/blog/20190130-230218/index.html index 3386b58f8..75c745948 100644 --- a/docs/blog/20190130-230218/index.html +++ b/docs/blog/20190130-230218/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190130-230218.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

New search engine in JoplinπŸ”—

The original search engine in Joplin was pretty limited - it would search for your exact query and that is it. For example if you search for "recipe cake" it would return results that contain exactly this word in this order and nothing else - it would not return "apple cake recipe" or "recipe for birthday cake", thus forcing you to try various queries.

The last versions of Joplin include a new search engine that provides much better results, and also allow better specifying search queries.

diff --git a/docs/blog/20190404-074157/index.html b/docs/blog/20190404-074157/index.html index f54bab249..27808136e 100644 --- a/docs/blog/20190404-074157/index.html +++ b/docs/blog/20190404-074157/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190404-074157.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Markdown plugins and Goto AnythingπŸ”—

The latest release includes two relatively important new features:

The first one, is the addition of several Markdown plugins that enable new features: for example it's now possible to add a table of contents to your notes, to enable footnotes, or to render various text decorations, such as superscript, subscript, highlighting, etc. This was all made possible thanks to the efforts of Caleb John.

diff --git a/docs/blog/20190424-112410/index.html b/docs/blog/20190424-112410/index.html index 8a1fc4589..3842fd687 100644 --- a/docs/blog/20190424-112410/index.html +++ b/docs/blog/20190424-112410/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190424-112410.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

The Joplin forum is one year oldπŸ”—

Exactly one year ago, on 24 April 2018, the Joplin forum was created as a result of this post on GitHub. Before this, the only way to discuss the project was indeed on the GitHub bug tracker, which is not ideal for general discussion about features, development and so on.

After looking at various options, eventually we settled on Discourse, which provides a nice clean UI, works well on mobile, and is easy to manage. Even better, the Discourse team was kind enough to host the project for us for free, as part of their Free hosting program for open source projects. Not having to manage or pay for the server is great, and it means more time can be spent developing the application.

diff --git a/docs/blog/20190523-231026/index.html b/docs/blog/20190523-231026/index.html index 2232f8b18..f2d59a53d 100644 --- a/docs/blog/20190523-231026/index.html +++ b/docs/blog/20190523-231026/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190523-231026.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Note history now in JoplinπŸ”—

The latest versions of Joplin adds support for note history. The applications (desktop, mobile and CLI) now preserve previous versions of the notes, so you can inspect or restore them later on as needed.

A common complain with many sync-based note taking apps is that they work in an opaque way - sometimes notes are changed or they disappear and it's not clear why - it could be a user error, or some bug, but regardless it makes it hard to trust the app with thousands of notes. So this feature give transparency over what's happening - if some note seems to be gone or changed when it shouldn't, the redundant data allows investigating the issue and restoring content.

diff --git a/docs/blog/20190611-000711/index.html b/docs/blog/20190611-000711/index.html index 418cfa83d..32a593ebe 100644 --- a/docs/blog/20190611-000711/index.html +++ b/docs/blog/20190611-000711/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190611-000711.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Changing attachment download behaviour to save disk spaceπŸ”—

One issue that came up frequently in the forum is that Joplin's data can be very large, especially when the note collection includes many attachments (images, PDFs, etc.). This happens in particular when using the web clipper a lot, as each web page usually has many images included.

The recent versions of Joplin (Desktop, mobile and CLI) attempt to mitigate this issue by providing an option to change how attachments are downloaded during synchronisation.

diff --git a/docs/blog/20190613-202613/index.html b/docs/blog/20190613-202613/index.html index e6f80b65f..e487204c9 100644 --- a/docs/blog/20190613-202613/index.html +++ b/docs/blog/20190613-202613/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190613-202613.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Customising your notes with the help of the development tools and CSSπŸ”—

In Joplin desktop, it has been possible to customise the appearance of your notes using CSS for quite some time.

An issue however is that it is difficult to know what CSS to write and how to select specific elements with CSS. The development tools that were just added allow figuring this out. They are available under the menu Help > Toggle development tools.

diff --git a/docs/blog/20190814-225957/index.html b/docs/blog/20190814-225957/index.html index fffdfb439..9f1d1e48a 100644 --- a/docs/blog/20190814-225957/index.html +++ b/docs/blog/20190814-225957/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190814-225957.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Joplin now supports Fountain screenwriting markup languageπŸ”—

Fountain is markup language for screenwriting. Similar to Markdown, it is a lightweight markup format, which allows editing screenplays in plain text.

The desktop and mobile Joplin applications now support Fountain, allowing you to write and read your screenplays on your computer or on the go. To add a Fountain screenplay to a note simply wrap it into a fenced block, with the "fountain" identifier. For example:

diff --git a/docs/blog/20190925-000254/index.html b/docs/blog/20190925-000254/index.html index 9d99faa2c..bbe0d89eb 100644 --- a/docs/blog/20190925-000254/index.html +++ b/docs/blog/20190925-000254/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190925-000254.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

New icon for Joplin!πŸ”—

The Joplin icon is going to change soon. The one we have now is something I put together quickly, not knowing if the project would interest someone, so I didn't want to spend too much time on it. Now that the project is more mature, it makes sense to start improving the visuals - first the icon, then the logo font, the website and finally the app UI (although these have already been improved little by little over the past year).

Before picking an icon, I'd be interested to hear about your feedback and whether you have a preference among those below. They all share the same idea - which is something that looks like a note, and that contains a "J" too.

diff --git a/docs/blog/20190929-152834/index.html b/docs/blog/20190929-152834/index.html index 9dcd4ec94..2cad4e20a 100644 --- a/docs/blog/20190929-152834/index.html +++ b/docs/blog/20190929-152834/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20190929-152834.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Hacktoberfest 2019 is coming soon!πŸ”—

A word form @foxmask, our community manager!

* * *

diff --git a/docs/blog/20191012-233121/index.html b/docs/blog/20191012-233121/index.html index 84172cd69..8e8206086 100644 --- a/docs/blog/20191012-233121/index.html +++ b/docs/blog/20191012-233121/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191012-233121.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Support for chemical equations using mhchem for KatexπŸ”—

The next version of Joplin will feature support for chemical equations using mhchem for Katex.

For example this mhchem syntax will be rendered as below in Joplin:

diff --git a/docs/blog/20191014-165136/index.html b/docs/blog/20191014-165136/index.html index 1ce091dad..ef63b5ebb 100644 --- a/docs/blog/20191014-165136/index.html +++ b/docs/blog/20191014-165136/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191014-165136.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

New Joplin icon, second roundπŸ”—

The quest for a new Joplin icon Β continue - first many thanks for the votes and feedback! It definitely Β helped getting a better sense of what would make a great icon.

Taking all this into account, the remaining candidates are the 5 Β following icons. The first three were the top voted icons, and the Β following two are based on the feedback here and on the forum.

diff --git a/docs/blog/20191101-131852/index.html b/docs/blog/20191101-131852/index.html index f434c3d3a..c503f084f 100644 --- a/docs/blog/20191101-131852/index.html +++ b/docs/blog/20191101-131852/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191101-131852.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Hacktoberfest 2019 has now ended πŸŽƒπŸ”—

We got lots of great contributions for Hacktoberfest 2019, including:

+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

And the winner is...πŸ”—

After much discussion and votes and new logo and icon for Joplin has finally been decided:

diff --git a/docs/blog/20191118-072700/index.html b/docs/blog/20191118-072700/index.html index 31a4ea465..ef367b3e0 100644 --- a/docs/blog/20191118-072700/index.html +++ b/docs/blog/20191118-072700/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20191118-072700.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Joplin is looking into joining Google Summer of Code in 2020πŸ”—

Joplin is looking into joining Google Summer of Code next summer. The application period as organisation is expected to happen in the second half of January 2020. Until then Joplin hopes to have multiple active discussion and may even have some easy commits in regard to the application and potential projects.

diff --git a/docs/blog/20200220-190804/index.html b/docs/blog/20200220-190804/index.html index 567e05720..74d55eff8 100644 --- a/docs/blog/20200220-190804/index.html +++ b/docs/blog/20200220-190804/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200220-190804.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

GSoC 2020: Joplin has been accepted as a mentor organization!πŸ”—

Good news, our Google Summer of Code 2020 application has been accepted!

Since we made the announcement back in November, we already had a few students submitted pull requests and getting themselves familiar with the codebase.

diff --git a/docs/blog/20200301-125055/index.html b/docs/blog/20200301-125055/index.html index c9e230b42..bc84a6c81 100644 --- a/docs/blog/20200301-125055/index.html +++ b/docs/blog/20200301-125055/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200301-125055.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Large desktop update coming soonπŸ”—

I haven't kept up with releases lately and thus the new one is quite big, it includes 8 new features, 3 security fixes, 19 improvements, and 29 bug fixes. Here's a summary of what to expect:

Mermaid diagram support

diff --git a/docs/blog/20200314-001555/index.html b/docs/blog/20200314-001555/index.html index 14f59bc43..f33181334 100644 --- a/docs/blog/20200314-001555/index.html +++ b/docs/blog/20200314-001555/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200314-001555.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Experimental WYSIWYG editor in JoplinπŸ”—

The latest pre-release of Joplin (v1.0.194) includes a new WYSIWYG editor, a prototype for now, but a first step towards integrating this feature into Joplin.

diff --git a/docs/blog/20200406-224254/index.html b/docs/blog/20200406-224254/index.html index 1982d0f7e..0c2c27493 100644 --- a/docs/blog/20200406-224254/index.html +++ b/docs/blog/20200406-224254/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/blog/20200406-224254.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Joplin informal encryption and security audit resultsπŸ”—

Joplin encryption, and in particular the E2EE system used during synchronisation, was recently audited by Isaac Potoczny-Jones, CEO of Tozny and this is what he had to say:

diff --git a/docs/build_troubleshooting/index.html b/docs/build_troubleshooting/index.html index 3b8f7446f..74ff37d6f 100644 --- a/docs/build_troubleshooting/index.html +++ b/docs/build_troubleshooting/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/build_troubleshooting.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Desktop applicationπŸ”—

On WindowsπŸ”—

If yarn dist fails, it may need administrative rights.

diff --git a/docs/changelog/index.html b/docs/changelog/index.html index 5d9a9e96e..dfffb12db 100644 --- a/docs/changelog/index.html +++ b/docs/changelog/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/changelog.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Joplin changelogπŸ”—

v1.7.11 - 2021-02-03T12:50:01ZπŸ”—

+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Joplin terminal app changelogπŸ”—

cli-v1.6.4 - 2021-01-21T10:01:15ZπŸ”—

+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Joplin Server ChangelogπŸ”—

server-v1.7.2 - 2021-01-24T19:11:10ZπŸ”—

+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Joplin Web ClipperπŸ”—

The Web Clipper is a browser extension that allows you to save web pages and screenshots from your browser. To start using it, open the Joplin desktop application, go to the Web Clipper Options and follow the instructions.

diff --git a/docs/conflict/index.html b/docs/conflict/index.html index 6b55e15ce..834d9caeb 100644 --- a/docs/conflict/index.html +++ b/docs/conflict/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/conflict.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

What is a conflict?πŸ”—

A conflict happens when one note or one attachment is modified in two different places, and then synchronised. In that case, it not possible to determine which version of the note or attachment you want to keep, and thus a conflict is generated.

What happens in case of a conflict?πŸ”—

diff --git a/docs/debugging/index.html b/docs/debugging/index.html index 9bc509444..909870929 100644 --- a/docs/debugging/index.html +++ b/docs/debugging/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/debugging.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

How to enable debuggingπŸ”—

It is possible to get the apps to display or log more information that might help debug various issues.

Desktop applicationπŸ”—

diff --git a/docs/desktop/index.html b/docs/desktop/index.html index ea9e9918e..068470df0 100644 --- a/docs/desktop/index.html +++ b/docs/desktop/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/desktop.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Desktop applicationπŸ”—

For general information relevant to all the applications, see also Joplin home page.

diff --git a/docs/donate/index.html b/docs/donate/index.html index 8ea7f9386..433744a9d 100644 --- a/docs/donate/index.html +++ b/docs/donate/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/donate.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Support Joplin developmentπŸ”—

Donations to Joplin support the development of the project. Developing quality applications mostly takes time, but there are also some expenses, such as digital certificates to sign the applications, app store fees, hosting, etc. Most of all, your donation will make it possible to keep up the current development standards.

DonationsπŸ”—

diff --git a/docs/e2ee/index.html b/docs/e2ee/index.html index 264970428..bab1acc20 100644 --- a/docs/e2ee/index.html +++ b/docs/e2ee/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/e2ee.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

About End-To-End Encryption (E2EE)πŸ”—

End-to-end encryption (E2EE) is a system where only the owner of the data (i.e. notes, notebooks, tags or resources) can read it. It prevents potential eavesdroppers - including telecom providers, internet providers, and even the developers of Joplin from being able to access the data.

The system is designed to defeat any attempts at surveillance or tampering because no third party can decipher the data being communicated or stored.

diff --git a/docs/faq/index.html b/docs/faq/index.html index ddf1429a9..9c8206877 100644 --- a/docs/faq/index.html +++ b/docs/faq/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/faq.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

FAQπŸ”—

Installer gets stuck on WindowsπŸ”—

The installer may get stuck if the app was not uninstalled correctly. To fix the issue you will need to clean up the left-over entry from the Registry. To do so please follow these steps:

diff --git a/docs/gsoc2020/ideas/index.html b/docs/gsoc2020/ideas/index.html index e2c9dd6f1..9c48ab410 100644 --- a/docs/gsoc2020/ideas/index.html +++ b/docs/gsoc2020/ideas/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2020/ideas.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

GSoC 2020 IdeasπŸ”—

2020 is Joplin first round at Google Summer of Code. Detailed information on how to get involved and apply are given in the general Summer of Code introduction

These are all proposals! We are open to new ideas you might have!! Do you have an awesome idea you want to work on with Joplin but that is not among the ideas below? That's cool. We love that! But please do us a favour: Get in touch with a mentor early on and make sure your project is realistic and within the scope of Joplin.

diff --git a/docs/gsoc2020/index/index.html b/docs/gsoc2020/index/index.html index 1e9b13927..3d685726f 100644 --- a/docs/gsoc2020/index/index.html +++ b/docs/gsoc2020/index/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2020/index.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Google Summer of Code 2020πŸ”—

Joplin has a young but well proven history. It all started by single idea but is rising more and more commitment as well as demands.

Joplin is about to make another big step to answers these demands by applying at Google Summer of Code. All students and Joplin users and developers are welcome to participate in the hopefully first year Summer of Code program with Joplin. Here's how.

diff --git a/docs/gsoc2021/ideas/index.html b/docs/gsoc2021/ideas/index.html index e41d6abcc..4bec10ba2 100644 --- a/docs/gsoc2021/ideas/index.html +++ b/docs/gsoc2021/ideas/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2021/ideas.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

GSoC 2021 IdeasπŸ”—

2021 is Joplin second round at Google Summer of Code. Detailed information on how to get involved and apply are given in the general Summer of Code introduction

These are all proposals! We are open to new ideas you might have!! Do you have an awesome idea you want to work on with Joplin but that is not among the ideas below? That's cool. We love that! But please do us a favour: Get in touch with a mentor early on and make sure your project is realistic and within the scope of Joplin. Just make sure your idea is within this year's theme:

@@ -443,7 +445,7 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2021/ideas.md

Skills Required: JavaScript, Text editor, Web development

Potential Mentor(s): PackElend, roman_r_m

5. Paste specialπŸ”—

-

A plugin that will allow pasting special text into Joplin and have it converted to Markdown. For example, paste an Excel or CSV table, and have it converted to a Markdown table. Paste some HTML or PDF text and again have it converted to formatted Markdown. This could be one plugin, or a collection of plugins, one for eadch "paste special" operation.

+

A plugin that will allow pasting special text into Joplin and have it converted to Markdown. For example, paste an Excel or CSV table, and have it converted to a Markdown table. Paste some HTML or PDF text and again have it converted to formatted Markdown. This could be one plugin, or a collection of plugins, one for each "paste special" operation.

Expected Outcome: One or more plugins that allow pasting special text.

Difficulty Level: Normal

Skills Required: JavaScript, Markdown, HTML, and knowledge of various text file formats (PDF, RTF, HTML, etc.)

diff --git a/docs/gsoc2021/index/index.html b/docs/gsoc2021/index/index.html index 82183c7a2..f0695c63b 100644 --- a/docs/gsoc2021/index/index.html +++ b/docs/gsoc2021/index/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2021/index.md
+

Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

+

Google Summer of Code 2021πŸ”—

Joplin has a young but well proven history. It all started by single idea but is rising more and more commitment as well as demands.

Joplin is about to make another big step to answers these demands by applying at Google Summer of Code. All students and Joplin users and developers are welcome to participate in the hopefully second year Summer of Code program with Joplin. This year the main themes will be:

@@ -414,19 +416,19 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2021/index.md
  • External desktop applications - build external Joplin applications by retrieving, creating or modifying notes via the Data API.
  • External server applications - leverage the Joplin Server API to provide online features to Joplin users.
  • -

    Mentors, administrators and students: read Summer of Code occasionally. Also read the Summer of Code FAQ.
    -Most IMPORTANT, read this page carefully, line by line. We don't want to quote pharagraphs from this page answering question in the forum.
    -Moreover, watch/subscribe the topic GSoC 2021 live blog as this page here contains rather static content whereas the mentioned topic is updated much more frequently.

    +

    Mentors, administrators and students: read Summer of Code occasionally. Also read the Summer of Code FAQ.

    +

    Please read this page carefully as most likely it will have all the answers to the questions you might have, such as how to build the app, how to contribute and what are the rules for submitting a pull request.

    All participants will need a Google account in order to join the program. So, save time and create one now. In addition, all participants need to join the Joplin Forum.

    +

    How to contributeπŸ”—

    +

    We suggest you read carefully these important documents and bookmark the links as you will need to refer to them throughout GSoC:

    +

    Programming LanguageπŸ”—

    All applications share the same back-end written in JavaScript (Node.js), with Redux for state management. The back-end runs locally.

    The desktop GUI, as listed on the Joplin's website is done using Electron.

    -

    More details can be found on:

    -

    Submissions and ideas for projects in any other language should specifically mention the choice.

    Instructions for studentsπŸ”—

    Students wishing to participate in Summer of Code must realize, that this is a important professional opportunity. You will be required to produce applicable and readable code for Joplin in 3 months. Your mentors, will dedicate a portion of their time to mentoring you. Therefore, we seek candidates who are committed to helping Joplin and its community long-term and are willing to both do quality work, and be proactive in communicating with your mentor(s).

    diff --git a/docs/gsoc2021/pull_request_guidelines/index.html b/docs/gsoc2021/pull_request_guidelines/index.html index 22441d148..cba8cd625 100644 --- a/docs/gsoc2021/pull_request_guidelines/index.html +++ b/docs/gsoc2021/pull_request_guidelines/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2021/pull_request_guidel
    +

    Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

    +

    Pull request guidelinesπŸ”—

    Due to our limited resources and in order to give everyone a chance to submit a pull request, we have put restrictions in place this year. If you want to submit a pull request, please take into account the following rules:

      @@ -422,13 +424,13 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsoc2021/pull_request_guidel

      If you are borrowing code, please disclose it. It is fine and sometimes even recommended to borrow code, but we need to know about it to assess your work. If we find out that your pull request contains a lot of code copied from elsewhere, we will close the pull request.

    1. -

      All pull request must have test units. If for some reason it is not possible to add tests, please let us know and explain why.

      +

      All pull request must have test units. If for some reason it is not possible to add tests, please let us know and explain why. In that case, you'll need to tell us what steps you followed to manually test your changes.

    2. No Work In Progress. ONLY completed and working pull requests, and with test units, will be accepted. A WIP would fall under rule 3 and be closed immediately.

    3. -

      Please do not @mention contributors and mentors. Sometimes it takes time before we can review your pull request or answer your questions but we'll get to it sooner or later. @mentioning someone just adds to the pile of notifications we get and it won't make us look at your issue faster.

      +

      Please do not @mention contributors and mentor and do not ask for pull request reviews. Sometimes it takes time before we can review your pull request or answer your questions but we'll get to it sooner or later. @mentioning someone just adds to the pile of notifications we get and it won't make us look at your issue faster.

    4. Do not force push. If you make changes to your pull request, please simply add a new commit as that makes it easy for us to review your new changes. If you force push, we'll have to review everything from the beginning.

      diff --git a/docs/gsod2020/ideas/index.html b/docs/gsod2020/ideas/index.html index 12d6b328a..ad2f81189 100644 --- a/docs/gsod2020/ideas/index.html +++ b/docs/gsod2020/ideas/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/gsod2020/ideas.md
    +

    Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

    +

    1.Idea - Create documenation hubπŸ”—

    +

    Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

    +

    Google Season of Doc 2020πŸ”—

    Joplin has a young but well proven history. It all started by single idea but is rising more and more commitment as well as demands.

    Joplin is about to make another big step to answers these demands by being an organization at Google Summer of Code 2020.
    diff --git a/docs/images/badges/Donate-IBAN.svg b/docs/images/badges/Donate-IBAN.svg new file mode 100644 index 000000000..3d6978ca9 --- /dev/null +++ b/docs/images/badges/Donate-IBAN.svg @@ -0,0 +1 @@ +Donate: IBANDonateIBAN \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index eeb050435..3214363a8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -406,7 +406,9 @@ https://github.com/laurent22/joplin/blob/dev/README.md

    -

    Donate Sponsor on GitHub Become a patron

    + +

    Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

    +

    Joplin is a free, open source note taking and to-do application, which can handle a large number of notes organised into notebooks. The notes are searchable, can be copied, tagged and modified either from the applications directly or from your own text editor. The notes are in Markdown format.

    Notes exported from Evernote via .enex files can be imported into Joplin, including the formatted content (which is converted to Markdown), resources (images, attachments, etc.) and complete metadata (geolocation, updated time, created time, etc.). Plain Markdown files can also be imported.

    @@ -536,7 +538,7 @@ https://github.com/laurent22/joplin/blob/dev/README.md
    - + @@ -642,6 +644,37 @@ Joplin is also capable of exporting to a number of other formats including HTML

    When syncing with OneDrive, Joplin creates a sub-directory in OneDrive, in /Apps/Joplin and read/write the notes and notebooks from it. The application does not have access to anything outside this directory.

    In the desktop application or mobile application, select "OneDrive" as the synchronisation target in the Configuration screen. Then, to initiate the synchronisation process, click on the "Synchronise" button in the sidebar and follow the instructions.

    In the terminal application, to initiate the synchronisation process, type :sync. You will be asked to follow a link to authorise the application (simply input your Microsoft credentials - you do not need to register with OneDrive).

    +

    AWS S3 synchronisationπŸ”—

    +

    In the desktop application or mobile application, select "AWS S3 (Beta)" as the synchronisation target in the Configuration screen.

    + +

    While creating a new Bucket for Joplin, disable Bucket Versioning, enable Block all public access and enable Default encryption with Amazon S3 key (SSE-S3).

    +

    To add a Bucket Policy from the AWS S3 Web Console, navigate to the Permissions tab. Temporarily disable Block all public access to edit the Bucket policy, something along the lines of:

    +
    {
    +    "Version": "2012-10-17",
    +    "Statement": [
    +        {
    +            "Sid": "VisualEditor0",
    +            "Effect": "Allow",
    +            "Principal": "*",
    +            "Action": [
    +                  "s3:ListBucket",
    +                  "s3:GetBucketLocation",
    +                  "s3:DeleteObject",
    +                  "s3:DeleteObjectVersion",
    +                  "s3:PutObject"
    +            ]
    +            "Resource": [
    +                "arn:aws:s3:::joplin-bucket",
    +                "arn:aws:s3:::joplin-bucket/*"
    +            ]
    +        }
    +    ]
    +}
    +

    EncryptionπŸ”—

    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.

    diff --git a/docs/markdown/index.html b/docs/markdown/index.html index a27ee64a7..05f52994b 100644 --- a/docs/markdown/index.html +++ b/docs/markdown/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/markdown.md
    +

    Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

    +

    Markdown GuideπŸ”—

    Markdown is a simple way to format text that looks great on any device. It doesn't do anything fancy like change the font size, color, or type β€” just the essentials, using keyboard symbols you already know. Since it is plain text, it is an easy way to author notes and documents and when needed it can be converted to a rich text HTML document.

    Joplin desktop and mobile applications can display both the Markdown text and the rendered rich text document.

    diff --git a/docs/mobile/index.html b/docs/mobile/index.html index c0735ba38..2c6a31ee8 100644 --- a/docs/mobile/index.html +++ b/docs/mobile/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/mobile.md
    +

    Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

    +

    Mobile appπŸ”—

    An Android and iOS (iPhone/iPad) applications are available from the Joplin home page.

    diff --git a/docs/nextcloud_app/index.html b/docs/nextcloud_app/index.html index eb1cb36e4..e8153281d 100644 --- a/docs/nextcloud_app/index.html +++ b/docs/nextcloud_app/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/nextcloud_app.md
    +

    Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

    +

    Joplin Web API for NextcloudπŸ”—


    IMPORTANT: THIS APPLICATION IS DEPRECATED AND WILL NO LONGER BE SUPPORTED FROM JOPLIN 1.6.x

    diff --git a/docs/note_history/index.html b/docs/note_history/index.html index 91446a897..8d84a15b7 100644 --- a/docs/note_history/index.html +++ b/docs/note_history/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/note_history.md
    +

    Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

    +

    Note HistoryπŸ”—

    Joplin has support for note history. The applications (desktop, mobile and CLI) now preserve previous versions of the notes, so you can inspect or restore them later on as needed.

    A common complain with many sync-based note taking apps is that they work in an opaque way - sometimes notes are changed or they disappear and it's not clear why - it could be a user error, or some bug, but regardless it makes it hard to trust the app with thousands of notes. So this feature give transparency over what's happening - if some note seems to be gone or changed when it shouldn't, the redundant data allows investigating the issue and restoring content.

    diff --git a/docs/plugins/index.html b/docs/plugins/index.html index c2493bae4..623243f94 100644 --- a/docs/plugins/index.html +++ b/docs/plugins/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/plugins.md
    +

    Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

    +

    PluginsπŸ”—

    The desktop app has the ability to extend beyond its standard functionality by the way of plugins. These plugins adhere to the Joplin plugin API and can be installed & configured within the application via the Plugins page of the Settings menu (Windows/Linux: Tools > Options > Plugins; macOS: Joplin > Preferences). This menu allows the manual installation of the plugin using the single 'Joplin Plugin Archive' (*.jpl) file. Once the application is reloaded the plugins will appear within the plugins menu where they can be toggled on/off or removed entirely.

    Plugin RepositoryπŸ”—

    diff --git a/docs/prereleases/index.html b/docs/prereleases/index.html index fe46eb0ff..054cad220 100644 --- a/docs/prereleases/index.html +++ b/docs/prereleases/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/prereleases.md
    +

    Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

    +

    Getting pre-releasesπŸ”—

    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.

    diff --git a/docs/privacy/index.html b/docs/privacy/index.html index 6c465813d..d722e4249 100644 --- a/docs/privacy/index.html +++ b/docs/privacy/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/privacy.md
    +

    Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

    +

    Joplin Privacy PolicyπŸ”—

    The Joplin applications, including the Android, iOS, Windows, macOS and Linux applications, do not send any data to any service without your authorisation. Any data that Joplin saves, such as notes or images, are saved to your own device and you are free to delete this data at any time.

    If you choose to synchronise with a third-party, such as OneDrive or Dropbox, the notes will be sent to that account, in which case the third-party privacy policy applies.

    diff --git a/docs/rich_text_editor/index.html b/docs/rich_text_editor/index.html index c90cd0fd7..ca324cf0c 100644 --- a/docs/rich_text_editor/index.html +++ b/docs/rich_text_editor/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/rich_text_editor.md
    +

    Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

    +

    About the Rich Text editorπŸ”—

    TLDR: Avoid using Markdown plugins if you primarily intend to use the Rich Text editor, and be aware of the editor's limitations.

    At its core, Joplin stores notes in Markdown format. Markdown is a simple way to format text that looks great on any device and, while it's formatted text, it still looks perfectly readable in a plain text editor.

    diff --git a/docs/spec/e2ee/index.html b/docs/spec/e2ee/index.html index 7b528853d..51b810e38 100644 --- a/docs/spec/e2ee/index.html +++ b/docs/spec/e2ee/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/e2ee.md
    +

    Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

    +

    EncryptionπŸ”—

    Encrypted data is encoded to ASCII because encryption/decryption functions in React Native can only deal with strings. So for compatibility with all the apps we need to use the lowest common denominator.

    Encrypted data formatπŸ”—

    diff --git a/docs/spec/history/index.html b/docs/spec/history/index.html index 408da8674..a45fcfbc4 100644 --- a/docs/spec/history/index.html +++ b/docs/spec/history/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/history.md
    +

    Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

    +

    Note historyπŸ”—

    The note history preserves versions of the notes at regular interval. All the revisions are synced and shared across all devices.

    Revision formatπŸ”—

    diff --git a/docs/spec/plugins/index.html b/docs/spec/plugins/index.html index 66520f339..874421455 100644 --- a/docs/spec/plugins/index.html +++ b/docs/spec/plugins/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/plugins.md
    +

    Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

    +

    Plugin system architectureπŸ”—

    The plugin system assumes a multi-process architecture, which is safer and easier to manage. For example if a plugin freezes or crashes, it doesn't bring down the app with it. It also makes it easier to find the source of problem when there is one - eg. we know that process X has crashed so the problem is with the plugin running inside. The alternative, to run everything within the same process, would make it very hard to make such a diagnostic. Once a plugin call is frozen in an infinite loop or crashes the app, we can't know anything.

    Main architecture elementsπŸ”—

    diff --git a/docs/spec/search_sorting/index.html b/docs/spec/search_sorting/index.html index e84d112cb..cb671ee65 100644 --- a/docs/spec/search_sorting/index.html +++ b/docs/spec/search_sorting/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/search_sorting.md
    +

    Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

    +

    Search EngineπŸ”—

    The Search Engine powers the Search input in the note list and the Goto Anything dialog.

    Search algorithmπŸ”—

    diff --git a/docs/spec/server_delta_sharing/index.html b/docs/spec/server_delta_sharing/index.html index e6f19d6cb..2ddc7887f 100644 --- a/docs/spec/server_delta_sharing/index.html +++ b/docs/spec/server_delta_sharing/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/server_delta_sharing.md
    +

    Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

    +

    Joplin Server sharing featureπŸ”—

    Sharing a file via a public URLπŸ”—

    Joplin Server is essentially a file hosting service and it allows sharing files via public URLs. To do so, an API call is made to /api/shares with the ID or path of the file that needs to be shared. This call returns a SHAREID that is then used to access the file via URL. When viewing the file, it will display it according to its mime type. Thus by default a Markdown file will be displayed as plain text.

    diff --git a/docs/spec/server_delta_sync/index.html b/docs/spec/server_delta_sync/index.html index a997038c1..8d5b9890f 100644 --- a/docs/spec/server_delta_sync/index.html +++ b/docs/spec/server_delta_sync/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/server_delta_sync.md
    +

    Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

    +

    Joplin Server delta syncπŸ”—

    This documentation is meant to provide a high level overview of delta sync API. Exact technical details might change over time and would be documented separately in an API doc.

    Delta sync provides an API end point that gives a list of the latest change events since a particular point. At a high level, it works like so:

    diff --git a/docs/spec/server_file_url_format/index.html b/docs/spec/server_file_url_format/index.html index 24d6a9f56..220c31063 100644 --- a/docs/spec/server_file_url_format/index.html +++ b/docs/spec/server_file_url_format/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/server_file_url_format.
    +

    Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

    +

    Structure of file URLs in Joplin ServerπŸ”—

    To identify a file, Joplin Server supports two types of URLs:

    Access by IDπŸ”—

    diff --git a/docs/spec/sync_lock/index.html b/docs/spec/sync_lock/index.html index 0ffd46bb6..3d9917731 100644 --- a/docs/spec/sync_lock/index.html +++ b/docs/spec/sync_lock/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/spec/sync_lock.md
    +

    Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

    +

    Lock typesπŸ”—

    There are two types of locks:

    +

    Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

    +

    Joplin statisticsπŸ”—


    piccobit

    Jess Sullivan
    @@ -417,15 +419,15 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md - + - + - + @@ -456,186 +458,186 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md - - - - + + + + - - - - + + + + - - + + - + - + - + - + - + - - + + - + - + - + - + - + - - + + - + - - + + - + - - + + - + - + - - + + - + - + - + - + - + - + - + - + - - + + - + - + - - + + - + - + - - - - + + + + - + - + - + - + @@ -648,10 +650,10 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md - + - + @@ -664,18 +666,18 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md - + - + - + - + @@ -688,18 +690,18 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md - + - + - + - - + + @@ -712,18 +714,18 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md - + - + - - - + + + @@ -736,18 +738,18 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md - + - - + + - - + + @@ -808,18 +810,18 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md - + - + - + - + @@ -898,8 +900,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md - - + + @@ -928,10 +930,10 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md - + - + @@ -1050,8 +1052,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md - - + + @@ -1098,8 +1100,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md - - + + @@ -1121,9 +1123,9 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md - + - + @@ -1152,10 +1154,10 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md - + - + @@ -1416,10 +1418,10 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md - + - + @@ -1472,10 +1474,10 @@ https://github.com/laurent22/joplin/blob/dev/readme/stats.md - + - +
    Total Windows downloads1,282,7241,286,581
    Total macOs downloads501,703502,930
    Total Linux downloads388,789390,998
    Windows %
    v1.7.11 2021-02-03T12:50:01Z42,25718,17223,86984,29845,95819,38026,06291,400
    v1.7.10 2021-01-30T13:25:29Z13,7194,8124,40122,93213,7264,8154,40322,944
    v1.6.8 2021-01-20T18:11:34Z17,7127,63417,7327,638 7,54732,89332,917
    v1.6.7 2021-01-11T23:20:33Z10,13010,143 4,599 4,52419,25319,266
    v1.6.6 2021-01-09T16:15:31Z12,33412,335 3,401 4,77120,50620,507
    v1.5.14 2020-12-30T01:48:46Z10,6295,17310,6335,176 5,50521,30721,314
    v1.5.13 2020-12-29T18:29:15Z599600 210 188997998
    v1.5.12 2020-12-28T15:14:08Z2,3402,342 1,755 9085,0035,005
    v1.5.11 2020-12-27T19:54:07Z13,9334,60113,9344,602 4,24922,78322,785
    v1.4.19 2020-12-01T11:11:16Z25,30313,26725,30613,269 11,58850,15850,163
    v1.4.18 2020-11-28T12:21:41Z 11,061 3,8693,05017,9803,05117,981
    v1.4.16 2020-11-27T19:40:16Z1,4261,427 821 5832,8302,831
    v1.4.15 2020-11-27T13:25:43Z 875 4812601,6162611,617
    v1.4.12 2020-11-23T18:58:07Z2,9322,933 1,314 1,2835,5295,530
    v1.3.18 2020-11-06T12:07:02Z30,36730,373 11,305 10,49052,16252,168
    v1.3.15 2020-11-04T12:22:50Z2,1932,200 1,288 8354,3164,323
    v1.2.6 2020-10-09T13:56:59Z43,93743,946 17,708 14,01975,66475,673
    v1.1.4 2020-09-21T11:20:09Z27,50213,48527,50313,486 7,72348,71048,712
    v1.0.245 2020-09-09T12:56:10Z21,00421,011 9,9955,63136,6305,63236,638
    v1.0.242 2020-09-04T22:00:34Z12,38412,385 6,415 3,01421,81321,814
    v1.0.241 2020-09-04T18:06:00Z23,3425,7274,98434,05323,3695,7304,98534,084
    v1.0.233 2020-08-01T14:51:15Z42,87242,880 18,185 12,35673,41373,421
    v1.0.227 2020-07-07T20:44:54Z40,29740,298 15,271 9,62665,19465,195
    v1.0.224
    v1.0.220 2020-06-13T18:26:22Z31,62931,630 9,913 6,40947,95147,952
    v1.0.218
    v1.0.216 2020-05-24T14:21:01Z37,05937,067 14,258 10,17461,49161,499
    v1.0.201 2020-04-15T22:55:13Z53,10653,116 20,041 18,17991,32691,336
    v1.0.200
    v1.0.199 2020-04-10T18:41:58Z19,30119,302 5,882 3,78728,97028,971
    v1.0.197 2020-03-30T17:21:22Z22,21622,219 9,5315,69337,4405,69437,444
    v1.0.195
    v1.0.193 2020-03-08T08:58:53Z28,62628,628 10,903 7,38546,91446,916
    v1.0.179 2020-01-24T22:42:41Z 70,99228,51622,519122,02728,51722,520122,029
    v1.0.178
    v1.0.175 2019-12-08T11:48:47Z72,39272,396 16,88816,499105,77916,501105,785
    v1.0.174 2019-11-12T18:20:58Z 30,397 11,7128,21950,3288,22050,329
    v1.0.173
    v1.0.161 2019-07-13T18:30:00Z19,28119,282 6,352 4,13629,76929,770
    v1.0.160 2019-06-15T00:21:40Z30,51030,511 7,745 8,10146,35646,357
    v1.0.1592019-03-10T20:59:58Z 13,629 4,1703,19920,9983,20121,000
    v1.0.135
    v1.0.127 2019-02-14T23:12:48Z9,7729,773 3,170 2,92915,87115,872
    v1.0.1252018-06-28T20:25:36Z 15,051 4,7017,33727,0897,33827,090
    v1.0.1032018-05-26T16:36:39Z 2,721 1,2251,6875,6331,6895,635
    v1.0.95v1.0.93 2018-05-14T11:36:01Z 1,7911,1281,129 7593,6783,679
    v1.0.91
    v1.0.83 2018-04-04T19:43:58Z4,8514,852 2,532 2,65810,04110,042
    v1.0.82
    v0.10.28 2017-11-30T01:07:46Z1,3371,338 1,701 8743,9123,913
    v0.10.26
    v0.10.19 2017-11-20T18:59:48Z1819 644 13675676
    diff --git a/docs/terminal/index.html b/docs/terminal/index.html index 08c08d1a7..4bec8d0f4 100644 --- a/docs/terminal/index.html +++ b/docs/terminal/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/terminal.md
    +

    Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

    +

    Joplin is a free, open source note taking and to-do application, which can handle a large number of notes organised into notebooks. The notes are searchable, can be copied, tagged and modified with your own text editor.

    Notes exported from Evernote via .enex files can be imported into Joplin, including the formatted content (which is converted to Markdown), resources (images, attachments, etc.) and complete metadata (geolocation, updated time, created time, etc.). Plain Markdown files can also be imported.

    The notes can be synchronised with various targets including the file system (for example with a network directory), Nextcloud, Dropbox, OneDrive or WebDAV. When synchronising the notes, notebooks, tags and other metadata are saved to plain text files which can be easily inspected, backed up and moved around.

    diff --git a/docs/welcome/1_welcome_to_joplin/index.html b/docs/welcome/1_welcome_to_joplin/index.html index 8a84824f1..6d42f8664 100644 --- a/docs/welcome/1_welcome_to_joplin/index.html +++ b/docs/welcome/1_welcome_to_joplin/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/1_welcome_to_joplin.
    +

    Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

    +

    Welcome to Joplin! πŸ—’οΈπŸ”—

    Joplin is a free, open source note taking and to-do application, which helps you write and organise your notes, and synchronise them between your devices. The notes are searchable, can be copied, tagged and modified either from the applications directly or from your own text editor. The notes are in Markdown format. Joplin is available as a πŸ’» desktop, πŸ“± mobile and πŸ”‘ terminal application.

    The notes in this notebook give an overview of what Joplin can do and how to use it. In general, the three applications share roughly the same functionalities; any differences will be clearly indicated.

    diff --git a/docs/welcome/2_importing_and_exporting_notes/index.html b/docs/welcome/2_importing_and_exporting_notes/index.html index 54a34d3ed..1e27f9baa 100644 --- a/docs/welcome/2_importing_and_exporting_notes/index.html +++ b/docs/welcome/2_importing_and_exporting_notes/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/2_importing_and_expo
    +

    Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

    +

    Importing and exporting notes β†”οΈπŸ”—

    Importing from EvernoteπŸ”—

    Joplin was designed as a replacement for Evernote and so can import complete Evernote notebooks, as well as notes, tags, images, attached files and note metadata (such as author, geo-location, etc.) via ENEX files.

    diff --git a/docs/welcome/3_synchronising_your_notes/index.html b/docs/welcome/3_synchronising_your_notes/index.html index 2223f5771..c7c5a4e0d 100644 --- a/docs/welcome/3_synchronising_your_notes/index.html +++ b/docs/welcome/3_synchronising_your_notes/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/3_synchronising_your
    +

    Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

    +

    Synchronising your notes πŸ”„πŸ”—

    One of the goals of Joplin was to avoid being tied to any particular company or service, whether it is Evernote, Google or Microsoft. As such the synchronisation is designed without any hard dependency to any particular service. You basically choose the service you prefer among those supported, setup the configuration, and the app will be able to sync between your computers or mobile devices.

    The supported cloud services are the following:

    diff --git a/docs/welcome/4_tips/index.html b/docs/welcome/4_tips/index.html index aba820f09..5b0ff99a1 100644 --- a/docs/welcome/4_tips/index.html +++ b/docs/welcome/4_tips/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/4_tips.md
    +

    Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

    +

    Tips πŸ’‘πŸ”—

    The first few notes should have given you an overview of the main functionalities of Joplin, but there's more it can do. See below for some of these features and how to get more help using the app:

    Web clipperπŸ”—

    diff --git a/docs/welcome/5_privacy/index.html b/docs/welcome/5_privacy/index.html index 7b7a9dd0c..818023929 100644 --- a/docs/welcome/5_privacy/index.html +++ b/docs/welcome/5_privacy/index.html @@ -406,6 +406,8 @@ https://github.com/laurent22/joplin/blob/dev/readme/welcome/5_privacy.md
    +

    Donate using PayPal Sponsor on GitHub Become a patron Donate using IBAN

    +

    PrivacyπŸ”—

    Joplin values your privacy and security by giving you complete control over your information and digital footprint.

    Joplin applications do not send any data to any service without your authorisation. Any data that Joplin saves, such as notes or images, are saved to your own device and you are free to delete this data at any time.

    diff --git a/readme/stats.md b/readme/stats.md index adaafe520..58ed436bb 100644 --- a/readme/stats.md +++ b/readme/stats.md @@ -2,52 +2,52 @@ Name | Value --- | --- -Total Windows downloads | 1,282,724 -Total macOs downloads | 501,703 -Total Linux downloads | 388,789 +Total Windows downloads | 1,286,581 +Total macOs downloads | 502,930 +Total Linux downloads | 390,998 Windows % | 59% macOS % | 23% Linux % | 18% Version | Date | Windows | macOS | Linux | Total --- | --- | --- | --- | --- | --- -[v1.7.11](https://github.com/laurent22/joplin/releases/tag/v1.7.11) | 2021-02-03T12:50:01Z | 42,257 | 18,172 | 23,869 | 84,298 -[v1.7.10](https://github.com/laurent22/joplin/releases/tag/v1.7.10) | 2021-01-30T13:25:29Z | 13,719 | 4,812 | 4,401 | 22,932 -[v1.6.8](https://github.com/laurent22/joplin/releases/tag/v1.6.8) | 2021-01-20T18:11:34Z | 17,712 | 7,634 | 7,547 | 32,893 -[v1.6.7](https://github.com/laurent22/joplin/releases/tag/v1.6.7) | 2021-01-11T23:20:33Z | 10,130 | 4,599 | 4,524 | 19,253 -[v1.6.6](https://github.com/laurent22/joplin/releases/tag/v1.6.6) | 2021-01-09T16:15:31Z | 12,334 | 3,401 | 4,771 | 20,506 -[v1.5.14](https://github.com/laurent22/joplin/releases/tag/v1.5.14) | 2020-12-30T01:48:46Z | 10,629 | 5,173 | 5,505 | 21,307 -[v1.5.13](https://github.com/laurent22/joplin/releases/tag/v1.5.13) | 2020-12-29T18:29:15Z | 599 | 210 | 188 | 997 -[v1.5.12](https://github.com/laurent22/joplin/releases/tag/v1.5.12) | 2020-12-28T15:14:08Z | 2,340 | 1,755 | 908 | 5,003 -[v1.5.11](https://github.com/laurent22/joplin/releases/tag/v1.5.11) | 2020-12-27T19:54:07Z | 13,933 | 4,601 | 4,249 | 22,783 -[v1.4.19](https://github.com/laurent22/joplin/releases/tag/v1.4.19) | 2020-12-01T11:11:16Z | 25,303 | 13,267 | 11,588 | 50,158 -[v1.4.18](https://github.com/laurent22/joplin/releases/tag/v1.4.18) | 2020-11-28T12:21:41Z | 11,061 | 3,869 | 3,050 | 17,980 -[v1.4.16](https://github.com/laurent22/joplin/releases/tag/v1.4.16) | 2020-11-27T19:40:16Z | 1,426 | 821 | 583 | 2,830 -[v1.4.15](https://github.com/laurent22/joplin/releases/tag/v1.4.15) | 2020-11-27T13:25:43Z | 875 | 481 | 260 | 1,616 -[v1.4.12](https://github.com/laurent22/joplin/releases/tag/v1.4.12) | 2020-11-23T18:58:07Z | 2,932 | 1,314 | 1,283 | 5,529 -[v1.3.18](https://github.com/laurent22/joplin/releases/tag/v1.3.18) | 2020-11-06T12:07:02Z | 30,367 | 11,305 | 10,490 | 52,162 -[v1.3.15](https://github.com/laurent22/joplin/releases/tag/v1.3.15) | 2020-11-04T12:22:50Z | 2,193 | 1,288 | 835 | 4,316 -[v1.2.6](https://github.com/laurent22/joplin/releases/tag/v1.2.6) | 2020-10-09T13:56:59Z | 43,937 | 17,708 | 14,019 | 75,664 -[v1.1.4](https://github.com/laurent22/joplin/releases/tag/v1.1.4) | 2020-09-21T11:20:09Z | 27,502 | 13,485 | 7,723 | 48,710 -[v1.0.245](https://github.com/laurent22/joplin/releases/tag/v1.0.245) | 2020-09-09T12:56:10Z | 21,004 | 9,995 | 5,631 | 36,630 -[v1.0.242](https://github.com/laurent22/joplin/releases/tag/v1.0.242) | 2020-09-04T22:00:34Z | 12,384 | 6,415 | 3,014 | 21,813 -[v1.0.241](https://github.com/laurent22/joplin/releases/tag/v1.0.241) | 2020-09-04T18:06:00Z | 23,342 | 5,727 | 4,984 | 34,053 -[v1.0.233](https://github.com/laurent22/joplin/releases/tag/v1.0.233) | 2020-08-01T14:51:15Z | 42,872 | 18,185 | 12,356 | 73,413 -[v1.0.227](https://github.com/laurent22/joplin/releases/tag/v1.0.227) | 2020-07-07T20:44:54Z | 40,297 | 15,271 | 9,626 | 65,194 +[v1.7.11](https://github.com/laurent22/joplin/releases/tag/v1.7.11) | 2021-02-03T12:50:01Z | 45,958 | 19,380 | 26,062 | 91,400 +[v1.7.10](https://github.com/laurent22/joplin/releases/tag/v1.7.10) | 2021-01-30T13:25:29Z | 13,726 | 4,815 | 4,403 | 22,944 +[v1.6.8](https://github.com/laurent22/joplin/releases/tag/v1.6.8) | 2021-01-20T18:11:34Z | 17,732 | 7,638 | 7,547 | 32,917 +[v1.6.7](https://github.com/laurent22/joplin/releases/tag/v1.6.7) | 2021-01-11T23:20:33Z | 10,143 | 4,599 | 4,524 | 19,266 +[v1.6.6](https://github.com/laurent22/joplin/releases/tag/v1.6.6) | 2021-01-09T16:15:31Z | 12,335 | 3,401 | 4,771 | 20,507 +[v1.5.14](https://github.com/laurent22/joplin/releases/tag/v1.5.14) | 2020-12-30T01:48:46Z | 10,633 | 5,176 | 5,505 | 21,314 +[v1.5.13](https://github.com/laurent22/joplin/releases/tag/v1.5.13) | 2020-12-29T18:29:15Z | 600 | 210 | 188 | 998 +[v1.5.12](https://github.com/laurent22/joplin/releases/tag/v1.5.12) | 2020-12-28T15:14:08Z | 2,342 | 1,755 | 908 | 5,005 +[v1.5.11](https://github.com/laurent22/joplin/releases/tag/v1.5.11) | 2020-12-27T19:54:07Z | 13,934 | 4,602 | 4,249 | 22,785 +[v1.4.19](https://github.com/laurent22/joplin/releases/tag/v1.4.19) | 2020-12-01T11:11:16Z | 25,306 | 13,269 | 11,588 | 50,163 +[v1.4.18](https://github.com/laurent22/joplin/releases/tag/v1.4.18) | 2020-11-28T12:21:41Z | 11,061 | 3,869 | 3,051 | 17,981 +[v1.4.16](https://github.com/laurent22/joplin/releases/tag/v1.4.16) | 2020-11-27T19:40:16Z | 1,427 | 821 | 583 | 2,831 +[v1.4.15](https://github.com/laurent22/joplin/releases/tag/v1.4.15) | 2020-11-27T13:25:43Z | 875 | 481 | 261 | 1,617 +[v1.4.12](https://github.com/laurent22/joplin/releases/tag/v1.4.12) | 2020-11-23T18:58:07Z | 2,933 | 1,314 | 1,283 | 5,530 +[v1.3.18](https://github.com/laurent22/joplin/releases/tag/v1.3.18) | 2020-11-06T12:07:02Z | 30,373 | 11,305 | 10,490 | 52,168 +[v1.3.15](https://github.com/laurent22/joplin/releases/tag/v1.3.15) | 2020-11-04T12:22:50Z | 2,200 | 1,288 | 835 | 4,323 +[v1.2.6](https://github.com/laurent22/joplin/releases/tag/v1.2.6) | 2020-10-09T13:56:59Z | 43,946 | 17,708 | 14,019 | 75,673 +[v1.1.4](https://github.com/laurent22/joplin/releases/tag/v1.1.4) | 2020-09-21T11:20:09Z | 27,503 | 13,486 | 7,723 | 48,712 +[v1.0.245](https://github.com/laurent22/joplin/releases/tag/v1.0.245) | 2020-09-09T12:56:10Z | 21,011 | 9,995 | 5,632 | 36,638 +[v1.0.242](https://github.com/laurent22/joplin/releases/tag/v1.0.242) | 2020-09-04T22:00:34Z | 12,385 | 6,415 | 3,014 | 21,814 +[v1.0.241](https://github.com/laurent22/joplin/releases/tag/v1.0.241) | 2020-09-04T18:06:00Z | 23,369 | 5,730 | 4,985 | 34,084 +[v1.0.233](https://github.com/laurent22/joplin/releases/tag/v1.0.233) | 2020-08-01T14:51:15Z | 42,880 | 18,185 | 12,356 | 73,421 +[v1.0.227](https://github.com/laurent22/joplin/releases/tag/v1.0.227) | 2020-07-07T20:44:54Z | 40,298 | 15,271 | 9,626 | 65,195 [v1.0.224](https://github.com/laurent22/joplin/releases/tag/v1.0.224) | 2020-06-20T22:26:08Z | 24,757 | 11,001 | 6,005 | 41,763 -[v1.0.220](https://github.com/laurent22/joplin/releases/tag/v1.0.220) | 2020-06-13T18:26:22Z | 31,629 | 9,913 | 6,409 | 47,951 +[v1.0.220](https://github.com/laurent22/joplin/releases/tag/v1.0.220) | 2020-06-13T18:26:22Z | 31,630 | 9,913 | 6,409 | 47,952 [v1.0.218](https://github.com/laurent22/joplin/releases/tag/v1.0.218) | 2020-06-07T10:43:34Z | 14,533 | 6,966 | 2,952 | 24,451 -[v1.0.216](https://github.com/laurent22/joplin/releases/tag/v1.0.216) | 2020-05-24T14:21:01Z | 37,059 | 14,258 | 10,174 | 61,491 -[v1.0.201](https://github.com/laurent22/joplin/releases/tag/v1.0.201) | 2020-04-15T22:55:13Z | 53,106 | 20,041 | 18,179 | 91,326 +[v1.0.216](https://github.com/laurent22/joplin/releases/tag/v1.0.216) | 2020-05-24T14:21:01Z | 37,067 | 14,258 | 10,174 | 61,499 +[v1.0.201](https://github.com/laurent22/joplin/releases/tag/v1.0.201) | 2020-04-15T22:55:13Z | 53,116 | 20,041 | 18,179 | 91,336 [v1.0.200](https://github.com/laurent22/joplin/releases/tag/v1.0.200) | 2020-04-12T12:17:46Z | 9,550 | 4,890 | 1,902 | 16,342 -[v1.0.199](https://github.com/laurent22/joplin/releases/tag/v1.0.199) | 2020-04-10T18:41:58Z | 19,301 | 5,882 | 3,787 | 28,970 -[v1.0.197](https://github.com/laurent22/joplin/releases/tag/v1.0.197) | 2020-03-30T17:21:22Z | 22,216 | 9,531 | 5,693 | 37,440 +[v1.0.199](https://github.com/laurent22/joplin/releases/tag/v1.0.199) | 2020-04-10T18:41:58Z | 19,302 | 5,882 | 3,787 | 28,971 +[v1.0.197](https://github.com/laurent22/joplin/releases/tag/v1.0.197) | 2020-03-30T17:21:22Z | 22,219 | 9,531 | 5,694 | 37,444 [v1.0.195](https://github.com/laurent22/joplin/releases/tag/v1.0.195) | 2020-03-22T19:56:12Z | 18,884 | 7,946 | 4,505 | 31,335 -[v1.0.193](https://github.com/laurent22/joplin/releases/tag/v1.0.193) | 2020-03-08T08:58:53Z | 28,626 | 10,903 | 7,385 | 46,914 -[v1.0.179](https://github.com/laurent22/joplin/releases/tag/v1.0.179) | 2020-01-24T22:42:41Z | 70,992 | 28,516 | 22,519 | 122,027 +[v1.0.193](https://github.com/laurent22/joplin/releases/tag/v1.0.193) | 2020-03-08T08:58:53Z | 28,628 | 10,903 | 7,385 | 46,916 +[v1.0.179](https://github.com/laurent22/joplin/releases/tag/v1.0.179) | 2020-01-24T22:42:41Z | 70,992 | 28,517 | 22,520 | 122,029 [v1.0.178](https://github.com/laurent22/joplin/releases/tag/v1.0.178) | 2020-01-20T19:06:45Z | 17,537 | 5,959 | 2,583 | 26,079 -[v1.0.175](https://github.com/laurent22/joplin/releases/tag/v1.0.175) | 2019-12-08T11:48:47Z | 72,392 | 16,888 | 16,499 | 105,779 -[v1.0.174](https://github.com/laurent22/joplin/releases/tag/v1.0.174) | 2019-11-12T18:20:58Z | 30,397 | 11,712 | 8,219 | 50,328 +[v1.0.175](https://github.com/laurent22/joplin/releases/tag/v1.0.175) | 2019-12-08T11:48:47Z | 72,396 | 16,888 | 16,501 | 105,785 +[v1.0.174](https://github.com/laurent22/joplin/releases/tag/v1.0.174) | 2019-11-12T18:20:58Z | 30,397 | 11,712 | 8,220 | 50,329 [v1.0.173](https://github.com/laurent22/joplin/releases/tag/v1.0.173) | 2019-11-11T08:33:35Z | 5,064 | 2,075 | 742 | 7,881 [v1.0.170](https://github.com/laurent22/joplin/releases/tag/v1.0.170) | 2019-10-13T22:13:04Z | 27,398 | 8,749 | 7,673 | 43,820 [v1.0.169](https://github.com/laurent22/joplin/releases/tag/v1.0.169) | 2019-09-27T18:35:13Z | 17,092 | 5,919 | 3,753 | 26,764 @@ -55,8 +55,8 @@ Version | Date | Windows | macOS | Linux | Total [v1.0.167](https://github.com/laurent22/joplin/releases/tag/v1.0.167) | 2019-09-10T08:48:37Z | 16,787 | 5,702 | 3,702 | 26,191 [v1.0.166](https://github.com/laurent22/joplin/releases/tag/v1.0.166) | 2019-09-09T17:35:54Z | 1,956 | 560 | 236 | 2,752 [v1.0.165](https://github.com/laurent22/joplin/releases/tag/v1.0.165) | 2019-08-14T21:46:29Z | 18,885 | 6,972 | 5,462 | 31,319 -[v1.0.161](https://github.com/laurent22/joplin/releases/tag/v1.0.161) | 2019-07-13T18:30:00Z | 19,281 | 6,352 | 4,136 | 29,769 -[v1.0.160](https://github.com/laurent22/joplin/releases/tag/v1.0.160) | 2019-06-15T00:21:40Z | 30,510 | 7,745 | 8,101 | 46,356 +[v1.0.161](https://github.com/laurent22/joplin/releases/tag/v1.0.161) | 2019-07-13T18:30:00Z | 19,282 | 6,352 | 4,136 | 29,770 +[v1.0.160](https://github.com/laurent22/joplin/releases/tag/v1.0.160) | 2019-06-15T00:21:40Z | 30,511 | 7,745 | 8,101 | 46,357 [v1.0.159](https://github.com/laurent22/joplin/releases/tag/v1.0.159) | 2019-06-08T00:00:19Z | 5,194 | 2,178 | 1,109 | 8,481 [v1.0.158](https://github.com/laurent22/joplin/releases/tag/v1.0.158) | 2019-05-27T19:01:18Z | 9,814 | 3,538 | 1,936 | 15,288 [v1.0.157](https://github.com/laurent22/joplin/releases/tag/v1.0.157) | 2019-05-26T17:55:53Z | 2,179 | 844 | 291 | 3,314 @@ -66,11 +66,11 @@ Version | Date | Windows | macOS | Linux | Total [v1.0.145](https://github.com/laurent22/joplin/releases/tag/v1.0.145) | 2019-05-03T09:16:53Z | 7,007 | 2,861 | 1,437 | 11,305 [v1.0.143](https://github.com/laurent22/joplin/releases/tag/v1.0.143) | 2019-04-22T10:51:38Z | 11,918 | 3,550 | 2,779 | 18,247 [v1.0.142](https://github.com/laurent22/joplin/releases/tag/v1.0.142) | 2019-04-02T16:44:51Z | 14,658 | 4,565 | 4,727 | 23,950 -[v1.0.140](https://github.com/laurent22/joplin/releases/tag/v1.0.140) | 2019-03-10T20:59:58Z | 13,629 | 4,170 | 3,199 | 20,998 +[v1.0.140](https://github.com/laurent22/joplin/releases/tag/v1.0.140) | 2019-03-10T20:59:58Z | 13,629 | 4,170 | 3,201 | 21,000 [v1.0.135](https://github.com/laurent22/joplin/releases/tag/v1.0.135) | 2019-02-27T23:36:57Z | 12,498 | 3,956 | 4,077 | 20,531 [v1.0.134](https://github.com/laurent22/joplin/releases/tag/v1.0.134) | 2019-02-27T10:21:44Z | 1,468 | 568 | 219 | 2,255 [v1.0.132](https://github.com/laurent22/joplin/releases/tag/v1.0.132) | 2019-02-26T23:02:05Z | 1,088 | 451 | 95 | 1,634 -[v1.0.127](https://github.com/laurent22/joplin/releases/tag/v1.0.127) | 2019-02-14T23:12:48Z | 9,772 | 3,170 | 2,929 | 15,871 +[v1.0.127](https://github.com/laurent22/joplin/releases/tag/v1.0.127) | 2019-02-14T23:12:48Z | 9,773 | 3,170 | 2,929 | 15,872 [v1.0.125](https://github.com/laurent22/joplin/releases/tag/v1.0.125) | 2019-01-26T18:14:33Z | 10,251 | 3,558 | 1,703 | 15,512 [v1.0.120](https://github.com/laurent22/joplin/releases/tag/v1.0.120) | 2019-01-10T21:42:53Z | 15,604 | 5,201 | 6,517 | 27,322 [v1.0.119](https://github.com/laurent22/joplin/releases/tag/v1.0.119) | 2018-12-18T12:40:22Z | 8,906 | 3,262 | 2,014 | 14,182 @@ -85,20 +85,20 @@ Version | Date | Windows | macOS | Linux | Total [v1.0.107](https://github.com/laurent22/joplin/releases/tag/v1.0.107) | 2018-09-16T19:51:07Z | 7,151 | 2,137 | 1,708 | 10,996 [v1.0.106](https://github.com/laurent22/joplin/releases/tag/v1.0.106) | 2018-09-08T15:23:40Z | 4,559 | 1,458 | 318 | 6,335 [v1.0.105](https://github.com/laurent22/joplin/releases/tag/v1.0.105) | 2018-09-05T11:29:36Z | 4,657 | 1,590 | 1,455 | 7,702 -[v1.0.104](https://github.com/laurent22/joplin/releases/tag/v1.0.104) | 2018-06-28T20:25:36Z | 15,051 | 4,701 | 7,337 | 27,089 +[v1.0.104](https://github.com/laurent22/joplin/releases/tag/v1.0.104) | 2018-06-28T20:25:36Z | 15,051 | 4,701 | 7,338 | 27,090 [v1.0.103](https://github.com/laurent22/joplin/releases/tag/v1.0.103) | 2018-06-21T19:38:13Z | 2,054 | 887 | 680 | 3,621 [v1.0.101](https://github.com/laurent22/joplin/releases/tag/v1.0.101) | 2018-06-17T18:35:11Z | 1,311 | 608 | 409 | 2,328 [v1.0.100](https://github.com/laurent22/joplin/releases/tag/v1.0.100) | 2018-06-14T17:41:43Z | 882 | 434 | 246 | 1,562 [v1.0.99](https://github.com/laurent22/joplin/releases/tag/v1.0.99) | 2018-06-10T13:18:23Z | 1,256 | 598 | 380 | 2,234 [v1.0.97](https://github.com/laurent22/joplin/releases/tag/v1.0.97) | 2018-06-09T19:23:34Z | 315 | 159 | 61 | 535 -[v1.0.96](https://github.com/laurent22/joplin/releases/tag/v1.0.96) | 2018-05-26T16:36:39Z | 2,721 | 1,225 | 1,687 | 5,633 +[v1.0.96](https://github.com/laurent22/joplin/releases/tag/v1.0.96) | 2018-05-26T16:36:39Z | 2,721 | 1,225 | 1,689 | 5,635 [v1.0.95](https://github.com/laurent22/joplin/releases/tag/v1.0.95) | 2018-05-25T13:04:30Z | 420 | 220 | 120 | 760 [v1.0.94](https://github.com/laurent22/joplin/releases/tag/v1.0.94) | 2018-05-21T20:52:59Z | 1,134 | 586 | 397 | 2,117 -[v1.0.93](https://github.com/laurent22/joplin/releases/tag/v1.0.93) | 2018-05-14T11:36:01Z | 1,791 | 1,128 | 759 | 3,678 +[v1.0.93](https://github.com/laurent22/joplin/releases/tag/v1.0.93) | 2018-05-14T11:36:01Z | 1,791 | 1,129 | 759 | 3,679 [v1.0.91](https://github.com/laurent22/joplin/releases/tag/v1.0.91) | 2018-05-10T14:48:04Z | 828 | 552 | 307 | 1,687 [v1.0.89](https://github.com/laurent22/joplin/releases/tag/v1.0.89) | 2018-05-09T13:05:05Z | 495 | 231 | 111 | 837 [v1.0.85](https://github.com/laurent22/joplin/releases/tag/v1.0.85) | 2018-05-01T21:08:24Z | 1,652 | 951 | 633 | 3,236 -[v1.0.83](https://github.com/laurent22/joplin/releases/tag/v1.0.83) | 2018-04-04T19:43:58Z | 4,851 | 2,532 | 2,658 | 10,041 +[v1.0.83](https://github.com/laurent22/joplin/releases/tag/v1.0.83) | 2018-04-04T19:43:58Z | 4,852 | 2,532 | 2,658 | 10,042 [v1.0.82](https://github.com/laurent22/joplin/releases/tag/v1.0.82) | 2018-03-31T19:16:31Z | 694 | 406 | 122 | 1,222 [v1.0.81](https://github.com/laurent22/joplin/releases/tag/v1.0.81) | 2018-03-28T08:13:58Z | 1,001 | 597 | 783 | 2,381 [v1.0.79](https://github.com/laurent22/joplin/releases/tag/v1.0.79) | 2018-03-23T18:00:11Z | 932 | 539 | 380 | 1,851 @@ -131,11 +131,11 @@ Version | Date | Windows | macOS | Linux | Total [v0.10.33](https://github.com/laurent22/joplin/releases/tag/v0.10.33) | 2017-12-02T13:20:39Z | 62 | 659 | 22 | 743 [v0.10.31](https://github.com/laurent22/joplin/releases/tag/v0.10.31) | 2017-12-01T09:56:44Z | 893 | 1,451 | 407 | 2,751 [v0.10.30](https://github.com/laurent22/joplin/releases/tag/v0.10.30) | 2017-11-30T20:28:16Z | 724 | 1,369 | 420 | 2,513 -[v0.10.28](https://github.com/laurent22/joplin/releases/tag/v0.10.28) | 2017-11-30T01:07:46Z | 1,337 | 1,701 | 874 | 3,912 +[v0.10.28](https://github.com/laurent22/joplin/releases/tag/v0.10.28) | 2017-11-30T01:07:46Z | 1,338 | 1,701 | 874 | 3,913 [v0.10.26](https://github.com/laurent22/joplin/releases/tag/v0.10.26) | 2017-11-29T16:02:17Z | 188 | 701 | 261 | 1,150 [v0.10.25](https://github.com/laurent22/joplin/releases/tag/v0.10.25) | 2017-11-24T14:27:49Z | 150 | 696 | 6,438 | 7,284 [v0.10.23](https://github.com/laurent22/joplin/releases/tag/v0.10.23) | 2017-11-21T19:38:41Z | 134 | 647 | 28 | 809 [v0.10.22](https://github.com/laurent22/joplin/releases/tag/v0.10.22) | 2017-11-20T21:45:57Z | 86 | 645 | 19 | 750 [v0.10.21](https://github.com/laurent22/joplin/releases/tag/v0.10.21) | 2017-11-18T00:53:15Z | 53 | 638 | 13 | 704 [v0.10.20](https://github.com/laurent22/joplin/releases/tag/v0.10.20) | 2017-11-17T17:18:25Z | 34 | 649 | 22 | 705 -[v0.10.19](https://github.com/laurent22/joplin/releases/tag/v0.10.19) | 2017-11-20T18:59:48Z | 18 | 644 | 13 | 675 \ No newline at end of file +[v0.10.19](https://github.com/laurent22/joplin/releases/tag/v0.10.19) | 2017-11-20T18:59:48Z | 19 | 644 | 13 | 676 \ No newline at end of file