====== dblclickedit Plugin ====== ---- plugin ---- description: Enter edit mode by double click author : Håkan Sandell email : sandell.hakan@gmail.com type : Action lastupdate : 2012-12-30 compatible : Angua, Adora Belle depends : conflicts : similar : tags : editing, double-click, mouse downloadurl: https://github.com/HakanS/dokuwiki-plugin-dblclickedit/archive/master.zip bugtracker : https://github.com/HakanS/dokuwiki-plugin-dblclickedit/issues sourcerepo : https://github.com/HakanS/dokuwiki-plugin-dblclickedit/ ---- This plugin enables you to quickly enter edit mode by double clicking the headline or text. ===== Download and Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Usage ===== After installation just double click on a page to enter edit mode. JavaScript must be enabled in your browser and you may have to clear the cache. The plugin supports section edit and recognizes [[data]], [[edittable]] and other plugins with their own section editors. ===== Development ===== This plugin will never become an in-line editor -- they are not easy to get bug free. If you are looking for that, try [[inlineeditor]] or [[quickedit]]. The plugin is dependent on the template used. It has been tested with the most popular but if you find one that's not working feel free to file a bug in the [[https://github.com/HakanS/dokuwiki-plugin-dblclickedit/issues|bug tracker]]. === Change Log === {{rss>https://github.com/HakanS/dokuwiki-plugin-dblclickedit/commits/master.atom 6 date}} ===== Discussion ===== I don't know much about what is easily possible in the plugin, but it would be fantastic if some javascript could pick up on the exact text clicked on, and once the edit page has been displayed, would place the cursor at that particular word. Maybe this could be done with a text search, or maybe this is WAY harder than it sounds, but to me this would be even more useful than section edit. --- //[[kououken@gmail.com|KouOuKen]] 2009/11/27 11:36// > Let's just say it isn't easy ;-) --- [[user>HåkanS|HåkanS]] //2012/12/30 21:59//