IDK To dos2024/10/132024/10/13Everything in mind for the future of IDK markup."/html/idk/idk_todos.html"todosidkparser

IDK To dos


Features

  1. 1.add a strike through token.
  2. 2.permit to specify the amount of whitespace of one indentation.
  3. 3.more robust and detailed error logger for normal user
    1. a.error on ids duplicated (inline links, footnotes)
    2. b.output file path missing.
  4. 4.online markup testing from the website.
  5. 5.implement todos capacity.
  6. 6.find a better name for the IDK markup (IDK was for "I Don't Know" primarily).
  7. 7.full unicode.
  8. 8.write a roadmap for IDK.
  9. 9.permit configuration, avoiding hairy command line arguments (configuration file parser already created).
  10. 10.provide performance statistic from profiler (implement the profiler)
  11. 11.markdown conversion.
  12. 12.share a DLL, making the program useful for other developers.
  13. 13.implement layout capacity, separated from the IDK (IDK structure must be only about data).
  14. 14.automatic last modification date.
  15. 15.Linux layer (far future)
  16. 16.possibility to put block code on list items (currently end the list)

Improvements

  1. 1.remove the need to add "." to the last item of the inlined list.
  2. 2.derive the correct item indentation on automatic item. On automatic numbering items, if we are one MORE (less is fine) indentation off, it will not be set as item
  3. 3.formating capacity: auto indentation, add missing tokens and as such.

filename only without extension "/idk/idk_readme.idk[#1]" becomes "idk_readme"

Internals

Improvements

Bugs

HTML conversion

Bugs

Features

Improvements