extensions icon indicating copy to clipboard operation
extensions copied to clipboard

Better Input Extension

Open SharkPool-SP opened this issue 2 years ago • 20 comments

VERSION 4.0!! Adds various blocks for custom CSS inputs. Focused on remodeling the ask () block to be better. image

Screenshot 2023-10-09 at 9 04 42 PM

SharkPool-SP avatar Jul 31 '23 06:07 SharkPool-SP

Adds various blocks for custom CSS inputs. Focused on remodeling the ask () block to be better. Screen Shot 2023-07-30 at 11 49 39 PM

Should UserInput return null instead of 'canceled' without input?

qxsck avatar Jul 31 '23 11:07 qxsck

Adds various blocks for custom CSS inputs. Focused on remodeling the ask () block to be better. Screen Shot 2023-07-30 at 11 49 39 PM

Should UserInput return null instead of 'canceled' without input?

Doesn’t really matter. If there’s no response it will return empty; just like the current ask and wait block

SharkPool-SP avatar Jul 31 '23 15:07 SharkPool-SP

Adds various blocks for custom CSS inputs. Focused on remodeling the ask () block to be better. Screen Shot 2023-07-30 at 11 49 39 PM

Should UserInput return null instead of 'canceled' without input?

Doesn’t really matter. If there’s no response it will return empty; just like the current ask and wait block

It does matter, actually. For parity with the actual ask block, you should return an empty string.

LilyMakesThings avatar Jul 31 '23 15:07 LilyMakesThings

Adds various blocks for custom CSS inputs. Focused on remodeling the ask () block to be better. Screen Shot 2023-07-30 at 11 49 39 PM

Should UserInput return null instead of 'canceled' without input?

Doesn’t really matter. If there’s no response it will return empty; just like the current ask and wait block

It does matter, actually. For parity with the actual ask block, you should return an empty string.

No that’s what I mean, it will return an empty string when there’s no input

SharkPool-SP avatar Jul 31 '23 16:07 SharkPool-SP

Adds various blocks for custom CSS inputs. Focused on remodeling the ask () block to be better. Screen Shot 2023-07-30 at 11 49 39 PM

Should UserInput return null instead of 'canceled' without input?

Doesn’t really matter. If there’s no response it will return empty; just like the current ask and wait block

It does matter, actually. For parity with the actual ask block, you should return an empty string.

No that’s what I mean, it will return an empty string when there’s no input

It should also do that when it's cancelled. Make a boolean that is toggled when an input is cancelled or not.

LilyMakesThings avatar Jul 31 '23 16:07 LilyMakesThings

Adds various blocks for custom CSS inputs. Focused on remodeling the ask () block to be better. Screen Shot 2023-07-30 at 11 49 39 PM

Should UserInput return null instead of 'canceled' without input?

Doesn’t really matter. If there’s no response it will return empty; just like the current ask and wait block

It does matter, actually. For parity with the actual ask block, you should return an empty string.

No that’s what I mean, it will return an empty string when there’s no input

It should also do that when it's cancelled. Make a boolean that is toggled when an input is cancelled or not.

I might add the Boolean for that in a later update. I like the cancel button the way it is thought since the button makes the input report cancelled. That way people can use better input as a button selection thing rather than an input and press OK. That’s also why the Input and cancel button has an option to be enabled or disabled.

SharkPool-SP avatar Jul 31 '23 16:07 SharkPool-SP

Extension was updated. Merged some blocks, changed some names and functions, added the ability to enable/disable 2 more buttons and fixed some bugs.

SharkPool-SP avatar Aug 02 '23 08:08 SharkPool-SP

Hey sharkpool? Can you possibly make it so you can force-submit the input? This would be handy for having the "enter" key be another option to submit your inputs.

SaFireGalaxy avatar Aug 03 '23 18:08 SaFireGalaxy

Hey sharkpool? Can you possibly make it so you can force-submit the input? This would be handy for having the "enter" key be another option to submit your inputs.

its ask and wait which means it should wait, and force submitting the input without the users permission could be annoying due to it having the off chance to force submit a unfinished sentence word, or anything that was typed, i say this because it could be multi-line. if possible it should just be "shift-enter" to submit, or like in the console set it to "enter" and to add a new line set it to "shift-enter"

yuri-kiss avatar Aug 03 '23 19:08 yuri-kiss

That's a good suggestion. Maybe also, Shift enter could create a new line and enter could submit it. It will act as the submit button, but not a replacement of it.

SaFireGalaxy avatar Aug 03 '23 19:08 SaFireGalaxy

That's a good suggestion. Maybe also, Shift enter could create a new line and enter could submit it. It will act as the submit button, but not a replacement of it.

Hi, so I read the past couple comments. I’ll consider the shift enter thing. I’ll either add it or add a block that allows/doesn’t allow enter to submit.

SharkPool-SP avatar Aug 03 '23 19:08 SharkPool-SP

Thanks so much! This beats the ask and wait block in every possible way now, I won't have to use that block anymore.

SaFireGalaxy avatar Aug 03 '23 21:08 SaFireGalaxy

Thanks so much! This beats the ask and wait block in every possible way now, I won't have to use that block anymore.

Thanks :)

SharkPool-SP avatar Aug 03 '23 23:08 SharkPool-SP

Thanks so much! This beats the ask and wait block in every possible way now, I won't have to use that block anymore.

Updated! Added that block and some more 👀

SharkPool-SP avatar Aug 04 '23 07:08 SharkPool-SP

Thanks so much! This beats the ask and wait block in every possible way now, I won't have to use that block anymore.

Thanks!!! Updates coming soon :)))

SharkPool-SP avatar Aug 17 '23 05:08 SharkPool-SP

Fixed all issues and added new stuff! Screen Shot 2023-08-18 at 11 56 56 PM

SharkPool-SP avatar Aug 19 '23 06:08 SharkPool-SP

3.0 is RELEASED!!!

In this Update: -Bug Fixes -Infinite Buttons -Image Setting for More Elements -ALL Elements update live -Vertical Sliders -Updated Palette

SharkPool-SP avatar Oct 10 '23 04:10 SharkPool-SP

Small Update: image

SharkPool-SP avatar Dec 06 '23 22:12 SharkPool-SP

image Another Update

SharkPool-SP avatar Dec 14 '23 05:12 SharkPool-SP

That #1029 issue wasn't a real issue. It was me complaining...

ghost avatar Dec 20 '23 19:12 ghost

How do I change the background colour in the extension ask ui

Thebloxers998 avatar Nov 26 '24 22:11 Thebloxers998

How do I change the background colour in the extension ask ui

set textbox color block

SharkPool-SP avatar Nov 26 '24 22:11 SharkPool-SP

I have a suggestion, you should make it so we can have more than one input typing thing

Thebloxers998 avatar Dec 10 '24 18:12 Thebloxers998

I have a suggestion, you should make it so we can have more than one input typing thing

With the way I built the extension, no. As a alternative just make multiple boxes

SharkPool-SP avatar Dec 10 '24 19:12 SharkPool-SP

marking as draft as im rewriting this from scratch. This will be closed after

SharkPool-SP avatar Feb 14 '25 04:02 SharkPool-SP

https://github.com/TurboWarp/extensions/pull/1940

SharkPool-SP avatar Feb 18 '25 06:02 SharkPool-SP