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 revisionBoth sides next revision
module:fseditor [2019/05/30 23:41] – [Installation] Just "install" digital manmodule:fseditor [2019/08/30 22:27] – [Configure] Document the latest SCFG settings and modopts.ini keys digital man
Line 26: Line 26:
 ║ │Use Shell to Execute            No                                ║ ║ │Use Shell to Execute            No                                ║
 ║ │Record Terminal Width           Yes                               ║ ║ │Record Terminal Width           Yes                               ║
-║ │Word-wrap Quoted Text           Yes                               +║ │Word-wrap Quoted Text           Yes, for terminal width           
 ║ │Automatically Quoted Text       All                               ║ ║ │Automatically Quoted Text       All                               ║
 ║ │Editor Information Files        WWIV EDITOR.INF/RESULT.ED         ║ ║ │Editor Information Files        WWIV EDITOR.INF/RESULT.ED         ║
-║ │Expand Line Feeds to CRLF       No                                +║ │Expand Line Feeds to CRLF       Yes                               ║ 
 +║ │Handle Soft Carriage Returns    Retain                            
 ║ │Strip FidoNet Kludge Lines      No                                ║ ║ │Strip FidoNet Kludge Lines      No                                ║
 +║ │Support UTF-8 Encoding          No                                ║
 ║ │BBS Drop File Type              None                              ║ ║ │BBS Drop File Type              None                              ║
 ╚════════════════════════════════════════════════════════════════════╝ ╚════════════════════════════════════════════════════════════════════╝
 </file> </file>
-Note: as of v1.75, FSeditor saves auto-wrapped lines with a so-called "soft linebreak", identified with a sole line-feed (ASCII 0x0A) character in the file (contrasted with "hard linebreak" identified by a CRLF pair). 
  
-If posting on FidoNet networks, you may want to set ''Expand Line Feeds to CRLF'' to ''Yes'' so that the soft linebreaks are actually stored as hard linebreaks (CRLF) in the Sychronet message base and FidoNet nodes which do not auto-wrap long lines can view your message as you intended when exported via [[util:SBBSecho]].+==== Command Line ==== 
 + 
 +The first argument to fseditor.js must be the path/name of the file to edit (specified as ''%f'' in SCFG). 
 + 
 +Optionally, ''-utf8'' may be passed as a secondary argument to enable UTF-message support. 
 + 
 +==== modopts.ini ====  
 + 
 +The ''[[dir:ctrl]]/[[config:modopts.ini]]'' file may contain an ''[fseditor]'' section with the following keys: 
 + 
 +^ Key             ^ Default  ^ Description ^ 
 +| utf8_support    | false    | Enable UTF-8 message support (experimental at this time) | 
 +| default_tabstop | 8        | Specify the default interval of tab-stops (can be overridden and saved per-user) | 
 +| soft_cr         | false    | Soft carriage-returns are included in saved files |
 ===== Key Bindings ===== ===== Key Bindings =====