# HG changeset patch # User cavaliet # Date 1345806736 -7200 # Node ID 2f45e6bafb9529fa9e3a81b67ec2358eb15cecf0 # Parent d45508c31d82369dfb6def594fb964945ca8c9eb update readme diff -r d45508c31d82 -r 2f45e6bafb95 README.md --- a/README.md Thu Jul 19 16:06:46 2012 +0200 +++ b/README.md Fri Aug 24 13:12:16 2012 +0200 @@ -204,6 +204,10 @@ {% render "WikiTagBundle:WikiTag:addJavascript" %} +You can make the table read-only if you want. Informations and icons will be displayed but no action will be available (rename, reorder, remove...). + + {% render "WikiTagBundle:WikiTag:addJavascript" with {'profile_name': 'editor', 'read_only': true} %} + ## More configuration 2 : add context seach to any text part of your page Via config.yml, you can configure a list of jquery selectors meant to let appear tag context search by selecting text. Once some text selected, a little div appears and displays several wikipedia entries with the entry title and a snippet. The results are the same than in an opensearch page