Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Tags
    3. redactor
    Log in to post
    • sebastian-marinescu

      SOLVED [nodebb-plugin-composer-redactor] Customizing Redactor's Toolbar
      NodeBB Plugins • composer customization redactor toolbar • • sebastian-marinescu

      3
      0
      Votes
      3
      Posts
      1467
      Views

      sebastian-marinescu

      Okay, thanks @julian
      This isn't ideal considering future updates, but it is a viable solution.

    • agusputra

      Why not use composer-redactor as default editor?
      NodeBB Development • composer redactor user experience • • agusputra

      22
      1
      Votes
      22
      Posts
      8636
      Views

      F

      @agusputra I agree with your suggestion about helper buttons. The open source project Rocket Chat has an unobtrusive way of hinting basic Markdown syntax.
      0_1447403857660_markdown_hint1.png
      Simply a line of greyed text that becomes regular text on mouseover
      0_1447403978825_markdown_hint2.png
      It might be useful to have something like this at the bottom of the editor input field.

    • fabian

      Category description markup with persona theme and redactor plugin
      NodeBB Plugins • persona theme redactor • • fabian

      1
      1
      Votes
      1
      Posts
      1184
      Views

      fabian

      Hi,
      I noticed that the category description get's too big, when the redactor plugin is used:
      upload-b4843626-e37d-47d7-b305-b375eee292f4

      When the redactor composer is disabled and instead the markup composer is enabled, everything looks fine:
      upload-b52b8c2a-389a-42d7-ac09-8e4199e989f6

      It seems that the <p> tag gets lost somewhere...

    • drew

      Redactor Composer 1.3.4 Released!
      NodeBB Plugins • composer plugin redactor wysiwyg • • drew

      64
      7
      Votes
      64
      Posts
      31622
      Views

      Bhavya Dhiman

      Quite Worth It
      Very Nice

    • drew

      Using highlight.js for code blocks as posts load
      Plugin Development • highlight redactor • • drew

      3
      0
      Votes
      3
      Posts
      1582
      Views

      drew

      @baris thanks. I realised there's some issues with redactor munging the data.
      When code is insered inside a <pre/> block, switching between HTML and WYSIWYG views will munge the content to HTML entitites.
      You can recreate this issue on this page:
      http://imperavi.com/redactor/examples/typography/

      Switch to code view and add some HTML inside the <pre/> block. I entered:
      <p>test</p>
      Switch to WYSIWYG and back to code and it has been replaced by:

      &lt;p&gt;test&lt;/p&gt;

      This breaks the ability to parse that code later with syntax highlighters.

      I've raised it with Imperavi.

    • drew

      <3 philburr <3
      General Discussion • plugin redactor • • drew

      1
      1
      Votes
      1
      Posts
      970
      Views

      drew

      Mystery man/woman made a pull request that we merged into the Redactor plugin:
      https://community.nodebb.org/topic/6093/official-plugin-redactor-composer-now-available-in-0-7-1/

      They're the first developer to make a pull request against the plugin and deserves some props! Thank you philburr! =D

      Here is footage of them (or someone who looks like them, or someone that doesn't) coding:
      philburr

      Do you know who (on our forum) this is?
      https://github.com/philburr

      If you're able to contribute to the plugin please hack away 😃
      The github:
      https://github.com/NodeBB/nodebb-plugin-composer-redactor
      The npm: