Alexander Schwartz

Results 647 comments of Alexander Schwartz

Possible idea (brainstorming): 1. icon in menu bar. 2. when the user hovers with his or her mouse over the image, am icon could appear 3. ... (please comment with...

@wimdeblauwe - the one thing closest to a user guide there is currently is the features list: https://github.com/asciidoctor/asciidoctor-intellij-plugin/blob/master/FEATURES.adoc

There is unfortunately a semantic difference between `xref:b.adoc[]` and `xref:bar:foo:b.adoc[]`: * the short form will link to the page in the *current* component's version * the long form will link...

Maybe you could have a look how other plugins implement it. Depending on the result of the survey you could change the behavior, or make it configurable. I would be...

Thanks for suggesting this. It seems to be a reasonable enhancement.

I found a problem with cross-module/cross component xrefs with anchors. This will be fixed in the next release. I'll post a note here once it is available. Thanks for notifying...

Pre-release 0.37.18 is now available that includes this fix. The pre-release of the plugin is available from [GitHub releases](https://intellij-asciidoc-plugin.ahus1.de/docs/contributors-guide/user/installing-a-preview-release.html) and the [IntelliJ AsciiDoc EAP repository](https://intellij-asciidoc-plugin.ahus1.de/docs/contributors-guide/user/add-eap-repository-to-ide.html).

The PR #113 both waits longer (no network connection should be active) and also provides a hook to ensure that the rendering completed the page (the standard template implements this,...

@danhaywood: could you please do some research if there is an existing keyboard shortcut that you would bind it to? This would allow writers to use it in an intuitive...

I wondered if "next sentence" would stop also at all the places where "next section" stops today. I digged into the JetBrains API and found that I could extend the...