Open jkomoros opened 5 years ago
Since the supported subset of HTML is so limited, various options might even work... for example, a contenteditable (allowing selection of the underlying slide text) with all events overridden, and then figure out given a selection where in the underlying HTML we are
might be able to use the selection API combined with key handlers and node tests to figure out what's selected
<li>
(and make sure all items in ul are in <li>
(except for first bit)<ul>
<p>
<big>
like we do for <br>
Ideally it would be a basic WSIWYG (but content editable is such a pain...)
Have a normalizeCard(body) that takes the card attributes provided and normalizes them to the id (not the name)