it would be great or easy if we can have a unique option for trim just like the others instead of having it directly on each template.
example: to use trim we need to go to the information already inserted (if toggle, formtext, paragraph etc.) after selecting that option we can use the trim.
But instead of using a trim located on another option as mentioned above, it would be great if we can have trim option on the dashboard, also if we can add exceptions, or put something like "{trimend}" where is gonna take effect, or something similar, that is the idead i got cause is really hard to work with spaces after inserting the template
Hello Aldo,
So if I understand correct, you're requesting a new command that is used purely for trimming? So you can insert it anywhere in your snippet like {trim}
or, {trimend}
and it will behave the same way as the current trim option in each of the existing commands?
not necessarily, there are cases on my snippets that the trim is still giving me unwanted spaces, that i am force to use another way to put the information i want, example is that i can not use {formtoggle}, instead, i need to use the {formmenu}, if not, the form toggle will still give me those spaces, that is why i though another function for the trim option would be help full a different way to use it, and that was my thought
Could you share a snippet or a part of the snippet where this is happening? The issue as I understand it should not be happening, as {formtoggle} doesn't insert spaces on its own. Please note that the {formtoggle} command is composed of two parts, so you will need to apply the trim option to both chips.
In the exampe below, there's a lot of space on each side of all the text, but the trim
option removes it all.
example text with spaces on the right {formtoggle: default=yes; trim=yes} and on both sides text {endformtoggle: trim=yes} and also on the left. They should all the removed by the trim option.
hi, sorry for the late response, the template is too big and because of that I think is happening, but I figured it out with backspace option, thank you for your help