Sample plugins

These are sample plugins.

Example

You can show famous "hello, world!" string by this plugin.

As you know, this "hello world" plugin is an example to describe how you can create your own plugin.

Please check this URL for detail. http://qwik.jp/HowToMakePlugin.html

hello world plugin

{{hello}}
hello, world!
{{hello("qwik users")}}
hello, qwik users!

You can specify the target in the argument.

hello world action

[[.hello]]

.hello You can see a page with 'hello world' message.

Monospace plugin

This is a test.
{{tt("This is a test.")}}

You can make the string as monotype font face.

Quote plugin

This is a text to quote.

{{quote
This is a text to quote.
}}

You can make block quote of the string.

Functions list

Last modified: 2010-02-25 Attached files total: 1KB