Fossil SCM
Add some text to /chat config which suggests enabling all of the Editing options insofar as they don't misinteract with the user's specific browser or software keyboard.
Commit
54272f72a18df02121c5854058944352d93040a5d55905e85c4213636fe20431
Parent
9aee493cf3b97fe…
1 file changed
+4
| --- src/fossil.page.chat.js | ||
| +++ src/fossil.page.chat.js | ||
| @@ -2056,10 +2056,14 @@ | ||
| 2056 | 2056 | : ["Most of these settings are persistent via ", |
| 2057 | 2057 | F.storage.storageImplName(), ": ", |
| 2058 | 2058 | F.storage.storageHelpDescription()].join('') |
| 2059 | 2059 | },{ |
| 2060 | 2060 | label: "Editing Options...", |
| 2061 | + hint: ["These options are all recommended but some misinteract", | |
| 2062 | + "with specific browsers or software keyboards so they", | |
| 2063 | + "are not enabled by default." | |
| 2064 | + ].join(' '), | |
| 2061 | 2065 | children:[{ |
| 2062 | 2066 | label: "Chat-only mode", |
| 2063 | 2067 | hint: "Toggle the page between normal fossil view and chat-only view.", |
| 2064 | 2068 | boolValue: 'chat-only-mode' |
| 2065 | 2069 | },{ |
| 2066 | 2070 |
| --- src/fossil.page.chat.js | |
| +++ src/fossil.page.chat.js | |
| @@ -2056,10 +2056,14 @@ | |
| 2056 | : ["Most of these settings are persistent via ", |
| 2057 | F.storage.storageImplName(), ": ", |
| 2058 | F.storage.storageHelpDescription()].join('') |
| 2059 | },{ |
| 2060 | label: "Editing Options...", |
| 2061 | children:[{ |
| 2062 | label: "Chat-only mode", |
| 2063 | hint: "Toggle the page between normal fossil view and chat-only view.", |
| 2064 | boolValue: 'chat-only-mode' |
| 2065 | },{ |
| 2066 |
| --- src/fossil.page.chat.js | |
| +++ src/fossil.page.chat.js | |
| @@ -2056,10 +2056,14 @@ | |
| 2056 | : ["Most of these settings are persistent via ", |
| 2057 | F.storage.storageImplName(), ": ", |
| 2058 | F.storage.storageHelpDescription()].join('') |
| 2059 | },{ |
| 2060 | label: "Editing Options...", |
| 2061 | hint: ["These options are all recommended but some misinteract", |
| 2062 | "with specific browsers or software keyboards so they", |
| 2063 | "are not enabled by default." |
| 2064 | ].join(' '), |
| 2065 | children:[{ |
| 2066 | label: "Chat-only mode", |
| 2067 | hint: "Toggle the page between normal fossil view and chat-only view.", |
| 2068 | boolValue: 'chat-only-mode' |
| 2069 | },{ |
| 2070 |