vsch / idea-multimarkdown

Markdown language support for IntelliJ IDEA.
https://plugins.jetbrains.com/plugin/7896-markdown-navigator
Apache License 2.0
813 stars 129 forks source link

Close File Drop/Paste Options popup #810

Open alanhe421 opened 4 years ago

alanhe421 commented 4 years ago

When I execute the paste command,I want to close this popup, and how to do?

image

vsch commented 4 years ago

@alanhg, I am assuming you are pasting or dropping files into a markdown file.

This popup lets you select the format of the inserted links to these files.

Hit OK to paste the links with selected options or Cancel to cancel the paste.

Does OK not work for you?

alanhe421 commented 4 years ago

I don't needed this feat,how to close?

I want to copy project name

image

vsch commented 4 years ago

@alanhg, this is part of the file drop/paste handler and there is no option to turn it off.

What do you want done when you drop a file or paste a file into a markdown document?

vsch commented 4 years ago

@alanhg, project node in the IDE is a file not the name of the project. So when you copy it and paste it, it is not the name of the project but the directory that gets pasted.

As a workaround you can paste it into any other document type (non-markdown) and copy it from there or paste a link and convert to text.

image

I will add an option to the paste dialog to allow pasting plain text instead of a link.