-
What do you think about exposing the default `toggleLink` handler for use in editor toolkits? I'm prepping the React editor for release and realizing I'd rather just use the core `META+K` dialog on th…
-
When implementing heading (H1, H2, H3) in WYSIWYG markdown editor, it would requires detecting if `newline` is entered. So I can do something like this:
```
editor.onTextInput({
// "# " -> h1, "## …
-
-
This is kinda related to issue https://github.com/bustlelabs/ember-mobiledoc-editor/issues/50, but a very specific scenario. For FastBoot we use the mobiledoc DOM renderer with SimpleDOM. This means t…
-
I'd like to be able to do things like
- focus a given section (begin, end, custom index)
- select a given section, card or atom
Are there any built in utilities that can help with this?
-
Once I've added an atom, its `render()` method is fired on any subsequent changes in the same section. For the Ember editor (and now the React version :grin:) this means the `ADD_ATOM_HOOK` also fires…
-
see #280
Ideally it should be possible to convert a paragraph into a list item by typing "\* " or "1. " or one of the other list-text-expansion triggers at the beginning of the paragraph.
-
Hello,
I'm really struggling to find proper words (for the title as well), so let me quote @bantic's answer on SO
> default behavior for browsers (and for mobiledoc-kit, so far) is for the style of…
-
As a follow-on to https://github.com/bustlelabs/mobiledoc-kit/pull/380.
A few cursor-movement commands need to be implemented for Mac:
- [ ] command + UP/DOWN — moves cursor to start/end of the post, …
-
Mobiledoc Editor looks awesome (especially cards), and I want to use it on my Ember app. Even though it's a green field app, there is existing content in my database in the field (`project.description…