Git Product home page Git Product logo

quicktable's People

Contributors

aldatsa avatar ufdada avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

aldatsa vortex-5 xim

quicktable's Issues

config.quicktable namespace

Great plugin! Would you consider placing the quicktable configuration variables under the "config.quicktable" namespace to minimize potential name conflicts, and to facilitate cleaner automated installation processes?

In plugin.js, I believe changing line 5 would accomplish the job.
Old:
var conf = editor.config,
New:
var conf = editor.config.quicktable || {},

Usage would change to:
config.quicktable.varName = value;
Or:

config.quicktable = {
    varName1: 0,
    varName2: 5,
    ...
    varNameN: true
}

Create new tag 1.0.6

The latest commits made aren't in a release tag, so the changes made in those commits aren't making it in to the CKEditor builder or addon viewer (downloader). On the CKEditor site, version 1.0.5 is being pulled in, which is missing the ability to set the cellpadding/spacing to null etc. So it would be great to get a 1.0.6 tag in order to get the latest changes to be shown on the CKEditor site.

Not working in inline editing mode

The plugin does not work in inline editing mode. I see the quick table feature but on selecting and clicking it does not add the table. Is it not adapted for inline editing mode ??

Use editor.insertHtml so that content filtering is respected

editor.insertElement is used to insert the table into the document. This works, but it does not appear to respect the Advanced Content Filter settings. For example, I don't want to insert tables with the border, cellpadding, and cellspacing attributes present. I can configure the ACF to filter these out, but editor.insertElement does not appear to respect the filter.

Consider switching instead to editor.insertHtml, which, by default, filters the content through the ACF.

Add LGPL license

First things first: nice plugin. I would like to use it in my environment, but it does not suit the GPL license. On the ckeditor.com plugin site, the quicktable plugin is marked "GPL / LGPL / MPL", but the repository only contains a GPL license. If "GPL-only" was intended by you, that's fine. If not, could you add the option of using this under LGPL as well?

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.