> Having said that, IIRC, `getTiddlerText` also resolves transclusions - > so it's not necessarily identical to the `text` property.
GetTiddlerText doesn't evaluate transclusions. However, it does provide access to: tiddler references: "TiddlerName" shadow references: "GettingStarted" (note: shadows are NOT kept in the store object!) sections: "TiddlerName##sectionname" slices: "TiddlerName::slicename" Note: the core implementation doesn't support access to sections/ slices within *shadow* tiddler content. When you try to get a section/ slice from a shadow, it returns the entire shadow content. Normally, this isn't a big deal, because none of the default TWCore shadows use sections/slices. However, there are plugins that create shadows that have sections/slices (to hold temporary results or configuration data). You can extend the TWCore handling to allows shadow sections/slices by using the replacement function defined in TiddlyTools' CoreTweak #1134, here: http://www.tiddlytools.com/#CoreTweaks enjoy, -e -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywikidev?hl=en.
