I have a bunch of tiddlers that contain lots of links, in fact I
maintain my entire bookmark/favorites list in categories in a single
TiddlyWiki.  There are about 20 main category tiddlers, several of
which are subdivided and hundreds of actual links in them.

Some of the category tiddlers have very long lists of links to scroll
through, so what I'm looking for is a way to put multiple links on a
single line, maybe even with table markup, that get rendered as a
single line.  Most of the links have a short description buy often the
actual URL is very long, so actually putting them on a single line
while editing the tiddler gets confusing because I can't tell which
lines are wrapped and which have returns.

I'm not sure if the formatting of this group will allow it, but here's
an example.

Currently I have:
[[a link|http://somewhere.that.has?aVeryLongURL
$wellOkayPretendItsLonger]]
[[a different link|http://somewhere.else.that.has?aVeryLongURL
$wellOkayPretendItsLonger]]

that renders as
a link
a different link

I would like to keep the links on separate lines while editing the
tiddler source but want them to render on the same line as in
a link a different link

Or maybe using something like the Unix shell convention "\" as a line
continuation, I could even use table markup like:
| [[a link|http://somewhere.that.has?aVeryLongURL
$wellOkayPretendItsLonger]] | \
[[a different link|http://somewhere.else.that.has?aVeryLongURL
$wellOkayPretendItsLonger]] |

and have it render in a table like:

----------------------------------------
| a link     | a different link   |
----------------------------------------

Hopefully you get my meaning.  I have seen some tweaks related to
adding <BR> tags but not any about getting rid of line breaks while
still using markup stuff.  Any idea how I can do this??

Thanks for any help.

--~--~---------~--~----~------------~-------~--~----~
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