mr4002 / PlantOML

Apache License 2.0
0 stars 1 forks source link

Frontend beautification #10

Open MitchellParker opened 10 months ago

MitchellParker commented 10 months ago

User Story

As a user, I would like the PlantOML webpage to look nice so that I don't go back to PlantUML.

Detailed Description

Pretty self explanatory. Write some good CSS. Low priority issue but it's something to work on if frontend is bored.

Acceptance Criteria

Emmettlsc commented 10 months ago

Something to look into for this is using the monaco editor for entering OML. Used in a past project and it looks very clean.

avii-ahuja commented 9 months ago

Check out these repos - https://github.com/TypeFox/monaco-languageclient/tree/main/packages/examples https://github.com/opencaesar/oml-luxor/blob/master/extension/src/oml-lsp-extension.ts ^ for OML language server setup

avii-ahuja commented 9 months ago

Steps i used to reproduce - https://github.com/avii-ahuja/monaco-languageclient image