asciidoctor-browser-extension icon indicating copy to clipboard operation
asciidoctor-browser-extension copied to clipboard

:white_circle: An extension for web browsers that converts AsciiDoc files to HTML using Asciidoctor.js.

Results 49 asciidoctor-browser-extension issues
Sort by recently updated
recently updated
newest added

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...

On Windows with WSL2, a loaded valid file, does not render if that file is from the "WSL side". - The file is loaded by the browser, so it is...

:book: documentation
:white_circle: Chrome
:eagle: Edge
:upside_down_face: upstream
⬜ Windows

Hiya, we made a Github action to make it easier to deploy to each of the web stores. This PR integrates the ascii doctor browser ext to our Github action...

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

:grey_question: question

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

🍩 enhancement
:wave: help wanted

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...

🧭 Safari

The extension should automatically detect an Antora documentation component and resolve external resources (images, partials, examples...).

🍩 enhancement
:baby: good first issue
:wave: help wanted
hackfest

It seems that [document revision](https://asciidoctor.org/docs/user-manual/#revision-number-date-and-remark) is not rendered (tested with Chrome). Same document rendered with Asciidoctor toolchain display information fine.

:baby: good first issue
:wave: help wanted
hackfest

this should be case-insensitive, no? But, for example, `filename.ASC` will not render, while `filename.asc` will render.

wontfix