Skip to content
 

Making Dokuwiki Easier: Add ?do=edit to URLs

I use Dokuwiki for one of my site’s wiki systems. And I’ve removed many of the admin functions from the templates, since I’m the only one who can edit the site. I created a javascript bookmark that adds the ?do=edit to the url so I can easily make changes to the page.

javascript:location.href=decodeURIComponent(window.location.pathname)+'?do=edit'