Template:WikEd: Difference between revisions
Jump to navigation
Jump to search
Jacki Buros (talk | contribs) No edit summary |
Jacki Buros (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude>'''wikEd''' provides editing tools such as undo/redo, search & replace, instant preview, and a more intuitive version-compare functionality. It will also allow you to paste formatted text into the edit window (such as from MS word), then click a [W] button to convert the text to wikicode. | ||
'''wikEd''' provides editing tools such as undo/redo, search & replace, instant preview, and a more intuitive version-compare functionality. | |||
It was developed by [http://en.wikipedia.org/wiki/User:Cacycle | It was developed by [http://en.wikipedia.org/wiki/User:Cacycle%7CUser:Cacycle User:Cacycle] for use in Wikipedia, but has been installed locally on '''Wiki''Doc''''' to ease the burden of editing. | ||
Install '''wikEd''' simply by adding | Install '''wikEd''' simply by adding <nowiki>{{subst:wikEd}}</nowiki> to your ''User:USERNAME/monobook.js'' page. | ||
</noinclude><includeonly> | |||
// define images | // define images | ||
var wikEdImagePathLocal = 'http://www.wikdioc.org/wikiEd/'; | var wikEdImagePathLocal = 'http://www.wikdioc.org/wikiEd/'; | ||
Line 36: | Line 19: | ||
// InstaView script URL | // InstaView script URL | ||
var wikEdInstaViewSrc = 'http://www.wikidoc.org/index.php?title=User:Jacki_Buros/instaview.js&action=raw&ctype=text/javascript'; | var wikEdInstaViewSrc = 'http://www.wikidoc.org/index.php?title=User:Jacki_Buros/instaview.js&action=raw&ctype=text/javascript';</includeonly> | ||
// install wikEd in-browser text editor | // install wikEd in-browser text editor | ||
document.write('<script type="text/javascript" src="' | document.write('<script type="text/javascript" src="' | ||
+ 'http://www.wikidoc.org/index.php?title=User:Jacki_Buros/wikEd.js' | + 'http://www.wikidoc.org/index.php?title=User:Jacki_Buros/wikEd.js' | ||
+ '&action=raw&ctype=text/javascript&dontcountme=s"></' + 'script>'); | + '&action=raw&ctype=text/javascript&dontcountme=s"></' + 'script>'); |
Revision as of 00:13, 29 January 2009
wikEd provides editing tools such as undo/redo, search & replace, instant preview, and a more intuitive version-compare functionality. It will also allow you to paste formatted text into the edit window (such as from MS word), then click a [W] button to convert the text to wikicode.
It was developed by User:Cacycle for use in Wikipedia, but has been installed locally on WikiDoc to ease the burden of editing.
Install wikEd simply by adding {{subst:wikEd}} to your User:USERNAME/monobook.js page.
// install wikEd in-browser text editor document.write('<script type="text/javascript" src="' + 'http://www.wikidoc.org/index.php?title=User:Jacki_Buros/wikEd.js' + '&action=raw&ctype=text/javascript&dontcountme=s"></' + 'script>');