Results 1 to 3 of 3

Thread: Is Tiny MCE still the best? and looking for a good Login Script

  1. #1
    Join Date
    Sep 2007
    Location
    Maui
    Posts
    650
    Thanks
    289
    Thanked 15 Times in 15 Posts

    Default Is Tiny MCE still the best? and looking for a good Login Script

    Years ago Tiny MCE was considered the best WYSIWYG editor but it is anything but tiny. Does anyone know what is the best WYSIWYG editor these days? It is so that people submitting events to a free community events calendar can use html to format their posting.

    Also, I'm considering adding a login script to the calendar so that events posters can come back and edit their events themselves. Does anyone know of a good open source script that registers users by sending an email verification on the signup and for lost password? I've been out of the business for a while so am not really up on the latest greatest. Any feedback would be greatly appreciated. Thanks.

  2. #2
    Join Date
    Apr 2021
    Posts
    1
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    I think you should take a look at CKEditor

  3. The Following User Says Thank You to reserved1 For This Useful Post:

    kuau (04-12-2021)

  4. #3
    Join Date
    Sep 2007
    Location
    Maui
    Posts
    650
    Thanks
    289
    Thanked 15 Times in 15 Posts

    Default

    I tried the demo and liked it. I then downloaded Ckeditor5, followed the installation instructions, and it didn't work. Only bold and italic and heading worked. Insert images did NOT work. Even increase indent did not work.

    I inserted this line in the <head> section...
    Code:
    <script src="/ckeditor5/ckeditor.js"></script>
    Then I inserted the following in the html where I wanted the editor...

    Code:
    <div id="editor"><textarea rows="14" name="description" cols="75" class="description" align="right" ></textarea></div>
    Code:
    <script>
            ClassicEditor
                .create( document.querySelector( '#editor' ) )
                .catch( error => {
                    console.error( error );
                } );
        </script>
    What did I do wrong? It doesn't work. Thanks in advance for your feedback.

Similar Threads

  1. Need help for tiny jquery problem
    By Ver in forum JavaScript
    Replies: 4
    Last Post: 05-04-2017, 12:24 AM
  2. Resolved Tiny Photoshop job
    By nycguurl in forum General Paid Work Requests
    Replies: 2
    Last Post: 12-11-2013, 03:57 AM
  3. Replies: 3
    Last Post: 03-04-2013, 12:25 AM
  4. Free Tiny Url Script
    By cadillac807 in forum PHP
    Replies: 0
    Last Post: 10-05-2009, 05:40 AM
  5. Swf showing tiny in IE
    By Irishcash33 in forum HTML
    Replies: 0
    Last Post: 07-15-2009, 02:35 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •