English
English
Appearance
English
English
Appearance
SmartTable provides independent document management for each Base, supporting the creation, editing, and deletion of rich-text documents, along with version history and PDF export. Document permissions are bound to the Base, making it convenient for teams to accumulate knowledge, specifications, and instructions alongside table data.


The SmartTable document editor is based on FluentEditor (compatible with the Quill ecosystem), providing professional-grade formatting capabilities.
| Feature | Operation |
|---|---|
| Headings | Supports H1 ~ H6 |
| Bold/Italic/Underline | Toolbar buttons or shortcuts Ctrl/Cmd + B, I, U |
| Strikethrough | Strikethrough toolbar button |
| Inline Code | Inline code toolbar button |
| Blockquote | Blockquote toolbar button |
| Ordered/Unordered/Task Lists | List toolbar buttons |
| Divider | Divider toolbar button |
The editor supports common Markdown shortcuts, such as:
# Heading for H1## Heading for H2- Item for unordered lists1. Item for ordered lists> Quote for blockquotes`code` for inline codeThe editor automatically generates a document outline on the right. Click an outline item to jump to the corresponding heading, making it easier to navigate long documents.
The editor header displays the current save status:
Shortcut
Press Ctrl/Cmd + S to quickly save the document.
Click the Fullscreen button in the header to enter fullscreen mode, hiding the browser top bar and sidebar for focused writing. Click again to exit fullscreen.

SmartTable automatically creates version snapshots when document content changes significantly, making it easy to review and restore previous versions.

Documents can be exported to PDF with one click for offline sharing or archiving.
Document permissions follow the Base permission system. The table below lists what each role can do with documents and their versions:
| Role | Create Doc | Edit / Save Doc | Delete Doc | Create Version | Restore Version | Delete Version | View |
|---|---|---|---|---|---|---|---|
| Owner / Admin | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ (all documents) |
| Editor | ❌ | ✅ | ❌ | ❌ | ✅ | ❌ | ✅ (authorized documents) |
| Commenter / Viewer | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ (view only) |
Note