On Nov 4, 9:00 am, Zunami <[email protected]> wrote: > I would need a plugin which allows access to edit a TiddlyWiki > > I have only found the plugin TiddlerPasswordPlugin. The plugin blocks > viewing but only allows access to the TiddlyWiki page. > I would like to be viewed the TiddlyWiki but it may not edit > > *http://www.tiddlytools.com/#TiddlerPasswordPlugin > *http://groups.google.com/group/TiddlyWiki/browse_thread/thread/dd15c6...
TiddlerPasswordPlugin absolutely *can* be used to block *editing* of tiddlers while still allowing viewing of those tiddlers. Just add the following to the *start* of your [[EditTemplate]]: <span macro='getTiddlerPassword - "Please enter a password to edit this tiddler"'></span> This will trigger the 'prompt for password' handling each time the EditTemplate is rendered (i.e, when a user attempts to edit a tiddler). The user can either enter the correct password or press cancel. If they cancel the password input, the tiddler is automatically *closed* so that they cannot edit it. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios ---- TiddlyTools needs YOUR financial support... Help ME to continue to help YOU... make a generous donation today: http://www.TiddlyTools.com/#Donations 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.

