bell notificationshomepageloginNewPostedit profile

Topic : Re: Text Editors. Suggesting & Tracking Changes to Plain-Text Documents Many word processors are capable to tracking and displaying changes made to a document. Those changes are typically displayed - selfpublishingguru.com

10% popularity

Personally, I would use a simple version control system like mercurial: there's no need for a server, you just pack up the entire directory (which contains the repository with all the version history), and trade it back and forth in email, for instance.

You could also use a simple text-comparison tool, like diff: save your original file and have your editor make all of their changes and save that to a different file. Then you can just run diff to compare the two versions and see what changed. The nice thing about this is that your editor could run diff and save the comparison to a patch file, and then add comments directly to the patch file to explain each change that was made.


Load Full (0)

Login to follow topic

More posts by @Jennifer354

0 Comments

Sorted by latest first Latest Oldest Best

Back to top