diff --git a/ElectronClient/release_version.sh b/ElectronClient/release_version.sh index e0dd5911e..c87b080b2 100755 --- a/ElectronClient/release_version.sh +++ b/ElectronClient/release_version.sh @@ -9,6 +9,9 @@ git commit -m "Electron release $VERSION" git tag $VERSION git push && git push --tags +echo "" echo "Create a draft release at: https://github.com/laurent22/joplin/releases/tag/$VERSION" echo "" -echo "Then run $APP_DIR/update-readme-download.js" \ No newline at end of file +echo "Then run:" +echo "" +echo "node $APP_DIR/update-readme-download.js" \ No newline at end of file diff --git a/README.md b/README.md index 3493b3dba..2741b5853 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ Three types of applications are available: for the **desktop** (Windows, macOS a Operating System | Download -----------------|-------- -Windows | -macOS | -Linux | +Windows | +macOS | +Linux | ## Mobile applications diff --git a/docs/index.html b/docs/index.html index 023555b27..da3bcce24 100644 --- a/docs/index.html +++ b/docs/index.html @@ -218,15 +218,15 @@
Recognition data - Evernote images, in particular scanned (or photographed) documents have recognition data associated with them. It is the text that Evernote has been able to recognise in the document. This data is not preserved when the note are imported into Joplin. However, should it become supported in the search tool or other parts of Joplin, it should be possible to regenerate this recognition data since the actual image would still be available.
Colour, font sizes and faces - Evernote text is stored as HTML and this is converted to Markdown during the import process. For notes that are mostly plain text or with basic formatting (bold, italic, bullet points, links, etc.) this is a lossless conversion, and the note, once rendered back to HTML should be very similar. Tables are also imported and converted to Markdown tables. For very complex notes, some formatting data might be loss - in particular colours, font sizes and font faces will not be imported. The text itself however is always imported in full regardless of formatting.
+Colour, font sizes and faces - Evernote text is stored as HTML and this is converted to Markdown during the import process. For notes that are mostly plain text or with basic formatting (bold, italic, bullet points, links, etc.) this is a lossless conversion, and the note, once rendered back to HTML should be very similar. Tables are also imported and converted to Markdown tables. For very complex notes, some formatting data might be lost - in particular colours, font sizes and font faces will not be imported. The text itself however is always imported in full regardless of formatting.
To import Evernote data, first export your Evernote notebooks to ENEX files as described here. Then follow these steps:
@@ -304,7 +304,7 @@This translation will apply to the three applications - desktop, mobile and terminal.