https://github.com/beomi/typora-s3-uploader
CLI file/img S3 uploader for Typora
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.0%) to scientific vocabulary
Keywords
Repository
CLI file/img S3 uploader for Typora
Basic Info
Statistics
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
S3 Uploader for Typora, CLI ver.
Python/boto3 based S3 image(file) uploader.
Compatiable with Typora.
How to install
- Clone this Repository.
bash
git clone https://github.com/Beomi/typora-s3-uploader
- Install with
install.shfile.
You need python3.7+ to use this package.
bash
cd typora-s3-uploader
chmod +x *.sh
./install.sh
- Copy
configs_example.jsontoconfigs.json
bash
cp configs_example.json configs.json
- Edit
configs.jsonwith your keys.
json
{
"ACCESS_KEY": "AKIAYABCDWL6FVUJABCD",
"SECRET_KEY": "00000000/abCdeFgsLqf4Zed15qU4j27y0000000",
"BUCKET_NAME": "my-bucket",
"REGION_NAME": "ap-northeast-2",
"CDN_PREFIX": "https://mybucketcdn.cloudfront.net",
"S3_PREFIX": "img/",
"USE_RANDOM_HASH": true
}
- ACCESSKEY: AWS Programmable ACCESSKEY
- SECRETKEY: AWS Programmable SECRETKEY
- BUCKET_NAME: S3 Bucket name
- REGION_NAME: S3 Bucket Region name
- (Optional) CDN_PREFIX: Remove if you do not need.
- (Optional) S3_PREFIX: Add Key prefix when uploads your file.
- (Optional) USERANDOMHASH: Add Random(UUID4) strings to the end of your filename.
- Add script path information to Typora app.
Add upload.sh file path to Typora like the screenshot below.

Example path:
/Users/beomi/coding/typora-s3-uploader/upload.sh
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0