You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
base64 data:image/... images, and Nextcloud /core/preview image 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
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)