CirTap/Bookmarklets
From Joomla! Documentation
< User:CirTap
Some Bookmarklets for convenience
Edit Lead section
javascript:if(window.wgIsArticle){ location.href=window.wgServer+window.wgScript+'?title='+window.wgPageName+'&action=edit§ion=0';}else{alert('This page is not an article.')}
Add section
javascript:if(window.wgIsArticle){ location.href=window.wgServer+window.wgScript+'?title='+window.wgPageName+'&action=edit§ion=new';}else{alert('This page is not an article.')}
Render content only (i.e. to copy paste the HTML w/o any GUI crap) You should logout from the wiki to avoid the "edit" links in headings.
javascript:if(window.wgIsArticle){ location.href=window.wgServer+window.wgScript+'?title='+window.wgPageName+'&action=render';}else{alert('This page is not an article.')}