The TiddlyWiki.prototype.getTiddlerText supports accessing sections in a tiddler.
If a tiddler has a heading (
For example given a tiddler with title "Title" which has the following text:
If a tiddler has a heading (
!Heading) in the markup of its text anything that follows that heading is returned.For example given a tiddler with title "Title" which has the following text:
!Heading fooA call to
store.getTiddlerText|("Title##Heading")
will return "foo"