atom-asciidoc-preview icon indicating copy to clipboard operation
atom-asciidoc-preview copied to clipboard

⚛ AsciiDoc preview for the Atom editor.

Results 61 atom-asciidoc-preview issues
Sort by recently updated
recently updated
newest added

Use `customElements.define` instead of `document.registerElement` see https://javascript.info/custom-elements ``` HTMLDocument.registerElement (file:///usr/lib/atom/static/index.js:166:12) registerElement (/home/ernesto/.atom/packages/asciidoc-preview/node_modules/space-pen/lib/space-pen.js:66:88) Builder.openTag (/home/ernesto/.atom/packages/asciidoc-preview/node_modules/space-pen/lib/space-pen.js:297:27) Builder.tag (/home/ernesto/.atom/packages/asciidoc-preview/node_modules/space-pen/lib/space-pen.js:274:12) Function.div (/home/ernesto/.atom/packages/asciidoc-preview/node_modules/space-pen/lib/space-pen.js:83:49) Function.content (/home/ernesto/.atom/packages/asciidoc-preview/lib/asciidoc-preview-view.coffee:28:19) ```

kind/bug
area/preview

## Description Code blocks started showing up in pre-veiw as if they were empty. i.e blank box. Used to work fine. - Atom version: 1.54 - OS: windows 7 -...

area/preview

Hi, So far I've really been enjoying Asciidoc and the Atom live previewer - thank you for building and maintaining it! So far, the one thing I can't get it...

kind/enhancement

It would be very nice to be able to preview asciidoctor diagrams as you type. That's the only missing piece that I'd love to see added.

kind/enhancement
area/asciidoctor.js

## Description When enabling Preview for a simple adoc i get only the "Loading AsciiDoc..." Sign. In Browser console i see a stacktrace: ``` events.js:106 handler is not defined ReferenceError:...

kind/bug
area/preview

Hi all, The README says: `If you want to customize the appearance of the preview, you can specify your own stylesheet in the settings`, but does not says where and/or...

kind/question
area/preview

I would like to be able to use more than one template and if possible be able to specify my own

kind/enhancement
area/save-as-html
area/preview

## Description Unable to see stem content (https://asciidoctor.org/docs/user-manual/#activating-stem-support) in asciidoc preview for Atom. It works in Brackets though. How can I make it work in Atom please? - Atom version:...

kind/question

## Description The source tag does not preview properly when using the specified language,such as Java or Python - Atom version: 1.52.0 x64 - OS: win10 - `asciidoc-preview` version: 2.13.1...

area/preview

I have a book where there is a top level adoc file that sets many document parameters and then includes chapters like `include::chap0001.adoc[]` and so on. To see everything in...

kind/enhancement
area/preview