Thanks!
Ok, for autocomplete the <$edit> worked where <$edit-text> didn't - perfect!
For your autolist, I got it to work, but you're right - hiding the toolbar would be excellent.
This is where I'm at that technically works - simplification of the
$:/core/ui/EditTemplate/body/editor tiddler you suggested I reference
<$edit tiddler="$:/temp/testing">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/EditorToolbar]!has[draft.of]]">
<$transclude tiddler="$:/core/ui/EditTemplate/body/toolbar/button" mode="inline"/>
</$list>
</$edit>
My best guess would be some magic "hide css" to put inside a class or style for the transclude widget or something? Sorry - totally lost there.
Thanks in advance again!