asciidoctor/asciidoctor-intellij-plugin

Support for charts in Asciidoc plug-in.

Open

#367 opened on Nov 14, 2019

View on GitHub
 (5 comments) (2 reactions) (0 assignees)Java (155 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (392 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide