Open
Description
I tried compiling all markdown files of every category in one file in every directory(category) locally with pandocs
I tried this in powershell
foreach ($d in $dir){
$folderName = $d.Name;
pandoc (get-item D:/til/til/$folderName/*.md) -o D:/til/til/$folderName/$folderName-compilation.md
}
this created a compilation file like ack-compilation.md in ack folder containing combined markdown file content,
Maybe someone can automate the process for this github repo as reading TILS together for any particular category is much better than clicking links for every TIL.
This is the result
Metadata
Metadata
Assignees
Labels
No labels