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:fseditor [2019/04/11 17:15] – [Configure] Updated suggested configuration (Record Terminal Width and Word-wrap Quoted Text set to "Yes") digital manmodule:fseditor [2019/05/09 02:44] – three word title :-) digital man
Line 1: Line 1:
-====== FSeditor ======+====== Full Screen Editor ======
  
 ''fseditor.js'' is a Full Screen Editor (FSE) written by [[person:Deuce]] in JavaScript((the first of its kind)) for the Synchronet [[server:Terminal]] Server. ''fseditor.js'' is a Full Screen Editor (FSE) written by [[person:Deuce]] in JavaScript((the first of its kind)) for the Synchronet [[server:Terminal]] Server.
Line 14: Line 14:
  
 To add ''fseditor.js'' to your FSE list, use the following settings in [[util:SCFG]]->External Programs->External Editors: To add ''fseditor.js'' to your FSE list, use the following settings in [[util:SCFG]]->External Programs->External Editors:
 +<file>
 ╔════════════════════════════════════════════════════════════════════╗ ╔════════════════════════════════════════════════════════════════════╗
 ║                         FSEditor.js Editor                         ║ ║                         FSEditor.js Editor                         ║
Line 33: Line 33:
 ║ │BBS Drop File Type              None                              ║ ║ │BBS Drop File Type              None                              ║
 ╚════════════════════════════════════════════════════════════════════╝ ╚════════════════════════════════════════════════════════════════════╝
 +</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). 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).