Mercurial Hosting > reactionary
comparison src/wysiwyg.html.luan @ 30:02f0e4da950c
wysiwyg - minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 24 Dec 2022 11:14:40 -0700 |
parents | e287c82a81e5 |
children |
comparison
equal
deleted
inserted
replaced
29:a04ef87cf4a0 | 30:02f0e4da950c |
---|---|
19 <body> | 19 <body> |
20 <% needed_header() %> | 20 <% needed_header() %> |
21 <div content> | 21 <div content> |
22 <h1>WYSIWYG Web Editor</h1> | 22 <h1>WYSIWYG Web Editor</h1> |
23 | 23 |
24 <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> | 24 <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> |
25 | |
26 <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> | |
27 </div> | 25 </div> |
28 </body> | 26 </body> |
29 </html> | 27 </html> |
30 <% | 28 <% |
31 end | 29 end |