Help / FAQ
Basics
Sharing
Backup / Export / Import
Technical
Firefox Addon
Billing
Widgets / Connections
iPhone
How do I create links or use special formatting in notes?
You can attach long notes to any of your tasks. It may be useful to format these notes with bold or italic text and to insert clickable links.
×
You can attach long notes to any of your tasks. It may be useful to format these notes with bold or italic text and to insert clickable links.
To format notes, you can use certain HTML tags. Supported HTML tags include <b>, <i>, <a>, <ul>, <ol>, and <li>. To use an HTML tag, you must surround the text that you want to format in the appropriate tag.
To make something bold you would type: <b>bold</b>. To make something italics you would type: <i>italics</i>.
Any URL that begins with http:// will automatically be recognized and converted into a clickable link for you. You can also use a standard HTML <a href> tag to make a link.
To make a bulleted or numbered list, you can use the <ul>, <ol>, and <li> tags. For example: <ol><li>one</li><li>two</li></ol> would produce:
- one
- two