├── .gitignore ├── LICENSE ├── README.md └── download.py /.gitignore: -------------------------------------------------------------------------------- 1 | vault/ 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saghetti0/obsidian-publish-downloader/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saghetti0/obsidian-publish-downloader/HEAD/README.md -------------------------------------------------------------------------------- /download.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Saghetti0/obsidian-publish-downloader/HEAD/download.py --------------------------------------------------------------------------------