Generating org-mode Outlines for wikiHow Articles
Recently I found some great articles on wikiHow, then I want to keep notes of them in org-mode files.
At first, I manually copied the ToC of articles, but soon I found it's tedious and takes a lot of time. Today I wrote a requests-based Python script to help me extract the ToCs (Table of Content) into org-mode outlines. It takes two arguments, the first one is the URL, the second one is the containing heading's level for the generated ToC in org-mode.
[Read More]