From ca65cafe31766531e944cfe3ab575d158f3128c1 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 26 May 2025 15:51:14 +0300 Subject: [PATCH] docs(release): mention code blocks change --- docs/Release Notes/Release Notes/v0.94.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Release Notes/Release Notes/v0.94.0.md b/docs/Release Notes/Release Notes/v0.94.0.md index 340d5404e..8c7e4d7aa 100644 --- a/docs/Release Notes/Release Notes/v0.94.0.md +++ b/docs/Release Notes/Release Notes/v0.94.0.md @@ -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