: 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
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.
More posts by @Jennifer354
: Very simple markup language for writing fiction I'm using a plain text editor (Vim) to write a fiction piece (chapter book), and I'm wondering what markup languages others use for such a task?
: Very long sentences: personal style or just bad writing? I'm writing a story targeted towards children in which the protagonist is a young girl. I find that in writing her dialog and the narrative,
Terms of Use Privacy policy Contact About Cancellation policy © selfpublishingguru.com2024 All Rights reserved.