Ingo Hinterding
Ingo Hinterding
I found out that it's related with create react app, but I don't know why. I switched to Vite and it worked then.
I've investigated more an found the difference that made it work for me. Before I used: ```` import ReactDOM from "react-dom/client"; ReactDOM.createRoot(document.getElementById('root')).render( ) ```` which produced the error, switching it...
Same goes for setting a new tile btw. Editing is more like drawing that writing. Take drawing a vertical line for example.
+1 for this one
Other suggestion (Netflix/YouTube style): * set the mouse invisible after x seconds of inactivity
new idea: use my text display engine code from the text adventure to tell a story. Could be narrated "dead cells style": protagonist dies and finds the notes every time...
I can imagine that this is a workflow some might use. It probably comes down to if the rest of the app can be controlled equally comfortable with the keyboard...
> The mode should definitely switch back to har and color i the user selects something in the character palette with the mouse as with all the other tools. +1...
Hey Bacchus! Sadly your assumption is right. It wouldn't be difficult to implement such an import though. I'd be happy to accept PRs if anybody feels like doing it, should...