[tw5] Re: Showing off: Muuri StoryView 0.2.0 Prerelease

2020-12-21 Thread BurningTreeC
@Saq, now the configuration can be fully done via a namespace given with 
the storyViewConffig attribute, defaulting to $:/config/muuri/storyview/

best wishes

saq.i...@gmail.com schrieb am Sonntag, 20. Dezember 2020 um 18:39:20 UTC+1:

> @BTC
>  
>
>> that would indeed be neat. should that storyViewConfig be a single 
>> tiddler (like a data tiddler) or a namespace?
>>
>
> Hmm. I think I've seen Jeremy mention wanting to eventually deprecate data 
> tiddlers, and using individual tiddlers is the more TiddlyWiki way. So this 
> would mean storyViewConfig would be a namespace. Alternatively you could 
> use fields in the same tiddler for different parameters.
>

-- 
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/0e09ee0c-1f33-4163-8b0e-709c949353ebn%40googlegroups.com.


[tw5] Re: Showing off: Muuri StoryView 0.2.0 Prerelease

2020-12-20 Thread BurningTreeC
@Ste,

> Was just wondering if the mobile view could be set to toggle between on 
and two coloumns? 

I'll think about this, maybe there's a way to do so

Ste schrieb am Sonntag, 20. Dezember 2020 um 17:51:57 UTC+1:

>
> Hi.  Was just wondering if the mobile view could be set to toggle between 
> on and two coloumns? 
> On Sunday, 20 December 2020 at 15:54:57 UTC BurningTreeC wrote:
>
>> @Saq,
>>
>> > what would be neat is if Muuri looked for a storyViewConfig tiddler 
>> attribute on the list widget, and if it didn't exist used a default value 
>> for the config tiddler.
>>
>> that would indeed be neat. should that storyViewConfig be a single 
>> tiddler (like a data tiddler) or a namespace?
>>
>> > Then a layout with multiple stories could just specify a 
>> storyViewConfig attribute for each extra stories list view, and if Muuri 
>> was used it would be able to use that configTiddler. This way a layout does 
>> not need to know if Muuri might be used, and installing Muuri would not 
>> necessitate editing shadow tiddlers.
>>
>> understood, yes that would be great...
>>
>> In the meantime I've updated the plugin so that also the dragHandle and 
>> the connectionSelector can be configured by a config tiddler
>>
>>
>>
>> saq.i...@gmail.com schrieb am Sonntag, 20. Dezember 2020 um 16:24:24 
>> UTC+1:
>>
>>> @BTC what would be neat is if Muuri looked for a storyViewConfig tiddler 
>>> attribute on the list widget, and if it didn't exist used a default value 
>>> for the config tiddler.
>>>
>>> Then a layout with multiple stories could just specify a storyViewConfig 
>>> attribute for each extra stories list view, and if Muuri was used it would 
>>> be able to use that configTiddler. This way a layout does not need to know 
>>> if Muuri might be used, and installing Muuri would not necessitate editing 
>>> shadow tiddlers.
>>>
>>> On Sunday, December 20, 2020 at 4:17:14 PM UTC+1 BurningTreeC wrote:
>>>
 @Saq, right now almost every configuration for the main muuri story 
 (the one in the story river) is done using a config tiddler. Only the 
 connection with another Grid must be done with an attribute on the list 
 widget. I could make that also configurable using a config tiddler

 saq.i...@gmail.com schrieb am Sonntag, 20. Dezember 2020 um 14:47:11 
 UTC+1:

> @BTC yeah there isn't an obvious solution that comes to mind but I 
> will think about it. 
>
> I considered a config tiddler that is determined by the name of the 
> storylist, but that would preclude two muuri with the same storylist.
>
> On Sunday, December 20, 2020 at 2:42:05 PM UTC+1 BurningTreeC wrote:
>
>> Hi Saq,
>>
>> > In principle I quite like that the storyview gets its 
>> attributes/settings from the ListWidget. In practice however this means 
>> having to edit shadow tiddlers. I am wondering if there is way around 
>> that...
>>
>> Yes that's the downside of it - I haven't found another way around it 
>> but I'm open for ideas
>>
>> best wishes
>>
>> saq.i...@gmail.com schrieb am Sonntag, 20. Dezember 2020 um 14:37:09 
>> UTC+1:
>>
>>> Looks good @BTC!
>>>
>>> Love the dragHandle support.
>>>
>>> In principle I quite like that the storyview gets its 
>>> attributes/settings from the ListWidget. In practice however this means 
>>> having to edit shadow tiddlers. I am wondering if there is way around 
>>> that...
>>>
>>> Cheers,
>>> Saq
>>>
>>> On Sunday, December 20, 2020 at 11:45:56 AM UTC+1 BurningTreeC wrote:
>>>

 Hi TiddlyWiki folks,

 I want to show you my Muuri StoryView plugin version 0.2.0 
 Prerelease.

 It contains various Bugfixes and can overall be considered more 
 stable

 New Feature:

