Ha, tried this and it made some change - but now all the buttons just 
overlap the input box... 

<style>
.hideme {
height:0px
}
</style>

<$edit tiddler="$:/temp/testing">
<$list 
filter="[all[shadows+tiddlers]tag[$:/tags/EditorToolbar]!has[draft.of]]">
<div class="hideme"><$transclude style="height:0px" 
tiddler="$:/core/ui/EditTemplate/body/toolbar/button" mode="inline"/></div>
</$list>
</$edit>

On Wednesday, December 2, 2020 at 3:13:26 PM UTC-5 Stobot wrote:

> 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!
>
> On Wednesday, December 2, 2020 at 2:47:11 PM UTC-5 saq.i...@gmail.com 
> wrote:
>
>> Editor-autolist depends on the editor toolbar - but you can hide it with 
>> css if you find it distracting.
>> Have a look at the *contents* of the <$edit> widget here which sets up 
>> the toolbar:
>> $:/core/ui/EditTemplate/body/editor 
>>
>> Also, using <$edit> instead of <$edit-text> might get the autocomplete 
>> working as well. It's been a while since I looked at it though. If that 
>> does not work, use <$edit-comptext>.
>>
>>
>> On Wednesday, December 2, 2020 at 7:44:41 PM UTC+1 Stobot wrote:
>>
>>>
>>> Hi Folks,
>>>
>>> There are some amazing plugins I can't live without for the editor 
>>> experience - 2 quick ones would be:
>>> 1. Editor-autolist from Saq
>>> 2. Edit-comptext from Snowgoon88
>>>
>>> Concurrently I'm experimenting with some setups where I end up editing 
>>> via an edit-text widget rather than the normal edittemplate. Is there a way 
>>> I can setup the edit-text widget to trick the plugins to function like it's 
>>> a full tiddler in edit-mode? 
>>> I hope that makes sense... Thanks!
>>>
>>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/237fd2bf-686c-4cc9-a6b9-6e8cfe4546d0n%40googlegroups.com.

Reply via email to