josephernest
josephernest
Nice indeed! How would you include this feature? With a parameter, where?
I mean it would be interesting to have an option such that if we do that in HTML: then it is the default version (without opacity), and if we do...
It it a good idea... but how to define the concept of overlapping / foreground / background? Currently textboxes only have `x`, `y` position and `size`. What would be the...
Yes but some people use big letters as an artistic effect, like a very big `O` (like a big circle) and some text inside, etc. :) See https://www.youtube.com/watch?v=52ilOpxWYuc
Nice ideas @MzHub . About mouse/keyboard shortcuts : I tried several other ways in the past (such as CTRL+drag for panning, or using another way) but finally I thought panning...
@Lambo87 it depends: if you just want a quick save feature, just serialize the whole data with `localStorage`, this can be done in less than 10 lines, I did it...
Yes, but the problem is that it's impossible to easily save data on filesystem with Javascript in a browser, for historical and security reasons. It's very annoying, but it's a...
That would be awesome! Thanks @interactionist
Hi @webanck ! I'm not sure to understand exactly what you mean: can you give an example? Do you mean changing the textbox's size?
Hi @tomByrer, thanks for your idea! :) I'm currently thinking about probably better names for the attributes. By the way, do you have any example in mind of library (that...