comparison src/wysiwyg.html.luan @ 26:4ab979c0ab5d

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 06 Nov 2022 14:50:30 -0700
parents f63622ee731a
children e287c82a81e5
comparison
equal deleted inserted replaced
25:c5e38932f986 26:4ab979c0ab5d
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 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>
25 25
26 <p>So instead I focused on finding something with readable code. And I found <a href="https://www.sceditor.com/">SCEditor</a> which has readable code and also supports BBCode which is a benefit for FreedIt. But this needs work. It is not well supported, has bugs, and needs improvements. So I <a href="https://hg.reactionary.software/repo/sceditor/">forked the code</a> and put it <a href="http://sceditor.reactionary.software/">here</a> and I will work on improving it until it is usable.</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. 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>
27
28 <p>Of course if someone volunteered to take over this project, I would be thrilled. It is a nice small stand-alone Javascript project. But I won't hold my breath and I assume I will end up doing it. I have other work, so I will only do this during my free time.</p>
29 </div> 27 </div>
30 </body> 28 </body>
31 </html> 29 </html>
32 <% 30 <%
33 end 31 end