Cheese Paper is a text editor for writing long form prose, particularly fiction. Projects are broken down into scenes which each have notes and summaries, and can be moved around independently.
Features:
- See your notes as you write: jot down something for later, plan our where a scene will go before writing it, or summarize a scene to help organize your story
- Fill out notes in the editor: Dedicated documents for characters and information about the world
- Syncing support: delete files, move them, or add new ones. Cheese Paper will automatically process it, no restart required
- Simple files: the file format is specifically designed to be simple enough to edit on a phone. Sync to another device and access your project at all times
- Themes: Use supplied dark and light themes, or create your own
- Outline Export: Produce a single file outline containing your notes (but not story prose) which can easily be shared
- Story Export: Combine all of the scenes into a single markdown file that can easily be transformed into a wide variety of formats, including epub, docx, html, or pdf (with programs such as Pandoc)
- Randomize your theme: text too readable? Colors too pleasant? Not enough whimsy? Randomize every single color with no coordination, no consistency, and no concern for contrast (to the horror of everyone around you)
The underlying text is all Markdown, so the file format is simple. Metadata is added to the underlying format in a TOML header, also simple and easy to edit. Any files created outside the editor are automatically read in and processed like any other files, even if some or all of the metadata is missing. It is entirely possible to create, edit, move, and delete files from another text editor, even your phone. Cheese Paper also plays nicely with syncing programs - if you sync the files on disk, it will happily load them.