Synchronet v3.20d-Win32 (install) has been released (Mar-2025).

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
howto:editor:slyedit [2022/12/16 08:43] – [Configuration with Synchronet] Nightfoxhowto:editor:slyedit [2025/05/07 20:04] (current) – [Upgrading from previous versions] New meme configuration options nightfox
Line 86: Line 86:
 The following is a list of changes and important notes for each version, if you are upgrading from a previous version of SlyEdit:\\ The following is a list of changes and important notes for each version, if you are upgrading from a previous version of SlyEdit:\\
 \\ \\
 +
 +New in version 1.90
 +-------------------
 +For adding a 'meme' to a message, new configuration settings have been added in SlyEdit.cfg:
 +^Setting                              ^ Description^
 +| memeMaxTextLen | For appending a 'meme' to a message, this specifies the maximum text length for a meme. |
 +| memeDefaultWidth | The default width for memes |
 +| memeStyleRandom | For appending a meme to a message, whether or not to choose a random style (border style & color) for the meme. The user will still be able to change it. Valid values are true and false. If this is true, the border & color settings will be ignored. |
 +| memeDefaultBorder | Default border for posting a meme. This can be one none, single, mixed1, mixed2, mixed3, double, ornate1, ornate2, or ornate3. This can also be a number between 1 and the maximum number of meme border styles. You can refer to sbbs/exec/load/meme_lib.js - Near the top, there are definitions such as BORDER_NONE, BORDER_SINGLE, etc., up to BORDER_COUNT (which is the number of border styles supported). |
 +| memeDefaultColor | For appending a meme to a message, this is a number that specifies the coloring for the meme. This can be between 1 and the maximum number of coloring options supported by sbbs/exec/load/meme_chooser.js. You can refer to sbbs/exec/load/meme_chooser.js. At the time of this writing, under "function main" in that file, there is an array of attribute codes, declared via "var attr", and there are are 7 of them as of now. |
 +| memeJustify | For appending a meme to a message, this specifies the text justification. Valid values are center, left, and right. |
  
 New in version 1.80 New in version 1.80