> * one is typically forced to scroll up after having edited a tiddler.
> Ought to be some kind of "jump to top" at bottom of each tiddler,
> particularly in edit view.

The following can be added to your ViewTemplate (and/or EditTemplate):

<!-- "scroll to top of tiddler" button (direct inline HTML
scripting):     -->
<!-- puts 'uparrow' (x25B2) button in lower right of tiddler            -->
<div class='toolbar' style='line-height:100%;margin-top:.5em;'>
   <a href="javascript:;"
   onclick="window.scrollTo(0,ensureVisible(story.findContainingTiddler
(this)));return false;"
   onmouseover="this.title='scroll to top of
'+story.findContainingTiddler(this).getAttribute('tiddler')">&#x25b2;</
a>
</div>
<div class='tagClear'></div>

You can see this in action on www.TiddlyTools.com

> * I am the typical single TW user... and thus I typically go under the
> name "YourName" in most of my TWs and tiddlers. Name specification
> ought to be an optional feature. (This is btw particularly confusing
> for server side implementations, such as tiddlyspot, that require a
> username that may not be the same as whatever is in place of
> YourName..)

Unless you have added TiddlyTools' SetUserNamePlugin, you aren't
actually forced to *set* the value of 'txtUserName' (which defaults to
"YourName")... of course, regardless of the value, when you edit a
tiddler, the current username is saved in the 'modifier' field of that
tiddler.  However, there's not any actual need to *display* that
username when viewing the tiddler.  Just modify the ViewTemplate
definition and remove this:
   <span macro='view modifier link'></span>
so that the username is no longer shown.

> * On a related note, when starting out with an empty TW, why can't I
> just fill in the GettingStarted tiddler straight away instead of
> having to open everything manually.

[[GettingStarted]] just presents *instructions* for what to do... and
includes links to the individual tiddlers that are used to set the
title/subtitle.

> * In sidebar, I frequently go into Timeline and All, but very rarely
> into Tags.

While "Timeline" has obvious utility, the "All" tab is only really
useful when you know the title of the tiddler you want to view... and,
for that case, I use TiddlyTools' GotoPlugin, which lets me simply
type in a few characters to quickly match and select a tiddler title
from a droplist of all tiddlers in the document.

Also, the usefulness of the "Tags" tab depends entirely on how you are
using tags in your document... if there are lots of tiddlers with
different tags, the "Tags" tab can be indispensable, both for
navigation and tag management.

> On the other hand, under More... I go into Shadow quite often (but
> only for a few specific tiddlers in there).

The only time I use "Shadowed" is when I am initially customizing a
default definition.  Once a custom version of a shadow tiddler is
created, it appears in the regular Timeline and All lists, so there's
really no need to go back to the Shadowed tab just to select that
tiddler.  This is especially so if using the GotoPlugin noted above,
as it becomes trivial to just type a few letters to jump straight to
the desired tiddler.

> * Options slider is filled with blue links, attracting attention if
> nothing else, but none of them exist...

These tiddlers *do* exist on TiddlyWiki.com, and provide some basic
info about their corresponding options.  However, while the default
[[SidebarOptions]] shadow tiddler contains references to these info
tiddlers, the info tiddlers themselves are not shadows, and thus are
not automatically present in an 'empty' TiddlyWiki starter document.

> And the recurring word
> TiddlyWiki is also a link that does not exist. I'd say 100% of us has
> clicked it at one one early stage, only to become a tad confused.

Same as above... though for this case, I think that adding a shadow
definition for [[TiddlyWiki]] might make some sense.  This shadow
could contain a very short description (e.g., "TiddlyWiki is ..."),
followed by links to www.TiddlyWiki.com and www.TiddlyWiki.org.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
--~--~---------~--~----~------------~-------~--~----~
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