This commit is contained in:
lxsang 2020-11-29 23:26:01 +01:00
parent 40ff4b4f05
commit 8f988c4e7f
9 changed files with 10 additions and 12 deletions

View File

@ -3,6 +3,5 @@
Generate graph from text using dot(viz) format
## Change logs
### v0.0.1-a
* First version
* v0.0.2-a: Fix path problem
* v0.0.1-a: First version

View File

@ -3,6 +3,5 @@
Generate graph from text using dot(viz) format
## Change logs
### v0.0.1-a
* First version
* v0.0.2-a: Fix path problem
* v0.0.1-a: First version

File diff suppressed because one or more lines are too long

View File

@ -7,7 +7,7 @@
"email": "xsang.le@gmail.com",
"licences": "GPLv3"
},
"version":"0.0.1-a",
"version":"0.0.2-a",
"category":"Office",
"iconclass": "fa fa-sitemap",
"mimes":["text/.*graphviz"]

Binary file not shown.

View File

@ -28,7 +28,7 @@ class VizApp extends this.OS.application.BaseApplication
@btctn = @find "btn-container"
@previewSVG = undefined
$(@preview).append @btctn
ace.config.set("basePath", "#{window.location.pathname}/scripts/ace")
ace.config.set("basePath", "scripts/ace")
@editor = ace.edit @datarea
@editor.setOptions {
enableBasicAutocompletion: true,

View File

@ -7,7 +7,7 @@
"email": "xsang.le@gmail.com",
"licences": "GPLv3"
},
"version":"0.0.1-a",
"version":"0.0.2-a",
"category":"Office",
"iconclass": "fa fa-sitemap",
"mimes":["text/.*graphviz"]

View File

@ -1,6 +1,6 @@
{
"name": "VizApp",
"root": "home://workspace/antosdk-apps/Viz",
"root": "home://workspace/antosdk-apps/VizApp",
"css": ["css/main.css"],
"javascripts": [
"javascripts/svg-pan-zoom.js",

View File

@ -167,7 +167,7 @@
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/VizApp/README.md",
"category": "Office",
"author": "Xuan Sang LE",
"version": "0.0.1-a",
"version": "0.0.2-a",
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/VizApp/build/release/VizApp.zip"
},
{