CodeDoctor
CodeDoctor
Okay... I researched a bit and found out you need to capture the input. I will try it out now and notify you if I found a solution. https://stackoverflow.com/questions/14407869/capture-mouseup-event-outside-of-browser-window
Okay I tried everything but couldn't find a solution. setPointerCapture(event.pointerId) does not work when listing on them. I will mark this as https://github.com/LinwoodDev/Butterfly/labels/good%20first%20issue if anyone wants to help me fixing...
Hi, thanks for your interest. The drawaing area widget is this: https://github.com/LinwoodDev/Butterfly/blob/4716732b6309c20dd654a3bb4846f17a72ed033b/app/lib/views/view.dart#L380-L407. I intentionally disabled this feature: https://github.com/LinwoodDev/Butterfly/blob/4716732b6309c20dd654a3bb4846f17a72ed033b/app/lib/views/view.dart#L374-L377. The problem is that I don't get a pointerup event to unregister...
Fixed in 2.1.0-beta.4 thanks to @MrGumpIT in https://github.com/LinwoodDev/Butterfly/pull/646
I found a specification on the microsoft website: https://interoperability.blob.core.windows.net/files/MS-ONE/%5bMS-ONE%5d.pdf If we implement this we need to show a guide how to download this file (because microsoft makes it really hard):...
I need to say: The importer will be very difficult. The .one file is not very good readable, it's binary data with a structure that only onenote understands. The .mht...
The feature is called Templates. You can create one based on the document when clicking on the top left corner button and then on templates and click on the plus...
Maybe we can rename this feature to "Add template creation dialog" where you can select the tools you need and the backgrounds and it will create the templates for you.
I have a new idea. Feel free to vote and comment on this issue what you think: https://github.com/LinwoodDev/Butterfly/discussions/627
I added a "Override toolbar" to the templates dialog in 2.1.0-rc.0