Markdown import of the whole report? #595
Answered
by
MWedl
ghostnotesecurity
asked this question in
Q&A
Answered by
MWedl
Feb 17, 2026
Replies: 1 comment 3 replies
|
Hi, this is currently not possible. |
3 replies
Answer selected by
ghostnotesecurity
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi, this is currently not possible.
I think this would be quite challenging to implement. The resulting markdown export contains only a subset of data compared to the whole project (i.e. no metadata, no field definitions, etc.). And markdown text is an unstructured data format that needs to be parsed and converted back to JSON to be able to import it. I think this conversion can get tricky, especially for nested data fields.