mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-24 17:59:47 +02:00
update booklet
This commit is contained in:
@ -4,8 +4,15 @@ A back-end tool for my online document hub [https://doc.iohub.dev/antos/](https:
|
||||
|
||||
## Change logs
|
||||
|
||||
### v0.1.0-a: new feature
|
||||
* Entries of the same parent now can go up and down
|
||||
* Support drag and drop to move entries around
|
||||
* Support assets such as image files can be uploaded and stored directly into the book structure
|
||||
* Booklet can now render local image
|
||||
|
||||
### v0.0.3-a
|
||||
* Clean up code
|
||||
|
||||
### v0.0.2-a
|
||||
* First public release
|
||||
* First public release
|
||||
*
|
File diff suppressed because one or more lines are too long
@ -6,7 +6,7 @@
|
||||
"author": "Xuan Sang LE",
|
||||
"email": "mrsang@lxsang.me"
|
||||
},
|
||||
"version":"0.0.3-a",
|
||||
"version":"0.1.0-a",
|
||||
"category":"Other",
|
||||
"iconclass":"fa fa-adn",
|
||||
"mimes":["dir"]
|
||||
|
@ -1,6 +1,6 @@
|
||||
<afx-app-window apptitle="Booklet" width="600" height="500" data-id="Booklet">
|
||||
<afx-hbox >
|
||||
<afx-tree-view data-id = "toc-ui" data-width="200"></afx-tree-view>
|
||||
<afx-tree-view data-id = "toc-ui" data-width="200" dragndrop="true"></afx-tree-view>
|
||||
<afx-resizer data-width="3"></afx-resizer>
|
||||
<div data-id = "mycontainer">
|
||||
<textarea data-id="markarea" ></textarea>
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user