https://github.com/ftomassetti/codemirror_plantuml
CodeMirror mode for PlantUML
https://github.com/ftomassetti/codemirror_plantuml
Last synced: 8 months ago
JSON representation
CodeMirror mode for PlantUML
- Host: GitHub
- URL: https://github.com/ftomassetti/codemirror_plantuml
- Owner: ftomassetti
- License: mit
- Created: 2015-03-21T11:55:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-03T19:53:27.000Z (over 10 years ago)
- Last Synced: 2024-12-27T07:45:31.159Z (10 months ago)
- Language: JavaScript
- Size: 250 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeMirror PlantUML
[CodeMirror](http://codemirror.net/) mode for PlantUML.
It is intended to be later included in [PlantUML Server](https://github.com/plantuml/plantuml-server).
For context see the [issue](https://github.com/plantuml/plantuml-server/issues/9) opened for discussing support.## Requirements
It looks for CodeMirror in the same directory. From the root of the project just run:
```
git clone https://github.com/codemirror/CodeMirror.git
```## How to try it
Just click on index.html
## How to run the test
Just open _test/index.html_