asciidoctor/asciidoctor-intellij-plugin

Support for charts in Asciidoc plug-in.

Aperta

#367 aperta il 14 nov 2019

 (5 commenti) (2 reazioni) (0 assegnatari)Java (155 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (392 stelle)
Metriche merge PR
 (Merge medio 4g 11h) (3 PR mergiate in 30 g)

Descrizione

Enhancement Idea

This is more a question, than a bug report. I'd like to create charts in Asciidoc in IntelliJ. With the Asciidoc extension in Chrome the following chart syntax is supported:

....
January,February,March
28,48,40
65,59,80
....

image

How can charts be created in Asciidoc (IntelliJ)?

Maintainer notes (by @ahus1)

Good First Issue

This issue is labeled "good first issue", and maintainers are willing to help. Please comment in this ticket to exchange ideas how this could be implemented. Feel free to pair up with a maintainer to help when you don't know where to start if when you're stuck.

Find out more about how to contribute at "Contribute as a coder" in the Contributor's guide.

Implementation Idea

  1. There is an Asciidoctor chart extension, that could be bundled.

  2. The current build script build.gradle needs to be enhanced to download the Ruby gem as part of the build process

  3. In AsciiDoc.initWithExtensions load the extension

Guida contributor