aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.org
diff options
context:
space:
mode:
authorSpencer Williams <spnw@plexwave.org>2025-07-11 13:52:01 -0400
committerSpencer Williams <spnw@plexwave.org>2025-07-11 14:16:33 -0400
commit5c55ec7fcb338306188dac3454782a190205152e (patch)
treecececa55668ca746c19820a1cc76b6a2164edbc0 /CHANGELOG.org
parent3e6118ec43ce7b875bfa9321d6874a59f501e795 (diff)
Add raw-title template var
Diffstat (limited to 'CHANGELOG.org')
-rw-r--r--CHANGELOG.org6
1 files changed, 6 insertions, 0 deletions
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 =<title>= 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.