changeset 30:02f0e4da950c

wysiwyg - minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 24 Dec 2022 11:14:40 -0700
parents a04ef87cf4a0
children f92034a190d1
files src/wysiwyg.html.luan
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/wysiwyg.html.luan	Fri Dec 23 15:31:50 2022 -0700
+++ b/src/wysiwyg.html.luan	Sat Dec 24 11:14:40 2022 -0700
@@ -21,9 +21,7 @@
 		<div content>
 			<h1>WYSIWYG Web Editor</h1>
 
-			<p>I would like a WYSIWYG web editor for <a href="freedit.html">FreedIt</a>.  I have looked at the numerous modern options and of course they are all horrible.  The best I could find was <a href="https://www.tiny.cloud/">TinyMCE</a> and I spent about 2 weeks trying to make this bloated pig work, but I gave up.</p>
-
-			<p>Writing a WYSIWYG web editor is a nice small stand-alone Javascript project.  I won't do it because I have too much other work.  If someone else does it, great, I would use it in FreedIt.  If not, FreedIt will just use BBCode.</p>
+			<p>I would like a WYSIWYG web editor for <a href="freedit.html">FreedIt</a>.  I have looked at the numerous modern options and of course they are all horrible.  The best I could find was <a href="https://www.tiny.cloud/">TinyMCE</a> and I spent about 2 weeks trying to make this bloated pig work, but I gave up.  Writing a WYSIWYG web editor is a nice stand-alone Javascript project.</p>
 		</div>
 	</body>
 </html>