اشکان ولی‌زاده

Results 20 comments of اشکان ولی‌زاده

As @danyill described the directions, I used this command to start the Kroki server and the formulas rendered correctly: ```bash java -cp jlatexmath-minimal-1.0.3.jar:kroki.jar io.vertx.core.Launcher ``` The jlatexmath-minimal-1.0.3.jar is a part...

I also encountered another problem, I must set `Use Workspace Root As Base Directory` to be able to use single `.asciidoctorconfig` file for all the folders, or I must put...

Sorry for too much noise! I read `.asciidoctorconfig` related source code and found that it searches the current folder and all the parent folder and concluded that something is wrong...

Thank you This should be a fix for: https://github.com/asciidoctor/asciidoctor-vscode/issues/683 and probably: https://github.com/asciidoctor/asciidoctor-kroki/issues/397 the sample document would be: ```adoc = Title :safe: unsafe :data-uri: :allow-uri-read: :kroki-fetch-diagram: == Subtitle [plantuml] ---- @startuml...

Thank you for your detailed description. But after the changes in this pull request I was able to retrieve diagram files and have them embedded in the final HTML output...

Thank you As a matter of fact I always set the `imagesoutdir` to the temp folder of the OS and also set an attribute in the setting of the VSCode...

I think if I don't set the `imagesoutdir` the Ruby version also saves the file in the root directory of the document. > Since we cannot use `data-uri` in VS...

Thank you so much. I read your final merged code to learn more about the internal functionality of the system and also how to write the required tests. I have...

If it is of any help, I also updated my code to remove extra parameter in save function and also return the full file path of the file in case...

Yes its is correct that `data-uri` is not supported directly in VSCode and the developer tool shows that only the image file address is there, but when we export an...