26.3.3
- Added small inline Markdown image previews in the note text edit with a new
setting (enabled by default), supporting local files, remote http(s) image URLs,
base64data:image/...images, and Nextcloud/core/previewimage URLs
(for #1254)- Inline Markdown image previews are currently only shown when no visible text
follows the image tag on the same editor line, to avoid caret positioning
mismatches after the image tag
- Inline Markdown image previews are currently only shown when no visible text
- Fixed caret blinking and visibility when the cursor is on hanging-indented
wrapped lines in Markdown list items in the note text edit
(for #3480)