Guillaume Grossetie
Guillaume Grossetie
Hello, I'm building a command line interface on top of Diagrams and I would like to output the diagram to `stdout` (instead of writing a file to disk). If we...
Currently, it's possible to configure the background color and the fill color but, as far as I know, it's not possible to set the text color from the CLI. For...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@asciidoctor/core](https://togithub.com/asciidoctor/asciidoctor.js) | devDependencies | major | [`2.2.6` -> `3.0.4`](https://renovatebot.com/diffs/npm/@asciidoctor%2fcore/2.2.6/3.0.4) | | [actions/checkout](https://togithub.com/actions/checkout) |...
This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Open These updates have all been created already. Click a checkbox below to force a retry/rebase of...
MathJax is great but the rendering is a bit slow and the complete bundle size is roughly 5 Mb... As an alternative we could use KaTex: https://katex.org/docs/browser.html
Currently, the browser extension only includes a single theme for Highlight.js, see: https://github.com/asciidoctor/asciidoctor-browser-extension/tree/main/app/css/highlight And the relevant code that adds the Higlight.js theme (`github`): https://github.com/asciidoctor/asciidoctor-browser-extension/blob/44f78ce9a997cddd4d9ef3408473d5eabba37c16/app/js/renderer.js#L104-L108
The latest version of Safari (version 14) support Web Extensions API: > Safari web extensions are available in macOS 11 and later, and in macOS 10.14.6 or 10.15.6 with Safari...
The extension should automatically detect an Antora documentation component and resolve external resources (images, partials, examples...).
It would be great if we could give a *short* walk-through of the extension to help users get started. I think we should put emphasis on how to enable this...
Currently, we rely on a global variable [`localStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) shared between the option page context and the background page context: https://github.com/asciidoctor/asciidoctor-browser-extension/blob/da9a3c4e72349a893fac74bf12737ae8f6a5ba16/app/js/options.js#L71 In Safari, the option page and background page are isolated...