Built-in Extensions
This page focuses on the extension capabilities built into the mobile version by default.
Compared with Umo Editor and Umo Editor Next, mobile keeps many same-source extensions to maintain cross-platform consistency, but whether they are fully exposed in the UI still depends on mobile interaction entry points and UI capability boundaries.
Basic Text and Typography
StarterKitDocumentPlaceholderBoldSubscriptSuperscriptTypographyCharacterCountTextStyleKitWordWrapIndentTextAlignNodeAlignLetterSpacingLineHeight
Lists and Structure
ordered-listbullet-listtask-listTaskItemDetailsDetailsContentDetailsSummaryPageBreakhorizontal-rulehard-break
Content Blocks and Business Nodes
imageinlineImagevideoaudiofilecode-blockmathtagcolumnscalloutmentiondate-timeoption-boxtext-boxweb-pagefootnotetoc
Tables and Page-Related Capabilities
TableTableRowTableCellTableHeadermarginTableOfContents
Utility Extensions
SearchReplaceSelectionNodeRangeNodeSelectDropcursorOfficePasteEcharts
Conditionally Enabled Extensions
UniqueID: only enabled whendocument.enableNodeIdistrue.
Notes
- Built-in extensions can be disabled through
disableExtensions. - Custom extensions can be appended through
extensions. - Although some extensions are already included, the corresponding mobile UI entry points may differ from desktop or may not yet be fully exposed. Different on Mobile
Key Differences from Desktop
- Extension names may be aligned, but their entry points are not necessarily the same. Different on Mobile
- Not all desktop productivity extensions provide a complete UI on mobile. Partially Unsupported
- Mobile places more emphasis on the combined strategy of “available by default + can be disabled + can be appended”. Mobile-Only