Steve, On Wed, Nov 21, 2018 at 12:08 AM SteveH <[email protected]> wrote: > Thanks for the plugin; - giving it a test run. Is there a way to rearrange > the list of tiddlers (apart from sending one to the top)?
Originally, I used the list-tagged-draggable core macro to make the list drag and drop. However, after I added the tagbar functionality, I found it distracting to see the DnD visual feedback (the dashed green box appearing and disappearing) when I drag the tiddler link up to the tagbar. For my uses I don't need an exact order and I find it is enough to be able to bump an item to the top when is sinking too low in the list due to too many new items. So I removed it. The items in the list are determined by a particular tag (i.e. whichever tiddler you transcluded the ftlist tiddler into is the tag). So you can create a tag pill somewhere for that tag. When you click on the tag pill, all the tiddlers are listed. Drag and drop is supported in that list, so you could re-order them there. FWIW, here is the code change where I removed the drag and drop: https://github.com/btheado/tw-ftlist/commit/a5268e10312d754b7a904352128d19cf91207191#diff-de478613f63e0b90dd45737237459006 Brian -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAO5X8CyznsfNuUytP6QytTMTqM4zNd7YjTeHFbgq4vQ5KW%2ByjA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

