we can order a list of a Tiddler by drag and drop - very nice.
Is there also a way to do this with nested lists?
So if the “TIDDLER-WITH-LIST” does contain Tiddlers which have also a list - is there a way to show it all in one Tiddler with the option to order things by drag and drop ?
You might look at the various Table-of-Contents Macros for demonstrating nested lists. But I don’t know much about how they might be made draggable. There would be a lot of complexity if this involved moving from one level to another.
Keep in mind, list-links-draggable is a utility macro primarily provided for simple lists and defined in TiddlyWiki Script, see $:/core/macros/list, although they are somewhat complex you can gains some insight how this is done.
You can use the list widget to do the nesting and within each “level” use the list-links-draggable on the subset of tiddlers in each group.
list-links-draggable uses the list-field by default. If the list-field is empty it does not show anything.
list-tagged-draggable uses the list-field indirectly. Since the [tag[tag-name]] filter function internally uses the sort order defined by the tag-tiddlers list-field, if there is a list field.
If there is no list-field it still shows a list. If the tag-tiddler does not have a list-field, it will be created, as soon as a user starts to drag & drop elements.
So my questions are:
What do you try to achieve?
How do you create your nested lists?
using tags?
using a list-like field?
How do you create your nested lists at the moment. Without any drag & drop?
Once you can answer those questions we may be able to point you in the right direction. But DnD with nested lists is multiple times more complex than using “simple” lists. Especially if you want to drag elements between different levels.
Now it would be nice to see the structure of the kanban also as a draggable lists because some work may be done best that way even so the presentation of this lists look great in the Kanban view
I was not asking for a budget, but indicating the effort, it seems you are getting there, but if you want help, you get an idea of what you are asking for me to do
Can you share your code?
What do you mean by;
Because you need at least two lists to call it nested.
That is only time, not difficult, but it takes time to do it in a way to share.
if the Titles of Tiddlers are displayed as Links - new created Tiddlers can be also added into this lists by drag and drop very easy. So new Columns and new items can be managed as well - this is all really great so fare.
The only thing which has to be done “my hand” is to add a new line of code for every added column –
EDIT:
and the order of Columns in this Tildder is not adapted
so this is the only thing which is not perfect at the moment
To assist you more easily, we need you to answer a number of questions I and @pmario have asked above? Perhaps even quote the question and provide your answer after it.