Hi rootsical > i was wondering if it was possible to create a website from a tiddlywiki, which has separate browsable pages for each tiddler.
I think what you're asking for is the ability to run TiddlyWiki under Node.js but have individual URLs for each tiddler displayed interactively. Navigating to a new tiddler would change the URL to the new tiddler. You'd be able to open tiddlers in different tabs. TiddlyWiki could work that why, but doesn't at the moment. It would take a bit of work in a few areas: * A new page template that displays the currently navigated tiddler * New navigation logic to handle links between tiddlers * A new HTTP route in the server module to permit individual tiddlers to be viewed interactively As Mat points out, most people who prefer to view a single tiddler at a time use the "zoomin" story view. Best wishes Jeremy. On Wed, Sep 7, 2016 at 11:16 AM, rootsical <[email protected]> wrote: > hi. > > i was wondering if it was possible to create a website from a tiddlywiki, > which has separate browsable pages for each tiddler. > > i love how easy it is to use tiddlywiki but from a presentation and > useability aspect, i find the single page idea not to my taste. i much > prefer how mediawiki presents its pages with real url links to navigate. > > i have installed tiddlywiki using npm (for use with node.js). i am aware > of the commands for exporting to a static site. however, i am not sure a > static site is what i am after. i have no problem with the use of > javascript but just want separate browseable pages. the current output of > exporting as a static site seems to disable the ability to click on any of > the buttons to do anything. i cannot browse or use the tiddlywiki as > normal. i assume this is because pure html link tags are not being > generated and/or javascript seems to be completely missing/disabled. > > can anybody let me know if it is possible to achieve what i am after, and > if so, how? > > many thanks. > > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/tiddlywiki. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/tiddlywiki/3e92a95d-eb6c-4ab2-91e0-17320b7a36be%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/3e92a95d-eb6c-4ab2-91e0-17320b7a36be%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAPKKYJZ-KtH5GMLAR0wwBrtd5CYDJ0S7iX9BsEvRJ9PTz0k4gg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

