aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencer Williams <spnw@plexwave.org>2025-07-11 19:23:02 -0400
committerSpencer Williams <spnw@plexwave.org>2025-07-11 19:25:03 -0400
commit3325f73657c7770d095987c9e34aff51abf9a4d0 (patch)
tree4e4c5d19e2f395f756d11cfa729dec73436133f7
parent7fc382f462aebdf564955936f2e10f674dd19054 (diff)
Fix wording in docsHEADmain
-rw-r--r--CHANGELOG.org16
-rw-r--r--README.org2
2 files changed, 9 insertions, 9 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 223b295..ff8a9a6 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -6,7 +6,7 @@
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
+- 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.
@@ -36,12 +36,12 @@
- Custom template variables can now be defined, and built-in ones
overridden. This is done globally with
- =seam-export-template-values=, or per-export with
+ =seam-export-template-values=, or per profile with
=:template-values=.
- An option has been added to export internal links with a custom CSS
class. The default is set by =seam-export-internal-link-class=, and
- can overridden per-export using =:internal-link-class=.
+ can overridden per profile using =:internal-link-class=.
- Custom slugs can now be set by adding the =SEAM_SLUG= property to a
note's title headline.
@@ -51,11 +51,11 @@
- 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.
+- In HTML templates, ={{title}}= now strips out formatting, 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.
diff --git a/README.org b/README.org
index 8fb6dfe..54ec933 100644
--- a/README.org
+++ b/README.org
@@ -1,7 +1,7 @@
** A personal wiki toolkit for Emacs
[[https://wiki.plexwave.org/seam][Seam]] leverages the power of [[https://orgmode.org/][Org mode]] to make creating, linking, and
-exporting your notes easier. It is geared particularly towards
+publishing your notes easier. It is geared particularly towards
creating a personal wiki — a place where you can share some portion of
your notes with the world. It takes inspiration from the likes of
[[https://obsidian.md/][Obsidian]] and [[https://www.mediawiki.org/wiki/MediaWiki][MediaWiki]].