You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-10-06 22:17:10 +02:00
Chore: Set URLs to absolute ones on release notes and tweak title
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
forum_url: https://discourse.joplinapp.org/t/47399
|
||||
---
|
||||
|
||||
# What's new in Joplin 3.4?
|
||||
# What's new in Joplin 3.4
|
||||
|
||||
Joplin 3.4 includes many bug fixes and improvements, with a focus on the mobile app.
|
||||
|
||||
@@ -13,7 +13,7 @@ Joplin 3.4 includes many bug fixes and improvements, with a focus on the mobile
|
||||
The mobile app now includes a beta [Rich Text Editor](https://joplinapp.org/help/apps/rich_text_editor)! The new editor renders formatting/math/images within the editor:
|
||||
|
||||
|
||||
<img src="/images/news/20250922-mobile-rte.png" width="400" alt="screenshot: Mobile Rich Text Editor editing the welcome notes. Images, headings, etc are rendering."/>
|
||||
<img src="https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/news/20250922-mobile-rte.png" width="400" alt="screenshot: Mobile Rich Text Editor editing the welcome notes. Images, headings, etc are rendering."/>
|
||||
|
||||
To try it, 1) open a note in the default Markdown editor 2) open the note actions menu (the three vertical dots) for the note and 3) click “Edit as Rich Text”.
|
||||
|
||||
@@ -24,7 +24,7 @@ Be aware that this editor is still in active development and [has a number of kn
|
||||
|
||||
It's now possible to [publish notes](https://joplinapp.org/help/apps/publish_note) from the mobile app! To do so, open the “Properties” menu for a note, then click “Publish/unpublish”:
|
||||
|
||||

|
||||

|
||||
|
||||
Next, in the “publish note” dialog, click “Copy shareable link”. Notes can later be unpublished by clicking "Unpublish" in the publication dialog.
|
||||
|
||||
@@ -32,14 +32,14 @@ Next, in the “publish note” dialog, click “Copy shareable link”. Notes c
|
||||
|
||||
It is now possible to view and restore previous note versions from the mobile app. Like the "publish note" feature, previous note versions can be accessed from the note properties menu.
|
||||
|
||||

|
||||

|
||||
|
||||
As on desktop, the note history feature can be configured from the “Note History” tab in settings.
|
||||
|
||||
### Updated tag dialog
|
||||
|
||||
The tag dialog has been redesigned, with a new UI for adding, removing, and creating new tags:
|
||||
<img src="/images/news/20250922-tag-editor.png" width="500" alt="screenshot: Tag dialog now consists of three sections: Added tags, Add new tags, Actions."/>
|
||||
<img src="https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/news/20250922-tag-editor.png" width="500" alt="screenshot: Tag dialog now consists of three sections: Added tags, Add new tags, Actions."/>
|
||||
|
||||
### Android: Improved voice typing
|
||||
|
||||
@@ -49,7 +49,7 @@ The voice typing feature on Android has been updated with [improved silence dete
|
||||
|
||||
A “scan notebook” action has been added to the “New note” menu:
|
||||
|
||||
<img src="/images/news/20250922-scan-notebook.png" width="500"/>
|
||||
<img src="https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/news/20250922-scan-notebook.png" width="500"/>
|
||||
|
||||
This action allows quickly creating a new note with multiple pictures taken from the camera.
|
||||
|
||||
|
Reference in New Issue
Block a user