PostMidnight

Results 13 issues of PostMidnight

Hi Developers, Often people write long messages and that creates a bit of a difficulty to browse a topic with multiple responses. I wonder if you'll be willing to consider...

enhancement

Hi Devs, For foreign languages in which the character set is not a, b, c..., it is preferable to keep the group name in English (so as the JS code...

Hi Developers, Its simple to reproduce - even in google chrome IPHONE emulator. On a site having Redactor as editor, just type @ and note the dialog box does not...

It would be nice if quill could be used for quick reply, allowing the user to expand the window to full page if needed, or collapse it back to the...

Solution that works (for now): ``` quill.on('text-change', function () { if (isEmpty(quill)) { console.log('empty!!'); //quill.deleteText(0, quill.getLength()); //quill.setText('​'); textareaEl.val(''); return; } textareaEl.val(JSON.stringify(quill.getContents())); textareaEl.trigger('change'); }); ```

Steps to reproduce: add mention or emoji. The cursor should be placed right after the inserted mention/emoji, but unfortunately it is placed far from it. I suspect it has to...

To reproduce, switch to RTL, and add an emoji by typing : and selecting one from the dialog selection box. The direction will switch to LTR and the line will...

Hi @julianlam Please consider adding accept to the file input: 1. In formatting.js (composer) add picture: function() as follows: ``` var formattingDispatchTable = { picture: function () { var postContainer...

In nbb-quill.js: This line should change from: toolbarOptions.handlers[name] = toolbarHandlers[name].bind($('.formatting-bar')); To: toolbarOptions.handlers[name] = toolbarHandlers[name].bind(textareaEl.parents('.composer-container').find('.formatting-bar'));

If an iframe / img or are detected, they should be wraped as follows: