8000 Compile md files together in one file for easy reading of TILS of each topic · Issue #58 · jbranchaud/til · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Compile md files together in one file for easy reading of TILS of each topic #58
Open
@shoebham

Description

@shoebham

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
result

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0