You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
SinglePageModePlugin uses several config.option variables, that can be
defined with cookies. If you set them from a file:// url they are only
set at your computer.
<<option chkSinglePageMode>> Display one tiddler at a time
<<option chkSinglePagePermalink>> Automatically permalink current
tiddler
<<option chkSinglePageKeepFoldedTiddlers>> Don't close tiddlers that
are folded
<<option chkSinglePageKeepEditedTiddlers>> Don't close tiddlers that
are being edited
<<option chkTopOfPageMode>> Open tiddlers at the top of the page
<<option chkBottomOfPageMode>> Open tiddlers at the bottom of the page
<<option chkSinglePageAutoScroll>> Automatically scroll tiddler into
view (if needed)
To set them permanently create a tiddler eg: zzConfig and tag it
systemConfig.
add eg:
// Display one tiddler at a time
config.options.chkSinglePageMode = true;
====
// starts a javascript comment and is ignored by TW core. It's just
for documentaiton.
To define the others just adjust the chk??? name
====
config.options.chkSinglePageMode = true;
sets the value. true is checked and false is unchecked option.
====
If you use FireFox brwoser, be sure to do a "shift" page reload, after
uploading to tiddlyspot. So the browser cach is not used. I do have
trouble some time with FF caching.
hope this helps
have fun!
mario
William
unread,
Aug 24, 2012, 6:57:52 AM8/24/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message