mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-23 09:20:03 +02:00
update monaco model and antedit
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
|
||||
afx-app-window[data-id ='Booklet'] div.editor-toolbar{
|
||||
background-color: white;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,4 +1,5 @@
|
||||
{
|
||||
"pkgname":"Booklet",
|
||||
"app":"Booklet",
|
||||
"name":"Booklet",
|
||||
"description":"",
|
||||
@ -6,7 +7,7 @@
|
||||
"author": "Xuan Sang LE",
|
||||
"email": "mrsang@lxsang.me"
|
||||
},
|
||||
"version":"0.2.3-a",
|
||||
"version":"0.2.4-a",
|
||||
"category":"Office",
|
||||
"iconclass":"bi bi-journals",
|
||||
"dependencies": ["SimpleMDE@1.11.2-r","Katex@0.11.1-r"],
|
||||
|
Binary file not shown.
@ -95,7 +95,7 @@ class Booklet extends this.OS.application.BaseApplication
|
||||
|
||||
dndhandle: (e) ->
|
||||
return unless e and e.data
|
||||
from = e.data.from.data
|
||||
from = e.data.from[0].data
|
||||
to = e.data.to.data
|
||||
return unless from and to
|
||||
return if from.type is "Book" or from.type is "Chapter"
|
||||
|
@ -1,4 +1,5 @@
|
||||
{
|
||||
"pkgname":"Booklet",
|
||||
"app":"Booklet",
|
||||
"name":"Booklet",
|
||||
"description":"",
|
||||
@ -6,7 +7,7 @@
|
||||
"author": "Xuan Sang LE",
|
||||
"email": "mrsang@lxsang.me"
|
||||
},
|
||||
"version":"0.2.3-a",
|
||||
"version":"0.2.4-a",
|
||||
"category":"Office",
|
||||
"iconclass":"bi bi-journals",
|
||||
"dependencies": ["SimpleMDE@1.11.2-r","Katex@0.11.1-r"],
|
||||
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"name": "Booklet",
|
||||
"css": ["css/main.css"],
|
||||
"javascripts": [],
|
||||
"coffees": ["coffees/main.coffee", "coffees/common.coffee"],
|
||||
"copies": [
|
||||
"assets/scheme.html",
|
||||
"package.json",
|
||||
"README.md"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user