aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.org
diff options
context:
space:
mode:
authorSpencer Williams <spnw@plexwave.org>2025-07-11 13:06:11 -0400
committerSpencer Williams <spnw@plexwave.org>2025-07-11 13:49:51 -0400
commitc404b1ccf1210827c4ae8625775e5bb05884cccf (patch)
tree26f3bc4df1e5badce45012482b484561b90fbb1d /CHANGELOG.org
parentc27b640130063302f0c23e6303984fc46fc8126f (diff)
Use mustache.el for templating
Diffstat (limited to 'CHANGELOG.org')
-rw-r--r--CHANGELOG.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index db0b53f..6526921 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -6,6 +6,11 @@
should have been all along. Make sure to update your =init.el=
accordingly.
+- Seam now uses [[https://github.com/Wilfred/mustache.el][mustache.el]] for templating. In Mustache
+ double-bracketed variables are escaped, so you must use
+ triple-brackets for variables that include raw HTML. Please see the
+ updated =seam-export-default-template-string= for reference.
+
- Your =seam-title-formatter= function should now take three arguments
instead of two: the third arg (=draft-p=) will be non-nil if the
note is a draft.