1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-23 18:53:36 +02:00
Helmut K. C. Tessarek 2020-07-27 13:26:17 -04:00
parent 44d49b57b9
commit 7833ca5ae6
No known key found for this signature in database
GPG Key ID: BE0985349D44DD00
6 changed files with 1260 additions and 1260 deletions

View File

@ -2,7 +2,7 @@
[One of the most requested feature](https://github.com/laurent22/joplin/issues/135), 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. [One of the most requested feature](https://github.com/laurent22/joplin/issues/135), 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](https://joplin.cozic.net/clipper/) for more information. Have a look at the [Web Clipper documentation](https://joplinapp.org/clipper/) for more information.
![](images/20180621-182112_0.png) ![](images/20180621-182112_0.png)

View File

@ -4,7 +4,7 @@
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. 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.
As usual this release also includes various bug fixes and improvements. More information on the changelog: [https://joplin.cozic.net/changelog/](https://joplin.cozic.net/changelog/) As usual this release also includes various bug fixes and improvements. More information on the changelog: [https://joplinapp.org/changelog/](https://joplinapp.org/changelog/)
* * * * * *

View File

@ -4,7 +4,7 @@ Reliability and stability is an important feature of Joplin as the application c
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. 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.
More information about this release and download link in the changelog - [https://joplin.cozic.net/changelog/](https://joplin.cozic.net/changelog/) More information about this release and download link in the changelog - [https://joplinapp.org/changelog/](https://joplinapp.org/changelog/)
* * * * * *

View File

@ -4,7 +4,7 @@ The original search engine in Joplin was pretty limited - it would search for yo
The last versions of Joplin include a new search engine that provides much better results, and also allow better specifying search queries. The last versions of Joplin include a new search engine that provides much better results, and also allow better specifying search queries.
The search engine indexes in real time the content of the notes, thus it can give back results very fast. It is also built on top of SQLite FTS and thus support [all its queries](https://joplin.cozic.net/#searching). Unlike the previous search engine, the new one also sorts the results by relevance. The search engine indexes in real time the content of the notes, thus it can give back results very fast. It is also built on top of SQLite FTS and thus support [all its queries](https://joplinapp.org/#searching). Unlike the previous search engine, the new one also sorts the results by relevance.
The first iteration of this new search engine was a bit limited when it comes to non-English text. For example, for searching text that contains accents or non-alphabetical characters. So in the last update, better support for this was also added - accentuated and non-accentuated characters are treated in the same way, and languages like Russian, Chinese, Japanese or Korean can be searched easily. The first iteration of this new search engine was a bit limited when it comes to non-English text. For example, for searching text that contains accents or non-alphabetical characters. So in the last update, better support for this was also added - accentuated and non-accentuated characters are treated in the same way, and languages like Russian, Chinese, Japanese or Korean can be searched easily.

File diff suppressed because it is too large Load Diff

View File

@ -112,7 +112,7 @@ You can create diagrams in Joplin using the [Mermaid syntax](https://mermaidjs.g
This is how it would look with the Markdown on the left, and rendered graph on the right: This is how it would look with the Markdown on the left, and rendered graph on the right:
![Mermaid support in Joplin](https://joplin.cozic.net/images/Mermaid.png) ![Mermaid support in Joplin](https://joplinapp.org/images/Mermaid.png)
Note that Mermaid graphs are always rendered on a white background regardless of the current theme. This is because they can contain various colours that may not be compatible with the current theme. Note that Mermaid graphs are always rendered on a white background regardless of the current theme. This is because they can contain various colours that may not be compatible with the current theme.
@ -126,7 +126,7 @@ Checkboxes can be added like so:
Which would turn into: Which would turn into:
![Checkbox support in Joplin](https://joplin.cozic.net/images/Markdown_checkbox.jpg) ![Checkbox support in Joplin](https://joplinapp.org/images/Markdown_checkbox.jpg)
The checkboxes can then be ticked in the mobile and desktop applications. The checkboxes can then be ticked in the mobile and desktop applications.