> Thank you very much but i'm afraid this cannot do the trick. > I would like to disable editing for every tiddler and only allow > journal tiddlers to be edited and this permanently. This way I could > publish a TW with educationnal stuff that will be uneditable and > journalized stuff that the user could change.
These might be useful: http://www.TiddlyTools.com/#TiddlerPasswordPlugin http://www.TiddlyTools.com/#TaggedTemplateTweak First, copy your current EditTemplate to create an alternative JournalEditTemplate for 'journal'-tagged tiddlers. Then, add the following to the beginning of the regular EditTemplate: <span macro='getTiddlerPassword'></span> Whenever a non-journal tiddler is displayed, the 'getTiddlerPassword' macro (defined by TiddlerPasswordPlugin) will be invoked. This macro prompts for a 'passcode' and closes the tiddler unless the correct value is entered, effectively blocking editing of that tiddler. enjoy, -e Eric Shulman TiddlyTools / ELS DesignStudios --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

