Go to file
Andreas Zweili 20f2802ce9 add pytest-cov 2020-10-13 21:13:25 +02:00
tests rewrite the header functions into a class 2020-10-12 22:09:47 +02:00
url2markdown start to complete the main function 2020-10-12 22:26:21 +02:00
.coveragerc add pytest-cov 2020-10-13 21:13:25 +02:00
.gitignore ignore all markdown files 2020-10-13 20:51:32 +02:00
LICENSE add the license 2020-10-12 14:05:20 +02:00
Makefile update the build command 2020-10-13 21:13:01 +02:00
README.md add a README 2020-10-12 14:23:23 +02:00
requirements.txt add pytest-cov 2020-10-13 21:13:25 +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.