1
0
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:
Laurent Cozic
2025-09-28 10:23:56 +01:00
parent c5f9290402
commit e124fd5c9f

View File

@@ -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”:
![screenshot: A Publish/unpublish note action is shown in the "Note properties" sidebar, just below a "Previous versions" button](/images/news/20250922-publish-notes.png)
![screenshot: A Publish/unpublish note action is shown in the "Note properties" sidebar, just below a "Previous versions" button](https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/news/20250922-publish-notes.png)
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.
![screenshot: The note history page](/images/news/20250922-note-history.png)
![screenshot: The note history page](https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/news/20250922-note-history.png)
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.