Skip to content

IKrukov-HORIS/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.

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.

About

An IntelliJ plugin which provides a delegating Markdown preview

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 75.8%
  • Kotlin 18.3%
  • CSS 4.3%
  • JavaScript 1.1%
  • HTML 0.5%