medium-editor-tables icon indicating copy to clipboard operation
medium-editor-tables copied to clipboard

Tables extension for MediumEditor

Results 20 medium-editor-tables issues
Sort by recently updated
recently updated
newest added

Attempting to install this package over NPM yields version 0.6.1. Specifying 0.6.2 is unrecognized by the NPM registry and yields an error. Given that 0.6.2 has been out for well...

Your UMD won't work with requirejs, as you expect `MediumEditor` to be globally available and use `use strict` in the same mode and then invoke your factory without reference to...

If the selected text, being converted in to a table, is on the final line of the editor textarea, one cannot type below the table anymore. Inserting a blank ``...

enhancement

Maybe you guys can integrate this function? $(this).parents('table').find('tr:eq('+rowindex+') td:eq('+cellindex+')').focus()

Even if i select all and backspace or delete. Nothing happened to remove the table. I need to remove all column by column.

Table is experiencing an error by clicking its last column! Any suggestion for the error: **Unable to get property 'cells' of undefined or null reference.** And is it possible that...

Can we have user confirmation modal for confirming table delete? There are couple of instance where table got deleted accidentally, and even CTRL + Z could not bring back the...

Tabbing through cells under Gecko (tested in Ubuntu/Firefox 38) differs from WebKit (tested in ubuntu/Chromium). Chromium behaves as expected however Firefox's cursor position "gets stuck" when tabbed, i.e., after tabbing...

bug

After removing a row, visually it removes, but after saving the page I still see my table with all rows and it's content (changes are reverting back), so I can...