Maya Kate wrote: > > [...] backlink footer, it's really, really close to what I want--but I'm > struggling to figure out how to define a filter that will excerpt even a > fixed-size chunk around the original link. >
Most easily solved with CSS IMO. I.e transclude the full content of tiddlers or perhaps transclude and filter up until the first "newline" (to capture the first paragraph) and then addprefix <div class="myclass"> and addsuffix </div> around it. Then make a stylesheet where you define e.g the height of myclass. If it was 2007 last time you tiddlyfiddled... you're in for a learning curve. Note that TW has been totally reworked and what worked in "TiddlyWiki Classic" (as we now refer to it) will not work in TiddlyWiki5, at least not code. <:-) -- 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/acfb22c8-4518-4dbd-92ba-ab75318f3f97%40googlegroups.com.

