Feature Suggest: Drop image to fast insert image
See original GitHub issueMark Text
is real awesome, and I want to Suggest a feature that could fast insert image
Description
Drop a image to text editor.
After that, Mark Text
auto insert image to corresponding line with image’s relative path.
This feature could greatly improve efficiency for write Markdown which include lots images.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:5
- Comments:8 (6 by maintainers)
Top Results From Across the Web
How to insert a picture by dragging and dropping in Excel?
Microsoft Word document supports dragging and dropping picture from window explorer. 1. Select the picture, drag and drop it in a word document....
Read more >Inserting images in articles and content blocks - Zendesk help
Drag and drop the image into the body of the article. Click the Insert image button on the toolbar, then click Upload images...
Read more >How to Dynamically Insert Images into Canva - YouTube
Using Canva's grid and frame tools is a great way to create professional-looking printables without expensive software like PhotoShop or ...
Read more >5 Best Ways to Insert Picture into Picture - Movavi
5 Best Ways to Insert Picture into Picture · Download Movavi Photo Editor. · Add the first image to the program. · Erase...
Read more >5 Simple Ways to Insert Google Sheets Images
Adding an image to Google Sheets using the IMAGE Formula; Inserting images in Google Sheets with Dynamic Image Lookup Functionality; Adding images using ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Another suggestion:
To paste images into markdown, I found this implementation is quite convenient: https://atom.io/packages/markdown-img-paste
Which allows user take a screenshot, then use “Ctrl+Shift+V” to paste the image into markdown. It actually creates and saves the image file in the same directory of markdown file. So you don’t have to save it yourself.
针对免费的图片问题
以后可能会增加配置,用户可以自行添加私有的图片云服务,使用自己的图片云。应该在 v1.0.0 版本前会增加私有云配置吧。
针对选用 path 问题
现在 Absolute Path 和 Relative Path 都是直接调用了系统的 对话框。可能添加拖拽弹窗,类似现在上传图片的弹窗一样,用户可以选择打开系统对话框还是直接拖入图片。让用户自行选择使用绝对路径还是相对路径。如果没有保存,没有相对路径就直接使用绝对路径。
如果都给一个拖拽的遮罩,就不会存在光标问题了。