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: 1 day 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-01T02:16:17.000Z (about 3 years ago)
- Last Synced: 2024-11-08T01:36:50.680Z (5 months ago)
- Topics: idea-plugin, jetbrains, jetbrains-plugin, markdown, markdown-editor
- Language: Kotlin
- Homepage:
- Size: 2.2 MB
- Stars: 29
- 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


#### Paste the picture directly and choose the opened storage freely

#### Copy multiple picture files, and freely select the opened storage

#### Use Alt + enter to delete the picture source file
