nicoulaj / idea-markdown

Markdown language support for IntelliJ IDEA (abandonned).
Apache License 2.0
600 stars 97 forks source link

Incompatible for Intellij latest 2016.2.4 #264

Open masudjbd opened 8 years ago

masudjbd commented 8 years ago

Getting error for the following version:

IntelliJ IDEA 2016.2.4 Build #IU-162.2032.8, built on September 9, 2016 Licensed to [?] Subscription is active until November 24, 2016 JRE: 1.8.0_112-release-b343 x86_64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o

saying incompatible.

ovelindstrom commented 7 years ago

Since this plugin is no longer supported, I doubt that there will be any more development on this one and adding issues to it is sort of pointless.

Use: https://plugins.jetbrains.com/plugin/7793 instead.

alt-grr commented 7 years ago

See maintained fork of this plugin: https://plugins.jetbrains.com/plugin?id=7896 https://github.com/vsch/idea-multimarkdown

vsch commented 7 years ago

@kuc, I too would recommend your choice, if you forgive my biased opinion. I can't work on markdown without its features. It makes editing markdown a pleasure. Even for comments on sites if it is more than a few lines I pop into the IDE, open a markdown scratch file.

The JetBrains Markdown Support plugin mentioned by @ovelindstrom is minimal functionality, like the original Markdown.

Markdown Navigator plugin page has GitHub like rendering and support for Wiki link completions, inspections and rendering, with tabs for rendered HTML, HTML used for rendering, plain HTML as converted from markdown.

I thought I would jot down a few features but decided to stop when I realized the list has gotten too long. I have been too busy coding the last while and haven't bothered to make a feature list. It surprised me. I use them all the time but after implementing them I stopped thinking of of them as features.

I also have to get back to work on my new plugin MIA: Missing In Actions for enhancing text editing in the IDE. I already can't work without it and broke it in my dev build, so it is an emergency :worried:.

Markdown Navigator enhanced version has tons of extras that you use and expect from the IDE for other languages.

nicoulaj commented 7 years ago

Notice: This plugin is no more maintained and it has been removed from Jetbrains plugins repository. There is a Markdown plugin officially supported by Jetbrains.