Lyn,
Yes, I do something similar to what you describe with
TWaddle. Basically, I use another tiddlyspot where I put the drafts ("the thoughts") and occasionally, I transfer that whole TW to TWaddle. Unfortunately the process for transferring is less than optimal which is a reason why I rarely publish anything these days.
The ideal would be like this: I'd use the admin tiddlyspot, like a regular tiddlyspot i.e click save to upload like usual. When I have articles ready for publication, these are tagged or befielded with a "Publish". Then I'd ideally simply choose another "publish to TWaddle" saving button.
(Ok, the
absolutely ideal would be if one could publish only single tiddlers that merged into the existing TWaddle, but that's... well, another story).
So, anyway, the above is not possible so the actual workflow is instead like this:
In my admin tiddlyspot, I do and save and do stuff like usual. When I eventually feel like publishing, I use a special saving filter kindly provided by Jeremy,
here. This filters out tiddlers, i.e I must keep unfinished tiddlers marked (tagged Unfinished). (Again, it would be nicer if I could tag what should be published rather than not-published... but this would mean I must also somehow include all surrounding non-article tiddlers.)
Now, I've put a separate button in the sidebar for saving with this filter;
<$button>
<$action-sendmessage $message="tm-download-file" $param="$:/_TWaddle/PublishFilter" filename="twaddletopublish.html"/>
Publish
</$button>
Unfortunately, this doesn't save the filtered file to TWaddle but instead downloads it. And I must then go into this downloaded file and enter password etc for TWaddle and upload (now from my disc).
It works but it has turned out to hampered the joy of actually publishing stuff.
<:-)