Note formatting and writing tips
-
Use rich text in HTML outputs
- If you plan to export your demo using one of DemoEasel’s HTML / web package formats, you can use simple HTML markup to enhance your notes
- Bold text
- To make bold text, begin your bold text section with
<b>, write your text to be in bold, then end the bold text with</b>. - For example, in the notebox you might input
<b>Sample bold text</b>. When exported, it will look like this: Sample bold text
- To make bold text, begin your bold text section with
- Italic text
- To make italic text, begin your italic text section with
<i>, write your text to be in italic, then end the italic text with</i>. - For example, in the notebox you might input
<i>Sample italic text</i>. When exported, it will look like this: Sample italic text
- To make italic text, begin your italic text section with
- Hyperlink
- To make a hyperlink, start the declaration with
<a href="https://www.example.com" target="_blank">, where www.example.com is the website you want to link to. Then, write what you want to be displayed for your link. Finish the hyperlink with</a>. - For example, in the notebox you might input
<a href="https://www.demoeasel.com/" target="_blank">DemoEasel</a>. When exported, it will look like this: DemoEasel
- To make a hyperlink, start the declaration with
-
Use manual line breaks carefully
- You can manually insert line breaks by pressing enter. However, word wrapping may still occur automatically depending on how you export your demo.
-
Write short notes for walkthroughs
- When creating a demo to be exported as a walkthrough, we recommend keeping the size of the notes small. This improves readability and reduces the amount of the screen that gets covered by notes.
-
Write detailed notes for live demos
- When writing notes for a live demo, we recommend writing detailed and descriptive notes. Detailed notes can give your presenters better background information, context, and insight into what they’re presenting; which greatly increases the engagement of the presentation.