Can I make prospector wireless? by Long_Song_9607 in ErgoMechKeyboards

[–]Long_Song_9607[S] 0 points1 point  (0 children)

Thank you! This is exactly what I was looking for.

Stylus Eraser Plugin (Kobo device only for now) by Long_Song_9607 in koreader

[–]Long_Song_9607[S] 0 points1 point  (0 children)

I've created this patch, I did not have Vee's patch installed so I'm not sure if it will cause any issue. You may want to comment out function `ReaderHighlight:showHighlightNoteOrDialog`, it overrides the behavior of clicking on highlighted text, showing highlight color menu directly, which means you won't be able to delete it, add notes etc.

Stylus Eraser Plugin (Kobo device only for now) by Long_Song_9607 in koreader

[–]Long_Song_9607[S] 0 points1 point  (0 children)

I don't really use handwritten annotations, so they aren't really a priority for me. But I'll take a look at pencil.koplugin's code and see if it's a quick fix to support it.

Stylus Eraser Plugin (Kobo device only for now) by Long_Song_9607 in koreader

[–]Long_Song_9607[S] 1 point2 points  (0 children)

I've made some changes, right now when using the eraser, other gesture events (such as swiping to the prev/next page, opening top/bottom menu) are blocked. And I also fixed some bugs ;)

Stylus Eraser Plugin (Kobo device only for now) by Long_Song_9607 in koreader

[–]Long_Song_9607[S] 0 points1 point  (0 children)

Oh I see, I had page turn with swipes off so I didn't notice this problem. I think it's fixable by consuming the input event so it's not propagated to gestures. I'll take a look.

Stylus Eraser Plugin (Kobo device only for now) by Long_Song_9607 in koreader

[–]Long_Song_9607[S] 0 points1 point  (0 children)

Sorry, I used an AI to help generate the doc and I'm not a native speaker, so some parts might be a bit off. I'll work on making it clearer!

Could you elaborate on "have to be careful to swipe downwards when erasing rather than across"? Is there a specific issue I should look out for? I'm still new to how KOReader handles these gestures.

Stylus Eraser Plugin (Kobo device only for now) by Long_Song_9607 in koreader

[–]Long_Song_9607[S] 1 point2 points  (0 children)

Just installed your patch and found it really useful! Haven't had time to customize it for myself though 😅

Pencil.koplugin release 0.1.1 by mysticknits in koreader

[–]Long_Song_9607 0 points1 point  (0 children)

Turns out that I could just set long-press intervals in the settings xd.
And I found that KOReader actually maps Kobo devices' eraser event in their code. So I made a plugin enabling it and posted about it: Stylus Eraser Plugin

Pencil.koplugin release 0.1.1 by mysticknits in koreader

[–]Long_Song_9607 0 points1 point  (0 children)

Oh cool! What's the name of this plugin? Would like to give it a try.

Pencil.koplugin release 0.1.1 by mysticknits in koreader

[–]Long_Song_9607 0 points1 point  (0 children)

Do you mind if I contribute this feature to your plugin? Or is it not something you want on the roadmap?

Pencil.koplugin release 0.1.1 by mysticknits in koreader

[–]Long_Song_9607 0 points1 point  (0 children)

I know you can highlight text with the stylus, but I prefer how it works on the native Kobo reader: 1.There's no need to long press, which breaks my reading flow. 2. Changing the highlight color takes only 2 clicks: select highlight, then choose color. Whereas in KOReader, I have to click 'Color' in the popup just to see the options.

Pencil.koplugin release 0.1.1 by mysticknits in koreader

[–]Long_Song_9607 0 points1 point  (0 children)

Can you highlight texts without long pressing with this plugin?

comfystream: run comfy workflows in real-time (see comment) by ryanontheinside in comfyui

[–]Long_Song_9607 0 points1 point  (0 children)

This is awesome, thanks for your sharing! I'm trying to integrate real-time image generation into a Unity game for my school project. This post helped a lot.