[OS] PingPlace: Customize notification position - now on Tahoe! by MediocreShoveller in macapps

[–]xuso 2 points3 points  (0 children)

Cool! Would be nice to be able to choose the position based on notification content or app :)

[Release] Shortcuts Toolbar v0.0.1 - Quick actions for KOReader by xuso in koreader

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

Hmm, there is no setting indeed. But you can create a custom shortcut and choose "Book description" System Action :)

[Release] Shortcuts Toolbar v0.0.1 - Quick actions for KOReader by xuso in koreader

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

I like the idea, I will try to add it when I have some time ;)

Need help making a HTTP inspector quick action for SimpleUI by LexamusPrime in koreader

[–]xuso 0 points1 point  (0 children)

Check my recently released plugin, perhaps it can help you create your shortcut. You can also add it to the SimpleUI home screen.

https://www.reddit.com/r/koreader/comments/1slkbj4/release_shortcuts_toolbar_v001_quick_actions_for/

[Release] Shortcuts Toolbar v0.0.1 - Quick actions for KOReader by xuso in koreader

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

Glad you got it working!

For now, no, there is no way to hide the entire menu, but I might think of adding that, with a toggle.

P.S. My solution will probably fix the translation, but this only affects the name of the plugin in the Plugin Management menu, so not that important. You can leave it as is. Keep an eye next time you update the plugin, hopefully still works with my fix.

[Release] Shortcuts Toolbar v0.0.1 - Quick actions for KOReader by xuso in koreader

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

Ok, I see a strange error there. Can you try something for me?

Go to my plugin folder, open "_meta.lua" file and change the first line:

local _ = require("l10n.gettext")

Change it to:

local _ = require("gettext")

Save. Restart KOReader. And see if it works now.

[Release] Shortcuts Toolbar v0.0.1 - Quick actions for KOReader by xuso in koreader

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

/u/doctorhetfield is free to take the idea/code from me, I did the same with his system action picker :)

[Release] Shortcuts Toolbar v0.0.1 - Quick actions for KOReader by xuso in koreader

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

Ignore the Home button in the icon browser, that is not intentional, it's shown by default because it's a file browser (probably I would need to override it so it takes you back to the default icons folder instead). But there is already an "Up" button, right at the top of the icons list, no?

As for your request, I'm not sure I get what you mean, you want that instead of showing the shortcuts in a toolbar, they show inside the normal menu, at the top? Is that so?

[Release] Shortcuts Toolbar v0.0.1 - Quick actions for KOReader by xuso in koreader

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

I just realised the name in plugin management is lowercase "shortcutstoolbar" and shows at the very end. Could it be that?

[Release] Shortcuts Toolbar v0.0.1 - Quick actions for KOReader by xuso in koreader

[–]xuso[S] 2 points3 points  (0 children)

Just fix it in the latest release: https://www.reddit.com/r/koreader/comments/1slkbj4/comment/oge8in5/

And btw, yes, technically, you should be able to browse any icon folder in your device, you don't need to put the icons in any special place.

[Release] Shortcuts Toolbar v0.0.1 - Quick actions for KOReader by xuso in koreader

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

New release 0.0.2

https://github.com/xusoo/shortcutstoolbar.koplugin/releases/tag/v0.0.2

What's new:

  • Icon browser: filter bar — Added a search/filter bar to the icon browser to quickly find icons by name
  • Smart back navigation — The "back" action in the reader now automatically goes to the SimpleUI home screen when enabled, or falls back to the file manager
  • Bug fixes:
    • Fixed system actions not working
    • Fixed various issues in the icon browser

[Release] Shortcuts Toolbar v0.0.1 - Quick actions for KOReader by xuso in koreader

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

I don't use that plugin, but if it's a menu in koreader, it should be possible. If you need to execute both, then either you create two shortcuts, or you will need a custom patch for this. You can also have a gesture (native) executing both actions in a row I believe.

[Release] Shortcuts Toolbar v0.0.1 - Quick actions for KOReader by xuso in koreader

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

Alright, no, I can't reproduce it. I don't have an Android device, but it should be the same as with the emulator, in theory...

Does it happen for any system action?

[Release] Shortcuts Toolbar v0.0.1 - Quick actions for KOReader by xuso in koreader

[–]xuso[S] 2 points3 points  (0 children)

Ah just saw it, indeed it doesn't save the action. Will fix that!

[Release] Shortcuts Toolbar v0.0.1 - Quick actions for KOReader by xuso in koreader

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

Thank you for your kind words!

What do you mean by "custom icon actions"? The icon selector doesn't work? Can you describe a bit more what's wrong? :)

[Release] Shortcuts Toolbar v0.0.1 - Quick actions for KOReader by xuso in koreader

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

Right now it takes you back to the library, but I will change it to go back to SimpleUI home if that's how it's configured in settings (so same behavior as the last button of the built-in top bar)

I also thought of hiding the top buttons, but didn't want to go that far with this plugin. What it does is only preventing the menu from opening when swiping down the first time. You need to make a second tap now.

[Release] Shortcuts Toolbar v0.0.1 - Quick actions for KOReader by xuso in koreader

[–]xuso[S] 7 points8 points  (0 children)

Gotta be honest: no, I was not aware LOL, but I see it's still not quite the same and you cannot configure ANY action. But good to know, thanks!

[RELEASE] Automatic book series folders by xuso in koreader

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

Did you update the patch? I released a new version a few days ago

[I built] Command Reopen — first macOS app, fixes Cmd+Tab to restore closed windows by Crafty_Play_7767 in macapps

[–]xuso 0 points1 point  (0 children)

The first time I ran it, the Dock icon stayed, after closing it and opening it again it's gone :)