- Drop Actions: actions triggered when dropping an item from 
one grid into another grid
   - the actionTiddler and modifier variables are available 
   within the action-string, containing the title of the dragged 
 item 
   respectively the modifier keys held while dragging

 Missing Feature:

- A configuration panel. I'm currently overhauling it.

 You play with it at https://burningtreec.github.io/tiddlywiki-muuri

 On the Demo page there's a Sidebar Grid where you can drop tiddlers 
 into. Holding shift while dragging adds a tag to that Tiddler. Holding 
 ctrl-shift while dragging shifts the Tiddler to edit mode.

 That's just a Demo of what can be built with the Muuri StoryView.

 If we think about it - having a Muuri StoryView in the main river 
 on the left and having one or two Grids in the SideBar with some 
 defined 
 dropActions makes the whole 

[tw5] Re: Showing off: Muuri StoryView 0.2.0 Prerelease

2020-12-20 Thread BurningTreeC
@Saq,

>Hmm. I think I've seen Jeremy mention wanting to eventually deprecate data 
tiddlers, and using individual tiddlers is the more TiddlyWiki way. So this 
would mean storyViewConfig would be a namespace. Alternatively you could 
use fields in the same tiddler for different parameters.

I think I'll go the namespace way. I've already started with it and it's 
indeed a better way to configure the storyview. Thanks for the tip!

best wishes

saq.i...@gmail.com schrieb am Sonntag, 20. Dezember 2020 um 18:39:20 UTC+1:

> @BTC
>  
>
>> that would indeed be neat. should that storyViewConfig be a single 
>> tiddler (like a data tiddler) or a namespace?
>>
>
> Hmm. I think I've seen Jeremy mention wanting to eventually deprecate data 
> tiddlers, and using individual tiddlers is the more TiddlyWiki way. So this 
> would mean storyViewConfig would be a namespace. Alternatively you could 
> use fields in the same tiddler for different parameters.
>

-- 
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/4de90814-48d6-4d4a-b255-13b532d70744n%40googlegroups.com.


[tw5] Re: Showing off: Muuri StoryView 0.2.0 Prerelease

2020-12-20 Thread Saq Imtiaz
@BTC
 

> that would indeed be neat. should that storyViewConfig be a single tiddler 
> (like a data tiddler) or a namespace?
>

Hmm. I think I've seen Jeremy mention wanting to eventually deprecate data 
tiddlers, and using individual tiddlers is the more TiddlyWiki way. So this 
would mean storyViewConfig would be a namespace. Alternatively you could 
use fields in the same tiddler for different parameters.

-- 
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/e4fd2753-8434-4e19-9aea-e86aea2dd324n%40googlegroups.com.


[tw5] Re: Showing off: Muuri StoryView 0.2.0 Prerelease

2020-12-20 Thread Ste

Hi.  Was just wondering if the mobile view could be set to toggle between 
on and two coloumns? 
On Sunday, 20 December 2020 at 15:54:57 UTC BurningTreeC wrote:

> @Saq,
>
> > what would be neat is if Muuri looked for a storyViewConfig tiddler 
> attribute on the list widget, and if it didn't exist used a default value 
> for the config tiddler.
>
> that would indeed be neat. should that storyViewConfig be a single tiddler 
> (like a data tiddler) or a namespace?
>
> > Then a layout with multiple stories could just specify a storyViewConfig 
> attribute for each extra stories list view, and if Muuri was used it would 
> be able to use that configTiddler. This way a layout does not need to know 
> if Muuri might be used, and installing Muuri would not necessitate editing 
> shadow tiddlers.
>
> understood, yes that would be great...
>
> In the meantime I've updated the plugin so that also the dragHandle and 
> the connectionSelector can be configured by a config tiddler
>
>
>
> saq.i...@gmail.com schrieb am Sonntag, 20. Dezember 2020 um 16:24:24 
> UTC+1:
>
>> @BTC what would be neat is if Muuri looked for a storyViewConfig tiddler 
>> attribute on the list widget, and if it didn't exist used a default value 
>> for the config tiddler.
>>
>> Then a layout with multiple stories could just specify a storyViewConfig 
>> attribute for each extra stories list view, and if Muuri was used it would 
>> be able to use that configTiddler. This way a layout does not need to know 
>> if Muuri might be used, and installing Muuri would not necessitate editing 
>> shadow tiddlers.
>>
>> On Sunday, December 20, 2020 at 4:17:14 PM UTC+1 BurningTreeC wrote:
>>
>>> @Saq, right now almost every configuration for the main muuri story (the 
>>> one in the story river) is done using a config tiddler. Only the connection 
>>> with another Grid must be done with an attribute on the list widget. I 
>>> could make that also configurable using a config tiddler
>>>
>>> saq.i...@gmail.com schrieb am Sonntag, 20. Dezember 2020 um 14:47:11 
>>> UTC+1:
>>>
 @BTC yeah there isn't an obvious solution that comes to mind but I will 
 think about it. 

 I considered a config tiddler that is determined by the name of the 
 storylist, but that would preclude two muuri with the same storylist.

 On Sunday, December 20, 2020 at 2:42:05 PM UTC+1 BurningTreeC wrote:

