Synchronet v3.21e-Win32 (install) has been released (Mar-2026).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
module:slyedit [2025/05/07 20:01] – New meme configuration options nightfoxmodule:slyedit [2026/02/11 21:26] (current) – Minor update about the same directory as SlyEdit.js fort tagline configuration files nightfox
Line 39: Line 39:
 | allowEditQuoteLines             | Whether or not to allow the user to edit quote lines.  Valid values are true and false.  Defaults to true.  This was added in version 1.52. | | allowEditQuoteLines             | Whether or not to allow the user to edit quote lines.  Valid values are true and false.  Defaults to true.  This was added in version 1.52. |
 | allowSpellCheck                 | Whether or not the spell check feature is allowed.  Valid values are true and false; it defaults to true if not specified.  You might want to disable spell check if, for instance, the spell check feature causes an "out of memory" error on your system.  This option was added in version 1.71. | | allowSpellCheck                 | Whether or not the spell check feature is allowed.  Valid values are true and false; it defaults to true if not specified.  You might want to disable spell check if, for instance, the spell check feature causes an "out of memory" error on your system.  This option was added in version 1.71. |
 +| ctrlQQuote                      | Whether to use Ctrl-Q as the quote hotkey (if not, Ctrl-Y will be used). This option was added in version 1.92c. |
 | dictionaryFilenames             | A comma-separated list of filenames for dictionaries, for the spell checker feature.  The filenames are in the format dictionary_<language>.txt, where <language> is the language name.  For dictionaryFilenames, you can also just specify the language names if you want.  The dictionary filenames will be looked for in sbbs/mods, sbbs/ctrl, and then the directory where SlyEdit.js is located.  Note that the dictionary files must be sorted for proper word matching, and the words in the dictionary must be all lower-case, since SlyEdit does case-insensitive matching via all lower-cased words.  This was added in version 1.64. | | dictionaryFilenames             | A comma-separated list of filenames for dictionaries, for the spell checker feature.  The filenames are in the format dictionary_<language>.txt, where <language> is the language name.  For dictionaryFilenames, you can also just specify the language names if you want.  The dictionary filenames will be looked for in sbbs/mods, sbbs/ctrl, and then the directory where SlyEdit.js is located.  Note that the dictionary files must be sorted for proper word matching, and the words in the dictionary must be all lower-case, since SlyEdit does case-insensitive matching via all lower-cased words.  This was added in version 1.64. |
 | memeMaxTextLen | For appending a 'meme' to a message, this specifies the maximum text length for a meme. | | memeMaxTextLen | For appending a 'meme' to a message, this specifies the maximum text length for a meme. |
Line 197: Line 198:
 | Ctrl-Z                          | Save the message | | Ctrl-Z                          | Save the message |
 | Ctrl-A                          | Abort the message | | Ctrl-A                          | Abort the message |
-| Ctrl-Q                          | Quote the previous message (for use when replying to a message - Opens the quote line selection window) |+| Ctrl-Q (or Ctrl-Y)              | Quote the previous message (for use when replying to a message - Opens the quote line selection window) |
 | Ctrl-S                          | Change subject (supported with Synchronet 3.17c development builds from July 21, 2019 or newer) | | Ctrl-S                          | Change subject (supported with Synchronet 3.17c development builds from July 21, 2019 or newer) |
 | Ctrl-D                          | Delete a line | | Ctrl-D                          | Delete a line |
Line 253: Line 254:
 - The ''[[dir:mods]]'' directory\\ - The ''[[dir:mods]]'' directory\\
 - The ''[[dir:ctrl]]'' directory\\ - The ''[[dir:ctrl]]'' directory\\
-- The same directory as SlyEdit'.js files\\+- The same directory as SlyEdit.js\\
  
 The tagline configuration file is a plain text file containing a list of taglines, one on each line.  SlyEdit includes its own tagline file, but you are free to edit it or use another tagline file altogether.  It is recommended that taglines are limited to 78 characters in order to fit in the tagline window in SlyEdit.  Taglines of any length will be used; however, only the first 78 characters will appear in the tagline selection box in SlyEdit. The tagline configuration file is a plain text file containing a list of taglines, one on each line.  SlyEdit includes its own tagline file, but you are free to edit it or use another tagline file altogether.  It is recommended that taglines are limited to 78 characters in order to fit in the tagline window in SlyEdit.  Taglines of any length will be used; however, only the first 78 characters will appear in the tagline selection box in SlyEdit.