console browsers, links2, elinks, lynx, etc

172 views
Skip to first unread message

thewtex

unread,
Feb 1, 2008, 2:51:50 PM2/1/08
to TiddlyWiki
Hi,

I would like to save a copy of the tiddlywiki in a version readable in
console text-only browsers such as links2, elinks, lynx, etc.

Is there a way to do this? I see there is an xhtml plugin here:
http://tiddlywiki.abego-software.de/
, which is close, but not exactly what I'm looking for.

FND

unread,
Feb 1, 2008, 4:34:47 PM2/1/08
to Tiddl...@googlegroups.com
> I would like to save a copy of the tiddlywiki in a version readable in
> console text-only browsers such as links2, elinks, lynx, etc.

There's something in the works with regards to creating static HTML
pages from TiddlyWiki document - but it might be a while until it's
production ready.


-- F.

Eric Shulman

unread,
Feb 2, 2008, 2:53:31 PM2/2/08
to TiddlyWiki
> I would like to save a copy of the tiddlywiki in a version readable in
> console text-only browsers such as links2, elinks, lynx, etc.

http://www.TiddlyTools.com/#NewDocumentPlugin

in addition to creating new TW documents from existing ones, this
plugin also can take a 'snapshot' of the currently rendered document,
and write THAT to a file as static HTML (with NO javascript).

Example usage:
<<newDocument ask snap>>
(prompts for filename, snapshot is of entire page)
<<newDocument ask snap displayArea>>
(prompts for filename, snapshot is of tiddler 'story column' only)

What you get is a perfect reproduction of the *displayed content*,
(CSS styles and all) but because there is NO javascript code written
into the snapshot, even simple processing (such as mouseover
highlighting) will not function. You can't click a TiddlyLink to open
other tiddlers, because A) there is no code that handles the click and
B) there is no underlying 'storeArea' (and core code) to retrieve and
render anything! You also can't use ANY command links, since these
also require javascript code (and the core) to operate.

This is literally a case of "what you see is what you get"... and
nothing more.

HTH,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

thewtex

unread,
Feb 2, 2008, 6:29:16 PM2/2/08
to TiddlyWiki
Thanks, FND. Is there code I can try out or a project management
system/bug tracker I can keep an eye on?
thewtex

wolfgang

unread,
Feb 2, 2008, 6:50:48 PM2/2/08
to TiddlyWiki
Hi thewtex,

I think it's this thread where they talk about:

http://groups.google.com/group/TiddlyWikiDev/browse_thread/thread/fbe503a2adc40b06

Regards,

W.

thewtex

unread,
Feb 2, 2008, 6:51:23 PM2/2/08
to TiddlyWiki
Thanks for the file and explanation, Eric. I have a simple site, so I
will try to find a way to script generation of the tidders from the
MainMenu, use your plugin, then try to hack in hyperlinks.

FND

unread,
Feb 3, 2008, 8:21:33 AM2/3/08
to Tiddl...@googlegroups.com
> I think it's this thread where they talk about: [...]

Pretty much - although this is still at an early stage right now.


-- F.

Reply all
Reply to author
Forward
0 new messages