CodeDoctor

Results 445 comments of CodeDoctor

Added support for rich text in https://github.com/LinwoodDev/Butterfly/commit/feaf2310e3740a0704cb9000c4127e3f9a07ccb8

Maybe it is useful to bundle the webversion inside the nextcloud plugin

i think native assets are available in 3.38? https://github.com/flutter/flutter/blob/3.38.0/packages/flutter_tools/lib/src/features.dart#L189

I have the same problem, the workaround works on my side but you see that this page will be reopened on kde plasma

Hmm, out of memory errors are always tricky. And it happens after opening the file? How big is your file?

Hmm, this could be combined with a tab feature to switch between notes. Internally we need to add something like a split screen where we need to open multiple files...

Oh okay, having opened multiple documents seems tricky since you need to save multiple states. This would be a very big feature to add. Having multiple positions that is splitted...

Currently, everthing that will be shown, needs a state system. It would be the similar work as making both writable. What is your usecase? If you want working side by...

Hmm, I mean, you could use the native side view feature in android. You can put butterfly on one side and the image viewer on the other side (https://www.howtogeek.com/722244/how-to-use-two-apps-side-by-side-on-android/). Are...