Editor and live preview
The World Note editor comes with live preview by default, rendering markdown syntax visually. Headings, bold, italic, lists, and quotes render as styled text while you write, and the raw markdown is revealed when your cursor enters them. Tables, code blocks, and images render as widgets.
Formatting
Section titled “Formatting”Use the format toolbar and the right-click menu for bold, italic, headings, lists, quotes, and links.
On top of the common markdown styles used in tools such as Obsidian and GitHub (tables, task lists, strikethrough), the editor supports ==highlight==, #tags, callouts (> [!note]), and footnotes [^1]. Task-list boxes toggle on click, and headings can be folded.
Images
Section titled “Images”Paste or drop an image and it is attached to the project automatically. Both standard  and Obsidian embeds ![[name|size]] render, and local and relative paths are resolved within the project.
Where attached images are saved is set in the General tab of Settings.