Support for charts in Asciidoc plug-in.
#367 aperta il 14 nov 2019
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
....

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
-
There is an Asciidoctor chart extension, that could be bundled.
-
The current build script
build.gradleneeds to be enhanced to download the Ruby gem as part of the build process -
In
AsciiDoc.initWithExtensionsload the extension