danyill

Results 128 comments of danyill

Thanks for filing this issue. Unfortunately, it's not quite that simple -- the blocks you indicate can generally have attributes added to them to allow substitutions, try the following Asciidoc...

Thanks for the feedback. In vs-code this is called IntelliSense/Completions. We register a completion provider here, against the character `{`: https://github.com/asciidoctor/asciidoctor-vscode/blob/ab6a20190dc4c02618549069844f86c172cdb73e/src/extension.ts#L44 And the completion is handled by: https://github.com/asciidoctor/asciidoctor-vscode/blob/ab6a20190dc4c02618549069844f86c172cdb73e/src/features/attributeCompleter.ts For more...

If you have this problem, it is most likely that another extension or custom key binding is preventing you from running the preview. You could also try Ctrl+K V as...

It would be good to have a list of capabilities that mean "supporting Antora" so that we can progress them. I'm beginning to use Antora on a project and would...

Thanks @Mogztter for your fine work on this project and Happy New Year :champagne: Regarding your comment in https://github.com/Mogztter/asciidoctor-pdf.js/pull/149#issuecomment-569349378 I think it would be OK to only support preview for...

1. I agree that we should remove the HTML by default at the end of PDF creation (should it be retained if the PDF couldn't be created?). 2. I think...

Try setting `data-uri` and/or `kroki-fetch-diagram` in the document header. Does that help? On Sun, 28 Jun 2020, 09:47 edl7878, wrote: > Mermaid diagrams can preview properly. > > But when...

Some time ago we moved to using the same grammar as the Atom language and the process for updating it is documented in [Contributing](https://github.com/asciidoctor/asciidoctor-vscode/blob/master/CONTRIBUTING.adoc). However the grammar in the Atom...

@Dedeou31 glad you're enjoying this extension. I think that's would be a great feature and if you're able to help a PR would really get this moving otherwise I'll hope...