Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

An IntelliJ plugin which provides a delegating Markdown preview

License

Notifications You must be signed in to change notification settings

JetBrains/projector-markdown-plugin

Repository files navigation

projector-markdown-plugin

JetBrains incubator project Tests status badge

An IntelliJ plugin which provides a delegating Markdown preview.

For more info, please check out Projector.md.

This project is obsolete

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.

Building

./gradlew :buildPlugin

This will build the plugin here: build/distributions/projector-markdown-plugin-VERSION.zip.

Running

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.

Note

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.

License

MIT.