ts14ic / insomnia-plugin-path-parameter-tag

A template tag, that can be used inside URIs to as path parameters.
MIT License
1 stars 0 forks source link

Separate tab for value editing instead of dialog #1

Open mitasov-ra opened 1 year ago

mitasov-ra commented 1 year ago

Your plugin looks great but it's very unhandy to work with as each time I need to adjust the value I need to click on tag.

Is it possible to create another tab in request settings, same as "Query" or "Headers" but with value editing?

I'm looking for something like https://insomnia.rest/plugins/insomnia-plugin-path-parameters but with separate tab to avoid name collisions.

ts14ic commented 1 year ago

Hi

My motivation to play around with Insomnia has rapidly declined after I made the plugin :D. Writing plugins for Insomnia is very easy (you can see there's very little code in this plugin).

But as far as I am aware, there's no way to add new tabs into Insomnia via plugins. That's why that other plugin reuses the existing "Query" tab. And I didn't like to mix query & path variables in a single tab, that's why I've created this plugin for me which doesn't reuse "Query", but still allows to parameterize the path.

It's like a compromise.

Ideally yes, I would also love to have a separate tab for path parameters, but ~2~ 3 buts: