Copy Markdown as JIRA formatted text or as HTML formatted text.
- The plugin provides additional editor context action available in markdown context.
- Copy as HTML formatted text action useful for pasting rendered markdown into e-mails or word processor applications.
- Copy as JIRA formatted text action useful for pasting text to descriptions/comments of Jira issues.
- Conversion performed using flexmark library.
- The idea taken from markdown-navigator-enhanced which is not compatible with recent versions of IDEA since 2021.2.
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for " idea-markdown-copy-as-plugin" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.