You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I adore the plugin, but the only feature it lacks is the ability to increment and decrement numbers. Currently, I'm attempting to replicate the desired functionality by including ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"], but the issue arises when the limit is reached; it doesn't continue. It would be wonderful to have the option to toggle numbers without resorting to this workaround. Here's a GIF illustrating what I mean:
The text was updated successfully, but these errors were encountered:
Welcome back @timurproko and thanks for the feature request!
I'll have to take some time and consider including such functionality in the plugin. Currently Toggler offers some very simple core features.
In the meantime, if this is truly a must have, then consider checking out the following extensions:
Check out the "String Manipulation" plugin that offers a specific increment/decrement feature. See here.
Check out an older (last commit made in 2021) but more feature rich alternative to Toggler called Shifter. This plugin seems to have a "Numeric Shifting" feature built in.
Thank you for the prompt response and for your thoughtful consideration.
I'm currently employing String Manipulation, but regrettably, its incrementor operates in a peculiar manner. It increments every number within the line, which doesn't align with my usual requirements. In my experience, I rarely encounter the need to increment all numbers simultaneously.
I appreciate your recommendation of Shifter. I haven't had the opportunity to utilize it before, but I'll certainly give it a try.
I adore the plugin, but the only feature it lacks is the ability to increment and decrement numbers. Currently, I'm attempting to replicate the desired functionality by including ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"], but the issue arises when the limit is reached; it doesn't continue. It would be wonderful to have the option to toggle numbers without resorting to this workaround. Here's a GIF illustrating what I mean:
The text was updated successfully, but these errors were encountered: