asciidoctor-intellij-plugin icon indicating copy to clipboard operation
asciidoctor-intellij-plugin copied to clipboard

AsciiDoc plugin for products on the IntelliJ platform (IDEA, RubyMine, etc)

Results 154 asciidoctor-intellij-plugin issues
Sort by recently updated
recently updated
newest added

With the "Extract" Refactoring, I also got the need to change the heading levels. I always start my documents with a heading level of 0 ('=') and correct it through...

enhancement

When rendering a preview mith MathML, the preview slows down to 500ms to 750ms, if the user has a lot of math on a page up to three seconds. To...

enhancement

A user might now know about the `.asciidoctorconfig` file that allow her/him to configuration attributes with values to be replaced in the preview. A notification should provide a pop-up with...

enhancement

Hi, I'm proposing this enhancement in the plugin. In markdown one can write this : ```markdown This is a [Asciidoctor][1]. [1]: http://asciidoctor.org/ "Asciidocotor" ``` Which is rendered as this >...

enhancement
help wanted

Asciidoctor support multiple options for colums as lined out in [the user manual in chapter column formatting](https://asciidoctor.org/docs/user-manual/#cols-format). It would be nice if this would lead to a UI where the...

enhancement
help wanted

### Feature request It would be nice to be able to use the extract variable feature when editing an AsciiDoc document. Here's an example: ```adoc = Document The IntelliJ AsciiDoc...

enhancement

Developers need to do presentations quite often. What would be more natural than writing them in Asciidoctor in IntelliJ and managing them in Git ? A similiar solution is available...

enhancement
help wanted

1. git clone [email protected]:asciidoctor/asciidoctor-bibtex.git 2. Open top-level `asciidoctor-bibtex` folder in IntelliJ with Asciidoctor IntelliJ plugin installed 3. Open `samples/latex_macros_in_bibtex/sample.adoc` Actual: ![screenshot from 2019-02-15 09-27-48](https://user-images.githubusercontent.com/1164112/52866450-4ba14080-3104-11e9-9eaa-f2c55d75a206.png) Expected: To see all macros and...

enhancement

It is possible to switch between _show editor only_, _show editor and preview_ and _show preview only_. The annoying thing is that the setting is bound to a file. I...

enhancement

I want to suggest a feature: It would be nice to plug into the "new Project" dialog of IntelliJ. What I have in mind is to make it easy to...