docs(release): mention code blocks change

This commit is contained in:
Elian Doran 2025-05-26 15:51:14 +03:00
parent b5c09eee73
commit ca65cafe31
No known key found for this signature in database

View File

@ -49,6 +49,9 @@
* Backend log: disable some editor features in order to increase performance for large logs (syntax highlighting, folding, etc.).
* [Collapsible table of contents](https://github.com/TriliumNext/Notes/pull/1954) by @SiriusXT
* Sessions (logins) are no longer stored as files in the data directory, but as entries in the database. This improves the session reliability on Windows platforms.
* Code blocks in text notes:
* For editable notes, clicking on a code block will reveal a toolbar with a way to easily change the programming language and another button to copy the text to clipboard.
* For read-only notes, a floating button allows copying the code snippet to clipboard.
## 📖 Documentation