google / dfiq

DFIQ is a collection of investigative questions and the approaches for answering them
http://dfiq.org/
Apache License 2.0
251 stars 21 forks source link

Question - How to generate the markdown files #9

Open jakewarren opened 1 year ago

jakewarren commented 1 year ago

Hello,

How are the markdown files generated from the YAML files? Am I skipping over a utility program that converts the YAML files or is it published separately? Surely the markdown file doesn't have to be written from hand?

As a specific example how is Q1001.yaml + (Q1001.10.yaml + Q1001.11.yaml + Q1001.12.yaml) converted to Q1001.md?

P.S. What a great idea for organizing documentation!

obsidianforensics commented 1 year ago

Hi Jake, thanks!

I have some Python code that handles the conversion - I'm cleaning it up and will release it soon (hopefully - other stuff got in the way). It does not need to be written by hand :).

jakewarren commented 9 months ago

Hi Jake, thanks!

I have some Python code that handles the conversion - I'm cleaning it up and will release it soon (hopefully - other stuff got in the way). It does not need to be written by hand :).

Hey Ryan, just following up on this. Have you had a chance to work on the conversion code any?

obsidianforensics commented 9 months ago

Hi Jake - sorry for the delays on this. I fell into the trap of wanting to refactor it to make it better, and that (plus other work commitments) stalled this again. I will get it out soon though - I know it is important piece that's currently missing from the project.