Go to file
Andreas Zweili 18f9a8b0af use a newsarticle for tests 2020-10-12 15:17:21 +02:00
tests use a newsarticle for tests 2020-10-12 15:17:21 +02:00
url2markdown parse the article before returning 2020-10-12 15:16:44 +02:00
.gitignore add a gitignore file 2020-10-11 14:01:24 +02:00
LICENSE add the license 2020-10-12 14:05:20 +02:00
Makefile update the Makefile 2020-10-12 14:48:08 +02:00
README.md add a README 2020-10-12 14:23:23 +02:00
requirements.txt add dependencies 2020-10-12 13:19:08 +02:00
setup.py add setup.py 2020-10-12 14:10:49 +02:00

README.md

  • url2markdown

url2markdown lets you download an URL and save it as a Markdown file. Additionally you can provide a list of tags which will get added to the top of the file. The main idea behind the script is to download articles and feed them to an Obsidia.md vault already extended with internal Obsidian links.

url2markdown https://docs.python.org/3/howto/argparse.html --tags=Python,CLI

Features

  • Provide an URL on the command line.
  • Provide a text file with a list of URLs and tags.

Installation

Install url2markdown by running:

pip3 install url2markdown

Contribute

  • Issue Tracker: github.com/Nebucatnetzer/url2markdown/issues
  • Source Code: github.com/Nebucatnetzer/url2markdown

Support

You can open an issue at the Github repository however I don't garantee any support whatsever since this is a fully personal project more seen as an excersice.

License

The project is licensed under the GPLv3 license.