I was cleaning up some of the things I have been working on over the past few months and I found some plugins that I never released. The only one is a state that is reasonable to release has some filter operators for string manipulation. I am not sure how useful people will find them but the filter operators are:
spliton - takes input titles and divides them into separate titles splitting on an input string joinwith - the opposite of spliton, it takes a list of input titles and joins them together into a single title with the parameter string between each one uppercase - makes all letters in the input titles uppercase lowercase - makes all the letters in the input titles lowercase getprefix - takes the input and returns the first n characters from each title, optionally padding them to ensure that each output title is n characters long getsuffix - takes the input and returns the last n characters from each title, optionally padding them to ensure that each output title is n characters long It is available from the twederbob plugin library or from the public wiki here https://www.ooktech.xyz:8443/Public#%24%3A%2Fplugins%2FOokTech%2FStringFilters The code is available on GitHub https://github.com/OokTech/TW5-StringFilters -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/b97ccbc7-42ab-4e35-b686-1ef559814587%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

