All Projects → yscoder → vscode-qiniu-upload-image

yscoder / vscode-qiniu-upload-image

Licence: MIT license
一个VS Code插件,写Markdown时可以快捷上传本地图片获取七牛图床外链。

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vscode-qiniu-upload-image

Typescript Express Starter
🚀 TypeScript Express Starter
Stars: ✭ 238 (+173.56%)
Mutual labels:  formatter
blackbricks
Black for Databricks notebooks
Stars: ✭ 40 (-54.02%)
Mutual labels:  formatter
lit-date
Light-weight, faster datetime formatter for modern browsers.
Stars: ✭ 33 (-62.07%)
Mutual labels:  formatter
Formatting
Type-safe, functional string formatting in Swift.
Stars: ✭ 248 (+185.06%)
Mutual labels:  formatter
idea-uroborosql-formatter
Beautiful SQL Formatter for IntelliJ Platform
Stars: ✭ 18 (-79.31%)
Mutual labels:  formatter
qiniu-auto-cert
七牛 CDN 证书自动化工具
Stars: ✭ 20 (-77.01%)
Mutual labels:  qiniu
Webpack Messages
Beautifully format Webpack messages throughout your bundle lifecycle(s)!
Stars: ✭ 238 (+173.56%)
Mutual labels:  formatter
ISO8601
🎗 Super lightweight ISO8601 Date Formatter in Swift
Stars: ✭ 20 (-77.01%)
Mutual labels:  formatter
qiniu-laravel-storage
Qiniu 云储存 Laravel 5 Storage版
Stars: ✭ 520 (+497.7%)
Mutual labels:  qiniu
palantir-java-format
A modern, lambda-friendly, 120 character Java formatter.
Stars: ✭ 203 (+133.33%)
Mutual labels:  formatter
Mbeautifier
MBeautifier is a MATLAB source code formatter, beautifier. It can be used directly in the MATLAB Editor and it is configurable.
Stars: ✭ 248 (+185.06%)
Mutual labels:  formatter
Sublime-uroboroSQL-formatter
Beautiful SQL Formatter for Sublime Text 3
Stars: ✭ 25 (-71.26%)
Mutual labels:  formatter
TypeNameFormatter
A small .NET library for formatting type names à la C#.
Stars: ✭ 26 (-70.11%)
Mutual labels:  formatter
Luaformatter
Code formatter for Lua
Stars: ✭ 244 (+180.46%)
Mutual labels:  formatter
sql-formatter
Polyglot SQL formatter
Stars: ✭ 28 (-67.82%)
Mutual labels:  formatter
Prettyhtml
💅 The formatter for the modern web https://prettyhtml.netlify.com/
Stars: ✭ 241 (+177.01%)
Mutual labels:  formatter
fixjson
JSON Fixer for Humans using (relaxed) JSON5
Stars: ✭ 96 (+10.34%)
Mutual labels:  formatter
awesome-python-code-formatters
A curated list of awesome Python code formatters
Stars: ✭ 168 (+93.1%)
Mutual labels:  formatter
rust-phonenumber
Library for parsing, formatting and validating international phone numbers.
Stars: ✭ 99 (+13.79%)
Mutual labels:  formatter
spring-file-storage-service
The FSS(file storage service) APIs make storing the blob file easy and simple .
Stars: ✭ 33 (-62.07%)
Mutual labels:  qiniu

qiniu-upload-image

一个 VS Code 插件,编写 Markdown 时可以快捷上传本地图片获取七牛图床外链。

Features

priview

Tips: 只有在编辑 Markdown 时插件才可使用。

Usage

  1. 粘贴图片路径上传:SHIFT + P
  2. 直接选择图片上传:SHIFT + O

按键需在英文编辑状态下有效,功能2 需要升级 vscode 到 v1.17+。

Install

Ctrl+P 输入命令:

ext install qiniu-upload-image

User Settings

{
    // 插件开关
    "qiniu.enable": true,

    // 一个有效的七牛 AccessKey 签名授权
    "qiniu.access_key": "*****************************************",

    // 一个有效的七牛 SecretKey 签名授权
    "qiniu.secret_key": "*****************************************",

    // 七牛图片上传空间
    "qiniu.bucket": "ysblog",

    // 七牛图片上传路径,参数化命名,暂时支持 ${fileName}、${mdFileName}、${date}、${dateTime}
    // 示例:
    //   ${fileName}-${date} -> picName-20160725.jpg
    //   ${mdFileName}-${dateTime} -> markdownName-20170412222810.jpg
    "qiniu.remotePath": "${fileName}",

    // 七牛图床域名
    "qiniu.domain": "http://xxxxx.xxxx.com"
}

Repository

https://github.com/yscoder/vscode-qiniu-upload-image

Enjoy!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].