Alexander Schwartz

Results 647 comments of Alexander Schwartz

Currently the "backend" is the converter from AsciiDoc to HTML, and you could use different converters, for example [html5s, the semantic HTML converter](https://github.com/jirutka/asciidoctor-html5s). For now I recommend that you add...

For me `backend` is what I pass on to the command line of Asciidoctor using `-b` command line option. Therefore I would keep `html5` (or `html5s` if someone chooses a...

There is a feature for the preview. * place your mouse over the preview * press Ctrl and the roll the mouse wheel to zoom Please let me know if...

At the moment there is no hot-key, and the gesture can't be changed. When you want to see the behavior on a browser on Mac OS, what gesture would you...

@Mogztter - for what it is worth: I managed to package a self-contained version of MathJax 2.x for the AsciiDoc plugin for IntelliJ. You find the result here: https://github.com/asciidoctor/asciidoctor-intellij-plugin/tree/master/src/main/resources/org/asciidoc/intellij/editor/javafx/MathJax As...

@Mogztter - sorry, just saw the other issue; please disregard my comment.

Pre-release 0.35.6 adds a wrapper element around lists that shows in the structure view. This fixes the handling of titles and block attributes for numbered lists, unnumbered lists and callout...

Pre-release 0.35.9 is now available that includes separating two lists by comments. ``` == List separators * list 1 * another item // . not a nested item ``` The...

@pdiefent - the situation you describe is typical when chapters live in a sub-folder of the main document. You could place a file `.asciidoctorconfig` in the folder chapters folder containing...

@Alvis-pixel - thanks for raising this issue. At the moment only Shift-F6 (rename file) is supported, not move. I agree that it would be good if this would be supported....