> Hi Saq,
>
> > In principle I quite like that the storyview gets its 
> attributes/settings from the ListWidget. In practice however this means 
> having to edit shadow tiddlers. I am wondering if there is way around 
> that...
>
> Yes that's the downside of it - I haven't found another way around it 
> but I'm open for ideas
>
> best wishes
>
> saq.i...@gmail.com schrieb am Sonntag, 20. Dezember 2020 um 14:37:09 
> UTC+1:
>
>> Looks good @BTC!
>>
>> Love the dragHandle support.
>>
>> In principle I quite like that the storyview gets its 
>> attributes/settings from the ListWidget. In practice however this means 
>> having to edit shadow tiddlers. I am wondering if there is way around 
>> that...
>>
>> Cheers,
>> Saq
>>
>> On Sunday, December 20, 2020 at 11:45:56 AM UTC+1 BurningTreeC wrote:
>>
>>>
>>> Hi TiddlyWiki folks,
>>>
>>> I want to show you my Muuri StoryView plugin version 0.2.0 
>>> Prerelease.
>>>
>>> It contains various Bugfixes and can overall be considered more 
>>> stable
>>>
>>> New Feature:
>>>
>>>- Drop Actions: actions triggered when dropping an item from one 
>>>grid into another grid
>>>   - the actionTiddler and modifier variables are available 
>>>   within the action-string, containing the title of the dragged 
>>> item 
>>>   respectively the modifier keys held while dragging
>>>
>>> Missing Feature:
>>>
>>>- A configuration panel. I'm currently overhauling it.
>>>
>>> You play with it at https://burningtreec.github.io/tiddlywiki-muuri
>>>
>>> On the Demo page there's a Sidebar Grid where you can drop tiddlers 
>>> into. Holding shift while dragging adds a tag to that Tiddler. Holding 
>>> ctrl-shift while dragging shifts the Tiddler to edit mode.
>>>
>>> That's just a Demo of what can be built with the Muuri StoryView.
>>>
>>> If we think about it - having a Muuri StoryView in the main river on 
>>> the left and having one or two Grids in the SideBar with some defined 
>>> dropActions makes the whole TiddlyWiki a Kanban on steroids :)
>>>
>>>
>>> As always, I'm open for critics and ideas, just leave me a post
>>>
>>> all the best, BTC
>>>
>>

-- 
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 

[tw5] Re: Showing off: Muuri StoryView 0.2.0 Prerelease

2020-12-20 Thread BurningTreeC
@Saq,

> what would be neat is if Muuri looked for a storyViewConfig tiddler 
attribute on the list widget, and if it didn't exist used a default value 
for the config tiddler.

that would indeed be neat. should that storyViewConfig be a single tiddler 
(like a data tiddler) or a namespace?

> Then a layout with multiple stories could just specify a storyViewConfig 
attribute for each extra stories list view, and if Muuri was used it would 
be able to use that configTiddler. This way a layout does not need to know 
if Muuri might be used, and installing Muuri would not necessitate editing 
shadow tiddlers.

understood, yes that would be great...

In the meantime I've updated the plugin so that also the dragHandle and the 
connectionSelector can be configured by a config tiddler



saq.i...@gmail.com schrieb am Sonntag, 20. Dezember 2020 um 16:24:24 UTC+1:

> @BTC what would be neat is if Muuri looked for a storyViewConfig tiddler 
> attribute on the list widget, and if it didn't exist used a default value 
> for the config tiddler.
>
> Then a layout with multiple stories could just specify a storyViewConfig 
> attribute for each extra stories list view, and if Muuri was used it would 
> be able to use that configTiddler. This way a layout does not need to know 
> if Muuri might be used, and installing Muuri would not necessitate editing 
> shadow tiddlers.
>
> On Sunday, December 20, 2020 at 4:17:14 PM UTC+1 BurningTreeC wrote:
>
>> @Saq, right now almost every configuration for the main muuri story (the 
>> one in the story river) is done using a config tiddler. Only the connection 
>> with another Grid must be done with an attribute on the list widget. I 
>> could make that also configurable using a config tiddler
>>
>> saq.i...@gmail.com schrieb am Sonntag, 20. Dezember 2020 um 14:47:11 
>> UTC+1:
>>
>>> @BTC yeah there isn't an obvious solution that comes to mind but I will 
>>> think about it. 
>>>
>>> I considered a config tiddler that is determined by the name of the 
>>> storylist, but that would preclude two muuri with the same storylist.
>>>
>>> On Sunday, December 20, 2020 at 2:42:05 PM UTC+1 BurningTreeC wrote:
>>>
 Hi Saq,

 > In principle I quite like that the storyview gets its 
 attributes/settings from the ListWidget. In practice however this means 
 having to edit shadow tiddlers. I am wondering if there is way around 
 that...

 Yes that's the downside of it - I haven't found another way around it 
 but I'm open for ideas

 best wishes

 saq.i...@gmail.com schrieb am Sonntag, 20. Dezember 2020 um 14:37:09 
 UTC+1:

