Is there any way to create tiddlers with a base title following by sequential numbers without any spaces?.
I have a function that allows me to reorder the paragraphs within pieces of writing using drag and drop. I use the same code over and over by relying on a template. I designed this a long time ago, so the code is somewhat archaic, and given new improvements to Tiddlywiki, it is out of date, but it still works well.
The arrangement keys off of the title of the tiddler that calls the template. In other words, if the calling tiddler has the title ParagraphAA1, and the tiddlers that compose the writing are tagged ParagraphAA1, the tags give order to the tagged paragraphs and allow me use drag and drop to change the tagged tiddlers’ order and insert new tiddlers as I see fit. The arrangement also permits me to print out the documents when I am ready to do so.
For years I have relied upon a clumsy system intended to produce an orderly arrangements for the calling tiddlers so that I have some control over their arrangement. I have decided to automate this in a way that maintains the order automatically. The Action Create-Tiddler widget would work except that it inserts a space before the sequential number that follows the base title. Is there another way to do this that generates a title without spaces?