caido icon indicating copy to clipboard operation
caido copied to clipboard

Markdown support in findings editor

Open VasilyKaiser opened this issue 1 year ago • 2 comments

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.

VasilyKaiser avatar May 30 '24 21:05 VasilyKaiser

This could go a couple ways:

  1. We leave all formatting to plugins
  2. We add a formatting tag backend to allow the frontend to know how to render
  3. We do auto-detection ala vscode for the content type (which ideally the user can override)

Sytten avatar May 31 '24 00:05 Sytten

Number 3 would be great.

VasilyKaiser avatar Jul 02 '24 12:07 VasilyKaiser