An IntelliJ plugin which provides a delegating Markdown preview.
For more info, please check out Projector.md.
Since PRJ-131, MD Preview is bundled into projector-server, so we don't need a separate MD plugin anymore. It makes of projector installation even easier.
./gradlew :buildPlugin
This will build the plugin here: build/distributions/projector-markdown-plugin-VERSION.zip
.
For testing purposes, you can run this plugin with UI via
./gradlew :runIde
To make this plugin useful, you should set up some callbacks. An example can be found in projector-server.
Since the bundled Markdown plugin doesn't support extensions now (IDEA-235683), we currently have to provide not only the preview, but also the full copy of the bundled plugin. So you have to disable the bundled Markdown plugin first and then enable this one to make it work.
MIT.