Make paste as plain text default?

@JohnAtl @avraam just put this in a template and bind it to Ctrl+V:

<% navigator.clipboard.readText() %>

Boom - always plain text paste.

6 Likes