vsch / idea-multimarkdown

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

Pasting text into YAML section--don't parse text as markdown (feature req) #912

Open stalsma-palmetto opened 3 years ago

stalsma-palmetto commented 3 years ago

When pasting into a YAML header, the content will (always?) be text. There is no sense in detecting and converting HTML to markdown.

It would be nice to detect paste into a YAML section and not open the HTML Paste Options dialog, and instead do regular text-paste.

Not sure what the ramifications are w multi-cursor.