Navigation
Disclaimer
Authors are solely responsible for the content of their articles on PandasThumb.org. Linked material is the responsibility of the party who created it. Commenters are responsible for the content of comments. The opinions expressed in articles, linked materials, and comments are not necessarily those of PandasThumb.org. See our full disclaimer.
Recent Comments
- Anton Mates on June 28, 2004 01:12 AM
- Moron on April 30, 2004 07:29 PM
- DS on April 26, 2004 03:42 PM
Recent Trackbacks
Recommend this entry to a friend
Reed A. Cartwright posted Entry 173 on April 26, 2004 02:01 PM.
Trackback URL: http://degas.fdisk.net/cgi-bin/mt/mt-tb.cgi/172
I have developed a revision of the MovableType plugin QuickCcode, named KwickCode, to suit the needs of our blog. The syntax should be familiar to anyone used to posting on web bbses. It comes in two flavors, one for posts and a restricted one for comments.
KwickCode for Comments
KwickCode recognizes separate paragraphs as blocks of texts separate by two newlines (enters/returns). It will auto-link any urls or email address that it finds. It also auto-discovers acronyms, preserves double spaces (for sentence separation), and uses SmartyPants for typographic punctuation. KwickCode uses tags designated by square brackets to markup and beautify the text.
The following tags are available in comments.
[b]text[/b] — Embolden “text.”
[i]text[/i] — Italcize “text.”
[u]text[/u] — Undlerline “text.”
[s]text[/s] — Strikethrough “text.”
[sub]text[/sub] — Subscript “text.”
[sup]text[/sup] — Superscript “text.”
[url]address[/url] — Link “address.”
[url=address]text[/url] — Link “text” to “address.”
[email]address[/email] — Link email “address” with spambot protection.
[email=address]text[/email] — Link “text” to email “address” with spambot protection.
[hr] — Insert horizontal rule.
[hr=width] — Insert horizontal rule with specified width (length or percentage).
[h]text[/h] — Insert “text” as a header.
[quote]text[/quote] — Quote “text.”
[quote=author]text[/quote] — Quote “text” from “author.”
[ref]text[/ref] — Use in quotes to specify “text” as a reference.
[code]text[/code] — Treat “text” as programming code and preserve space.
[list]list[/list] — Create bulleted list. Lists do not nest.
[list=style]list[/list] — Create ordered list with specified style:
1: 1,2,3,…
A: A,B,C,…
a: a,b,c,…
I: I,II,III,…
i: i,ii,iii,…
[refs]list[/refs] — Create list of references.
[*]text — Create “text” as list item. Stops at next [*], [/list], or [/refs].
KwickCode for Posts
In addition to the tags available for comments, the following tags are available to blog authors.
[font=font]text[/font] — Display “text” using “font.”
[color=font]text[/color] — Display “text” using “color.”
[img]address[/img] — Insert image, specified by “address.”
[img=l]address[/img] — Insert image, specified by “address.” Align to the left.
[img=r]address[/img] — Insert image, specified by “address.” Align to the right.
[eqn]equation[/eqn] — Insert LaTeX equation into the post. Uses my Tex2Png MT plugin.
[html]code[/html] — Pass html markup, “code,” directly to the post bypassing Kwickcode’s processing.
Comment #1732
Posted by Moron on April 30, 2004 07:29 PM (e) (s)
This is great.
Hopefully I can figure out how to work it.
Comment #4312
Posted by Anton Mates on June 28, 2004 01:12 AM (e) (s)
And here I am trying to type in HTML like a chump. Next time, I promise.
Trackback: KwickXML Syntax
Posted by De Rerum Natura on August 16, 2005 11:43 AM
KwickXML is a Movable Type plugin that provides markup syntaxs for entries and comments. The markup syntax is based on XML, XHTML, and KwickCode....

Comment #1550
Posted by DS on April 26, 2004 03:42 PM (e) (s)
Many thanks
~DS~