changeset 27:e287c82a81e5

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 09 Nov 2022 23:13:02 -0700
parents 4ab979c0ab5d
children c6a350363bb6
files src/wysiwyg.html.luan
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/wysiwyg.html.luan	Sun Nov 06 14:50:30 2022 -0700
+++ b/src/wysiwyg.html.luan	Wed Nov 09 23:13:02 2022 -0700
@@ -21,9 +21,9 @@
 		<div content>
 			<h1>WYSIWYG Web Editor</h1>
 
-			<p>I need 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>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.  If not, FreedIt will be unusable for end-users.  Which is fine because fuck humanity.  If no one helps me, why should I give a shit about anyone else?</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>
 		</div>
 	</body>
 </html>