On Thursday, January 16, 2014 2:02:55 AM UTC-8, [email protected] wrote: > > Hello Tiddly-users, > > Currently I am doing an internship for a company that assigned me to > manage the existing knowledge about a certain subject. I found that > TiddlyWiki (classic version from the official website) is the perfect tool > for such a task and am happily creating a database where I can link > everything with eachother and create a survey of all topics. > > Because I want to make the database clear and simple, I wanted to add > *SinglePageModePlugin* from the TiddlyTools site. > While saving the plugin in *Firefox 26.0*, reopening of the html-page > instantly recognizes the configuration set before saving, but when I try to > open the Tiddlywiki with *IE10.0.(9200.16736)* or *Chrome 31.0.(1650.63)*the > SinglePagePlugin is 'off' by default. I have to manually configure it, > but I am not allowed to save in these browsers. This is a obstacle, because > when the database is finished, I leave it to the personnel for further use > and updating, which are using IE. > > How can I configure the plugin so it will work in Chrome 31 and IE 10? >
TiddlyWiki Classic option settings are saved using browser-based cookies. Thus, settings are associated with the browser, not the document, and each browser you use will have a separate set of settings. To define an option value that is associated with the *document* (and is therefore shared in common by all users on all browsers), you can create a "persistent option" via the TWCore [[SystemSettings]] feature: http://classic.tiddlywiki.com/#PersistentOptions For your purposes, the [[SystemSettings]] tiddler should contain this line: chkSinglePageMode: true That should do it. Let me know how it goes. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios EVERY DONATION IS IMPORTANT! HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"... http://TiddlyTools.github.com/fundraising.html#MakeADonation 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 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

