diff --git a/README.md b/README.md index 170d9e4f95..44dc8dd733 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Joplin is a free, open source note taking and to-do application, which can handl Notes exported from Evernote via .enex files [can be imported](#importing) 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](#synchronisation) with various cloud services including [Nextcloud](https://nextcloud.com/), Dropbox, OneDrive or the file system (for example with a network directory). 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. +The notes can be [synchronised](#synchronisation) with various cloud services including [Nextcloud](https://nextcloud.com/), Dropbox, OneDrive, WebDAV or the file system (for example with a network directory). 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. -The UI of the terminal client is built on top of the great [terminal-kit](https://github.com/cronvel/terminal-kit) library, the desktop client using [Electron](https://electronjs.org/), and the Android client front end is done using [React Native](https://facebook.github.io/react-native/). +The application is available for Windows, Linux, macOS, Android and iOS. A [Web Clipper](https://github.com/laurent22/joplin/blob/master/readme/clipper.md), to save web pages and screenshots from your browser, is also available for Firefox and Chrome.
@@ -45,6 +45,10 @@ To start it, type `joplin`. For usage information, please refer to the full [Joplin Terminal Application Documentation](https://joplin.cozic.net/terminal). +## Web Clipper + +The Web Clipper is a browser extension that allows you to save web pages and screenshots from your browser. For more information on how to install and use it, see the [Web Clipper Help Page](https://github.com/laurent22/joplin/blob/master/readme/clipper.md). + # Table of contents @@ -53,6 +57,7 @@ For usage information, please refer to the full [Joplin Terminal Application Doc - [Desktop application](https://github.com/laurent22/joplin/blob/master/readme/desktop.md) - [Mobile applications](https://github.com/laurent22/joplin/blob/master/readme/mobile.md) - [Terminal application](https://github.com/laurent22/joplin/blob/master/readme/terminal.md) + - [Web Clipper](https://github.com/laurent22/joplin/blob/master/readme/clipper.md) - Support @@ -72,6 +77,7 @@ For usage information, please refer to the full [Joplin Terminal Application Doc # Features - Desktop, mobile and terminal applications. +- [Web Clipper](https://github.com/laurent22/joplin/blob/master/readme/clipper.md) for Firefox and Chrome. - End To End Encryption (E2EE) - Synchronisation with various services, including NextCloud, Dropbox, WebDAV and OneDrive. - Import Enex files (Evernote export format) and Markdown files. diff --git a/docs/changelog/index.html b/docs/changelog/index.html index 203bfc873e..0b90d099a5 100644 --- a/docs/changelog/index.html +++ b/docs/changelog/index.html @@ -226,6 +226,7 @@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.
-The notes can be synchronised with various cloud services including Nextcloud, Dropbox, OneDrive or the file system (for example with a network directory). 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.
-The UI of the terminal client is built on top of the great terminal-kit library, the desktop client using Electron, and the Android client front end is done using React Native.
+The notes can be synchronised with various cloud services including Nextcloud, Dropbox, OneDrive, WebDAV or the file system (for example with a network directory). 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.
+The application is available for Windows, Linux, macOS, Android and iOS. A Web Clipper, to save web pages and screenshots from your browser, is also available for Firefox and Chrome.
To start it, type joplin
.
For usage information, please refer to the full Joplin Terminal Application Documentation.
+The Web Clipper is a browser extension that allows you to save web pages and screenshots from your browser. For more information on how to install and use it, see the Web Clipper Help Page.