backstage-plugin-toolbox icon indicating copy to clipboard operation
backstage-plugin-toolbox copied to clipboard

Most commonly used developer tools within Backstage

Results 26 backstage-plugin-toolbox issues
Sort by recently updated
recently updated
newest added

I'm trying to use the SQL Beautifier with a query, but it throws an error if there's a tilde in the query. I'm using version 1.20.3. Example: `SELECT bar, foo...

It would be really cool to have a Tokenizer similar to https://www.npmjs.com/package/tiktoken available to approximate token counts on text in order to estimate costs in certain tools. The nice part...

The URL Encoder/Decoder is currently using the `encodeURI(uri)` or `decoderURI(uri)` function which doesn't cover `; / ? : @ & = + $ , #`. This is to add a...

It's really useful to have this toolbox as the swiss-army-knife. Another feature would be formatting unformatted json/xml-strings into nice rendered human readable format. Are there any plans to have such...

Something similar to https://quicktype.io/typescript would be awesome to generate types from given json

enhancement
help wanted
good first issue

Hi I want to know if it's possible to add a thread dump analyser tool in the toolbox. Spotify has a simple thread dump analyser - maybe something like this:...

As developers and designers image conversion tools with resizing support is more helpful 1) SVG to PNG 2) PNG to SVG 3) PNG to JPG 4) JPG to PNG 5)...

enhancement

Thanks a lot for this plugin! I like it a lot and am busy convincing my team we need this one in our backstage. My feature request is that I...

I am looking to start using this plugin, however I'm a bit confused about what I should do with my existing use of `@backstage/plugin-entity-validation`. I see the implementation here does...

Backstage already has the Entity Inspector tool built into the main entity page which is a much richer experience than what is provided by this plugin's entity describer tool. **Entity...