The help file is missing, some things work the same way, others wont, so I'll rewrite the help file.
Saving file (from within html app) asks for a name, if you change it, your html caption will change too
New dialog for search results (find in nodes content), be careful while doing searchs, as they're done taking the html as source, example: searching vocals will get you results even on empty nodes.
New insert box options, check them out, if you want to c&p come 'complex' content, create a new node, put your content there, copy the content, return to your original node and paste it inside the box, it's the safer approach.
New insert svg option, it's just a way to embed svg code inside a div, I have a wizard in mind for this
I haven't improved the sketchpad
I didn't add an onscreen keyboard
I didn't add fonts
I've done a major rewrite, code reestructuration and made it easier to create deploy files manually
I've added some hotkeys: "ctr + alt +n" for new node, "ctrl + arrow up" to move a node up if possible, "ctrl + arrow down" to move it down (if possible too)
There are two html files at root:
.- x-whnb.html: development version, all resources (css, js) are external, images are embedded though
.- x-whnb.v050.deploy.html: deploy version, all resources are embedded.
I'm beggining to test this version, we'll see if it has all working correctly.
Last edit: Wurlde 2018-04-10
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Released v0.5 (a step back, a step forward)
Still one dependency: https://github.com/eligrey/FileSaver.js/ because it handles big files far better than the alternative.
The option to generate ZIP files dissapears.
The help file is missing, some things work the same way, others wont, so I'll rewrite the help file.
Saving file (from within html app) asks for a name, if you change it, your html caption will change too
New dialog for search results (find in nodes content), be careful while doing searchs, as they're done taking the html as source, example: searching vocals will get you results even on empty nodes.
New insert box options, check them out, if you want to c&p come 'complex' content, create a new node, put your content there, copy the content, return to your original node and paste it inside the box, it's the safer approach.
New insert svg option, it's just a way to embed svg code inside a div, I have a wizard in mind for this
I haven't improved the sketchpad
I didn't add an onscreen keyboard
I didn't add fonts
I've done a major rewrite, code reestructuration and made it easier to create deploy files manually
I've added some hotkeys: "ctr + alt +n" for new node, "ctrl + arrow up" to move a node up if possible, "ctrl + arrow down" to move it down (if possible too)
There are two html files at root:
.- x-whnb.html: development version, all resources (css, js) are external, images are embedded though
.- x-whnb.v050.deploy.html: deploy version, all resources are embedded.
I'm beggining to test this version, we'll see if it has all working correctly.
Last edit: Wurlde 2018-04-10