Hi again,I've decided to finally release tobibeer/appear with version 0.5.5:
Hi again,
I've decided to finally release tobibeer/appear with version 0.5.5:
e.g. as popups, sliders or accordion style menu, even just inline text.
I designed and created it so as:
- to much simplify the popup mechanism for the end user
- to also cater for sliders all the way to accordion-style-menus
- to, under the hood, use basic core widgets (button and reveal) that yield the desired functionality
- however, without a need for you to fiddle with all the glue that makes them work as either popups or sliders
- to fix the problem that arises with the current ways of the core of always expecting the popup reveal to immediately follow the button that triggers it
- which results in popups being cut off within things like tables at the edges of a table cell
- now you can avoid this by using the handler mechanism which takes the reveal out of the flow and puts it into a global placeholder
- to allow you to specify states in the simplest way possible
- no more $:/state/foo/bar/baz, possibly constructed via intermediary helper macros
- unless you really want that, in which case you can have it
--
Best wishes,
Tobias.
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+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/7b9856dc-1b6e-49f3-98ca-b8c9be055890%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi again,I've decided to finally release tobibeer/appear with version 0.5.6:
e.g. as popups, sliders or accordion style menu, even just inline text.
I designed and created it so as:
- to have its inner content be the stuff that appears
- to much simplify the popup mechanism for the end user
- to also cater for sliders all the way to accordion-style-menus
- to, under the hood, use basic core widgets (button and reveal) that yield the desired functionality
- however, without a need for you to fiddle with all the glue that makes them work as either popups or sliders
- to fix the problem that arises with the current ways of the core of always expecting the popup reveal to immediately follow the button that triggers it
- which results in popups being cut off within things like tables at the edges of a table cell
- now you can avoid this by using the handler mechanism which takes the reveal out of the flow and puts it into a global placeholder
- to allow you to specify states in the simplest way possible
- no more $:/state/foo/bar/baz, possibly constructed via intermediary helper macros
- unless you really want that, in which case you can have it
Best wishes,Tobias.
I usually do not increase versions for typos as they do not make a
functional difference and are not a critical non-functional modification.