A tiddler toolkit for Tiddlywiki 5. Batch operations on bulk of tiddlers. Create, delete, add fields, tags, search and replace and inspect tiddlers.
49
stars
8
forks
source link
Improve Regex section by adding "gm" flag #5
Open
TiddlyTweeter opened 5 years ago
Suggest addition of "gm" flag to improve text field matching. At moment its either/or g & m. Javascript supports the combined "gm" too.