asciidoctor-intellij-plugin
asciidoctor-intellij-plugin copied to clipboard
AsciiDoc plugin for products on the IntelliJ platform (IDEA, RubyMine, etc)
## Observed vs. expected behavior When I do a `./gradlew test`, 3 tests are failing. One of the failing tests is `testShouldRenderVega`, where the expectation is: `https://kroki.io/vega/png/eNqVV...` , but the...
## Why the new feature should be added It's currently a showstopper for anyone who wants to use the plugin in a remote IDE. ## How the new feature should...
The built-in Mermaid preview works very well in PhpStorm using a `[mermaid]` block. Unfortunately, on GitHub, Mermaid diagrams are only rendered if they are included with `[source,mermaid]`. Is there a...
## Why the new feature should be added Consistency and nice to have. ## How the new feature should work Similar to the existing "Open README.md" Preferences > Advanced Settings...
## Observed vs. expected behavior If I am using svg-Images in a theme in a title page or header and generates a PDF with the "Create PDF from current file"-Button,...
A slow operation warning is logged. This started in IU 241.x WRS 233.14272 ``` java.lang.Throwable: Slow operations are prohibited on EDT. See SlowOperations.assertSlowOperationsAreAllowed javadoc. at com.intellij.openapi.diagnostic.Logger.error(Logger.java:376) at com.intellij.util.SlowOperations.assertSlowOperationsAreAllowed(SlowOperations.java:101) at com.intellij.workspaceModel.core.fileIndex.impl.WorkspaceFileIndexDataImpl.ensureIsUpToDate(WorkspaceFileIndexDataImpl.kt:144)...
## how to add option `layout=elk` in adoc [d2,format=svg] block kroki has an API that supports diagram options,Is there an example about setting diagram options
## Observed vs. expected behavior `ad-tag-include` shows up on auto complete ***everywhere***, instead of only in asciidoc files. ## Steps to reproduce Type `a` in any open editor that is...
## Why the new feature should be added As a user, I would like to add additional trusted sources to the CSP (Consent Security Policy). This would allow previewing pages...
When using antora, plantuml diagrams are not rendering, however, are generated correctly on the generated site. Here is a repo that reproduces the issue https://github.com/austek/antora-diagram Standard asciidoc file preview works...