Hi David,

There's definitely going to be a way...

You're trying to get the text field of the list item into the tiddler 
containing the list? What about using the "variable" attribute of the list 
widget and putting that as the tiddler attribute into the transclude 
widget? Then currentTiddler doesn't get messed with.

I haven't looked into how draggable lists work, so I don't know if there 
are further problems. I do know that I've made draggable clickable things 
though, so eventually you can get there.

Best,
Chris

On Sunday, March 7, 2021 at 5:05:57 PM UTC-5 David Gifford wrote:

>
> Hmmm.... I seem to be asking for something to be draggable yet also able 
> to be clicked on (details element and tabs). A bit contradictory. 
>
> But doggone it, there must be a way, right? Maybe some kind of visually 
> distinguishable handle?
>
> On Sunday, March 7, 2021 at 2:02:19 PM UTC-6 David Gifford wrote:
>
>>
>> Hi everyone
>>
>> How can I do this? The snippet below does not work. I kind of knew it 
>> would before I typed it. I have a tiddler tagged $:/tags/SideBarSegment, 
>> and want it to list the items with the tag below as draggable, but their 
>> contents transcluded rather than simple links or checkboxes. 
>>
>> <$list filter="[tag[$:/giffmex/SidebarYes]]" draggable="yes"><$transclude 
>> field="text" mode="block"/></$list>
>>
>> I tried an item template, but adding a transclude widget produced a 
>> recursion in the tiddler, since it thinks it is trancluding itself into 
>> itself. 
>>
>> I am trying to make the items in the sidebar here (
>> https://giffmex.org/experiments/sidebar.concept.part.2.html) draggable.
>>
>> Dave
>>
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cad8eea2-b64f-4270-8833-da408d9a2e0en%40googlegroups.com.

Reply via email to