Hi everyone
Here is an idea for those who write articles that transclude a number of tiddlers: Have an article organizer tiddler separate from the article tiddler.
The article organizer would have this: <<list-tagged-draggable tag:"yourarticletag">>
This allows you to:
- see at a glance the blocks or sections for this article
- open them to edit them
- drag to rearrange them
The article tiddler can be the usual list of transclusions: <$list filter="[tag[yourarticletag]!tag[unf]]"><$transclude field="text" mode="block"/></$list>
(the '!tag[unf]` part is optional, in case you want to use an âunfâ (= unfinished) tag to maintain a list of the unfinished sections that you still need to write for the article)