Folks,
The following is an in progress package that provides view and editor toolbar buttons to jump to the bottom of the current tiddler, and at the bottom a “button” to jump to the top of the current tiddler. Try it on TiddlyWiki.com
tiddler-anchors.json (904 Bytes)
It actually works really well, it only has one problem;
- The icons show even when unnecessary because on shorter tiddlers you can see both the top and the bottom.
Solution needed if possible;
- Is it possible with CSS to determine if something is visible on the page and hide something else if it is?
- The toolbar down button would be hidden if the jump to top link (known ID) is visible ie we can see the bottom of the tiddler.
- The jump to top button would be hidden if the “toolbar down button” OR Title (knowable ID) is visible ie we can see the top/title of the tiddler.
- Basically neither will display if the other “would be visible” in the current view.
Thanks in advance;