> Looks good @BTC!
>
> Love the dragHandle support.
>
> In principle I quite like that the storyview gets its 
> attributes/settings from the ListWidget. In practice however this means 
> having to edit shadow tiddlers. I am wondering if there is way around 
> that...
>
> Cheers,
> Saq
>
> On Sunday, December 20, 2020 at 11:45:56 AM UTC+1 BurningTreeC wrote:
>
>>
>> Hi TiddlyWiki folks,
>>
>> I want to show you my Muuri StoryView plugin version 0.2.0 Prerelease.
>>
>> It contains various Bugfixes and can overall be considered more stable
>>
>> New Feature:
>>
>>- Drop Actions: actions triggered when dropping an item from one 
>>grid into another grid
>>   - the actionTiddler and modifier variables are available 
>>   within the action-string, containing the title of the dragged item 
>>   respectively the modifier keys held while dragging
>>
>> Missing Feature:
>>
>>- A configuration panel. I'm currently overhauling it.
>>
>> You play with it at https://burningtreec.github.io/tiddlywiki-muuri
>>
>> On the Demo page there's a Sidebar Grid where you can drop tiddlers 
>> into. Holding shift while dragging adds a tag to that Tiddler. Holding 
>> ctrl-shift while dragging shifts the Tiddler to edit mode.
>>
>> That's just a Demo of what can be built with the Muuri StoryView.
>>
>> If we think about it - having a Muuri StoryView in the main river on 
>> the left and having one or two Grids in the SideBar with some defined 
>> dropActions makes the whole TiddlyWiki a Kanban on steroids :)
>>
>>
>> As always, I'm open for critics and ideas, just leave me a post
>>
>> all the best, BTC
>>
>

-- 
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/089e3a2b-51e9-49bb-91aa-13a75186abb1n%40googlegroups.com.


[tw5] Re: Showing off: Muuri StoryView 0.2.0 Prerelease

2020-12-20 Thread BurningTreeC
@Sylvain,

> Since you can also choose our storyview engine for this second column, 
it's sound perfect (but it's not ^-^', in my test play with Muuri change 
content from first colums).

If you use muuri in the second column of the stories plugin, you need to 
specify the storyList attribute to the list widget so that muuri doesn't 
change the default $:/StoryList. So if the second column lists 
"[list[$:/StoryList2]]" you need to add storyList="$:/StoryList2" to the 
list widget

best wishes

sil...@gmail.com schrieb am Sonntag, 20. Dezember 2020 um 16:18:11 UTC+1:

> Le dimanche 20 décembre 2020 à 14:47:02 UTC+1, BurningTreeC a écrit :
>
>> > Another reaction, I say to myself that I would like to be able to fix a 
>> column, the first one for example, and thus scroll through the other 
>> columns? This may not make sense, it's just a comment.
>>
>> Makes sense somehow... That reminds me of the Stroll plugin. But it's not 
>> currently possible out-of-the box with the Muuri plugin.
>>
>
> You're right, with Strories plugin, this is what I was in mind.
> https://github.com/saqimtiaz/sq-tw/blob/master/stories.html
>
> Since you can also choose our storyview engine for this second column, 
> it's sound perfect (but it's not ^-^', in my test play with Muuri change 
> content from first colums).
>
> Cheers,
> Sylvain
>

-- 
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/9d1d464e-aa81-4803-8b33-38af759e7e0an%40googlegroups.com.


[tw5] Re: Showing off: Muuri StoryView 0.2.0 Prerelease

2020-12-20 Thread Saq Imtiaz
@BTC what would be neat is if Muuri looked for a storyViewConfig tiddler 
attribute on the list widget, and if it didn't exist used a default value 
for the config tiddler.

Then a layout with multiple stories could just specify a storyViewConfig 
attribute for each extra stories list view, and if Muuri was used it would 
be able to use that configTiddler. This way a layout does not need to know 
if Muuri might be used, and installing Muuri would not necessitate editing 
shadow tiddlers.

On Sunday, December 20, 2020 at 4:17:14 PM UTC+1 BurningTreeC wrote:

