-
Notifications
You must be signed in to change notification settings - Fork 129
Installation
The plugin will work with versions as far back as build 133.1711, which is version 13.0 of IDEA. For standard HTML Preview rendering you can just install and use it. See Installation Procedure
The plugin implements two HTML Preview rendering classes: old JEditorPane with HTMLEditorKit and new JavaFx WebView based preview. The JEditorPane preview is lightning fast and will run on JDK as old as 1.6 but has many HTML and CSS parsing limitations that make it impossible to get close to GitHub look and it was born long before retina displays were invented. Some of its elements look jagged on retina displays. That said, it will show the result but not exactly like GitHub. The JavaFx WebView based renderer is close to browser HTML, CSS and JavaScript implementation, retina aware but it does require that your IDE's boot JDK is 1.8.0u40 or later and is not a 'speed demon'. It does look good.
You can install the plugin two different ways:
-
download the plugin from IntelliJ MultiMarkdown plugin page and install it from disk via Preferences > Plugins and clicking on Install plugin from disk...
-
Go to Preferences > Plugins and clicking on Browse Repositories...
- Select MultiMarkdown from the list of plugins. You can type 'markdown' into the search field to limit the list of plugins.
- In the right hand information panel click the install button
.
-
Restart the IDE
-
You should see the MultiMarkdown icon
on all Markdown
files in your project.
If you are running on JDK less than 1.8 you will need to change the boot JDK to get JavaFX preview. Please refer to the Changing Boot JDK instructions.
If you installed the plugin but are experiencing problems please see the JavaFX WebView HTML Preview Now Working guide.
Copyright © 2015-2019 Vladimir Schneider, Released under Apache 2.0 License