Skip to content

ZhangIceNight/MarkdownImageUploader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarkdownImageUploader

For people who are used to write in markdown, generating public url for your own image is a problem, so this repository offers a simple tool for you to upload image to github repository and generate url of the image, it works like this

  1. select the image that you want to upload
  2. commit and push it to the github repository and get the public url of it

Following is an example

Requirements

  • git installed and is available in the PATH environment
  • privilege to the repository for uploading your images, and it should be public

How to use

Make sure the requirements is satisfied, for the first time to use MarkdownImagesUploader, you need to configure your github repository address and local repository path, like the following, then the information will be recorded in the config directory under the path of the program.

Windows users can download MarkdownImageUploader_win_x64.exe from here, it should be working on win7_x64 and win10_x64, which I have tested.

For Linux or Mac users, install PySimpleGUI with pip install PySimpleGUI, then run the script python main.py as a background program. But PySimpleGUI doesn't seem to work quite well with mac, and I'm not sure whether this work with mac.

More details can be found in the blog

About

Simple tool for uploading image to github repository and generate url of the image

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%