Feature request:
When editing lists in the Blazer Markdown Editor (such as bulleted or numbered lists), pressing the Tab key should indent the list item rather than cycle the caret. This improves usability for users familiar with standard text editors and helps create nested lists more easily. Ensure only 1 tab is captured per level of list (to indent) in case users really want to use tab to focus. shift-tab should do opposite. allow as many shift-tabs to get back to level 1 of list.
Expected behavior:
- User places cursor in a list item and presses Tab
- List item is indented (moves to a deeper nesting level)
Current behavior:
- Tab does not indent list item
- Nested lists must be created manually
Benefits:
- Makes list editing more intuitive and consistent with other editors
- Reduces manual effort for users building complex lists
Additional notes:
- Should work with both ordered and unordered lists
Would greatly improve UX for Markdown editing.
Feature request:
When editing lists in the Blazer Markdown Editor (such as bulleted or numbered lists), pressing the Tab key should indent the list item rather than cycle the caret. This improves usability for users familiar with standard text editors and helps create nested lists more easily. Ensure only 1 tab is captured per level of list (to indent) in case users really want to use tab to focus. shift-tab should do opposite. allow as many shift-tabs to get back to level 1 of list.
Expected behavior:
Current behavior:
Benefits:
Additional notes:
Would greatly improve UX for Markdown editing.