> @Saq, right now almost every configuration for the main muuri story (the 
> one in the story river) is done using a config tiddler. Only the connection 
> with another Grid must be done with an attribute on the list widget. I 
> could make that also configurable using a config tiddler
>
> saq.i...@gmail.com schrieb am Sonntag, 20. Dezember 2020 um 14:47:11 
> UTC+1:
>
>> @BTC yeah there isn't an obvious solution that comes to mind but I will 
>> think about it. 
>>
>> I considered a config tiddler that is determined by the name of the 
>> storylist, but that would preclude two muuri with the same storylist.
>>
>> On Sunday, December 20, 2020 at 2:42:05 PM UTC+1 BurningTreeC wrote:
>>
>>> Hi Saq,
>>>
>>> > In principle I quite like that the storyview gets its 
>>> attributes/settings from the ListWidget. In practice however this means 
>>> having to edit shadow tiddlers. I am wondering if there is way around 
>>> that...
>>>
>>> Yes that's the downside of it - I haven't found another way around it 
>>> but I'm open for ideas
>>>
>>> best wishes
>>>
>>> saq.i...@gmail.com schrieb am Sonntag, 20. Dezember 2020 um 14:37:09 
>>> UTC+1:
>>>
 Looks good @BTC!

 Love the dragHandle support.

 In principle I quite like that the storyview gets its 
 attributes/settings from the ListWidget. In practice however this means 
 having to edit shadow tiddlers. I am wondering if there is way around 
 that...

 Cheers,
 Saq

 On Sunday, December 20, 2020 at 11:45:56 AM UTC+1 BurningTreeC wrote:

>
> Hi TiddlyWiki folks,
>
> I want to show you my Muuri StoryView plugin version 0.2.0 Prerelease.
>
> It contains various Bugfixes and can overall be considered more stable
>
> New Feature:
>
>- Drop Actions: actions triggered when dropping an item from one 
>grid into another grid
>   - the actionTiddler and modifier variables are available within 
>   the action-string, containing the title of the dragged item 
> respectively 
>   the modifier keys held while dragging
>
> Missing Feature:
>
>- A configuration panel. I'm currently overhauling it.
>
> You play with it at https://burningtreec.github.io/tiddlywiki-muuri
>
> On the Demo page there's a Sidebar Grid where you can drop tiddlers 
> into. Holding shift while dragging adds a tag to that Tiddler. Holding 
> ctrl-shift while dragging shifts the Tiddler to edit mode.
>
> That's just a Demo of what can be built with the Muuri StoryView.
>
> If we think about it - having a Muuri StoryView in the main river on 
> the left and having one or two Grids in the SideBar with some defined 
> dropActions makes the whole TiddlyWiki a Kanban on steroids :)
>
>
> As always, I'm open for critics and ideas, just leave me a post
>
> all the best, BTC
>


-- 
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/600837ac-daf5-4275-9c00-6bd1ab1d1c35n%40googlegroups.com.


[tw5] Re: Showing off: Muuri StoryView 0.2.0 Prerelease

2020-12-20 Thread Sylvain Naudin


Le dimanche 20 décembre 2020 à 14:47:02 UTC+1, BurningTreeC a écrit :

> > Another reaction, I say to myself that I would like to be able to fix a 
> column, the first one for example, and thus scroll through the other 
> columns? This may not make sense, it's just a comment.
>
> Makes sense somehow... That reminds me of the Stroll plugin. But it's not 
> currently possible out-of-the box with the Muuri plugin.
>

You're right, with Strories plugin, this is what I was in mind.
https://github.com/saqimtiaz/sq-tw/blob/master/stories.html

Since you can also choose our storyview engine for this second column, it's 
sound perfect (but it's not ^-^', in my test play with Muuri change content 
from first colums).

Cheers,
Sylvain

-- 
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/e689792a-1791-411d-9984-fb6a3744c689n%40googlegroups.com.


[tw5] Re: Showing off: Muuri StoryView 0.2.0 Prerelease

2020-12-20 Thread BurningTreeC
@Saq, right now almost every configuration for the main muuri story (the 
one in the story river) is done using a config tiddler. Only the connection 
with another Grid must be done with an attribute on the list widget. I 
could make that also configurable using a config tiddler

saq.i...@gmail.com schrieb am Sonntag, 20. Dezember 2020 um 14:47:11 UTC+1:

> @BTC yeah there isn't an obvious solution that comes to mind but I will 
> think about it. 
>
> I considered a config tiddler that is determined by the name of the 
> storylist, but that would preclude two muuri with the same storylist.
>
> On Sunday, December 20, 2020 at 2:42:05 PM UTC+1 BurningTreeC wrote:
>
>> Hi Saq,
>>
>> > In principle I quite like that the storyview gets its 
>> attributes/settings from the ListWidget. In practice however this means 
>> having to edit shadow tiddlers. I am wondering if there is way around 
>> that...
>>
>> Yes that's the downside of it - I haven't found another way around it but 
>> I'm open for ideas
>>
>> best wishes
>>
>> saq.i...@gmail.com schrieb am Sonntag, 20. Dezember 2020 um 14:37:09 
>> UTC+1:
>>
>>> Looks good @BTC!
>>>
>>> Love the dragHandle support.
>>>
>>> In principle I quite like that the storyview gets its 
>>> attributes/settings from the ListWidget. In practice however this means 
>>> having to edit shadow tiddlers. I am wondering if there is way around 
>>> that...
>>>
>>> Cheers,
>>> Saq
>>>
>>> On Sunday, December 20, 2020 at 11:45:56 AM UTC+1 BurningTreeC wrote:
>>>

 Hi TiddlyWiki folks,

 I want to show you my Muuri StoryView plugin version 0.2.0 Prerelease.

 It contains various Bugfixes and can overall be considered more stable

 New Feature:

