Account Options

  1. Sign in
Google Groups Home
« Groups Home
Generic floating tiddler? (E.g a menu, to save real estate)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Amzg  
View profile  
 More options Apr 3 2009, 9:36 am
From: Amzg <matiasg...@gmail.com>
Date: Fri, 3 Apr 2009 06:36:05 -0700 (PDT)
Local: Fri, Apr 3 2009 9:36 am
Subject: Generic floating tiddler? (E.g a menu, to save real estate)
Several menus or e.g mind maps are both usable and beautiful but take
up a lot of valuable real estate. On the one hand you need access to
the menus all the time, but on the other hand they are in the way for
everything else all the time.

Is there any plugin or generic solution to make specified tiddlers
floating and collapsable and *dockable* (is that a word?) to the
browser frame. A concrete example;

In e.g Windows and Mac, you have the bars typically at the bottom that
(depending on settings) can appear when touching the edge of the
window, but otherwise sink back and "disappear". A floating tiddler
with e.g an otherwise bulky mindmap-type menu could appear when e.g
the top or right edge of the browser window is touched.

E.g something as beautiful - but big - as HyperTiddlyWiki [1] could be
laid there. A related idea, would be a menu or tree or mind-map etc
that only shows a part, such as closely related tiddlers, but when
'touched' in some certain way, it expands into the full display.

/Mat

[1] Dawn Ahukanna http://project.dahukanna.net/tiddlywiki/hypertiddlywiki/index.htm


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
MobileLibrary  
View profile  
 More options Apr 3 2009, 1:02 pm
From: MobileLibrary <tram...@yahoo.com>
Date: Fri, 3 Apr 2009 10:02:40 -0700 (PDT)
Local: Fri, Apr 3 2009 1:02 pm
Subject: Re: Generic floating tiddler? (E.g a menu, to save real estate)

hi mat,
nice to read there's more people interested in the combination of info
visualization and TW.
I'm still hoping for something like you describe above, but the other
way around:
have the tagmindmap (or any other visualization of content) as
screenfill/background and the tiddlers pop up next to the node that's
clicked on.
My try in implementing tagmindmap and moveablePanel is at
http://www.mobilelibrary.nl

I'd love to have more info visualization plugins for TW,
my ultimate dream would be something that looks like what i did now,
but with a small menu which lets the user/reader choose between,
for instance, the hyperbolic tree of tagmindmap, a tagcloud, or a
geographical map with markers that represent the tiddlers.

And my oh my do i hope that Jeremy continues his work on Cecily!

In my opinion, the great strength of TW is the way in which it lets me
connect little bits of information that gradually build op a hive, or
network, or pattern of fields of interest. Info visualization greatly
helps in discovering connectedness between little bits and pieces. To
be able to use this not only for my own benefit, offline, but also the
fact that nothing is easier to build your own website then simply
uploading one html-file is in my view the great 'selling point' of TW!

ciao,
ML


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric Shulman  
View profile  
 More options Apr 3 2009, 1:34 pm
From: Eric Shulman <elsdes...@gmail.com>
Date: Fri, 3 Apr 2009 10:34:00 -0700 (PDT)
Subject: Re: Generic floating tiddler? (E.g a menu, to save real estate)

> In e.g Windows and Mac, you have the bars typically at the bottom that
> (depending on settings) can appear when touching the edge of the
> window, but otherwise sink back and "disappear". A floating tiddler
> with e.g an otherwise bulky mindmap-type menu could appear when e.g
> the top or right edge of the browser window is touched.

Although it's not exactly the same what you are seeking, and only
works for the top edge, perhaps placing a slider directly in your
[[PageTemplate]] would be sufficient for your needs.  Try putting this
line at the top of the template:

<div id='topStuff' class='viewer' macro='slider topStuff [[TopStuff]]
label tip'></div>

Then, create a tiddler called [[TopStuff]] with whatever content you
want.  Clicking the slider label at the top of the page opens the
slider, displaying the content from TopStuff.

enjoy,
-e


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike  
View profile  
 More options Apr 3 2009, 4:51 pm
