Well, I don't know what the Navigator widget is supposed to achieve there
to begin with? (I don't quite understand the docs
<https://tiddlywiki.com/#NavigatorWidget>).
<$navigator story="$:/StoryList"><<currentTiddler>></$navigator>
For example, the output does not seem to be a link.
Maybe using the non-link styling and putting the div inside the nav helps?
Like so:
<style>
/*when content is NOT a link*/
.foo {visibility:hidden; position:relative;}
.foo:before {visibility:visible; content:"xx"; }
</style>
<$navigator story="$:/StoryList"><div class="foo"><<currentTiddler>></div>
</$navigator>
<:-)
--
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/c51f95ba-23ef-4959-9ab1-4e1f1f74eb35%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.