https://github.com/obgnail/typora_image_uploader
auto upload image in Typora to github repository | 自动将Typora的图片上传到github仓库
https://github.com/obgnail/typora_image_uploader
golang image-uploader picture-bed typora typora-extension typora-images typora-plugin
Last synced: 4 months ago
JSON representation
auto upload image in Typora to github repository | 自动将Typora的图片上传到github仓库
- Host: GitHub
- URL: https://github.com/obgnail/typora_image_uploader
- Owner: obgnail
- License: gpl-3.0
- Created: 2024-01-04T06:24:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T11:04:06.000Z (over 2 years ago)
- Last Synced: 2025-05-18T16:55:31.947Z (about 1 year ago)
- Topics: golang, image-uploader, picture-bed, typora, typora-extension, typora-images, typora-plugin
- Language: Go
- Homepage:
- Size: 566 KB
- Stars: 23
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# typora_image_uploader
## intro
auto upload image in Typora to github repository

## usage
1. create a repository as picture bed in github
2. [create a github personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic)
3. download binary file based on your platform from [release](https://github.com/obgnail/typora_image_uploader/releases/latest)
4. refer to the picture below and set `Custom Command` on the Typora Preferences page
```sh
# need 3 args:
# token: access token obtained in step 2
# owner: your user name in github
# repo : the name of the repository created in step 1
your/path/to/imageUploader_windows_amd64.exe -token=your_token -owner=your_user_name_in_github -repo=your_repo_name
```


> NOTE:MacOS(especially M-series chips) requires executable permission for this file. Please run the command `chmod a+x your/path/to/imageUploader_macos_arm64` before step 4