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.
- Host: GitHub
- URL: https://github.com/daniel-sc/gravizo_editor
- Owner: daniel-sc
- Created: 2016-08-08T15:03:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T12:00:45.000Z (over 7 years ago)
- Last Synced: 2025-07-20T05:13:32.886Z (11 months ago)
- Language: TypeScript
- Size: 734 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
- ...