GitXplorerGitXplorer
s

quarto-rev-history

public
7 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
a20e828be99fe08ae323c4e357573a1347bce444

:tv: Bump version

ssmutch committed 2 years ago
Unverified
af4fabf9554b76a9aae828bf1447c406f6f5d6e0

Working version

ssmutch committed 2 years ago
Unverified
d2ff51bce0887414c4d5474199c866c448e234ee

Initial commit

ssmutch committed 2 years ago

README

The README file for this repository.

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.