Alexander Schwartz
Alexander Schwartz
Thanks for reporting this. The lexer and parser the plugin uses for the editor including syntax highlighting and refactoring doesn't allow for nested macros yet. In your example, the xref-macro...
Thanks for raising this issue together with examples. I'm tagging this as an enhancement, as it is "not yet" supported. It needs some parser and lexer upgrades.
Thanks for suggesting this change. I'm marking this issue as "help wanted". As with all these issues, maintainers are willing to help implementing them. To tackle this issue, knowledge about...
Thanks for raising this issue. To support project specific attributes, there is a feature to add a special file `.asciidoctorconfig` with attributes. See https://intellij-asciidoc-plugin.ahus1.de/docs/users-guide/features/advanced/asciidoctorconfig-file.html for details. There is also a...
Hi Gerd, thanks for reporting this. **Regarding the "invalid redirect":** I suppose this is due to the language injection for "bash" support. Some plugin of your IDE adds highlighting for...
Thanks for reporting this and providing all the details. There is a documentation with different approaches [in the docs of the plugin](https://intellij-asciidoc-plugin.ahus1.de/docs/users-guide/faq/could-not-find-dot-executable.html#remedy-2-adding-executable-to-path-or-document-attribute), although it could be better explained (my fault,...
The next version of the plugin will include horizontal rules in the settings, thank you for the suggestion. 
I am also marking this issue as "help wanted" to add more documentation about how to use environment variables on macOS. As I am not using macOS, I find it...
Hi, the UX you describe sounds useful (sorry for answering so late). As an alternative approach, the implementation can be achieved without an include processor: If you set the option...
The IntelliJ plugin currently picks up a click on the preview and opens he file. There are no additional UI elements that indicate an include. So far this worked ok....