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/07/21 12:09] – [Edit Mode] Added Ctrl-S command key for changing the subject Nightfoxmodule:slyedit [2022/07/03 15:09] – [SlyEdit configuration file] Added information about text color settings, allowColorSelection and saveColorsAsANSI, added in SlyEdit 1.80. Nightfox
Line 23: Line 23:
 | inputTimeoutMS                  | The amount of time (in milliseconds) to use for the input timeout.  If this option is not specified, this option will default to 300000.  This option was added in version 1.08. | | inputTimeoutMS                  | The amount of time (in milliseconds) to use for the input timeout.  If this option is not specified, this option will default to 300000.  This option was added in version 1.08. |
 | reWrapQuoteLines                | Whether or not to re-wrap quote lines. Valid values are true and false.  This feature is enabled by default.  With this feature enabled, SlyEdit will re-wrap quote lines to still be complete and readable after the quote prefix character is added to the front of the quote lines.  SlyEdit is able to recognize quote lines beginning with > or 2 letters and a > (such as EO>).  If this feature is disabled, quote lines will simply be trimmed to make room for the quote prefix character to be added to the front.  This option was added in version 1.15, replacing the older option splitLongQuoteLines. | | reWrapQuoteLines                | Whether or not to re-wrap quote lines. Valid values are true and false.  This feature is enabled by default.  With this feature enabled, SlyEdit will re-wrap quote lines to still be complete and readable after the quote prefix character is added to the front of the quote lines.  SlyEdit is able to recognize quote lines beginning with > or 2 letters and a > (such as EO>).  If this feature is disabled, quote lines will simply be trimmed to make room for the quote prefix character to be added to the front.  This option was added in version 1.15, replacing the older option splitLongQuoteLines. |
 +| allowColorSelection             | Whether or not to let the user change the text color. This option was added in version 1.80. |
 +| saveColorsAsANSI                | Whether or not to save message color/attribute codes as ANSI (if not, they will be saved as Synchronet attribute codes).  This option was added in version 1.80. |
 | allowCrossPosting               | Whether or not to allow cross-posting.  Valid values are true and false.  This setting is enabled by default.  This option was added in version 1.20. | | allowCrossPosting               | Whether or not to allow cross-posting.  Valid values are true and false.  This setting is enabled by default.  This option was added in version 1.20. |
 | enableTextReplacements          | Whether or not to enable text replacements (AKA macros).  Valid values are false (disabled), true (enabled with basic/literal text matching), and regex (enabled using regular expressions). | | enableTextReplacements          | Whether or not to enable text replacements (AKA macros).  Valid values are false (disabled), true (enabled with basic/literal text matching), and regex (enabled using regular expressions). |
Line 34: Line 36:
 | 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 230: Line 233:
 \\ \\
 ===== 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 238: Line 241:
 | /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 273: Line 277:
 ===== See Also ===== ===== See Also =====
   * [[:module:|module index]]   * [[:module:|module index]]
 +  * [[howto:editor:index|Install Message Editors]]
 {{tag>}} {{tag>}}