Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 687 Bytes

File metadata and controls

34 lines (23 loc) · 687 Bytes

Todo:

Basic Todo list to track progress

Todo

  • Save documents to MongoDB
    • Add button to save
      • Option to give title
    • Get a document
      • Search and put in "Input" field

Done ✓

  • [✔] Create components

    • [✔] Input
    • [✔] Output
  • [✔] Connect relevant components

    • [✔] Input -> App
    • [✔] App -> Output
  • [✔] Convert simple text to HTML markdown format

    • [✔] Sanitize input (to prevent XSS)
    • [✔] Parse input as HTML
  • [✔] Add a markdown reference sheet

  • [✔] Add a quick copy button to output

  • [✔] Add a button to download output

    • [✔] As HTML format
    • [✔] As GitHub Flavored Markdown format