Re: Re: [tw5] Re: [tw] Re: Material Theme for TW5 (sort of)

2018-04-18 Thread JD
Hey Bardy, On Thursday, April 12, 2018 at 11:15:26 AM UTC+9, bardy wrote: > > > would you mind trying out the updated theme on the main Tiddlywiki site, > or on Empty edition? > > hi, it's my pleasure > > just tried your current version 0.3.53 > on both the main Tiddlywiki site and Empty editio

Re: Re: [tw5] Re: [tw] Re: Material Theme for TW5 (sort of)

2018-04-11 Thread ruby
> would you mind trying out the updated theme on the main Tiddlywiki site, or > on Empty edition? hi, it's my pleasure just tried your current version 0.3.53 on both the main Tiddlywiki site and Empty edition I think everything is OK now. one thing: in the default Color theme the color of

Re: [tw5] Re: [tw] Re: Material Theme for TW5 (sort of)

2018-04-11 Thread JD
Hey Bardy, thanks so much for the bug reports, they're really valuable to me! The old zoomin problem.. 😑 looks like I needed to define the CSS more specifically for tiddler frames in zoomin view. I updated the theme and hope that this is not a persisting problem! As for having to drag the visi

[tw5] Re: [tw] Re: Material Theme for TW5 (sort of)

2018-04-10 Thread ruby
hi, as said , I draw them to https://tiddlywiki.com/empty.html, obviously it's empty, no need to delete anything. anyway I've figured out something. I need to drag these extra tiddlers to get the same: * [[$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-tiddler]] * $:/themes/tiddl

[tw5] Re: [tw] Re: Material Theme for TW5 (sort of)

2018-04-10 Thread BurningTreeC
... the updates on moveablefab.tiddlyspot.com have become a bit bigger, it works great now (on my laptop) and can be customized further if one wants we could have different buttons if swiping up/down/right/left for example -- You received this message because you are subscribed to the Google G

[tw5] Re: [tw] Re: Material Theme for TW5 (sort of)

2018-04-10 Thread BurningTreeC
@JD I made some minor updates on my moveablefab.tiddlyspot.com mostly the handling when you press long enough to pan, but you don't actually pan, so that it deletes that one state tiddler that allows panning with the <$press> endactions (with a list filter that checks if panning was done) an

[tw5] Re: [tw] Re: Material Theme for TW5 (sort of)

2018-04-10 Thread BurningTreeC
\define mymacro() list action bla \end <$tap $actions="""<>"""> works, too -- 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.co

[tw5] Re: [tw] Re: Material Theme for TW5 (sort of)

2018-04-10 Thread BurningTreeC
> > Whoa, I just found out by studying your code that actions can be defined > in macros... I tried it with your test page just to see if it worked > (nothing was changed inside the macros) > Oh yes, that's possible :) - that allows many many ideas to become possible > > \define pressStartAct

[tw5] Re: [tw] Re: Material Theme for TW5 (sort of)

2018-04-10 Thread JD
Whoa, I just found out by studying your code that actions can be defined in macros... I tried it with your test page just to see if it worked (nothing was changed inside the macros) \define pressStartActions() """ <$action-setfield $tiddler="$:/state/fab-pan-values" $field="center-x" $value={{$

[tw5] Re: [tw] Re: Material Theme for TW5 (sort of)

2018-04-10 Thread BurningTreeC
> > oh, yeah, that was pointed out in the official HammerWidgets page, too > (the pointer events block). > > While I'm well inside the div, panning very slowly so the div keeps up, > the iframe doesn't block the movement... which made me think of Surgery > games and such which gave me the

[tw5] Re: [tw] Re: Material Theme for TW5 (sort of)

2018-04-10 Thread JD
oh, yeah, that was pointed out in the official HammerWidgets page, too (the pointer events block). While I'm well inside the div, panning very slowly so the div keeps up, the iframe doesn't block the movement... which made me think of Surgery games and such which gave me the idea of the po

[tw5] Re: [tw] Re: Material Theme for TW5 (sort of)

2018-04-10 Thread JD
Oh my, Bardy, looks like the theme tiddlers at http://emptymaterial.tiddlyspot.com/ are not in sync with each other. Do you mind going over the following steps? I just want to know the cause of the problem (which I see as the tiddler frame not filling the story river) 1. Go to filter search, co

[tw5] Re: [tw] Re: Material Theme for TW5 (sort of)

2018-04-10 Thread BurningTreeC
@JD I think the problem is the changing content or too many things changing there within at the same time and missing handling in my widgets I'll have to figure out how to handle that, I'm sure there's a lot of potential to tweak and correct stuff ... I hope I can make them better, I'll see an

[tw5] Re: [tw] Re: Material Theme for TW5 (sort of)

2018-04-10 Thread JD
Yeah, I think I'm hitting the same errors as you had. Maybe it's a problem with sandwiching widgets with each other? I tried both <$swipe><$press> <$press><$swipe> to no avail! Thanks for looking into it :) On Tuesday, April 10, 2018 at 8:55:40 PM UTC+9, BurningTreeC wrote: > > @JD - I'm tryi

[tw5] Re: [tw] Re: Material Theme for TW5 (sort of)

2018-04-10 Thread BurningTreeC
@JD - I'm trying to get my idea of the moveable fab button to work. It's a bit more complicated than I thought to be honest. I have to change some things in the widgets and see what works ... it's a use-case I want to cover, so I want to make this work I'll let you know when I have a fully worki

[tw5] Re: [tw] Re: Material Theme for TW5 (sort of)

2018-04-10 Thread BurningTreeC
@bardy - if you ask me, the look on your emptymaterial page is exactly the look from the material page after dragging the links to your wiki, you need to SAVE and RELOAD to see the changes Simon -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw5] Re: [tw] Re: Material Theme for TW5 (sort of)

2018-04-07 Thread JD
Oh man, I should've deleted that site! ( http://j.d.material.muri.tiddlyspot.com/) At the time it was more of a proof-of-concept... I moved on with a simpler implementation of the widget and that site no longer applies (I'll delete it in a sec) If you still plan on using the theme with the swip

[tw5] Re: [tw] Re: Material Theme for TW5 (sort of)

2018-04-07 Thread JD
Hey Bardy thanks for the bug reports! The misaligned TOC turned out to be due to missing class declarations in the Material-ized SVG tiddlers. I updated the iconset at the demosite, please export/import the set again if you still wish to use them. I also updated the theme to comply with the