- Drop Actions: actions triggered when dropping an item from one 
grid into another grid
   - the actionTiddler and modifier variables are available within 
   the action-string, containing the title of the dragged item 
 respectively 
   the modifier keys held while dragging

 Missing Feature:

- A configuration panel. I'm currently overhauling it.

 You play with it at https://burningtreec.github.io/tiddlywiki-muuri

 On the Demo page there's a Sidebar Grid where you can drop tiddlers 
 into. Holding shift while dragging adds a tag to that Tiddler. Holding 
 ctrl-shift while dragging shifts the Tiddler to edit mode.

 That's just a Demo of what can be built with the Muuri StoryView.

 If we think about it - having a Muuri StoryView in the main river on 
 the left and having one or two Grids in the SideBar with some defined 
 dropActions makes the whole TiddlyWiki a Kanban on steroids :)


 As always, I'm open for critics and ideas, just leave me a post

 all the best, BTC

>>>

-- 
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/adc758b7-8fc8-45ec-8514-105b7259f70fn%40googlegroups.com.


[tw5] Re: Showing off: Muuri StoryView 0.2.0 Prerelease

2020-12-20 Thread Sylvain Naudin

Le dimanche 20 décembre 2020 à 14:47:02 UTC+1, BurningTreeC a écrit :

> Set the tiddler "$:/config/muuri/storyview/align-right" to "no" and 
> tiddlers will be aligned from left to right.


Yes, this is what I was looking for :)
Thanks,
 

-- 
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/124c7f5d-cd8f-4aac-acf3-caf5a7d48219n%40googlegroups.com.


[tw5] Re: Showing off: Muuri StoryView 0.2.0 Prerelease

2020-12-20 Thread Saq Imtiaz
@BTC yeah there isn't an obvious solution that comes to mind but I will 
think about it. 

I considered a config tiddler that is determined by the name of the 
storylist, but that would preclude two muuri with the same storylist.

On Sunday, December 20, 2020 at 2:42:05 PM UTC+1 BurningTreeC wrote:

> Hi Saq,
>
> > In principle I quite like that the storyview gets its 
> attributes/settings from the ListWidget. In practice however this means 
> having to edit shadow tiddlers. I am wondering if there is way around 
> that...
>
> Yes that's the downside of it - I haven't found another way around it but 
> I'm open for ideas
>
> best wishes
>
> saq.i...@gmail.com schrieb am Sonntag, 20. Dezember 2020 um 14:37:09 
> UTC+1:
>
>> Looks good @BTC!
>>
>> Love the dragHandle support.
>>
>> In principle I quite like that the storyview gets its attributes/settings 
>> from the ListWidget. In practice however this means having to edit shadow 
>> tiddlers. I am wondering if there is way around that...
>>
>> Cheers,
>> Saq
>>
>> On Sunday, December 20, 2020 at 11:45:56 AM UTC+1 BurningTreeC wrote:
>>
>>>
>>> Hi TiddlyWiki folks,
>>>
>>> I want to show you my Muuri StoryView plugin version 0.2.0 Prerelease.
>>>
>>> It contains various Bugfixes and can overall be considered more stable
>>>
>>> New Feature:
>>>
>>>- Drop Actions: actions triggered when dropping an item from one 
>>>grid into another grid
>>>   - the actionTiddler and modifier variables are available within 
>>>   the action-string, containing the title of the dragged item 
>>> respectively 
>>>   the modifier keys held while dragging
>>>
>>> Missing Feature:
>>>
>>>- A configuration panel. I'm currently overhauling it.
>>>
>>> You play with it at https://burningtreec.github.io/tiddlywiki-muuri
>>>
>>> On the Demo page there's a Sidebar Grid where you can drop tiddlers 
>>> into. Holding shift while dragging adds a tag to that Tiddler. Holding 
>>> ctrl-shift while dragging shifts the Tiddler to edit mode.
>>>
>>> That's just a Demo of what can be built with the Muuri StoryView.
>>>
>>> If we think about it - having a Muuri StoryView in the main river on the 
>>> left and having one or two Grids in the SideBar with some defined 
>>> dropActions makes the whole TiddlyWiki a Kanban on steroids :)
>>>
>>>
>>> As always, I'm open for critics and ideas, just leave me a post
>>>
>>> all the best, BTC
>>>
>>

-- 
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/2beececb-4f26-4c89-9884-1777609754dan%40googlegroups.com.


[tw5] Re: Showing off: Muuri StoryView 0.2.0 Prerelease

2020-12-20 Thread BurningTreeC
Hi Sylvain,

Thank you! I like your minstyle theme a lot as well!

> So I was wondering if it is possible (or already the case) to occupy the 
space in the first column first and not the second, for example when there 
is only one tiddler?
That way if I open a second one, it will fit on the right.

If I understand you correctly, you mean the alignment of the tiddlers from 
right to left or left to right? If that's the case, there's a configuration 
option. Set the tiddler "$:/config/muuri/storyview/align-right" to "no" and 
tiddlers will be aligned from left to right.

> Another reaction, I say to myself that I would like to be able to fix a 
column, the first one for example, and thus scroll through the other 
columns? This may not make sense, it's just a comment.

Makes sense somehow... That reminds me of the Stroll plugin. But it's not 
currently possible out-of-the box with the Muuri plugin.

best whishes, BTC

sil...@gmail.com schrieb am Sonntag, 20. Dezember 2020 um 14:37:49 UTC+1:

> Hi BTC,
>
> This is great demo. Congrats and thanks for this great job.
> I put the plugin on my minstyle wiki that I'm currently building and it 
> fits pretty well.
>
> I have never really taken the time to use and study Muuri.
> So I was wondering if it is possible (or already the case) to occupy the 
> space in the first column first and not the second, for example when there 
> is only one tiddler?
> That way if I open a second one, it will fit on the right.
>
> Another reaction, I say to myself that I would like to be able to fix a 
> column, the first one for example, and thus scroll through the other 
> columns? This may not make sense, it's just a comment.
>
> Regards,
> Sylvain
>
>
> Le dimanche 20 décembre 2020 à 11:45:56 UTC+1, BurningTreeC a écrit :
>
>>
>> Hi TiddlyWiki folks,
>>
>> I want to show you my Muuri StoryView plugin version 0.2.0 Prerelease.
>>
>> It contains various Bugfixes and can overall be considered more stable
>>
>> New Feature:
>>
>>- Drop Actions: actions triggered when dropping an item from one grid 
>>into another grid
>>   - the actionTiddler and modifier variables are available within 
>>   the action-string, containing the title of the dragged item 
>> respectively 
>>   the modifier keys held while dragging
>>
>> Missing Feature:
>>
>>- A configuration panel. I'm currently overhauling it.
>>
>> You play with it at https://burningtreec.github.io/tiddlywiki-muuri
>>
>> On the Demo page there's a Sidebar Grid where you can drop tiddlers into. 
>> Holding shift while dragging adds a tag to that Tiddler. Holding ctrl-shift 
>> while dragging shifts the Tiddler to edit mode.
>>
>> That's just a Demo of what can be built with the Muuri StoryView.
>>
>> If we think about it - having a Muuri StoryView in the main river on the 
>> left and having one or two Grids in the SideBar with some defined 
>> dropActions makes the whole TiddlyWiki a Kanban on steroids :)
>>
>>
>> As always, I'm open for critics and ideas, just leave me a post
>>
>> all the best, BTC
>>
>

-- 
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/0f0ace73-accd-402d-8d4f-6f59a303ba74n%40googlegroups.com.


[tw5] Re: Showing off: Muuri StoryView 0.2.0 Prerelease

2020-12-20 Thread BurningTreeC
Hi Saq,

> In principle I quite like that the storyview gets its attributes/settings 
from the ListWidget. In practice however this means having to edit shadow 
tiddlers. I am wondering if there is way around that...

Yes that's the downside of it - I haven't found another way around it but 
I'm open for ideas

best wishes

saq.i...@gmail.com schrieb am Sonntag, 20. Dezember 2020 um 14:37:09 UTC+1:

> Looks good @BTC!
>
> Love the dragHandle support.
>
> In principle I quite like that the storyview gets its attributes/settings 
> from the ListWidget. In practice however this means having to edit shadow 
> tiddlers. I am wondering if there is way around that...
>
> Cheers,
> Saq
>
> On Sunday, December 20, 2020 at 11:45:56 AM UTC+1 BurningTreeC wrote:
>
>>
>> Hi TiddlyWiki folks,
>>
>> I want to show you my Muuri StoryView plugin version 0.2.0 Prerelease.
>>
>> It contains various Bugfixes and can overall be considered more stable
>>
>> New Feature:
>>
>>- Drop Actions: actions triggered when dropping an item from one grid 
>>into another grid
>>   - the actionTiddler and modifier variables are available within 
>>   the action-string, containing the title of the dragged item 
>> respectively 
>>   the modifier keys held while dragging
>>
>> Missing Feature:
>>
>>- A configuration panel. I'm currently overhauling it.
>>
>> You play with it at https://burningtreec.github.io/tiddlywiki-muuri
>>
>> On the Demo page there's a Sidebar Grid where you can drop tiddlers into. 
>> Holding shift while dragging adds a tag to that Tiddler. Holding ctrl-shift 
>> while dragging shifts the Tiddler to edit mode.
>>
>> That's just a Demo of what can be built with the Muuri StoryView.
>>
>> If we think about it - having a Muuri StoryView in the main river on the 
>> left and having one or two Grids in the SideBar with some defined 
>> dropActions makes the whole TiddlyWiki a Kanban on steroids :)
>>
>>
>> As always, I'm open for critics and ideas, just leave me a post
>>
>> all the best, BTC
>>
>

