RStudio addin for tracking changes in Markdown format. Inspired by Critic Markup.
Created at the RopenSci unconference. Original Issue
How to use:
- Open up the .Rmd or .md you want to edit.
- Run
trackmd::trackChanges(file)
wherefile
is a character with the path of the file you just opened. - Make some changes in the file.
- Save the file.
- See your changes in the viewer!
- Run
servr::daemon_stop()
, then click in the .Rmd or .md you edited to see the marked up file with changes.
- A little buggy. Fix those.
- "Smarter" coloring: word by word instead of character by character?
- Addins to turn track changes on and off
- Accept / reject changes
- Communicate with track changes and comments in .docx files (Ultimate goal of original issue! Collaborate seamlessly with Word users.)