Asciidoctor Editor
Details Group Tabs
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
January 2021 | 137/890 | 297 (0.11%) | 24 |
December 2020 | 155/919 | 370 (0.09%) | 34 |
November 2020 | 136/925 | 497 (0.11%) | 39 |
October 2020 | 139/927 | 513 (0.11%) | 55 |
September 2020 | 137/894 | 423 (0.09%) | 42 |
August 2020 | 153/867 | 284 (0.08%) | 26 |
July 2020 | 139/870 | 399 (0.1%) | 28 |
June 2020 | 133/867 | 448 (0.1%) | 30 |
May 2020 | 127/876 | 550 (0.11%) | 29 |
April 2020 | 142/891 | 508 (0.1%) | 27 |
March 2020 | 138/892 | 592 (0.11%) | 34 |
February 2020 | 136/885 | 530 (0.11%) | 33 |
Unsuccessful Installs in the last 7 Days: 2
Count | Error Message |
---|---|
2 | Cannot continue the operation. There is another install operation in progress. |
Tuesday, January 19, 2021 - 12:21
Reviews Sign in to post reviews
puml functionality not working
Submitted by Michael Moser on Sun, 2020-11-01 15:23
Freshly installed the plugin into my Eclispe 2020-09.
When I try to render a .puml file all I get is:
Any hint or guess what's not working?
Eclipse Version: 2020-09 (4.17.0) / Build id: 20200910-1200
AsciiEditor: 2.2.0
Later edit: providing a test-file as suggested by the error message yields another error stating:
PlantUML version 1.2019.12 (Sun Nov 03 11:24:54 CET 2019)
The environment variable GRAPHVIZ_DOT has not been set
Dot executable is null
Error: Not dot executable found
Error: Only sequence diagrams will be generated.
That's at least telling a bit more. But what should I set this environment variable to? Some hints or instructions what one needs to (install and) configure before being able to use this plugin would have been helpful! Because I would have expected that this would run as-is after installing the plugin...
Re: puml functionality not working
Submitted by Alex Aiezza on Thu, 2020-12-03 10:17
I too, would benefit from a fix.
Thank you!
In the meantime, @Michael Moser, the PlantUML plugin seems to still work great!
Re: puml functionality not working
Submitted by Michael Moser on Sun, 2020-11-01 15:37
Googling further brought me here: https://github.com/de-jcup/eclipse-asciidoctor-editor/issues/47 which - among other stuff - had a link to- the download page for the graphviz utility (which is obviously required to render these files): https://www.graphviz.org/download/
I downloaded and installed the "Development Windows install packages" (x64 version) and after that the .puml visualization now works!
You may want to provide these instructions here on the plugin download page somewhere.
yml rendering configuration usage
Submitted by Mario Janu on Tue, 2020-09-29 10:42
hi, how am i able to let the ascii doctor editor use my custom yml file to render it in the eclipse editor?
it is used correctly when i render via mvn.
thanks & regards
Re: yml rendering configuration usage
Submitted by Albert Tregnaghi on Sat, 2020-10-03 11:10
Hello Mario,
I think you were talking about inlcuding a yaml file example inside an asciidoc file.
I created Issue #96 at github to check for problems with yaml rendering.
Tried out embedded variant and also by including a file.
Both ways work out of the box, as shown in picture inside github issue.
If there are still questions/problems please add them to github issue.
Best wishes
Albert
Great Post
Submitted by Jorge Menoyo on Thu, 2019-07-11 08:08
Its a good post from reolve the problem.
I have a [www.bilbolink.com/]
Tacnks!
Version 2.0.2 available - fixes Windows OS startup problem
Submitted by Albert Tregnaghi on Tue, 2019-07-09 19:09
Release 2.0.0 did not work with Windows OS - see https://github.com/de-jcup/eclipse-asciidoctor-editor/issues/248 for details.
Is fixed with 2.0.2
Version 1.4.2 now available, install problems fixed
Submitted by Albert Tregnaghi on Thu, 2019-04-11 18:31
There were some issues with 1.4.0, 1.4.1 and 1.4.2 installation. This is fixed now and 1.4.2 can be installed without problems.
Sorry about the inconvenience.
Best wishes
Albert
PS: Parts inside library plugin has been updated as well, so this update is bigger than usual (~37 MB)
Handshake failure
Submitted by Ole Jonny Vikevry on Tue, 2018-12-18 03:40
When I try to install the plugin, the process fails with the log statement shown below. The same error occurs both via the Install link on this site, Eclipse marketplace and Update site:
Using Eclipse 2018-09 on Win10.
(I have padded urls with whitespace due to form validation)
An error occurred while collecting items to be installed session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Unable to read repository at h t t p s : / / dl.bintray.com/de-jcup/asciidoctoreditor/plugins/de.jcup.asciidoctoreditor_1.2.0.jar. Received fatal alert: handshake_failure Unable to read repository at h t t p s : //dl.bintray.com/de-jcup/asciidoctoreditor/plugins/de.jcup.asciidoctoreditor.libs_1.2.0.jar. Received fatal alert: handshake_failure
Please advice
Re: Handshake failure
Submitted by Albert Tregnaghi on Tue, 2018-12-18 10:16
Reproducing problem
I tried following: I downloaded https://dl.bintray.com/de-jcup/asciidoctoreditor/plugins/de.jcup.asciido... directly inside my browser (e.g. chrome) and had no certificate problems - or just open https://dl.bintray.com/de-jcup/asciidoctoreditor/plugins/
I also got a fresh eclipse 2018-09 and installed Asciidoctor Editor by marketplace (from a german location) and had no problems. Installation was done.
So I was not able to reproduce your problem.
About the problem
This sound like a SSL problem. Maybe you got the same probleme as described at https://github.com/gnu-mcu-eclipse/eclipse-plugins/issues/171 (other plugin but same issue)
Possible next steps
Please try to download the jar file or view the folder with your browser as described above.
If you have also SSL problems with your browser you could have a either
- proxy problems
- bintray is rolloing out new certificates (in this case please try a little bit later asgain)
- a "man in the middle"...
If it works in your browser than you could have a problem with your java version running your eclipse.
To solve this you can do either:
- import bintray certificates in java store of your JVM used for eclipse
- update your JVM used for starting eclipse or
- start your eclipse with another - suitable - JVM instance
Hope this helps
Albert