On Feb 28, 4:38 am, DanielF847 <[email protected]> wrote: > Is it possible to have a dynamic list of default tiddlers without > modifying the defaulttiddlers code?
if you add "#recent:N" to the end of the URL for your TW document, it will *bypass* the DefaultTiddlers definition (without altering it) and display the "N" most recently modified tiddlers, in reverse chronological order (newest first). For example: http://tiddlywiki.com/#recent:3 will show you the 3 most recently edited tiddlers on TiddlyWiki.com Note: The "recent" paramifier was originally available only as a TiddlyTools CoreTweak, but was long-ago added to the TWCore, so NO plugins are needed to use this feature (unless your document uses a VERY old version of the TWCore). To confirm, you can open your document in a plain text editor, and search for "config.paramifiers.recent". If present, then you are all set. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios ---- WAS THIS ANSWER HELPFUL? IF SO, PLEASE MAKE A DONATION http://www.TiddlyTools.com/#Donations note: donations are directly used to pay for food, rent, gas, net connection, etc., so please give generously and often! Professional TiddlyWiki Consulting Services... Analysis, Design, and Custom Solutions: http://www.TiddlyTools.com/#Contact -- 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.

