Coder Social home page Coder Social logo

Comments (3)

Morgul avatar Morgul commented on June 4, 2024

Additionally, I just noticed the checkboxes can be checked. They should probably be read only...

from idea-multimarkdown.

vsch avatar vsch commented on June 4, 2024

Actually @Morgul, this how I wound up forking and releasing this plugin and working like a madman. I started with exactly the same line of thinking. I'll just modify the CSS.

The problem is deeper and it is the reason why I tried the icon then image workaround for the input fields. The HTML rendering engine is the swing HTMLEditorKIt which has a slew of limitations in its implementation.

There was no way to disable the inputs so I tried to work-around this by using images. It does not implement list-style-image in a workable way either, so I had to chew up the HTML after markdown processing and insert <img> tags but then it causes other issues.

I did change the tasks to display as either square list items that don't show the check or an image. I suspect that you have an old version of the plugin. The later releases either use icons or empty squares. No inputs because they are not controllable at all. Cannot size them, move them, add margins, padding, etc.

I am working on changing to javafx WebView. I already have it running and it looks much better than HTMLEditorKit but I have to redo the stylesheets and try out all the features before I can say it is ready.

Additionally, with the WebView the plugin will require running IDEA on jdk 1.8. Not a problem for the latest releases but it will not work for anything earlier than build 141. I for one would welcome the cut-off. It is a pain trying to support half-dozen old builds of IDEA.

Most likely there will be one more release for old builds, then only major bugs. The rest of development will be on the new version under jdk 1.8.

from idea-multimarkdown.

Morgul avatar Morgul commented on June 4, 2024

Yup, I'm on 1.0.15, and Webstorm thinks the plugin is up to date. sigh.

from idea-multimarkdown.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.