1Hive/quests

Markdown toolbar

Closed this issue · 0 comments

Have a markdown toolbar :

  • Bold -> **BOLD**
  • Italic -> *ITALIC*
  • Link -> [LABEL](URL)
  • Quote -> > Quoted content
  • Code -> CODE
  • Number list -> 1. FIRST ITEM
  • Bulledlist -> - FIRST ITEM
  • Image -> ![LABEL](URL)

The last one should open the explorer, wait for upload and convert it to base64 or upload it to an image server
Example here: https://stackoverflow.com/a/45931408/5942849