jekyll-plantuml icon indicating copy to clipboard operation
jekyll-plantuml copied to clipboard

plantuml and jekyll or in javascript and nothing work for me.. :S

Open Alama32 opened this issue 9 years ago • 4 comments

Hello everybody, i followed this tutorial https://github.com/yegor256/jekyll-plantuml, but not work for me. The command “jekyll serve” give an error, it’ create well a UML folder, but not content a SVG file, just a UML file like: e05ea5bef2d94438d9a03889b9de5ca4.uml.

I try with JS and jquery version, same problem..

Help me please .

Alama32 avatar Jun 29 '15 19:06 Alama32

@Alama32 what error are you getting from Jekyll? post your log here please

yegor256 avatar Jun 29 '15 23:06 yegor256

I do not know if I have a log file somewhere, but here's a screen shot.. image 1

Indeed, I have this file, but with the UML extention and not SVG extention.

And in my config yml, i added this: gems: ["jekyll-plantuml"] and other (in markdown) file by my project, this for test:

{% plantuml %} [First] - [Second] {% endplantuml %}

After, i execute jekyll serve

Alama32 avatar Jun 30 '15 08:06 Alama32

Wow, I did it with jquery version PlantUml, to come, I had to activate rawdeflate.js script !! although he was commented and indicated that this file was implicitly invoked by plantuml.js .. :)

image

Would not it be a similar problem for Jekyll Version ??

Alama32 avatar Jun 30 '15 14:06 Alama32

Re.. I tried the version with js Jekyll Site openfl and it does not work! by cons if I make a new project and I compile with Jekyll, it works .. I understand nothing..

Alama32 avatar Jul 02 '15 11:07 Alama32