Giter VIP home page Giter VIP logo

redmine_ckeditor's Introduction

Redmine CKEditor plugin

This plugin adds the text formatting for using CKEditor to Redmine.

What is CKEditor?

CKEditor is a WYSIWYG text editor. See the official site for more details.

Requirements

  • Redmine 1.1.x (Might work with other versions, but I’ve not tested.)

Plugin installation and setup

  1. Copy the plugin directory into the vendor/plugins directory (make sure the name is redmine_ckeditor)

  2. Start Redmine

  3. Change text formatting (Administration > Settings > General > Text formatting) to CKEditor

  4. Configure the plugin (Administration > Plugins > Configure)

redmine_ckeditor's People

Contributors

ebrahim avatar a-ono avatar

Stargazers

 avatar James avatar Ben avatar Jason van Gumster avatar Bubble Nebula avatar Steven.W avatar  avatar Diego Sueiro avatar Jens Martsch avatar Martin Denizet avatar Luis avatar Dietrich Streifert avatar Nathan avatar Chris McKee avatar  avatar

Watchers

 avatar Steven.W avatar

Forkers

limingzhou italan

redmine_ckeditor's Issues

Wiki

It is possible dissable the plugin for the wiki ?

Syntax highlighting support

Currently entering something like following code snippets doesn't produce syntax-highlighted output:

Ruby example:

<pre dir="ltr"><code class="ruby"># The Greeter class
class Greeter
  def initialize(name)
    @name = name.capitalize
  end

  def salute
    puts &quot;Hello #{@name}!&quot;
  end
end
</code></pre>

C++ example:

<pre dir="ltr"><code class="cpp">#include &lt;iostream&gt;
int main() { std::cout &lt;&lt; &quot;Salaam&quot; &lt;&lt; std::endl; return 0; }
</code></pre>

Screenhshots

Could u provide some screenhost of the embedded editor in action.

Tx for this niece piece of software and ur contribution!

Email auto-reply no longer parses line breaks

Ebrahim,
I've noticed the email auto-reply no longer formats the replies correctly, this may have even been an issue in 3.4/0.4
e.g.

Test reply.

This is sentence number two in test reply,

Sincerely,

Ben

would render as =>

Test reply.This is sentence number two in test reply,Sincerely,Ben...

Do you have any reason why this is, or know of any solution to fix it?

Regards,

Ben

New type url inside links

I have added a new type inside the plugin links named notes (lotus notes hyperlinks), when I put inside the ckeditor the new type of hyperlink ckeditor added the hyperlink code correctly (I look the html source and it's similar and the code it's perfect, but when I save the issue Redmine don't make correctly the url ¿?

Automatically swap BiDi buttons based on locale

Default order of BiDi buttons is "BidiLtr BidiRtl". However in RTL locales it should be "BidiRtl BidiLtr". It would be nice if redmine_ckeditor swapped them automatically based on directionality of current locale.

backwards compatible with textile

How does the plugin work. Is the ckeditor created text translated to textile and backwards, so its 100% percent compatible with redmine standatd text editor.
I mean what happens with the the text some day i can't use the plugin anymore or i don't want to. Is the generated text saved the same way and format in redmine db as the standard redmine's editor texts?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.