Add code support to bludit content editor

By default, the Bludit content editor (TinyMCE) doesn't include the codesample plugin activated by default. Although, it's very easy to add that useful tool into the editor of your blog.

  1. In the admin website go to the Plugins panel.
  2. Select the Settings of the TinyMCE plugin.
  3. Add codesample on the Plugins input.
  4. Add codesample on the Toolbar Top input.

With that, it will appear the codesample button on the toolbox, with that the code will be appear inside a code tag, but it won't highlight the code with colors. For that purpose it's possible to install another plugin called prism available here.