• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

Bugs in Quill (NodeBB 1.16.2)

Scheduled Pinned Locked Moved Bug Reports
7 Posts 4 Posters 542 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mark Coniglio
    wrote on last edited by Mark Coniglio
    #1

    Dear All,

    We are in the process of upgrading to NodeBB 1.16.2. It seems that, in this version, Redactor has been disabled and that the only option for a WYSIWYG editor is Quill.

    We have immediately discovered two issues in Quill, which are mentioned in a post from November 2020:

    1. If you select some text in another user's post and hit the reply button, Quill does not enter the selected text as a quote as seen below:

    @blahblahblah Said:

    Quoted Text here with a bar to the left

    1. You can no longer embed a YouTube video.

    Will either of these get fixed any time soon? It is discouraging when an update offers them reduced functionality.

    Thanks in advance for whatever insights any of you might have.

    Best Wishes,
    Mark

    dunlixD julianJ 2 Replies Last reply
    0
  • dunlixD Offline
    dunlixD Offline
    dunlix GNU/Linux Gamers
    replied to Mark Coniglio on last edited by
    #2

    @mark-coniglio If you are talking about the Quill Composer, you'll have to periodically check if issues are fixed at the Github page.

    Same link: https://github.com/NodeBB/nodebb-plugin-composer-quill/issues

    1 Reply Last reply
    0
  • julianJ Offline
    julianJ Offline
    julian GNU/Linux
    replied to Mark Coniglio on last edited by
    #3

    @mark-coniglio Redactor hasn't been disabled, per se, we just no longer actively develop on it. So that said, if you want to use Redactor, it should still work.

    Quill is probably the better path moving forward. How are you trying to embed youtube videos, via a plugin?

    M 2 Replies Last reply
    0
  • M Offline
    M Offline
    Mark Coniglio
    replied to julian on last edited by Mark Coniglio
    #4

    @julian said in Bugs in Quill (NodeBB 1.16.2):

    Redactor hasn't been disabled, per se, we just no longer actively develop on it.

    Our tech found that it was not possible. I have asked him to post here to explain why it didn't work.

    @julian said in Bugs in Quill (NodeBB 1.16.2):

    Quill is probably the better path moving forward. How are you trying to embed youtube videos, via a plugin?

    Well, in redactor this button that allowed you to specify a movie URL.

    Screen Shot 2021-03-23 at 7.56.42 AM.png

    using this dialog:

    Screen Shot 2021-03-23 at 7.59.36 AM.png

    Quill does not seem to offer the same option. So I'm just dropping the URL into Quill. The link works. But it doesn't embed.

    (Note: pre NodeBB 1.16.2 posts that had embedded video still show them as embedded; switching to Quill did not change the behavior of these older posts.)

    Best Wishes,
    Mark

    M 1 Reply Last reply
    0
  • M Offline
    M Offline
    Mark Coniglio
    replied to Mark Coniglio on last edited by
    #5

    P.S. One other question: is it possible for a single user to choose to use the standard markup editor instead of Redactor/Quill via some kind of setting? It doesn't seem to be an option, but I wanted to make sure that I'm not missing something.

    1 Reply Last reply
    0
  • W Offline
    W Offline
    whuut
    wrote on last edited by
    #6

    Hello,

    Redactor hasn't been disabled, per se, we just no longer actively develop on it. So that said, if you want to use Redactor, it should still work.

    @julian Yes, redactor is not broken per se, but we want to use the file upload button which was removed in an earlier version.

    Please see this github issue which explains it: https://github.com/NodeBB-Community/nodebb-plugin-composer-redactor/issues/80

    With nodebb version 1.15.0 we could work around this by commenting out line 177 and 180 from this file: https://github.com/NodeBB-Community/nodebb-plugin-composer-redactor/blob/ec318e4fc932aa97b8158f68a440417949eac5cf/static/lib/redactor.core.js#L177

    This brought back the file upload button and it worked fine.

    With nodebb version 1.16.2, we could bring back the file upload button again, however, it does not work anymore. You get the "choose file" dialog but when you select a file and confirm nothing happens. No errors in the web console or the nodebb output.log or the webserver logs.

    If you could make the file upload button re-appear and work again in redactor, we would be fine sticking with it.

    Best regards,
    whuut

    1 Reply Last reply
    0
  • M Offline
    M Offline
    Mark Coniglio
    replied to julian on last edited by
    #7

    @julian

    Can you offer any feedback to the post above from our tech person?

    Thanks in Advance,
    Mark

    1 Reply Last reply
    0

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development