On Oct 23, 5:20 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> For spowt I wrote a plugin that changes the defaultCustomFields so > that clicking on new tiddler or new journal will result in tiddlers > being saved back to the server, but that behavior hasn't been > transferred anywhere else yet. You can see that plugin > >here:http://svn.tiddlywiki.org/Trunk/verticals/tiddlywebclient/plugins/Tid... I tried changing the config.defaultCustomFields in the plugin, but couldn't get it going: first with an empty workspace attribute: 'http://0.0.0.0:8080/': tiddler.fields['server.host'], 'bag1': tiddler.fields['server.workspace'], '': tiddler.fields['server.workspace'], 'tiddlyweb': tiddler.fields['server.type'], then after reading! the comment, setting the workspace to the <bag name>: config.defaultCustomFields = { 'http://0.0.0.0:8080/': tiddler.fields['server.host'], 'bag1': tiddler.fields['server.workspace'], 'bag1': tiddler.fields['server.workspace'], 'tiddlyweb': tiddler.fields['server.type'], }; Despite failure, the interesting result out of this after importing the defaulter plugin was in Windows, the chkHttpReadOnly would default to 'true' (tiddlers.wiki view is readonly) and I'd get that 'you have to Save this TiddlyWiki..." dialog (when i tried to save a new tiddler) but on OSX i get no dialog notification and no readonly default which I like and think should be the default status. Please let me know if i should put this comment in some ticket. Anything I'm missing or to try? do i have to install spowt? or change something in config.py? >From a user perspective if TiddlyWeb could retain that familiar TiddlyWiki experience but with all the cool flexible serverside access that would be reassuring and add in adoption. I'm hoping your TiddlyWeb server side reference can help me with the local scale issue I have with TiddlyWiki without having to install xampp or big server distro and where the stores in the filesystem are the nodes in the 'network' ~ big and localhost with that TiddlyWiki UI beauty. Best, tony ps I signed up for Twoter and that's a neato fun app! pss FYI It is awesome delicious that TiddlyWeb along with TiddlyWiki works fast and saves existing tiddlers in Mozilla's Minefield, next FF http://www.mozilla.org/projects/minefield/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/TiddlyWikiDev?hl=en -~----------~----~----~----~------~----~------~--~---
