From 5c55ec7fcb338306188dac3454782a190205152e Mon Sep 17 00:00:00 2001 From: Spencer Williams Date: Fri, 11 Jul 2025 13:52:01 -0400 Subject: Add raw-title template var --- CHANGELOG.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGELOG.org') diff --git a/CHANGELOG.org b/CHANGELOG.org index 6526921..109467d 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -46,6 +46,12 @@ - Notes are no longer re-exported unnecessarily whenever a linked note is changed. +- In HTML templates, ={{title}}= now produces output with formatting + stripped out, so that it is more suitable for use in == tags. + To get a raw HTML-formatted title for =<h1>= tags and the like, you + should use the new ={{{raw-title}}}=. As mentioned above, triple + brackets are the Mustache syntax for interpolating raw HTML. + - When invoking =seam-delete-note=, the note's title is now mentioned. This is to reduce the risk of deleting the wrong note by mistake. -- cgit v1.2.3