14 March 26, 07:30
26.3.10
Source
More at Home Site
- Added an option to hide Markdown formatting syntax (like ,Code:
**
,Code:*
, backticks, link brackets) on lines that are not being edited, for a cleaner Typora-like editing experience (Editor settings, off by default) (for #1662)Code:#- 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 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 requests), and updated Homepage integration docs (Code:
GET /suggest
) to append the token query parameter (for #3484)Code:custom.js
- Improved portal handle token generation compatibility for older Qt5 distributions (e.g. Debian 9.0, SLE 15) by using on Qt5 and keepingCode:
QUuid
on Qt6 builds (for #2462)Code:QRandomGenerator
Source
More at Home Site


![[-]](https://www.geeks.fyi/images/collapse.png)

