Documentation
Getting StartedQuick Start

Quick Start

Get started with Lilia Editor in minutes.

Quick Start Guide

Get up and running with Lilia Editor in just a few minutes.

1. Create an Account

Sign up for a free account to start writing.

2. Create Your First Document

From the dashboard, click New Document and choose a template or start from a blank document.

3. Write in LML

Lilia Editor uses blocks to structure your document. Each block has a type — paragraph, heading, equation, figure, code, and more.

Example: A Simple Document

# Introduction

This is a paragraph with **bold** and *italic* text.

@equation
E = mc^2
@end

@figure(src="diagram.png", caption="System overview")

4. Export Your Work

Export your document to multiple formats from the Export menu:

  • PDF — ready for printing or submission
  • LaTeX — for further editing in Overleaf or TeX editors
  • DOCX — for Microsoft Word compatibility
  • HTML — for web publishing
  • Markdown — for GitHub or other platforms

Next Steps