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 Generate graph from text using dot(viz) format
## Change logs ## Change logs
* v0.0.2-a: Fix path problem
### v0.0.1-a * v0.0.1-a: First version
* First version

View File

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

File diff suppressed because one or more lines are too long

View File

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

Binary file not shown.

View File

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

View File

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

View File

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

View File

@ -167,7 +167,7 @@
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/VizApp/README.md", "description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/VizApp/README.md",
"category": "Office", "category": "Office",
"author": "Xuan Sang LE", "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" "download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/VizApp/build/release/VizApp.zip"
}, },
{ {