An open API service indexing awesome lists of open source software.

https://github.com/daniel-sc/gravizo_editor

Live editor for http://www.gravizo.com.
https://github.com/daniel-sc/gravizo_editor

Last synced: 11 months ago
JSON representation

Live editor for http://www.gravizo.com.

Awesome Lists containing this project

README

          

# GravizoEditor2

Live
==
https://daniel-sc.github.io/gravizo_editor/

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`.
The app will automatically reload if you change any of the source files.

Stack
==
- Angular
- http://www.gravizo.com/

Deploy
==
```
ng build --aot --prod --base-href "/gravizo_editor/"
ngh
```

First time setup:
```
npm i -g angular-cli-ghpages
```

TODO
==
- ~~state as url query~~
- enable/disable state as url query
- ~~don't mess with state on graph download~~
- enable/disable auto convert
- ~~reactive~~
- ~~changed indicator reset when image loaded~~
- better editor
- ~~styling~~
- ~~auto semicolon~~
- convenience features:
- ~~save image~~
- insert templates
- markdown export: image + edit link
- ...