Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wenzewoo/jetbrains-markdown-image-support
Markdown editor one click upload image support is applicable to common products of JetBrains series. Markdown编辑器一键上传图片支持,适用于Jetbrains系列的常见产品。
https://github.com/wenzewoo/jetbrains-markdown-image-support
idea-plugin jetbrains jetbrains-plugin markdown markdown-editor
Last synced: about 1 month ago
JSON representation
Markdown editor one click upload image support is applicable to common products of JetBrains series. Markdown编辑器一键上传图片支持,适用于Jetbrains系列的常见产品。
- Host: GitHub
- URL: https://github.com/wenzewoo/jetbrains-markdown-image-support
- Owner: wenzewoo
- License: mit
- Created: 2020-04-09T09:38:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-01T02:16:17.000Z (over 2 years ago)
- Last Synced: 2024-08-02T20:48:21.161Z (4 months ago)
- Topics: idea-plugin, jetbrains, jetbrains-plugin, markdown, markdown-editor
- Language: Kotlin
- Homepage:
- Size: 2.2 MB
- Stars: 27
- Watchers: 1
- Forks: 7
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - wenzewoo/jetbrains-markdown-image-support - Markdown editor one click upload image support is applicable to common products of JetBrains series. Markdown编辑器一键上传图片支持,适用于Jetbrains系列的常见产品。 (Kotlin)
README
# 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.## Install
Preferences -> Plugins -> Marketplace, Search "Markdown Image Support"
## Preview
#### Settings
![](./screenshots/example1.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)