- Web 2.0 Integration


Welcome to QrONE

Welcome to the world of QrONE. This page will help you to understand how to use QrONE TextArea and its Wiki markups.

Wiki markup

You can see the "Wiki markup" checkbox at bottom-left corner of the QrONE TextArea. When you check this, you can use Wiki markup described below and QrONE will interpret Just-in-Time and make it to HTML.

QrONE has a wide compatibility with popular Wiki Site. Now you can use all or part of Wiki markups for Yahoo!, Wikipedia and hatena http://www.hatena.ne.jp (popular site in Japan).

when you use HTML outputted by QrONE,

<link rel="stylesheet" type="text/css" href="qrx/wiki.css"/>

you should include your site where you use QrONE for better style.

Yahoo! Japan BLOG markup

You can use all Yahoo markups in QrONE. Threre is a small difference about some markups treatment but almost perfect. However I dont like the "presentation" of Yahoo markup so I chenged the view of it.

QrONE thinks Yahoo markup is most important.

NameSampleDescription
bold'''bold'''make it bold. Triple quote
header1=header1=<h1> style
header2==header2==
header3===header3=== line start with = will be treated as
a header til the end of the line.
header4====header4====after the closing = will be treated as addtions
header5=====header5=====
em{{{em}}} emphasized text
block1{{{
block1
}}}
make blocked section.
block2{{{:
block2
}}}
make indented and blocked section.
simple link[URL] make it link
image[[img(URL)]] insert inline image.

Wikipedia markup

Wiki markups of Encyclopedia "Wikipedia".

NameSampleDescription
List*item * can be ** or more for making tree.
Numbered List#item line top can be like *#* for combined tree.
Def List;Name:Value semicolon on top, colon for splitter.
<pre> content space on top
Math<math>TeX expression</math> insert math image. like this
Escape<nowiki>HTML</nowiki> output text without wiki treatment.
Linked text[URL Text]Text with link.
Center<center>...</center>center tag

hatena:: markup

hatena is one of the good innovaters in Rich Web System in Japan. Some of thier markup is very useful so I had imported these markups.

NameSampleDescription
List-item you can combine Wikipedia List and hatena List
Numbered List+item minus for normal list, plus for numbered list.
Table|cell|cell|cel... |* cells will be header cell. No need to finish.
blockquote<blockquote
cite="url"
title="linkname">
...
</blockquote>
you can insert links for cite using attribute.
Google Link[google:...] link to a search result of google.
Google Link[google:image:...] link to a image search result of google.
Google Link[google:news:...] link to a news search result of google.
Indent>>
...
<<
blockindent.

QrONE Markups

QrONE has a original markups. These markup is a HTML Tag style and some of it are replacing default HTML Tag or wiki markup enhancement.

QrONE interpret HTML very perfectry. If there is a closing tags with no opening tags, ristricted tags or imcomplete tags, letter of <or > will be output as normal TEXT automatically. so you dont need to make it < no more.

And every unclosed tags will automatically be closed at the end of the document, so output HTML by QrONE is very safe.

NameSampleDescription
Click Block<hidden as="...more"> make JavaScript dinamic insert link.
Escape<raw>HTML</raw> Same as <nowiki>
Design Box<design>...</design> Rich-designed box
<design
skin="blue" // normal,blue (optional)
width="80%" // css:width (optional)
align="right" // css:float (optional)
>
hr#### Custom Horizontal Line.
hr**** must need end of line at end of markup
hr++++
hr----

Thank you for using QrONE.
Copyright © 2006 Qronon. All rights reserved.