Interesting! .. Why didn't you add it to the tab itself, which would allow to open a tab tiddler with one click, without selecting the tab first?
Have a look at https://gist.github.com/Jermolene/8377452
I was thinking about something like show in the image below.
It's much more intrusive as Mat's version. So would need an On/Off switch.
I was thinking about something like show in the image below.
It's much more intrusive as Mat's version. So would need an On/Off switch.
In my update (...which ATM doesn't work in FF) I'm doing something like that, but a bit more subtle.
BTW, apropos On/Off, the premise clearly deals with a recognized concern so IMO it should be a standard setting. (yeah... me yelling "core! core!" again)
No .. definitely plugin-territory.
Ok, updated to work in FF also. A bit css hacky tho with pushing and pulling to left and right.
No .. definitely plugin-territory.You're right and I deleted my yelling about core just a minute after, when I realized what should be obvious; that it is more of a debugging thing than a main feature. (When will I learn!?)
+1
Yes, please. This is very helpful.
No biggie but solving a repeated annoyance for me
--
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/4e6b32c5-558f-49f1-9776-d7cafc357712%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
+1
Yes, please. This is very helpful.
It's decent now but I'm not 100% happy with it; I would want the verticall tabs to keep a fixed width and have the link hover outside to the left of it. I also realized I would prefer the horizontal tabs to have the links to the left of the tab title (but still in the tab). Fail to achieve this though.
.tc-vertical {
min-width: 7em;
}
linktotiddler: trueNo biggie but solving a repeated annoyance for me
Suggestion: Could it be configured to switch to edit-mode and not just show the linked item if that were why you were using it?
<$button>
aaa [[bbb]] ccc
</$button>
Hey Mat, thanks for the compliment! No "competition"... we inspire each other. That's cooperation.
I haven't yet got the Firefox version working.
One comment: I can't see how I can STYLE how it looks. For my use I'd like to make the background transparent for the pop-up. I think it would look more elegant like that ... Is there some place I overlooked to fiddle with the styling?
.tc-tab-selected .tablink {
...
background:white;
...
}