Point of clarification for anyone who initially scratched their head
as I did. Tobias' tiddler name is "Bookmark" and his example works for
tiddlers tagged "Bookmark", not "bookmark". If you copy/paste Tobias'
code as is and your "systemServer bookmark" tiddlers don't render as
expected, either edit all references to "bookmark" and change them to
"Bookmark" or modify
{{{tid&&tid.tags.contains("Bookmark")?'Bookmark##OUT':'';}} with:}}}
to read {{{tid&&tid.tags.contains("bookmark")?'Bookmark##OUT':'';}}
with:}}}.

May I chime in with a request?

One way I would like to implement this is to have the option of
viewing the TiddlyWikis of my systemServer tiddlers. What code/
transclusion (preferred) or plugin(s) (if no other options) could be
used to have the iFrame render within a slider or folded heading or
whatever so that the systemServer tiddlers require no editing to
behave as normal, i.e. work with ImportTiddlers, but the URL can be
opened in an iFrame? The default behavior should be to not render the
link until requested, e.g. select a slider, unfold a heading.

I have had no success tinkering with Tobias' Bookmark tiddler to use a
slider or Eric's FoldHeadingsPlugin. It seems like some kind of
transclusion switch similar to ToggleRightSidebar or ToggleLeftSidebar
could resolve my visible/not visible requirement. However, I don't
think that would solve the "don't load the URL until I ask to 'see'
the URL" requirement.

Any ideas? Thanks.

Craig

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to