comparison src/wysiwyg.html.luan @ 27:e287c82a81e5

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 09 Nov 2022 23:13:02 -0700
parents 4ab979c0ab5d
children 02f0e4da950c
comparison
equal deleted inserted replaced
26:4ab979c0ab5d 27:e287c82a81e5
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 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> 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>
25 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. 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> 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> 27 </div>
28 </body> 28 </body>
29 </html> 29 </html>
30 <% 30 <%
31 end 31 end