experimenting with TW, but dislike the way links currently open.
Currently, a new link opens on the bottom or top - and reading it requires scrolling to the new Tiddler, and consequently losing the original reading place...
A great feature is the 'open in new window' - however, that opens too many windows if the user want the tiddler to remain open for reference
One solution would be an additional pane, into which new links can be opened (just as there is a 'open in new window' button, there would be an 'open in new pane (1, 2, 3,4) button. In addition to this, a tiddler can be 'pinned' to the pane, possible even re-arranged via drag and drop...
Is this possible with current TW features?
If so - how could it be done?
--
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/2f623591-26d8-4ceb-bb62-7d0f6230dca5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
@Tryign - could you post a simple drawing of your vision? I'm not even sure what you mean with a "pane" so it would hopefully clarify a lot.
<:-)
In addition to the tabs you can create scrolling for each tab/tiddler by changing the style. create a tiddler (you could call it $:/scroll), tag it $:/tags/Stylesheet and add this as contents:
.tc-tiddler-body {
height: 70vh;
overflow: scroll;
}
I think this is what you want
all the best
BJ