ember-mobiledoc-editor icon indicating copy to clipboard operation
ember-mobiledoc-editor copied to clipboard

Results 48 ember-mobiledoc-editor issues
Sort by recently updated
recently updated
newest added

Bumps [jquery](https://github.com/jquery/jquery) from 3.2.1 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...

dependencies

I have some buttons in my editor toolbar that add an atom to the editor. Here's the code: `example` However, the button only works when the editor is actively focused....

Mobile doc and grammarly [do not play well together](https://github.com/bustle/mobiledoc-kit#caveats). I don't believe it is currently possible to use the suggested workaround in ember-mobiledoc-editor? Setting `data-gramm="false"` does nothing. Maybe I am...

After building, try: ``` grep "define('mobiledoc-dom-renderer\/utils\/tag-names'" dist/assets/vendor.js ``` You will see 2 matching lines. If you include `ember-mobiledoc-dom-renderer` in your app as well, try: ``` grep "define('ember-mobiledoc-dom-renderer/mobiledoc-dom-renderer\/utils\/tag-names'" dist/assets/vendor.js ``` You...

bug

I'm trying to implement a dynamic table of contents as a card. I wanted users editing the doc to be able to choose if it should have a table of...

The `{{mobiledoc-editor}}` component does not implement `didReceiveAttrs()` and so does not properly handle having the `mobiledoc` change out from under it. As an aside, I have no idea how to...

I took the channel URL part of this from [the current Ember CLI blueprint](https://github.com/ember-cli/ember-cli/blob/e8fb76655e694fba5cdf6524b92c1aba9ff86d25/tests/fixtures/addon/npm/config/ember-try.js). I’m mostly opening this because I wanted to address #160 and needed to be able to...

Was playing with the addon today and had what I thought was a pretty vanilla template: ```hbs {{#mobiledoc-editor mobiledoc=properties.mobiledoc on-change=(action 'updateDoc') as |editor|}} {{mobiledoc-toolbar editor=editor}} {{/mobiledoc-editor}} ``` Everything worked great...

… Re-Edited. -Issue occurs because the card add/remove hooks will fire overtop of each other, leaving a componentCard entry that shouldn't be there. Wormhole then tries to access the documentId...

``` TypeError: Cannot read property 'isNested' of null at editor.js:1188 at Editor.run (editor.js:755) at Editor.insertCard (editor.js:1176) at Class._addCard (component.js:351) at Class.addCard (component.js:113) at Backburner.join (backburner.js:567) at Function.run$1.join (ember-metal.js:4370) at action.js:388...