I downloaded my old journal website via sitesucker and it placed all the journal entries in one big folder. Within that folder it made multiple folders for each entry and an "index.html" file inside for each.
Each folder has a unique name for each journal entry, the html files inside are all generic "index.html"
I'm trying to convert all those generic "Index.html" files to markdown. How do I get Pandoc to search a directory and one level deep into those multiple folders for the "index.html" and then output all those to Markdown in multiplle files with the unique folder name for each journal entry?
Non-programmer here who read the pandoc demos and has been going through Stackoverflow posts since last night! Would like to learn Pandoc, but at this point need some help. Seems like some variation of below posts could work, but it's beyond my understanding:
https://www.reddit.com/r/pandoc/comments/lsdq6l/convert_a_complete_directory_of_docx_into_md/
Converting all files in a folder to md using pandoc on Mac
Using Mac