caido
caido copied to clipboard
Markdown support in findings editor
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help us know what to work on
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
Description
Markdown support in findings editor
Use cases
Write beautiful notes/comments to faster read important parts.
After this is done: https://github.com/caido/caido/issues/1014 it will be used a lot. Before that, workflows will be configured to output nice report.
This could go a couple ways:
- We leave all formatting to plugins
- We add a formatting tag backend to allow the frontend to know how to render
- We do auto-detection ala vscode for the content type (which ideally the user can override)
Number 3 would be great.