text/plain missing in modeInfo list #1267
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Can you please add text/plain to the list of modes?
{name: 'Plain Text', mime: 'text/plain', mode: 'null'}
It will be nice to order the modes in the list by mode name.
Thanks
A question on this issue, how do one specifies the 'null' mode? I get a 404 for the alleged null.js
The null mode should be predefined by the core library. You can refer to it as
"null"or"text/plain".mentioned in issue #27