mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-05 16:51:36 -08:00
parent
bc8b72e6eb
commit
98872bbe7c
1 changed files with 5 additions and 0 deletions
|
|
@ -147,6 +147,11 @@ DropZoneWidget.prototype.importDataTypes = [
|
|||
};
|
||||
}
|
||||
}},
|
||||
{type: "text/html", IECompatible: false, convertToFields: function(data) {
|
||||
return {
|
||||
text: data
|
||||
};
|
||||
}},
|
||||
{type: "text/plain", IECompatible: false, convertToFields: function(data) {
|
||||
return {
|
||||
text: data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue