26.3.10
- Added an option to hide Markdown formatting syntax (like
**,*,#,
backticks, link brackets) on lines that are not being edited, for a
cleaner Typora-like editing experience (Editor settings, off by default)
(for #1662)- Disclaimer: Due to limitations of the QPlainTextEdit API, this is a best-effort
implementation sets the font letter spacing to 0 and the font size to 0.01
for the formatting syntax characters, so they are still present in the editor,
just smaller. Especially for links with a lot of text between the brackets,
gaps will be visible in the formatting syntax!
- Disclaimer: Due to limitations of the QPlainTextEdit API, this is a best-effort
- Added a security token setting for the Homepage-compatible bookmark
suggestion API (with encrypted storage, settings dump masking, and
token-validatedGET /suggestrequests), and updated Homepage
integration docs (custom.js) to append the token query parameter
(for #3484) - Improved portal handle token generation compatibility for older Qt5
distributions (e.g. Debian 9.0, SLE 15) by usingQUuidon Qt5 and
keepingQRandomGeneratoron Qt6 builds
(for #2462)