mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-12-26 04:08:21 +01:00
fix path
This commit is contained in:
parent
40ff4b4f05
commit
8f988c4e7f
@ -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
|
|
@ -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
@ -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.
@ -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,
|
||||||
|
@ -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"]
|
||||||
|
@ -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",
|
||||||
|
@ -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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user