local Luan = require "luan:Luan.luan" local error = Luan.error local Io = require "luan:Io.luan" local Http = require "luan:http/Http.luan" local Shared = require "site:/lib/Shared.luan" local head = Shared.head or error() local needed_header = Shared.needed_header or error() return function() Io.stdout = Http.response.text_writer() %> <% head() %> Reactionary Software - WYSIWYG Web Editor <% needed_header() %>

WYSIWYG Web Editor

I would like a WYSIWYG web editor for FreedIt. I have looked at the numerous modern options and of course they are all horrible. The best I could find was TinyMCE 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.

<% end