cengels/skywriter

Export without comments

Opened this issue · 0 comments

It makes sense to add a function that allows one to export the file (as .md) without any of the comments. The resulting file can then be converted to a .doc file or another format and sent to beta readers and critique partners. At this stage of the draft, it is not unlikely for comments to still persist in the document. Some of these comments may be about issues the writer seeks input from their beta readers from.

This shouldn't be too difficult to implement. The text area already knows what a comment is. The parser simply has to ignore those parts of the text and additionally make sure that it doesn't leave any gaps (like double spaces because the comment was surrounded by spaces on both sides).