corani / adr

A simple command-line tool to manage ADRs in markdown format
MIT License
3 stars 0 forks source link

Update the status in the body text #14

Closed corani closed 2 years ago

corani commented 2 years ago

Currently adr update only updates the status in the frontmatter, not in the body text. This may be a bit tricky to do, perhaps it would work if we make the status fixed-width and do a search/replace from the original status to the new status.

Alternatively, if we can get the markdown renderer to play nice with the YAML frontmatter (in GitHub it looks reasonable) we could do away with the table in the body altogether.