-
Notifications
You must be signed in to change notification settings - Fork 3
Importing Plaintext Files
WareWoolf is designed to work well with simpler plaintext-based tools, with the idea that you may write your first drafts in plaintext and then import them into WareWoolf to combine, edit, and style them.
The Import tool allows you to select characters/strings to interpret as markers of italics, tabs, and chapter breaks. For example, you can write in plaintext and use asterisks around italicized words, use four spaces to designate an indent at the beginning of a paragraph, and (if writing multiple chapters in one file) you might mark each new chapter with the "<ch>" string. Then when you import them into WareWoolf, it will automatically convert these and break the text into individual chapters.
Lastly, you can set it to interpret the first line of every chapter as a title, so that it will automatically center and mark as a heading all of your chapter headings.
If you forget to do any of this when you import your files, all of these conversion functions are available under the "Tools" menu, as well as others.
MarkdownFic is a Revised/Simplified Version of Markdown Designed For Fiction, which I came up with for use with WareWoolf but have not developed very far. This function has not been tested extensively.
Unlike Markdown, MarkdownFic allows you to use regular indented paragraphs without space between them. It will keep your manual tabs and your white space. You are freed from writing fiction like it's a blog!
- The supported syntax is all the same as Markdown:
- Headings: '# My Heading 1', '## My Heading 2'
- Italics: '*italicized text*'
- Bold: '**bold text**'
- Blockquote: '> blockquoted text'
- Strikethrough: '~~struck through text~~'
- Footnotes (will be supported but not yet):
- 'Text with a footnote. [^1]'
- '[^1]: The footnote.'
That's it! You don't need much formatting to write fiction. And since it is all the same as Markdown, anything exported as MarkdownFic should be usable in any Markdown editor, with the proviso that you may need to find/replace your tabs to newlines.