minio-uploader
1.0.0
dotnet tool install --global minio-uploader --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local minio-uploader --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=minio-uploader&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package minio-uploader --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
minio-uploader
The Lightweight MinIO Image Uploader of Typora Editor for .NET Core.
Install
https://www.nuget.org/packages/minio-uploader
dotnet tool install -g minio-uploader
Setting
Configuration File
File name: conf.uploader.json
Open the path: explorer "%AppData%\Typora\conf"
{
"minio-uploader": {
"endpoint": "127.0.0.1:9000",
"accessKey": "minioadmin",
"secretKey": "minioadmin",
"withSSL": false,
"bucketName": "images",
/* {filename} 会替换成原文件名, 配置这项需要注意路径中的中文会被过滤掉以防止出现乱码 */
/* {rand:6} 会替换成随机数,后面的数字是随机数的位数 */
/* {time} 会替换成时间戳 */
/* {yyyy} 会替换成四位年份 */
/* {yy} 会替换成两位年份 */
/* {mm} 会替换成两位月份 */
/* {dd} 会替换成两位日期 */
/* {hh} 会替换成两位小时 */
/* {ii} 会替换成两位分钟 */
/* {ss} 会替换成两位秒 */
"pathFormat": "{yyyy}/{mm}/{dd}/{time}{rand:6}"
}
}
English Language
Chinese Language
Usage
- Directly paste (Ctrl+V) from the clipboard to upload in the Typora editor.
- Automatically trigger upload after selecting a picture in the Typora editor.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 451 | 7/26/2021 |