vscode-markdown-preview-enhanced icon indicating copy to clipboard operation
vscode-markdown-preview-enhanced copied to clipboard

Render of PlantUML using the "markdown-preview-enhanced.plantumlServer" FAILS

Open asilverman opened this issue 2 years ago • 8 comments

Hi, I tried to use this by running a plantuml server locally from docker (docker run -d -p 8888:8080 plantuml/plantuml-server:jetty) and specifiying the following settings.json:

{
    "plantuml.server": "http://localhost:8888",
    "plantuml.render": "PlantUMLServer",
    "markdown-preview-enhanced.plantumlServer": "http://localhost:8888/svg/",
}

As described below in the features: image

However, when I attempt to preview my markdown document, it looks like this: image

Additional Info:

$ docker ps
CONTAINER ID   IMAGE                            COMMAND                  CREATED          STATUS          PORTS                       NAMES
c95d0d3e4b64   plantuml/plantuml-server:jetty   "/entrypoint.sh"         45 minutes ago   Up 45 minutes   0.0.0.0:8888->8080/tcp      romantic_raman

asilverman avatar May 05 '22 22:05 asilverman

I can confirm that i am facing the same issue with a local plantuml server and markdown preview enhanced

bharatrajagopalan avatar May 10 '22 16:05 bharatrajagopalan

face the same issue with a remote plantuml server https://www.plantuml.com/plantuml

mayenjoy avatar May 24 '22 09:05 mayenjoy

I can confirm that i am facing the same issue with a local plantuml server and markdown preview enhanced

dingjun606 avatar Jun 08 '22 10:06 dingjun606

Confirmed here also. I've tried a local server in docker, local server hosted and the remote server. Same issue across the board. Is there any movement here?

dainbrump avatar Nov 15 '22 22:11 dainbrump

Confirmed here also. I've tried a local server in docker, local server hosted and the remote server. Same issue across the board. Is there any movement here?

This maybe help. image

yuercl avatar Nov 25 '22 04:11 yuercl

can confirm here, use remote plantuml server: http://www.plantuml.com/plantuml

rjwaltz avatar Mar 29 '23 09:03 rjwaltz

I don't wish to use the public plantuml server because I would like the data to remain private.

asilverman avatar Apr 07 '23 22:04 asilverman

facing similar. Changing different preview security settings, such as disabling it also did not work.

pramit-live avatar Oct 26 '23 06:10 pramit-live