-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
25 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,40 @@ | ||
# Jetbrains Markdown Image Support | ||
|
||
> Markdown editor one click upload image support is applicable to common products of JetBrains series. | ||
[中文文档](./README_CN.md) | [Report Issues](https://github.com/wenzewoo/jetbrains-markdown-image-support/issues) | ||
|
||
## Features | ||
|
||
- Multiple storage support, such as local / qiniu / aliyun OSS / tencent OSS, etc. | ||
- Customize the file name naming policy and provide a variety of preset schemes. | ||
- Provide picture compression function, compress pictures according to the set compression rate. | ||
- Directly from the paste image to the editor, automatically upload the image and convert it to the markdown tag. | ||
- Directly copy one or more picture files to the editor, automatically upload the pictures and convert them to markdown tags. | ||
- Through the ALT + enter shortcut key, the image can be deleted intelligently. When the markdown tag is deleted, the source file in the corresponding storage can be removed. | ||
- Directly copy one or more picture files to the editor, automatically upload the pictures and convert them to markdown | ||
tags. | ||
- Through the ALT + enter shortcut key, the image can be deleted intelligently. When the markdown tag is deleted, the | ||
source file in the corresponding storage can be removed. | ||
|
||
## Install | ||
Preferences -> Plugins -> Marketplace, Search "Markdown Image Support" | ||
|
||
Preferences -> Plugins -> Marketplace, Search "Markdown Image Support" | ||
|
||
## Preview | ||
|
||
#### Settings | ||
|
||
![](./screenshots/example1.png) | ||
![](./screenshots/example2.png) | ||
![](./screenshots/config-example-aliyun.png) | ||
![](./screenshots/config-example-qiniu.png) | ||
|
||
#### Paste the picture directly and choose the opened storage freely | ||
|
||
![](./screenshots/example3.gif) | ||
|
||
#### Copy multiple picture files, and freely select the opened storage | ||
|
||
![](./screenshots/example4.gif) | ||
|
||
#### Use Alt + enter to delete the picture source file | ||
|
||
![](./screenshots/example5.gif) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,38 @@ | ||
# Jetbrains Markdown Image Support | ||
|
||
> Markdown编辑器一键上传图片支持,适用于Jetbrains系列的常见产品。 | ||
[English](./README.md) | [提交Issues](https://github.com/wenzewoo/jetbrains-markdown-image-support/issues) | ||
|
||
## 特性 | ||
|
||
- 多种存储支持,如本地/七牛/阿里云OSS/腾讯OSS等。 | ||
- 自定义文件名命名策略,并提供多种预设方案。 | ||
- 提供图片压缩功能,按照设置的压缩率压缩图片。 | ||
- 直接从粘贴图片到编辑器,自动上传图片并转换为Markdown标签。 | ||
- 直接复制一个或者多个图片文件到编辑器,自动上传图片并转换为Markdown标签。 | ||
- 直接复制一个或者多个图片文件到编辑器,自动上传图片并转换为Markdown标签。 | ||
- 通过Alt+Enter快捷键,智能删除图片,删除Markdown标记的同时,移除对应存储中的源文件。- | ||
|
||
|
||
## 安装 | ||
Preferences -> Plugins -> Marketplace, 搜索 "Markdown Image Support" | ||
|
||
Preferences -> Plugins -> Marketplace, 搜索 "Markdown Image Support" | ||
|
||
## 预览 | ||
|
||
#### 设置界面 | ||
|
||
![](./screenshots/example1.png) | ||
![](./screenshots/example2.png) | ||
![](./screenshots/config-example-aliyun.png) | ||
![](./screenshots/config-example-qiniu.png) | ||
|
||
#### 直接粘贴图片,自由选择已开启的存储 | ||
|
||
![](./screenshots/example3.gif) | ||
|
||
#### 复制多个图片文件,自由选择已开启的存储 | ||
|
||
![](./screenshots/example4.gif) | ||
|
||
#### 使用 Alt+Enter 删除图片源文件 | ||
|
||
![](./screenshots/example5.gif) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.