plantuml / plantuml-server

PlantUML Online Server
https://plantuml.com/
GNU General Public License v3.0
1.6k stars 463 forks source link

New PlantUML Server Editor and default theme change not shown in docker version #215

Closed dannief closed 1 year ago

dannief commented 2 years ago

I've deployed PlantUML server locally using docker. I noticed that editor is not the same as the one below. But is still the old version (pictured in the 2nd image). Is there a way to enable the new editor page?

In addition, new default theme isn't reflected.

image

image

JulienSambre commented 2 years ago

Hi!

Same here. Has anyone found a workaround?

arnaudroques commented 2 years ago

That's weird. Docker seems to have been updated https://hub.docker.com/r/plantuml/plantuml-server/tags Could you try:

@startuml
version
@enduml

And tell us the result?

JulienSambre commented 2 years ago

It gives me that (I'm running the Tomcat docker version) :

image

bharatrajagopalan commented 2 years ago

@arnaudroques for me as well -the editor doesn't look the same. How can one access the new editor?

image image
julrichkieffer commented 1 year ago

That's weird. Docker seems to have been updated https://hub.docker.com/r/plantuml/plantuml-server/tags Could you try:

@startuml
version
@enduml

And tell us the result?

I'm using the Jetty docker distro, and get the following response:

image

niceborn commented 1 year ago

+1 new server editor would solve also some of the accessibility issues (e.g. TAB control to exit the textarea).