Skip to content

Commit

Permalink
Fixing issues with new book creation and updating to latest packages
Browse files Browse the repository at this point in the history
Update to new release of arc-bookiza v2.0.0

Fixed add leaves function

Fixing insert leaves functions.

Fixing delete page functionality

Fixing page move functions

Fix clip functionality

Fixing length and whoami functionality

Fixing render functionality

Fixing publish functionality

Fixing server functionality

Fixing register functionality

Adds empty page when removing page

Cleanup imports. Raise page chunk limit to 5000

Update layout templates of novel/novella type of books as per --vmin standard

Update dingbats on chapter and section breaks.

Bumping node and application versions

Cleaning up commented lines
  • Loading branch information
mohro committed Feb 19, 2023
1 parent 003a0b2 commit 3a978cf
Show file tree
Hide file tree
Showing 26 changed files with 3,229 additions and 2,944 deletions.
10 changes: 5 additions & 5 deletions .bookizarc
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"token": "",
"username": "",
"email": "",
"token": "qUqcz52TMNiGNVoEBRQEzAtt",
"username": "dad18",
"email": "[email protected]",
"mode": {
"HTML": "html",
"CSS": "css",
"JS": "js",
"HEAD": "html"
},
"urls": {
"registrationURL": "https://bubblin.io/api/register",
"baseURL": "https://bubblin.io/api/books/"
"registrationURL": "http://localhost:3000/api/register",
"baseURL": "http://localhost:3000/api/books/"
}
}
Loading

0 comments on commit 3a978cf

Please sign in to comment.