From: Mike <eris...@gmail.com>
Date: Fri, 3 Apr 2009 13:51:59 -0700 (PDT)
Local: Fri, Apr 3 2009 4:51 pm
Subject: Re: Generic floating tiddler? (E.g a menu, to save real estate)
Hover Menu (Lewcid) and Movable Panels (TiddlyTools) come to
mind . . .
I have seen some customized TW's with both of the above & combining
with sliders you might be able to create what you are looking for.

Mike

On Apr 3, 12:34 pm, Eric Shulman <elsdes...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
wolfgang  
View profile  
 More options Apr 9 2009, 2:36 pm
From: wolfgang <wolfgangl...@gmail.com>
Date: Thu, 9 Apr 2009 11:36:22 -0700 (PDT)
Local: Thurs, Apr 9 2009 2:36 pm
Subject: Re: Generic floating tiddler? (E.g a menu, to save real estate)
Hi Mat,

On 3 Apr., 19:34, Eric Shulman <elsdes...@gmail.com> wrote:

> > In e.g Windows and Mac, you have the bars typically at the bottom that
> > (depending on settings) can appear when touching the edge of the
> > window, but otherwise sink back and "disappear". A floating tiddler
> > with e.g an otherwise bulky mindmap-type menu could appear when e.g
> > the top or right edge of the browser window is touched.

> Although it's not exactly the same what you are seeking, and only
> works for the top edge, perhaps placing a slider directly in your
> [[PageTemplate]] would be sufficient for your needs.  Try putting this
> line at the top of the template:

have you played with the MainMenu and SideBarTabs at
http://yann.perrin.googlepages.com/twkd1.html ?

Seems pretty close to what your are looking for.

Regards..


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Måns  
View profile  
 More options Apr 9 2009, 4:54 pm
From: Måns <humam...@gmail.com>
Date: Thu, 9 Apr 2009 13:54:57 -0700 (PDT)
Local: Thurs, Apr 9 2009 4:54 pm
Subject: Re: Generic floating tiddler? (E.g a menu, to save real estate)
Hi Wolfgang

If I would like to copy just the behaviour and content of TWkd's
sidebarpanel - How would I proceed??

YS Måns Mårtensson

On 9 Apr., 20:36, wolfgang <wolfgangl...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
wolfgang  
View profile  
 More options Apr 9 2009, 8:34 pm
From: wolfgang <wolfgangl...@gmail.com>
Date: Thu, 9 Apr 2009 17:34:49 -0700 (PDT)
Local: Thurs, Apr 9 2009 8:34 pm
Subject: Re: Generic floating tiddler? (E.g a menu, to save real estate)

> If I would like to copy just the behaviour and content of TWkd's
> sidebarpanel - How would I proceed??

Basically you would only need the style definition concerned with the
right sidebar within the [[DynamicStyle]] and
[[FixedStyle]] tiddlers and linked to from the shadowed StyleSheet
tiddler. Then reverse the order of lines concerned with the
SidebarTabs and SidebarOptions within the PageTemplate shadowed
tiddler. At last you could also adapt the colors within the
[[DynamicStyle]] to the palette of your particular theme.

This would be the most basic steps, without also using the functions
provided by a Calendar and DividedListsPlugin within The SideBarTabs
shadowed tiddler.

Regards..


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Måns  
View profile  
 More options Apr 9 2009, 9:38 pm
From: Måns <humam...@gmail.com>
Date: Thu, 9 Apr 2009 18:38:23 -0700 (PDT)
Local: Thurs, Apr 9 2009 9:38 pm
Subject: Re: Generic floating tiddler? (E.g a menu, to save real estate)
Thanks for the advice Wolfgang - I will try this.
One of the really "frightening" obstacles which prevents me from
fiddling to much around with layout is
not knowing/understanding where to look for connections and neccesary
links (especially with the advanced and very customized layouts like
this one)
- maybe this recipe is my ticket to discovery of TWs capabilities when
it comes to stylesheets and pagetemplates...

YS Måns Mårtensson

On 10 Apr., 02:34, wolfgang <wolfgangl...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »