1. I find it a bit odd that there's no "back" or other navigation. As I
click around in a wiki, wandering from link to link, I'd like to go
back through the same path. I'm using IE by the way. I can sortof
understand why the browser's back/fwd buttons don't work because
everything is in javascript, but still would be nice to be able to
navigate. Is there a way to do it that I've missed?
2. When I edit a largish item, there's no "find" or "find&replace"
features in the text editor. Is that just a function of the browser?
3. I'm curious if anyone uses TW for keeping their "address book". I
can see how it would work nicely for free-form info, just make an
tiddle for each address book entry, but then is there a way to treat
the entries in a somewhat structured fashion, e.g. make an Excel table
out of it for doing mail-merge, or just make a printable list of names
and numbers.
Thanks,
Lee
Hi. I'm just getting started expermenting with TiddlyWiki. I have a few
questions.
1. I find it a bit odd that there's no "back" or other navigation. As I
click around in a wiki, wandering from link to link, I'd like to go
back through the same path. I'm using IE by the way. I can sortof
understand why the browser's back/fwd buttons don't work because
everything is in javascript, but still would be nice to be able to
navigate. Is there a way to do it that I've missed?
2. When I edit a largish item, there's no "find" or "find&replace"
features in the text editor. Is that just a function of the browser?
3. I'm curious if anyone uses TW for keeping their "address book". I
can see how it would work nicely for free-form info, just make an
tiddle for each address book entry, but then is there a way to treat
the entries in a somewhat structured fashion, e.g. make an Excel table
out of it for doing mail-merge, or just make a printable list of names
and numbers.
Thanks,
to add to simon's reply, you may be able to find a few plugins here
http://www.tiddlyforge.net/
2) This is a niggler.
3) I agree with Simon. It's fairly easy with TW to do basic lists by
tagging your contacts e.g. John Smith would be tagged "J friend" so you
could make overview lists with the <<tagging>> plugin: J:<<tagging J>>
or Firends:<<tagging friend>>
Jack
Regarding #2: The TextAreaPlugin doesn't seem to work quite right on
IE, but does on FF. Sigh.
I think all I really want is a
"back" button in the collection of buttons above each tiddler (close,
closeOthers, view, permalink, etc). That seems like it should be easy
(and I'm surprised no one has done it).
But then I'm rather new to this and perhaps I'm being too naive.
Lee
I'm not sure I understand. It seems to me that "back" should always
take you to the tiddler containing the link that was clicked on to get
to the one you're looking at. Nothing needs to be closed (as you
describe in your first example). In the second case you describe,
clicking back in A would take you to the one that got you to A in the
first place -- each tiddler would need to "remember" where it came
from. The only exception might be a self-referencing link (a tiddler
pointing to itself) -- those would be ignored when setting the
back-destination.
But then I'm rather new to this and perhaps I'm being too naive.