HTML Export
Export notes as HTML files that look good in any browser and can be shared without requiring markdown knowledge.
Exporting as HTML
Section titled “Exporting as HTML”From the Toolbar
Section titled “From the Toolbar”- Open the note
- Click the Export button
- Select HTML
- Choose save location
HTML Export Features
Section titled “HTML Export Features”Styled Output
Section titled “Styled Output”Exported HTML includes:
- Embedded CSS for styling
- Proper heading hierarchy
- Styled lists and checkboxes
- Code syntax highlighting
- Table formatting
Self-Contained
Section titled “Self-Contained”The HTML file is self-contained:
- No external CSS needed
- Works offline
- Opens in any browser
Copy as HTML
Section titled “Copy as HTML”Copy HTML to clipboard for pasting into other apps:
- Open the note
- Click Export dropdown
- Select Copy as HTML
Useful for:
- Pasting into emails
- Rich text editors
- Web forms
Customization
Section titled “Customization”The exported HTML uses Sidvy’s styling. Currently, you cannot customize the export styles, but the HTML can be edited after export.
Use Cases
Section titled “Use Cases”Sharing
Section titled “Sharing”Share a note with anyone—they just need a browser.
Printing
Section titled “Printing”Open the HTML in a browser and print to PDF or paper.
Presentations
Section titled “Presentations”Export notes as HTML for display during presentations.
Copy as HTML and paste into email for rich formatting.
Documentation
Section titled “Documentation”Export documentation notes for hosting on a website.
HTML vs Markdown
Section titled “HTML vs Markdown”| Markdown Export | HTML Export |
|---|---|
| Editable source | Rendered output |
| Smaller files | Larger (includes CSS) |
| Needs markdown viewer | Opens in any browser |
| For other markdown apps | For sharing/viewing |
Choose markdown for portability and editing, HTML for viewing and sharing.