rosswintle / turbo-admin

WordPress Command Palette
11 stars 1 forks source link

Editor Page Support #24

Open eduwass opened 1 year ago

eduwass commented 1 year ago

Hi @rosswintle

Congrats on building this, looks great. 👏

Question: When I am on an "Edit" page that uses Gutenberg, e.g: https://site.local/wp-admin/post.php?post=123&action=edit

I can't use TurboAdmin anymore, is this on purpose? This breaks the experience for me.

Or maybe this is available and I just have an issue?

I'd love to have the bar available in the editor.

Additionally, it would be even more awesome if when on the Editor we are be able to trigger some actions in there like: CleanShot 2023-02-10 at 17 33 06

Anyways, this is just a bit of feedback, still love it but with these features in it, I know I'd purchase with my eyes closed.

Thanks!

eduwass commented 1 year ago

So I figured this out 😅

It didn't show because I was using the 'Admin Bar Search' feature, and I was in full-screen block editor so no admin bar was available.

Solvable by either:

I'd still love to see some shortcuts for Editor functions though!

I went ahead and purchased TurboAdmin.

Thanks! 🙏

rosswintle commented 1 year ago

Hi Edu,

Thanks so much for taking the time for raising this here on GitHub. I really appreciate. And good work figuring out what was wrong.

I like the idea of actions in the editor. I'll leave this open and will try to look into it at some point.

Thanks also for the purchase. I really hope you get good value and enjoy using it!

Cheers

Ross

rosswintle commented 1 year ago

Had a look into this tonight.

These are really hard to discover and trigger as they are buttons that aren't always visible in the DOM and need a click event rather than a link-follow.

One day I'll have an action system that can trigger these and then maybe it will be possible. But not a quick win. React does not make this easy to do!