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 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!
Added a security token setting for the Homepage-compatible bookmark
suggestion API (with encrypted storage, settings dump masking, and
token-validated GET /suggest requests), 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 using QUuid on Qt5 and
keeping QRandomGenerator on Qt6 builds
(for #2462)