ember-mobiledoc-editor
ember-mobiledoc-editor copied to clipboard
This is essentially a duplicate of this issue https://github.com/bustle/mobiledoc-kit/issues/558. In that issue the recommendation is for the editor to handle the scrolling. Are there plans to do this for the...
Im attempting to do a search and replace. Replacing the text in a range with a link. I have it creating the link properly and that all seems to be...
It should be possible to use a heuristic to attempt to re-position the cursor at or near its position when the component's `mobiledoc` changes and the editor rerenders. See https://github.com/bustlelabs/ember-mobiledoc-editor/issues/112#issuecomment-255055175
See https://github.com/bustlelabs/ember-mobiledoc-editor/issues/112#issuecomment-254913105
I'd like to be able to pass some arbitrary metadata about a mobiledoc down into the Ember components that render cards and/or atoms. Is there any good way to do...
The data-loop defenses in the mobiledoc-editor component (`_localMobiledoc` and `_upstreamMobileDoc`) aren't sufficient to guard against many possible data loops, so it's easy to lose cursor position. We could use an...
It looks like some work is needed to make this addon fastboot-compatible. It currently fails at boot time when it hits `require("mobiledoc-kit")["registerGlobal"](window, document);` in `mobiledoc-kit`'s globals build.
component cards currently get the full set of component actions (`editCard`, `saveCard`, etc), but some of the actions are meaningless depending on the card's current mode. If the card is...