[tw5] Re: How to transclude all tiddlers tagged with the current tiddler into a draggable list?

2019-09-02 Thread si
Thanks for your replies.

I think I was unclear in my original post. I want to transclude the *text *of 
each tiddler as a list, and be able to rearrange these transclusions using 
drag and drop.

I have found that if I highlight the transcluded text and try to drag and 
drop, a tiddler is created with something like the following title: 

blah blah blah

This happens every time I try this.

I have since realized that this happens for any draggable list if you 
*highlight* the text instead of just click on it. Go to 
https://tiddlywiki.com/#TaskManagementExample%20(Draggable) and try it to 
see what I mean. Look at "recent" to see the tiddlers that get created.

Maybe this is a bug?

My current solution to my original question is to change my template to the 
following:

\define link() [[>|$(currentTiddler)$]]

<$transclude mode="inline"/> <>

So each transcluded piece of text has a link at the end of it that can be 
'drag and dropped'. Just to be clear, the problem outlined above still 
exists when I try to drag and drop *highlighted* text.

On Monday, September 2, 2019 at 12:42:59 AM UTC+1, TonyM wrote:

> Folks,
>
> I was using the request in this thread to investigate the possibilities 
> and am still working on it however I thought I would note
>
>- The link widget  includes a 
>draggable option
>- Unfortunately the DraggableWidget 
> documentation does not 
>include examples but can achieve this by filter
>
> I personally want to make tiddlers draggable that exist in a tree of 
> tiddlers containing the parent field. ie the children/grandchildren of a 
> nominated tiddler.
>
> Regards
> Tony
>
>
> On Monday, September 2, 2019 at 7:26:29 AM UTC+10, Birthe C wrote:
>>
>> Maybe try
>>
>> <$macrocall $name="list-tagged-draggable" tag=<> 
>> itemTemplate=""/>
>>
>>
>> Birthe
>>
>

-- 
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/d50c5592-5008-4788-bb79-6fe789a3d9a1%40googlegroups.com.


[tw5] Re: How to transclude all tiddlers tagged with the current tiddler into a draggable list?

2019-09-01 Thread TonyM
Folks,

I was using the request in this thread to investigate the possibilities and 
am still working on it however I thought I would note

   - The link widget  includes a 
   draggable option
   - Unfortunately the DraggableWidget 
    documentation does not include 
   examples but can achieve this by filter

I personally want to make tiddlers draggable that exist in a tree of 
tiddlers containing the parent field. ie the children/grandchildren of a 
nominated tiddler.

Regards
Tony


On Monday, September 2, 2019 at 7:26:29 AM UTC+10, Birthe C wrote:
>
> Maybe try
>
> <$macrocall $name="list-tagged-draggable" tag=<> 
> itemTemplate=""/>
>
>
> Birthe
>

-- 
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/673b82af-8e56-4401-80dc-b286051db307%40googlegroups.com.


[tw5] Re: How to transclude all tiddlers tagged with the current tiddler into a draggable list?

2019-09-01 Thread Birthe C
Maybe try

<$macrocall $name="list-tagged-draggable" tag=<> 
itemTemplate=""/>


Birthe

-- 
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/fcc8b0b5-05d4-404e-bd5d-595b1d51af3e%40googlegroups.com.


[tw5] Re: How to transclude all tiddlers tagged with the current tiddler into a draggable list?

2019-09-01 Thread Thomas Elmiger
Hi

The most simple way I can think of is this: 

<>

After saving, it will produce a tag pill. Click the tag pill, and a popup 
shows all tht tagged tiddlers in a draggable list.

All the best,
Thomas


Am Sonntag, 1. September 2019 21:16:53 UTC+2 schrieb si:
>
> Hello everyone.
>
> I am trying to transclude all tiddlers tagged with the current tiddler 
> into a draggable list.
>
> I have tried this macro:
>
> <$macrocall $name="list-tagged-draggable" tag={{!!title}} 
> itemTemplate="$:/_DraggableTemplate"/>
>
> With the template tiddler $:/_DraggableTemplate:
>
> \define mytags() {{$(currentTiddler)$}}
>
> <>
>
> The result is that the tiddlers are transcluded, but when I try to drag 
> and drop all that happens is that a tiddler gets create named:
>
> blah blah blah
>
> What I am doing wrong?
>
> Thanks in advance.
>

-- 
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/749efb66-66eb-4c13-bdb8-447bed224a28%40googlegroups.com.