diff options
author | Spencer Williams <spnw@plexwave.org> | 2025-07-16 16:34:13 -0400 |
---|---|---|
committer | Spencer Williams <spnw@plexwave.org> | 2025-07-16 16:34:49 -0400 |
commit | bd9d02d3e6480c9c07dca7f958d29be946ba838b (patch) | |
tree | b7dfc3168158587bc2e3fcf2e3dcc28b0dc1eeb6 /CHANGELOG.org | |
parent | 37066b02b51f7cd1bbfa4b7eb89687513ac21627 (diff) |
Improve CHANGELOG re new date features
Diffstat (limited to 'CHANGELOG.org')
-rw-r--r-- | CHANGELOG.org | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org index 0d4a342..bdc6833 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -44,15 +44,6 @@ =seam-export-template-values=, or per profile with =:template-values=. -- Added two new optional properties: =SEAM_CREATED= and - =SEAM_MODIFIED=. These can be accessed within templates using - ={{created}}=, ={{created-dt}}=, ={{modified}}=, and - ={{modified-dt}}=. If the new properties are not specified, - defaults will be pulled from filesystem metadata as before. (There - is no reliable way to know a file's true creation date, so in the - absence of =SEAM_CREATED=, creation date is assumed to be the same - as modification.) - - 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 profile using =:internal-link-class=. @@ -60,6 +51,13 @@ - Custom slugs can now be set by adding the =SEAM_SLUG= property to a note's title headline. +- Creation and modification date can now be set explicitly using the + =SEAM_CREATED= and =SEAM_MODIFIED= properties. These dates can be + accessed within templates. The ={{#modified?}}= block tests whether + the two dates are unequal, and the behavior of this can be + customized with =seam-export-ignore-same-day-modifications= and + =:ignore-same-day-modifications=. + *** Improvements - Notes are no longer re-exported unnecessarily whenever a linked note |