This repository was archived by the owner on Mar 30, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Formatting
henspace edited this page Mar 18, 2015
·
5 revisions
iKog-js supports some simple markup for your tasks. These are shown in the table below.
| Format | Enter | Result | |
| superscript | super^script^ | superscript | |
| subscript | sub,,script,, | subscript | |
| bold | **bold** | bold | |
| italics | //italic// | italic | |
| underline | underline | ||
| web link (http or https) | http://henspace.com | http://henspace.com | |
| email link | somebody@somewhere.com | mailto:somebody@somewhere.com |
| 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? ;)