Official: Redactor Composer now available in 0.7.1+
-
-
Just an informal heads up:
There is possibly some page load blocking bug related to perhaps deleting posts or adding images in the redactor (I'm not sure).
I just noticed in one of the test threads that I made for the new Redactor composer that it doesn't load the thread unless you do a page refresh (broken html?). But that thread has already been deleted before I realized that I should study it more closely and make a bug report, so ...
But I'll keep an eye out to see if it happens again.
-
1.0.10 allows for dynamic insertion of buttons as per
https://github.com/NodeBB/nodebb-plugin-composer-redactor/pull/16
and
https://github.com/NodeBB/nodebb-plugin-composer-redactor/issues/10One issue awaits the NodeBB team to update core to better reflect a "more than one type of composer" environment" ( @julian pretty please)
https://github.com/NodeBB/nodebb-plugin-composer-redactor/issues/15 -
Hm. After installing Redactor I'm not seeing these -> in a popup helper anymore.
They still work in the posts but it's rather difficult to find them without the popup helper thing.
Is this a problem in my installation or bug/lack of feature in Redactor?
-
Is anyone able to put in the default quote thing now?
https://github.com/NodeBB/nodebb-plugin-composer-redactor/issues/15
The changes have been made to core, but I'm out to sea with what needs to happen in the redactor plugin for this.
Here's the key changes and areas of interest from what I can gather::
https://github.com/NodeBB/NodeBB/commit/cf36f7bc79258f5e2ae933d6ee7a059adc2e377d
https://github.com/NodeBB/nodebb-plugin-composer-default/commit/1d37b6d1556656019e1cbbf3956b4efe5d0046e0
https://github.com/NodeBB/nodebb-plugin-composer-redactor/blob/master/static/lib/client.js#L18 -
What is it? It haunts me.
Uncaught Error: Module name "csrf" has not been loaded yet for context: _. Use require([])
http://requirejs.org/docs/errors.html#notloaded -
@XenTer race condition for CSRF fixed, 1.0.13 published.
-
Lacks the ability to upload multiple images. You can upload only one image at a time.
The site http://imperavi.com/redactor/ It has the ability to download regular files, any extension.
I think it would be nice if in nodebb-plugin-composer-redactor would have such an opportunity.