|
Special Markup |
|
|
DayNotez User Interface > The Main Views > Edit > Special Markup DayNotez uses HTML like markup to support formatting. The tools menu on the Edit view helps to insert the tags for the markup.
Bold Text surrounded by <b> and </b> will be shown in bold on the Journal Page.
Underline Text surrounded by <u> and </u> will be underlined on the Journal Page.
Color Text surrounded by <c=red> and </c> will be shown in red on the Journal Page. DayNotez will provided a list of supported color names when inserting a color tag.
Horizontal rule The tag <hr> will draw a horizontal line on the Journal page.
Link to another DayNotez entry Text surrounded by <dz=nnn> and </dz> will be shown as a selectable link to another DayNotez entry. The number in the tag is a unique identifier that DayNotez assigned to each entry. Before inserting a link use the Copy Link to Entry command while viewing the target
Bullet lists Use the tags <ul> and </ul> to surround a list of bulleted items.
Numbered lists Use the tags <ol> and </ol> to surround a list of numbered items.
List items Each item in a bullet or numbered list should start with the tag <li>. DayNotez will insert this tag for you when the return key or a graffiti return is entered when the cursor is in the middle of a list.
|