summaryrefslogtreecommitdiffstats
path: root/Mac/Demo/waste.html
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Demo/waste.html')
-rw-r--r--Mac/Demo/waste.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/Mac/Demo/waste.html b/Mac/Demo/waste.html
index 856d792..21efa8f 100644
--- a/Mac/Demo/waste.html
+++ b/Mac/Demo/waste.html
@@ -63,7 +63,10 @@ Implementing undo is a wonder of simplicity: Waste handles all the details for u
over what <code>ped</code> did: in ped it was possible that paste was enabled but that the data on the
scrap was incompatible with TextEdit. No more such problems here. <p>
+That is all for now. There is an undocumented extended version of wed, <a href="waste/swed.py">swed.py</a>,
+which supports multiple fonts, sizes and faces, and uses Waste's tab-calculation to do tab characters "right".
+There is also an even more elaborate example, <a href="waste/htmled.py">htmled.py</a> which extends swed with
+the ability to import html files, showing the use of color and how to use embedded object (rulers, in this case).
+These two programs have not been documented yet, though, so you will have to look at them without guidance. <p>
<hr>
-That is all for now. At some point in the future I will extend this editor to incorporate multiple fonts and
-pointsizes, pictures and possibly drag-and-drop editing but I will first have to write the code for it.
-For now you will have to go back to the <A HREF="index.html">index</A> to pick another example.
+Back to the <A HREF="index.html">index</A> to pick another example.