Luis, I am not completely sure of your desired result but can I suggest (ironically since mark replied) you have a look at Mark S's twoutliner <https://groups.google.com/forum/?hl=en#!searchin/tiddlywiki/twoutliner%7Csort:date/tiddlywiki/ol_3zvGPbk8/2pftgZ86AAAJ>. It uses a variation of toc navigate internal to allow you to edit related tiddlers within a toc tiddler. You could create a link/buttons to open in the main story if desired.
Regards Tony On Tuesday, October 8, 2019 at 11:20:35 PM UTC+11, Luis Gonzalez wrote: > > I'm trying to create a tiddler with substories. All tiddlers tagged with > "Microwiki" must open in that tiddler. > > The code is: > > <$navigator story="MySubStoryList" history="MySubHistoryList"> > > > <$list filter="[tag[Microwiki]]" history="MySubHistoryList" > template="$:/core/ui/ViewTemplate" editTemplate="$:/core/ui/EditTemplate"> > <div> > > <$transclude/> > </div> > </$list> > > <hr/> > > </$navigator> > > > I want to edit that tiddlers inside this main one as the same way as the > main tiddlywiki: it changes from view mode to edit mode in the same > position. The problem is when I pick the edit icon the tiddler opens in > edit mode under all tiddlers of the story but it keesp the original tiddler > open in view mode above the story river. > > > I cant imagine what is the way to do this. > -- 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/b946bae5-3f97-412d-a8b5-ab7ad4b6c664%40googlegroups.com.

