The way that you add structured data to TW5 tiddlers is by use of fields. You can add fields and their values at the bottom of a tiddler when in edit mode for the tiddler.
So you can add a field 'todo' with the name of the todo, and a field 'status' that describes the status. You can then run simple code (as in prior example) that will let you extract and report 'todo' fields and their contents. I will digress to say that the old (TWC) tiddlywiki classic had a way to structure the data right inside the tiddler similar to what you describe. There are some plugins that might be able to do what you want without fields. For instance https://tid.li/tw5/hacks.html#Extract%20Macro . There may be other plugins if you search for "section" or "sections" after 2012. In general, I try to do things working with the native capabilities since it's more likely to withstand changes over time. Good luck -- Mark On Thursday, November 30, 2017 at 5:50:55 AM UTC-8, [email protected] wrote: > > Hello Mark, > > thanks for your answer. > > Can you explain me in detail what you mean, please? > Sorry I think I didn't got the point so far... :-/ > > > Hello Tony, > > yes, the Serach, does almost exactly what I want. > When I search for "ToDo" I get every tiddler with an "ToDo" in it. (just > the text following to the "ToDo" would be missing) > Is there a way to create a (dynamic) tiddler, showing me the result of the > search for "ToDo"? > > > best regards > Michael > Am Donnerstag, 23. November 2017 15:00:53 UTC+1 schrieb [email protected] > : >> >> Hello there, >> >> I'm using TW (currently v5.1.14) to organize my work-life for about an >> year now, and I realy love this tool! >> >> The structur of my TW is as following: >> >> Tiddler1 "Project-XYZ" >> - Project started. >> - "ToDo": Write E-Mail to supplyer >> >> Tiddler2 "Project-123" >> - Project almost finished. >> - "ToDo": Complete report >> >> What I would like to implement is a tiddler to summerize the "ToDo"s from >> all the tiddlers in my TW. >> e.g.: >> >> Tiddler3 - ToDos >> - Project-XYZ: Write E-Mail to supplyer >> - Project-123: Complete report >> >> Does someone have an idea how I could "tag" sentences inside tiddlers to >> collect the tagged information in an other tiddler? >> >> Thanks a lot in advance for your ideas. >> >> BR DaZeller >> > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/74472daf-de4d-44fe-9147-652fe146cda8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

