Breadcrumb
Authoring The Redaction History
Published on
,
modified on
.
The redaction history functionality enables you to track and communicate content modifications to readers.
Within the post’s front matter, you can specify details such as editor, reviewer, and include explanatory notes (note) about the changes made.
This feature requires manual configuration in the post’s front matter section.
+++
title = "Authoring The Redaction History"
history = [
{date = "2025-02-01", author = "Author Name", reviewer = "Reviewer Name", note = "Example"},
{date = "2025-02-02", author = "Author Name", editor = "Editor Name", note = "Addendum (example)"},
{date = "2025-02-03", note = "Errata (example)"},
]
+++
A chronological timeline displaying these information will appear under the article’s information section, as demonstrated in this example post.
Redaction History
- Author Name.Reviewer Name.Example.
- Author Name.Editor Name.Addendum (example).
- Errata (example).
Some information might changes over time, we keep redaction up to date.
Enjoy this article?
Awesome! Did you know that 1 cup of coffee helped us write this article? You can also support us by making the following contributions:
Awesome! Did you know that 1 cup of coffee helped us write this article? You can also support us by making the following contributions:
Discussion