Comment holder for QuickLink Recipes
Posted by Byrne on Saturday, January 1, 2000 at 12:00 AM
Filed in Announcements
7 Comments
Reading and Watching
Kings - Season One
Weeds - Season 4
Caprica
Religulous
Categories
- Ain't it Cool (47)
- Announcements (53)
- Blogging (107)
- Books (7)
- Current Events (60)
- Design (37)
- Family (26)
- Food (1)
- Geeky Goodness (32)
- Hodge Podge (48)
- It's Funny, Laugh (37)
- Links (31)
- Personal Projects (53)
- Product Management (3)
- Science Fiction (19)
- Technology (41)
- Television (19)
- Travelogue (19)
- Vegetarian BBQ (3)
- Web Services (14)
Monthly Archives
- February 2010 (5)
- January 2010 (3)
- December 2009 (3)
- November 2009 (1)
- October 2009 (6)
- September 2009 (7)
- August 2009 (2)
- June 2009 (7)
- May 2009 (4)
- April 2009 (9)
- March 2009 (3)
- February 2009 (8)
- January 2009 (7)
- December 2008 (6)
- November 2008 (9)
- October 2008 (12)
- September 2008 (3)
- August 2008 (7)
- July 2008 (2)
- June 2008 (4)
- May 2008 (8)
- April 2008 (3)
- March 2008 (8)
- February 2008 (13)
- January 2008 (7)
- December 2007 (8)
- November 2007 (29)
- October 2007 (27)
- September 2007 (14)
- August 2007 (3)
- June 2007 (1)
- May 2007 (1)
- April 2007 (1)
- March 2007 (8)
- February 2007 (14)
- January 2007 (5)
- December 2006 (13)
- November 2006 (24)
- October 2006 (4)
- August 2006 (5)
- July 2006 (3)
- June 2006 (7)
- May 2006 (7)
- April 2006 (13)
- March 2006 (3)
- February 2006 (8)
- January 2006 (13)
- December 2005 (32)
- November 2005 (5)
- October 2005 (10)
- September 2005 (6)
- July 2005 (5)
- June 2005 (2)
- May 2005 (1)
- April 2005 (4)
- March 2005 (2)
- February 2005 (1)
- January 2005 (2)
- December 2004 (7)
- November 2004 (10)
- October 2004 (8)
- September 2004 (2)
- August 2004 (6)
- July 2004 (10)
- June 2004 (2)
- May 2004 (8)
- April 2004 (5)
- March 2004 (3)
- February 2004 (4)
- January 2004 (2)
- December 2003 (5)
- November 2003 (5)
- October 2003 (4)
- September 2003 (4)
- August 2003 (10)
- July 2003 (7)
- June 2003 (2)
- May 2003 (2)
- April 2003 (4)
- January 2000 (3)
Recent Comments
Never mind. I didn't rename the folder without the version. Renaming fixed the problem. By the way, my user/login works at Typekey, but doesn't authenticate with you. You might want to look into that. regards, Todd...
Description: For some reason, the bracket explanation regex did not work for me, so I decided to forge further, and this is what I found that finally worked. Pattern: [(.+)] Link: $1 Global: Case Sensitive: Regular Ex...
Danny Cohen
Comment holder for QuickLink RecipesDescripton: Quick conversion of strings to smilies. Where all smiley images are stored in the same directory, and named such as 'smile.gif', 'wink.gif'. In entry type :smile or :wink and so on to have the string converte...
The second recipe does not work for me. It's simply ignored. ...
Gianluca Neri
Comment holder for QuickLink RecipesDescription: Censor out bad words from your website. It is not quite a link, but it is a useful tool! Pattern: \bfrikkin\b Link: fr**in Global: yes Case Sensitive: no Regular Expression: yes ...
Byrne Reese
Comment holder for QuickLink Recipes


Description: This recipe allows for the substitution of all CamelCase words to link directly to their counterpart in Wikipedia. This recipe could be used for any Wiki substitution.
Pattern: \b(([A-Z][a-z]+){2,})\b Link: <a href="http://en.wikipedia.org/wiki/$1">$1</a> Global: <any> Case Sensitive: yes Regular Expression: yes
Description: Yet another Wiki format rule... as some links in Wikis do not consist of multiple words, rendering CamelCase useless. Most Wikis have developed a "work-around." In other words, what do you do if you want "Byrne" to be a Wiki link? Answer: encapsulate it in side of square brackets, like so: '[Byrne]' - then "Byrne" is automatically made into a Wiki link! Alright, so how do you do this using QuickLink? Try the following:
Pattern: [([^]+)] Link: <a href="http://en.wikipedia.org/wiki/$1">$1</a> Global: <any> Case Sensitive: <any> Regular Expression: yes
Description: Censor out bad words from your website. It is not quite a link, but it is a useful tool!
Pattern: \bfrikkin\b Link: fr**in Global: yes Case Sensitive: no Regular Expression: yes
The second recipe does not work for me. It's simply ignored.
Descripton: Quick conversion of strings to smilies. Where all smiley images are stored in the same directory, and named such as 'smile.gif', 'wink.gif'. In entry type :smile or :wink and so on to have the string converted to the relevant image tag.
Pattern: :([a-z]+\b) Link: Global: Yes Case sensitve: Any Regex: Yes
(Please note this is my first foray into regex, and I've no doubt there is a better pattern out there for doing this!)
Description: For some reason, the bracket explanation regex did not work for me, so I decided to forge further, and this is what I found that finally worked.
Pattern: [(.+)] Link: $1 Global: Case Sensitive: Regular Expression: yes
Never mind. I didn't rename the folder without the version. Renaming fixed the problem.
By the way, my user/login works at Typekey, but doesn't authenticate with you. You might want to look into that.
regards,
Todd