Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

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
Next revisionBoth sides next revision
module:slyedit [2019/05/29 15:06] – [SlyEdit] Removed information about 79-character message width limit, as that's no longer true for SlyEdit. nightfoxmodule:slyedit [2020/03/03 22:48] – [SlyEdit configuration file] Added information about the new allowSpellCheck configuration option nightfox
Line 34: Line 34:
 | indentQuoteLinesWithInitials    | When prefixing quoted messages lines with the previous author's initials, this setting specifies whether or not to indent quoted lines with a space.  Valid values are true and false.  Defaults to true.  This setting serves as the default for user settings, which each user can change for themselves.  If not specified in SlyEdit.cfg, this setting is disabled by default. | | indentQuoteLinesWithInitials    | When prefixing quoted messages lines with the previous author's initials, this setting specifies whether or not to indent quoted lines with a space.  Valid values are true and false.  Defaults to true.  This setting serves as the default for user settings, which each user can change for themselves.  If not specified in SlyEdit.cfg, this setting is disabled by default. |
 | 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. |
 | 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. |
  
Line 169: Line 170:
 | Ctrl-Z                          | Save the message | | Ctrl-Z                          | Save the message |
 | Ctrl-A                          | Abort the message | | Ctrl-A                          | Abort the message |
 +| 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 |
 | Ctrl-Q                          | Quote the previous message (for use when replying to a message - Opens the quote line selection window) | | Ctrl-Q                          | Quote the previous message (for use when replying to a message - Opens the quote line selection window) |
Line 229: Line 231:
 \\ \\
 ===== Slash Commands ===== ===== Slash Commands =====
-Synchronet also supports the following slash commands, to be used on a blank line by themselves (they are not case-sensitive):+SlyEdit also supports the following slash commands, to be used on a blank line by themselves (they are not case-sensitive):
 ^ Command                         ^ Description^ ^ Command                         ^ Description^
 | /S                              | Save the message | | /S                              | Save the message |
Line 237: Line 239:
 | /T                              | List the text replacements configured for SlyEdit | | /T                              | List the text replacements configured for SlyEdit |
 | /U                              | Configure user settings | | /U                              | Configure user settings |
 +| /UPLOAD (or /UL)                | Upload a message contained in a text file |
  
 \\ \\
Line 256: Line 259:
 Also, the dictionary filenames will be parsed and the language name will be used in the menu of dictionaries in the user options - The user is able to enable/disable the configured dictionaries for their own use for the spell checker. Also, the dictionary filenames will be parsed and the language name will be used in the menu of dictionaries in the user options - The user is able to enable/disable the configured dictionaries for their own use for the spell checker.
  
-For the dictionaryFilenames option in SlyEdit.cfg, you can specify a comma-separated list of dictionary filenames.  The dictionary filenames are in the format dictionary_<languageName>.txt, where <language> is the language name.  In this list, the filenames can be in that format, or just <languageName>.txt, or just <languageName> You can leave the setting blank to use all dictionary files that exist on the system.+For the dictionaryFilenames option in SlyEdit.cfg, you can specify a comma-separated list of dictionary filenames.  The dictionary filenames are in the format dictionary_<languageName>.txt, where <language> is the language name.  In this list, the filenames can be in that format, or just <languageName>.txt, or just <languageName> You can leave the setting blank to use all dictionary files that exist on the system.  Language names are meant to be in ISO standard language and localization tags - For example, en-US specifies English with spellings for the US.  Also, for dictionaries with localized spellings, the filenames can have a "-supplemental" at the end of their name before the extension if they only contain words that are unique to a particular region that don't exist for all regions.  Also, dictionary filenames can just contain the language without a localization if they contain words common to all regions. 
 +For example: 
 +^ Filename                          ^ Description ^ 
 +| dictionary_en.txt                 | General English dictionary with spellings common to all regions | 
 +| dictionary_en-US-supplemental.txt | English word spellings only specific to the US | 
 +| dictionary_en-US.txt              | Full English US dictionary |
  
 SlyEdit will search for the dictionary files in the following directories, in this order: SlyEdit will search for the dictionary files in the following directories, in this order: