Roadmap

There are no dates here, just what needs to be done, and (loosely) in what order. The order of these items may change over time.

  • create plugin system for file load/save
    • allows file IO to be completely separate from WordTsar
    • removes Qt from all file I/O
    • allows others to implement file loaders and savers without knowing WordTsar internals (much).
  • move Wordstar load and save to plugin system
  • move RTF load and save to plugin system
  • move DOCX load to plugin system
  • Complete Wordstar file format load and save (notes, styles, etc)
  • Complete DOCX load (to Wordstar supported features)
  • Implement DOCX file save
  • Possibly toss RTF (it’s brutal and I hate it).
  • Implement Markdown file load and save
  • Implement ODT file load and save
  • Implement Wordstar styles
  • Implement columns
  • Implement notes/comments/ etc
  • Implement indexed words
  • Implement table of contents

Comments are closed.