\define frame-classes()
tc-tiddler-frame tc-tiddler-view-frame $(missingTiddlerClass)$ $(shadowTiddlerClass)$ $(systemTiddlerClass)$ $(tiddlerTagClasses)$ block-droparea
\end
\define folded-state()
$:/state/folded/$(currentTiddler)$
\end
<$set name="storyTiddler" value=<<currentTiddler>>><$set name="tiddlerInfoState" value=<<qualify "$:/state/popup/tiddler-info">>><$tiddler tiddler=<<currentTiddler>>><$set name=curr value=<<currentTiddler>> >
<$droppable actions="""<<block-dropactions>>"""><div class=<<frame-classes>>><$list filter="[all[shadows+tiddlers]tag[$:/tags/ViewTemplate]!has[draft.of]]" variable="listItem"><$transclude tiddler=<<listItem>>/></$list>
</div></$droppable></$set>
</$tiddler></$set></$set>
I guess that by moving the droppable widget after the div you can solve this
\define frame-classes()
tc-tiddler-frame tc-tiddler-view-frame $(missingTiddlerClass)$ $(shadowTiddlerClass)$ $(systemTiddlerClass)$ $(tiddlerTagClasses)$ block-droparea
\end
\define folded-state()
$:/state/folded/$(currentTiddler)$
\end
<$set name="storyTiddler" value=<<currentTiddler>>><$set name="tiddlerInfoState" value=<<qualify "$:/state/popup/tiddler-info">>><$tiddler tiddler=<<currentTiddler>>><$set name=curr value=<<currentTiddler>>><$droppable actions="""<<block-dropactions>>"""><div class=<<frame-classes>>><$list filter="[all[shadows+tiddlers]tag[$:/tags/ViewTemplate]!has[draft.of]]" variable="listItem"><$transclude tiddler=<<listItem>>/></$list>
</div></$droppable></$set>
</$tiddler></$set></$set>
if you copy-paste this, it doesn't work?
WOW !!
Now I've seen your page - that's amazingly good.
So, one thing is that the dropping should also work in edit mode. As you know, dropping a link currently gives the [[title]]. But dropping a TidBit should either give the <<macrocall>> like in view mode or possibly the actual macro content, so that it can be modified. I think default should be to drop the TidBit macrocall and e.g a Ctrl+drop to get the actual TidBit code dropped.
Second, the dropped bits should be "rearrangable" in view-mode like with the list-links-draggable and list-tags-draggable macros... however, if I understand things, neither of those macros are applicable here, nor the draggableWidget. The ideal would be some kind of "wrapper" to put around arbitrary segments in a tiddlers text.