update booklet

This commit is contained in:
lxsang
2020-07-10 14:01:52 +02:00
parent eb26c964b2
commit 4af1718c0c
11 changed files with 136 additions and 21 deletions

View File

@ -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

View File

@ -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"]

View File

@ -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.