Skip to content

Choose a storage file format #1

@spacekookie

Description

@spacekookie

Most features for Novelist are already planned out pretty well, except for how to store any of it. Following are some thoughts gathered on what storage format could be used.

Text format

  • Store large quantities of text with formatting (font, family, size, type, ...)
  • Easily convertable to other formats (docx, odt, epub, mobi, tex, ...)
  • Usable with source control software (git, subversion, mercurial, ...)

Container format

  • Optionally compressed (no longer usable with source control)
  • Store files in a logical manner (same structure as novel?)
  • Allow access to files outside of Novelist
  • Maybe a folder with a .novel extension?

Options that can be considered

  • XML (just like Scrivener, docx, odt, etc)
  • LaTeX (easy to convert from and into anything)
  • Something custom?

Being able to translate the text format to any other format is important. Using a standard format it would then be possible to use pandoc to handle exporting automagically.

This is still an open issue and open to debate

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions