SerpicoProject / SerpicoPlugins

Plugins for the Serpico Project
22 stars 18 forks source link

Full fledged markown editor #9

Open anantshri opened 7 years ago

anantshri commented 7 years ago

This was earlier raised https://github.com/SerpicoProject/Serpico/issues/143

but looks like it never made it to this side.

Issues description and other text area's can benfit from having a javascript markdown editor, this if coupled with upload images option will also streamline the whole markdown editing process.

some sample java-script markdown editors : https://simplemde.com https://vuejs.org/examples/

MaxNad commented 5 years ago

Using a plugin to insert content into a page (like a markdown editor) is currently not supported by the platform.

I am currently working on a feature that would allow to use either the Serpico markup or Markdown in Serpico itself : https://github.com/GoSecure/Serpico/tree/markdown

Most of the code is already functional and should not break anything to the current behavior. Right now, I still have to take the markdown into account for findings preview and presentation. Full report generation should be functional if you use this code.

Also note that not all markdown elements are currently supported. Code, Codeblock, italic, headers, bold, and images are supported. Links are currently not supported and I do not plan on supporting tables.