0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2024-12-22 07:13:08 -05:00
Squire/source
Islam Sharabash 6a9582c7e7 Allowing arbitrary nesting for bullets
This allows any level of indentation for bullets. It does this by introducing
invalid HTML. In particular, you can make bullets like:

<ul>
  <ul>
    <li>foo</li>
  </ul>
</ul>
2016-09-27 05:50:59 +04:00
..
Clean.js Path contains format values 2016-07-07 16:11:45 +10:00
Clipboard.js Fix error when copying inline text-only. 2016-09-10 09:24:14 -04:00
Constants.js Fix MSIE detection regex 2016-07-27 16:33:06 +09:00
document.html Require <html data-squireinit="true"> to auto-instantiate. 2015-07-06 12:19:21 +07:00
Editor.js Allowing arbitrary nesting for bullets 2016-09-27 05:50:59 +04:00
exports.js Exports some useful internal functions 2016-08-23 20:59:38 +10:00
intro.js make it possible to replace the reference to e.fragment in willPaste event, also add isDefaultPrevented method to that event 2015-05-01 14:07:28 -04:00
KeyHandlers.js Allowing arbitrary nesting for bullets 2016-09-27 05:50:59 +04:00
Node.js Treat inline tags as containers in malformed HTML 2016-09-26 11:37:38 +01:00
outro.js Add support for the AMD 2015-07-14 00:33:38 +08:00
Range.js Skip placeholder BRs when moving range up/down tree 2016-09-25 21:43:47 +01:00
TreeWalker.js Fix erroneous white-space removal when pasting inline fragment. 2015-06-23 09:46:15 +07:00