-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a browser compatible version of the converter #207
Labels
Comments
ggrossetie
added a commit
that referenced
this issue
May 9, 2020
…verter - Reduce the scope of the classes - Use browserify to produce a browser-compatible file - Inline files content (ie. replace readFileSync) to bundle everything into a single JavaScript file - Add tests
ggrossetie
added a commit
that referenced
this issue
May 9, 2020
…verter - Reduce the scope of the classes - Use browserify to produce a browser-compatible file - Inline files content (ie. replace readFileSync) to bundle everything into a single JavaScript file - Add tests
ggrossetie
added a commit
that referenced
this issue
May 9, 2020
…verter - Reduce the scope of the classes - Use browserify to produce a browser-compatible file - Inline files content (ie. replace readFileSync) to bundle everything into a single JavaScript file - Add tests
ggrossetie
added a commit
that referenced
this issue
May 9, 2020
…verter - Reduce the scope of the classes - Use browserify to produce a browser-compatible file - Inline files content (ie. replace readFileSync) to bundle everything into a single JavaScript file - Add tests
ggrossetie
added a commit
that referenced
this issue
Aug 28, 2020
…verter - Reduce the scope of the classes - Use browserify to produce a browser-compatible file - Inline files content (ie. replace readFileSync) to bundle everything into a single JavaScript file - Add tests
ggrossetie
added a commit
that referenced
this issue
Sep 14, 2020
…verter - Reduce the scope of the classes - Use browserify to produce a browser-compatible file - Inline files content (ie. replace readFileSync) to bundle everything into a single JavaScript file - Add tests
ggrossetie
added a commit
that referenced
this issue
Sep 22, 2020
…verter - Reduce the scope of the classes - Use browserify to produce a browser-compatible file - Inline files content (ie. replace readFileSync) to bundle everything into a single JavaScript file - Add tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would allow to convert an AsciiDoc document to a "print-ready" HTML document and then open the built-in Print Dialog of the browser to print the current document using
window.print
.The text was updated successfully, but these errors were encountered: