Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Formatting

Steve Butler edited this page Mar 24, 2015 · 5 revisions

iKog-js supports some simple markup for your tasks. These are shown in the table below.

Formatting

Format Enter Result
superscript super^script^ superscript
subscript sub,,script,, subscript
bold **bold** bold
italics //italic// italic
underline   underline   underline
web link (http or https) [[http://henspace.com]] http://henspace.com
email link [[somebody@somewhere.com]] mailto:somebody@somewhere.com

Accented characters

Enter Result
[a\] à
[a/] á
[a^] â
[e\] è
[e/] é
[e^] ê
[e..] ë
[i..] ï
[o/] ó
[u..] ü

You can also include html entities by enclosing the entity in [], but without the leading &. So to get a copyright symbol enter, [copy;].

If you need to use a special formatting character without it being converted, just precede the character with \ to escape it. So //test// will give you ,,test,, but \/\/test\/\/ will give you //test//.

If you need more formatting, then you are probably spending too much time making it all look pretty and not enough time doing the tasks - hey, but what do I know? ;)

Clone this wiki locally