I have a macro that I use to link to tiddlers in a particular tense. So calling <<l SomeNote sing>> will link to it in the singular, all that works fine and great, but because they're softlinks they don't shot up as backlinks. I'm interesting in correcting this.
I was going to set up an external watcher to just come in and to some basic text manipulation to add some invisible hardlinks to the bottom, but I noticed that TiddlyMap calls a second save cycle to add tmap.id after I've created a note. So I'm hypothesizing that it may be possible to run my own arbitrary code against the saved tiddler on save, *from inside TiddlyWiki itself*. I tried digging through the TiddlyMap source and couldn't find where they've got their logic for this, so I'm not sure how to go about it. Any thoughts on how I would go about running some javascript on save to change the contents of my tiddlers? -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/e72d91be-6c03-4c1a-a9ce-2ffe4c46609fn%40googlegroups.com.

