Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.24 KB

TODO.md

File metadata and controls

32 lines (27 loc) · 1.24 KB

TODO

Program Improvements

  • Mixed ordered/unordered lists are not implemented. Should they be?
  • Implement document background color
  • More complete conversoin of the default paragraph style
  • Reimplement style simplification:
    • Simplify more to make the CSS smaller
    • It would be nice if we no longer needed to provide options
    • Paragraph styles which are functionally the same as their parents should be eliminated
    • Table cell borders should be simplified only if they are all the same.
    • Would it help to use something like SCCS?
  • Figure out what ODF bookmarks are and whether we should implement them
  • Drop page numbers from table of contents since they will be wrong even if the HTML file is printed from a browser
  • Table styles collide with paragraph styles. To demonstrate, try naming a table "Heading".
  • Playing of audio fragments may not work on some browsers if the file is not encoded with a constant bitrate. Add automatic conformance testing.
  • Add the topic index extractor to this project
  • Add ootool to this project
  • Switch to argparser.

Documentation Improvements

  • Better document use of HTML index files
  • Document the Schema.org and Opengraph metadata handling
  • Provide command examples
  • Add example ODT files