-- 
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/09f927df-4c1d-4301-9b28-cc1823c8c74bn%40googlegroups.com.


[tw5] Re: Showing off: Muuri StoryView 0.2.0 Prerelease

2020-12-20 Thread Sylvain Naudin
Hi BTC,

This is great demo. Congrats and thanks for this great job.
I put the plugin on my minstyle wiki that I'm currently building and it 
fits pretty well.

I have never really taken the time to use and study Muuri.
So I was wondering if it is possible (or already the case) to occupy the 
space in the first column first and not the second, for example when there 
is only one tiddler?
That way if I open a second one, it will fit on the right.

Another reaction, I say to myself that I would like to be able to fix a 
column, the first one for example, and thus scroll through the other 
columns? This may not make sense, it's just a comment.

Regards,
Sylvain


Le dimanche 20 décembre 2020 à 11:45:56 UTC+1, BurningTreeC a écrit :

>
> Hi TiddlyWiki folks,
>
> I want to show you my Muuri StoryView plugin version 0.2.0 Prerelease.
>
> It contains various Bugfixes and can overall be considered more stable
>
> New Feature:
>
>- Drop Actions: actions triggered when dropping an item from one grid 
>into another grid
>   - the actionTiddler and modifier variables are available within the 
>   action-string, containing the title of the dragged item respectively 
> the 
>   modifier keys held while dragging
>
> Missing Feature:
>
>- A configuration panel. I'm currently overhauling it.
>
> You play with it at https://burningtreec.github.io/tiddlywiki-muuri
>
> On the Demo page there's a Sidebar Grid where you can drop tiddlers into. 
> Holding shift while dragging adds a tag to that Tiddler. Holding ctrl-shift 
> while dragging shifts the Tiddler to edit mode.
>
> That's just a Demo of what can be built with the Muuri StoryView.
>
> If we think about it - having a Muuri StoryView in the main river on the 
> left and having one or two Grids in the SideBar with some defined 
> dropActions makes the whole TiddlyWiki a Kanban on steroids :)
>
>
> As always, I'm open for critics and ideas, just leave me a post
>
> all the best, BTC
>

-- 
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/d1528a4d-c0a2-4454-9293-f5f5c56a0fd2n%40googlegroups.com.


[tw5] Re: Showing off: Muuri StoryView 0.2.0 Prerelease

2020-12-20 Thread Saq Imtiaz
Looks good @BTC!

Love the dragHandle support.

In principle I quite like that the storyview gets its attributes/settings 
from the ListWidget. In practice however this means having to edit shadow 
tiddlers. I am wondering if there is way around that...

Cheers,
Saq

On Sunday, December 20, 2020 at 11:45:56 AM UTC+1 BurningTreeC wrote:

>
> Hi TiddlyWiki folks,
>
> I want to show you my Muuri StoryView plugin version 0.2.0 Prerelease.
>
> It contains various Bugfixes and can overall be considered more stable
>
> New Feature:
>
>- Drop Actions: actions triggered when dropping an item from one grid 
>into another grid
>   - the actionTiddler and modifier variables are available within the 
>   action-string, containing the title of the dragged item respectively 
> the 
>   modifier keys held while dragging
>
> Missing Feature:
>
>- A configuration panel. I'm currently overhauling it.
>
> You play with it at https://burningtreec.github.io/tiddlywiki-muuri
>
> On the Demo page there's a Sidebar Grid where you can drop tiddlers into. 
> Holding shift while dragging adds a tag to that Tiddler. Holding ctrl-shift 
> while dragging shifts the Tiddler to edit mode.
>
> That's just a Demo of what can be built with the Muuri StoryView.
>
> If we think about it - having a Muuri StoryView in the main river on the 
> left and having one or two Grids in the SideBar with some defined 
> dropActions makes the whole TiddlyWiki a Kanban on steroids :)
>
>
> As always, I'm open for critics and ideas, just leave me a post
>
> all the best, BTC
>

-- 
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/7ad1d86a-7614-4a6c-ad1d-8ea30ac6432cn%40googlegroups.com.