freecodecamp-china/article-webpage-to-markdown-action

Automatically generate Markdown files based on the webpages of articles. Currently supports freeCodeCamp's news site.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pageURLA string contains an Original Article URLyes
includedSelectorCSS selector of elements which should be included
excludedSelectorCSS selector of elements which should be excluded
markdownFolderPath of the generated MarkDown file is a Relative Path relative to current working directoryno./
githubToken GitHub write and read token, auto created, no need to set""
namedescription
original_urlThe original URL of the article.
titleThe title of the article.
dateThe publish date of the article.
authorThe author of the article.
author_urlThe URL of the article author.
markdown_file_pathThe path to the generated Markdown file.
editor_urlThe editor URL of the generated Markdown file.