@bobfrankston/rmfmail 1.0.652 → 1.0.653
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client/lib/rmf-tiny.js +1 -1
- package/package.json +3 -3
package/client/lib/rmf-tiny.js
CHANGED
|
@@ -87,7 +87,7 @@ export async function createTinyMceEditor(container, opts = {}) {
|
|
|
87
87
|
// Word-paste fidelity is the entire point of using TinyMCE here.
|
|
88
88
|
// `paste_as_text: false` keeps formatting; powerpaste isn't in
|
|
89
89
|
// OSS but the standard paste plugin handles Word reasonably well.
|
|
90
|
-
plugins: "paste lists link table code image
|
|
90
|
+
plugins: "paste lists link table code image",
|
|
91
91
|
toolbar: [
|
|
92
92
|
"undo redo | bold italic underline strikethrough | forecolor backcolor",
|
|
93
93
|
"bullist numlist outdent indent | link table image code",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bobfrankston/rmfmail",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.653",
|
|
4
4
|
"description": "Local-first email client with IMAP sync and standalone native app",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "bin/mailx.js",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@bobfrankston/msger": "^0.1.378",
|
|
43
43
|
"@bobfrankston/node-tcp-transport": "^0.1.8",
|
|
44
44
|
"@bobfrankston/oauthsupport": "^1.0.26",
|
|
45
|
-
"@bobfrankston/rmf-tiny": "^0.1.
|
|
45
|
+
"@bobfrankston/rmf-tiny": "^0.1.4",
|
|
46
46
|
"@bobfrankston/smtp-direct": "^0.1.8",
|
|
47
47
|
"@bobfrankston/tcp-transport": "^0.1.6",
|
|
48
48
|
"@capacitor/android": "^8.3.0",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"@bobfrankston/msger": "^0.1.378",
|
|
116
116
|
"@bobfrankston/node-tcp-transport": "^0.1.8",
|
|
117
117
|
"@bobfrankston/oauthsupport": "^1.0.26",
|
|
118
|
-
"@bobfrankston/rmf-tiny": "^0.1.
|
|
118
|
+
"@bobfrankston/rmf-tiny": "^0.1.4",
|
|
119
119
|
"@bobfrankston/smtp-direct": "^0.1.8",
|
|
120
120
|
"@bobfrankston/tcp-transport": "^0.1.6",
|
|
121
121
|
"@capacitor/android": "^8.3.0",
|