Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ropensci-archive/trackmd
:no_entry: ARCHIVED :no_entry: RStudio Addin for Tracking Document Changes
https://github.com/ropensci-archive/trackmd
markdown productivity r r-package rstats rstudio unconf unconf18
Last synced: about 2 months ago
JSON representation
:no_entry: ARCHIVED :no_entry: RStudio Addin for Tracking Document Changes
- Host: GitHub
- URL: https://github.com/ropensci-archive/trackmd
- Owner: ropensci-archive
- Archived: true
- Created: 2018-05-21T18:29:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T14:08:52.000Z (over 2 years ago)
- Last Synced: 2024-11-30T00:43:12.235Z (about 2 months ago)
- Topics: markdown, productivity, r, r-package, rstats, rstudio, unconf, unconf18
- Language: R
- Homepage:
- Size: 814 KB
- Stars: 94
- Watchers: 21
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README-NOT.md
Awesome Lists containing this project
- jimsghstars - ropensci-archive/trackmd - :no_entry: ARCHIVED :no_entry: RStudio Addin for Tracking Document Changes (R)
README
[![Project Status: Abandoned – Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development.](https://www.repostatus.org/badges/latest/abandoned.svg)](https://www.repostatus.org/#abandoned)
trackmd
=======RStudio addin for tracking changes in Markdown format. Inspired by
[Critic Markup](http://criticmarkup.com/).Created at the RopenSci unconference. [Original
Issue](https://github.com/ropensci/unconf18/issues/76)Main feature: `trackmd::trackChanges()`
=======================================How to use:
1. Open up the .Rmd or .md you want to edit.
2. Run `trackmd::trackChanges(file)` where `file` is a character with
the path of the file you just opened.
3. Make some changes in the file.
4. Save the file.
5. See your changes in the viewer!
6. Run `servr::daemon_stop()`, then click in the .Rmd or .md you edited
to see the marked up file with changes.![](trackchanges.gif)
Future
======- \[ \] 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.)