Utility for Obsidian to Upload Image Automatically
Download using pip via PyPI.
$ pip install git_image_commiteror
Download using git.
$ git clone https://github.com/Revi1337/git-image-commiter.git
$ cd git-image-commiter
$ python setup.py install$ image_commit -h
usage: image_commit [-h] --username USERNAME --repo REPO --token TOKEN --branch BRANCH --upload markdown_abs_path image_folder_name --gitpath GITPATH
options:
-h, --help show this help message and exit
--username USERNAME github username
--repo REPO github repo expected to be uploaded
--token TOKEN github token required to upload
--branch BRANCH github repo branch expected to be uploaded
--upload markdown_abs_path image_folder_name
specify markdown absolute path and name of the folder containing the images
--gitpath GITPATH specify the path to the github repository where the image will be saved.$ image_commit [-h] --username USERNAME
--repo REPO
--token TOKEN
--branch BRANCH
--upload markdown_abs_path image_folder_name
--gitpath GITPATH- Utility for Uploading Image to Git