0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2024-12-22 07:13:08 -05:00
Squire/source
Neil Jenkins 6413034884 Improve copy/paste
* In browsers that support it, we now tell it to copy exactly what was selected
  in the DOM, and not to add extra gunk which browsers do to preserve exact
  styling if pasted into another document.
* Don't use the clipboard APIs with MS Edge, since it only supports plain text.
  If we let it fallback to the browser implementation it will insert HTML.
2016-03-11 15:22:49 +11:00
..
Clean.js Consistently don't use a space in CSS when setting colour. 2015-12-03 17:55:22 +11:00
Clipboard.js Improve copy/paste 2016-03-11 15:22:49 +11:00
Constants.js Improve copy/paste 2016-03-11 15:22:49 +11:00
document.html Require <html data-squireinit="true"> to auto-instantiate. 2015-07-06 12:19:21 +07:00
Editor.js Improve copy/paste 2016-03-11 15:22:49 +11: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 Run fixContainers before merging blocks. 2016-02-26 14:28:53 +11:00
Node.js Fix erroneous white-space removal when pasting inline fragment. 2015-06-23 09:46:15 +07:00
outro.js Add support for the AMD 2015-07-14 00:33:38 +08:00
Range.js Improve copy/paste 2016-03-11 15:22:49 +11:00
TreeWalker.js Fix erroneous white-space removal when pasting inline fragment. 2015-06-23 09:46:15 +07:00