Whooooaa this is a really cool idea... that might even result into a
separate FAB plugin. I see this being usable even outside of Material
theme! I'll start working on a demo.
Btw, as more and more people use your widgets in their plugins/theme, do
you think it's better if the widgets remain separate, to be pulled from the
official plugin library? Or together are they small enough to be packaged
together? I'm thinking of folks who have a lot of plugins installed who
might get confused over which plugin is dependent on which plugin. The
hurdles of keeping track!
On Monday, April 9, 2018 at 6:54:39 PM UTC+9, BurningTreeC wrote:
>
> Oh man, by using that feature of the dynaview plugin, it looks like I
>> indeed have to top-fix something. Thanks for the recommendation!
>>
>> I'll look more into it, but as of now it's not bothering me at all on
>> Noteself Android. It's just Chrome (for Android) that's showing some kinks
>>
>
> Just letting you know about that feature, it's a bit hidden
>
> I got an idea for your FAB button if you want to make it movable
>
> you can use the <$press> and <$pan> widget on it and set the $time
> interval of the press widget higher, so that one needs to press for an
> amount of time to trigger the action
> then the action would be to set the pan widget state on:
> $state={{$:/a-tiddler-for-on-off}}
> then the fab button could be moved around
> the endactions of the pan widget then can set the state of
> $:/a-tiddler-for-on-off to "off"
>
> then with some css:
>
> <$list filter="[[$:/state/fab-pan-statetiddler]!is[missing]]">
>
> .tc-fab-button {
> position: absolute;
> left: {{$:/state/fab-pan-statetiddler!!center-x}}px;
> top: {{$:/state/fab-pan-statetiddler!!center-y}}px;
> bottom: inherit;
> right: inherit;
> }
>
> </$list>
>
--
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/0351816c-7540-4145-b2f4-563b84253f6a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.