Skip to content

smutch/quarto-rev-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rev-history Extension For Quarto

Generates a simple revision history table with content pulled from git tags.

Installing

quarto add smutch/quarto-rev-history

This will install the extension under the _extensions subdirectory. If you're using version control, you will want to check in this directory.

Using

To tag a version of the document/project that you wish to include in the revision table, simply ensure that your changes are commited and add a git tag.

git tag v0.0.1-alpha

The tag name as well as the date, author and one-line description of the corresponding git commit will be used to populate the table.

Example

Here is the source code for a minimal example: example.qmd.

About

A Quarto shortcode to generate a simple revision history table with content pulled from git tags.

Topics

Resources

License

Stars

Watchers

Forks

Languages