-
Notifications
You must be signed in to change notification settings - Fork 9
Update the asciidoctor.js library #22
Comments
Hi @jmini
You are correct!
Yes sure, I will publish a new version on GitHub and http://asciidoctor.org/docs/editing-asciidoc-with-live-preview/ If you want you can submit a patch 😄 |
It would be my pleasure to send you a pull request, but I hope that you can guide me (JavaScript is not my field of expertise). I have installed asciidoctor.js with
When I display the list of installed modules(using
This seems to work well. But now when I list the content of the asciidoctor.js plugin, I see:
I comparison asciidoctor-firefox-addon/data contains only What does this means? When I look at ba05fcf (Asciidoctor to 1.5.0-preview.7 & Opal to 0.6.2) two files were updated: I am not sure to see how the files are organized here. My idea was to copy what I got from the Another side question: to test my change, how can I upgrade the extension installed in my firefox to the version I have prepared locally in my git repo? Thanks in advance for your help and advice. |
Hi @jmini thanks for spending some time on this issue 👍 The Firefox extension is using the bower package of Asciidoctor.js (frontend) because the extension is running inside the browser. The npm package of Asciidoctor.js is used in Node.js (backend) development. You can use bower to download the latest version of Asciidctor.js
You will need to build the extension from source. You can follow the installation guide from the README: https://github.com/asciidoctor/asciidoctor-firefox-addon#installation Feel free to ask if you have any trouble, thanks again for taking care of this issue 😄 |
This guide is usefull to install bower on Ubuntu: Then as you told:
And replacing the files:
The guide you linked to build the extension with the Firefox Add-on SDK is also good. I will open a pull request. Thank you for your help. |
Perfect, thanks! |
You can install the latest version: https://github.com/asciidoctor/asciidoctor-firefox-addon/releases/tag/v0.3.0 I will also update the download link on the asciidoctor.org website: asciidoctor/asciidoctor.org#353 |
Any idea how to update this page: I was only able to post a review... |
See #9 |
If I am not wrong, asciidoctor-firefox-addon uses the version 1.5.0 of asciidoctor.js
It seems to me that a newer version is available (at least 1.5.1, maybe 1.5.2).
Is it possible to publish a newer version of asciidoctor-firefox-addon relying on this newer version?
I think an update will be the fix for the issue: #21 Unresolved directive in - include::../inc.adoc[].
The text was updated successfully, but these errors were encountered: