-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Open
3 / 53 of 5 issues completedDescription
A Rich Text Editor was added to the mobile app in #12748. This issue tracks the remaining tasks for this editor.
- Mobile Rich Text Editor: Make it possible to edit math and code blocks #12841
- Mobile Rich Text Editor: Render more content in the editor #12842
- Support manual resource download mode: Download resources when clicked by the user.
- Mobile Rich Text Editor: Improve support for HTML notes #12843
- Mobile Rich Text Editor: Make initial search behavior match the Markdown editor #12844
- Support more toolbar buttons:
- Swap line down
- Swap line up
- Duplicate line
- Sort selected lines
- Improve the toolbar:
- Toolbar editor: Indicate whether an action is unsupported in the current editor. Currently, actions are only disabled/greyed out after being added to the toolbar.
- Tables: Add UI for adding/removing table rows/columns/cells.
- Horizontal lines: Add UI for adding horizontal rules (
<hr/>
s). - Block quotes: Add UI for adding/removing block quote formatting.
- Text color: Add UI for changing the color of selected text.
- Disable toolbar buttons when their corresponding commands are disabled. For example, the "bold" button should be disabled when inline code is selected.
- Improve saving:
- Preserve toplevel style blocks on save.
- Preserve HTML comments on save.
- Improve save performance for large documents?
- Fix empty newlines added after all items in lists in rendered Markdown.
- Improve list behavior
- Improve how toolbar buttons and keyboard shortcuts work with task lists containing other list types.
- Improve how list toggle behavior works with hard breaks.
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels