Test
Published 5 years, 10 months agoThis is just a dummy post to test the Wikifier plugin. Will this link to [[Resume|My Resume]]? And this will link to [[Resume]]. How about a second CamelCase?
How about some Java code:
<java>/**
* Provides way to view text that is too large for one screen. Code borrowed
* from the <a href="http://www-edlab.cs.umass.edu/~jmichals/HMEMail/">HMEmail</a>
* app created by Jason Michalski
*
* @author Jason Michalski
*/
public class BTextScroll extends BView {
private BText text;
private int scrollRate = 50;
private String animation = "*100, 0";
</java>
Funky Larma on 3/4/2005
Sorry to burden but i think i’m trying to do the same as you have achieved. i want to wikify a wordpress install but do not want to just wikify camelcase words, as you can see i’m not too great on capitol letters as is anyway. all i want to do is get the wp-wikify plugin to wiki words within [brackets].
please tell me i’m barking up the right tree!