File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535- [ ] Add-column button (+) has visible dashed border matching add-row button style
3636- [ ] Add-column button visible when table is active (cursor inside)
3737
38- ## List Editing
39- - [x] Enter in a list item splits content at cursor into two ` <li> ` elements
40- - [x] Enter on empty list item exits list and creates paragraph below
41- - [x] Shift+Enter in list item inserts ` <br> ` (line break within same bullet)
42- - [x] Tab in list item indents it (nests inside sub-list under previous sibling)
43- - [x] Shift+Tab in list item outdents it to parent level
44- - [x] Shift+Tab outdent preserves trailing siblings as sub-list of moved item
45- - [x] Tab at first list item (no previous sibling) does nothing
46- - [x] Cursor position preserved after Tab indent
47- - [ ] Cursor position preserved after Shift+Tab outdent
48- - [x] Enter in list creates proper ` <li> ` that syncs to markdown ` - ` or ` 1. ` in CM
49- - [ ] Nested list indentation syncs correctly to markdown (2 or 4 space indent)
50-
5138## UL/OL Toggle (List Type Switching)
5239- [ ] Clicking UL button when in OL switches nearest parent list to ` <ul> `
5340- [ ] Clicking OL button when in UL switches nearest parent list to ` <ol> `
You can’t perform that action at this time.
0 commit comments