Cory Forsyth
Cory Forsyth
When Recast is selected, clicking in the code (on the left-hand side) or mousing over the AST (on the right-hand side) does not highlight the corresponding part of the AST/code,...
**What**: Typo fix on the README. The code example on the README uses a function `cleanup`, but I think it is supposed to be `clear`, as `cleanup` is not part...
The previous link was 404-ing.
See #457 — the `onTextInput` callback is run before mobiledoc's selection-polling finishes, so attempts to `postEditor.toggleMarkup` inside the handler get ignored a moment later when the selection-polling reads the existing...
On Mac, pressing meta+delete deletes from the cursor position to the start of the line. We would like to have this work properly in mobiledoc-kit as well. Need to: -...
In the Mobiledoc.md file, the Image section markup doesn't follow the same format the other sections do. Instead of `[sectionTypeId, tagName, attrs]` is is `[sectionTypeId, src]`. It should be brought...
When the Mutation Handler encounters an unknown new node it [reparses the entire post](https://github.com/bustlelabs/mobiledoc-kit/blob/master/src/js/editor/mutation-handler.js#L95). Reparsing the post should be smarter about reparsing existing card sections and atoms. If it reparses...
The docs links to the `Section` class are 404s because jsdoc hasn't been informed properly that the `_section.js` is the `Section` class. This should be fixed.
As mentioned in Gitter by @martinklepsch, the readme should mention `onTextInput` here: https://github.com/bustlelabs/mobiledoc-kit#editor-api And inline documentation should be added to the method definition in `editor.js`
See discussion in https://github.com/bustlelabs/mobiledoc-kit/pull/330#issuecomment-184885663. IE does not distinguish between `text/plain` and `text/html` in the `window.clipboardData` when pasting.