Re: [tw] Re: [TW5][Discussion] DragnDrop Blocks

2018-03-07 Thread BurningTreeC
> Have a look at the two Kanban edition: they're listed on TW.com > Thanks @AlexHough , I know them already This isn't supposed to be a kanban, the purpose of my table is a different one But maybe I can get some ideas from them, thank you! > > Alex (in haste) > > On 7 March 2018 at 09:06,

Re: [tw] Re: [TW5][Discussion] DragnDrop Blocks

2018-03-07 Thread Alex Hough
Have a look at the two Kanban edition: they're listed on TW.com Alex (in haste) On 7 March 2018 at 09:06, BurningTreeC wrote: > Next step for me is to create a tag pill that represents a widget or a > macro > the dropdown holds the possible attributes - they can

[tw] Re: [TW5][Discussion] DragnDrop Blocks

2018-03-07 Thread BurningTreeC
Next step for me is to create a tag pill that represents a widget or a macro the dropdown holds the possible attributes - they can be selected and then their values can be inserted the closing parts of widgets or html tags need to be handled, too that's something I'm gathering ideas for atm --

[tw] Re: [TW5][Discussion] DragnDrop Blocks

2018-03-07 Thread BurningTreeC
@all @anybody-interested on my demo here http://dragndroptable.tiddlyspot.com there's the $:/ core/ui/ViewTemplate/dragndroptable tiddler that contains the whole dragndrop table and I think it's structured so that it's not that hard to understand how it works anybody interested feel free to

[tw] Re: [TW5][Discussion] DragnDrop Blocks

2018-03-06 Thread BurningTreeC
@Mat I made a demo here: http://dragndroptable.tiddlyspot.com This shows the table I was describing in the sidebar are two pills to drag into the table inside the table they can be rearranged all operations are stored in a qualified tiddler, not in the current tiddler so at the end, when

[tw] Re: [TW5][Discussion] DragnDrop Blocks

2018-03-06 Thread Mat
> > > @Jeremy has pointed out that dragging the content of a tiddler is already > possible this, you can try it on tiddlywiki.com > > <$list filter="[tag[HelloThere]]"> > <$draggable tiddler={{!!text}}><$text text=<>/> > > > Ha! Or to make it even more specific to clarify the simplicity of it:

[tw] Re: [TW5][Discussion] DragnDrop Blocks

2018-03-06 Thread @TiddlyTweeter
Ciao BTC & Mat One thing that interested me about this (because of its VISUALITY) is the possibility to construct complex based layouts. The advantage over normal is SEEING WSIWYG RENDER LEVEL. An example: say you wanted to make a three column newspaper layout consisting of of Images,

[tw] Re: [TW5][Discussion] DragnDrop Blocks

2018-03-06 Thread @TiddlyTweeter
BurningTreeC wrote: > > @Jeremy has pointed out that dragging the content of a tiddler is already > possible this, you can try it on tiddlywiki.com > Right. Your & Mat's approach is visually excellent. To ME its adding possibly "visually driven construction". BUT without being able to d-n-d

[tw] Re: [TW5][Discussion] DragnDrop Blocks

2018-03-06 Thread BurningTreeC
@Mat @Jeremy has pointed out that dragging the content of a tiddler is already possible this, you can try it on tiddlywiki.com <$list filter="[tag[HelloThere]]"> <$draggable tiddler={{!!text}}><$text text=<>/> -- You received this message because you are subscribed to the Google Groups

[tw] Re: [TW5][Discussion] DragnDrop Blocks

2018-03-06 Thread BurningTreeC
> > > An issue, that actually get's back to your original question in that other > thread; It would be neat to also be able to use this when in edit mode. I.e > drag'n drop an icon and have the code appear in the editor. Currently, only > the *title* of the source tiddler is dropped but it

[tw] Re: [TW5][Discussion] DragnDrop Blocks

2018-03-06 Thread BurningTreeC
> Very interesting... > > I wonder if it could work for the preview pane in edit mode. > > @AlexHough that's a great idea! let's see, it should work. one could choose a new preview type where stuff can be dragged into. I didn't think about the preview pane for this, but it could be the right

[tw] Re: [TW5][Discussion] DragnDrop Blocks

2018-03-05 Thread AlexHough
I made this a while back ...https://alexhough.github.io/DropOntoToClose.html Alex On Monday, 5 March 2018 22:04:08 UTC, Mat wrote: > > Thanks BurningTreeC. Your code is what made it possible. > > An issue, that actually get's back to your original question in that other > thread; It would be

[tw] Re: [TW5][Discussion] DragnDrop Blocks

2018-03-05 Thread Mat
Thanks BurningTreeC. Your code is what made it possible. An issue, that actually get's back to your original question in that other thread; It would be neat to also be able to use this when in edit mode. I.e drag'n drop an icon and have the code appear in the editor. Currently, only the

[tw] Re: [TW5][Discussion] DragnDrop Blocks

2018-03-05 Thread AlexHough
Very interesting... I wonder if it could work for the preview pane in edit mode. Alex On Monday, 5 March 2018 20:30:10 UTC, BurningTreeC wrote: > > Hi @all > > I'd like to continue the discussion @Mat and @me had here > in this