From 8a71745a64b8f88fe65580f3193b4461b7c40e6c Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Wed, 19 Aug 2020 16:56:41 -0400 Subject: [PATCH 1/2] Update README-emailler.md Added EDIT.HELP screenshots for v1.2 to README-emailler.md. --- README-emailler.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README-emailler.md b/README-emailler.md index 9ecb617..0a0b025 100644 --- a/README-emailler.md +++ b/README-emailler.md @@ -304,7 +304,9 @@ However you create your template email, take note of the filename which is displ EDIT is simple full-screen editor. It uses Apple //e auxiliary memory to store the text buffer, allowing files up to 46KB to be edited. The command keys are similar to the popular AppleWorks word processor. -

Editor help page

+

Editor help page 1

+ +

Editor help page 2

## `ATTACHER.SYSTEM` From 0b01f7673c82df0c29fc9e061706b41b171f3709 Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Wed, 19 Aug 2020 17:00:04 -0400 Subject: [PATCH 2/2] README-emailler.md: EDIT.SYSTEM RamWorks support --- README-emailler.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README-emailler.md b/README-emailler.md index 0a0b025..9921a60 100644 --- a/README-emailler.md +++ b/README-emailler.md @@ -302,7 +302,9 @@ However you create your template email, take note of the filename which is displ ## `EDIT.SYSTEM` -EDIT is simple full-screen editor. It uses Apple //e auxiliary memory to store the text buffer, allowing files up to 46KB to be edited. The command keys are similar to the popular AppleWorks word processor. +`EDIT.SYSTEM` is simple full-screen editor. It uses Apple //e auxiliary memory to store the text buffer, allowing files up to 46KB to be edited. The command keys are similar to the popular AppleWorks word processor. + +If RamWorks-style memory expansion is available, `EDIT.SYSTEM` can use it as additional editor buffers. For each 64KB bank of RamWorks expansion, an additional 46KB buffer will be allocated. With an 8MB RamWorks card, 128 buffers are available. `EDIT.SYSTEM` is able to support editing of large files (>46KB) by splitting them across more than one buffer.

Editor help page 1