Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.4.0 Epic #34

Closed
6 of 10 tasks
mixonic opened this issue Aug 5, 2015 · 1 comment
Closed
6 of 10 tasks

0.4.0 Epic #34

mixonic opened this issue Aug 5, 2015 · 1 comment

Comments

@mixonic
Copy link
Contributor

mixonic commented Aug 5, 2015

  • Pass buttons to content-kit instances for the toolbar
  • Ship programmatic postEditor API (Add/document API on the editor instance that you can replace the current section with a card and payload) Refactor some method into public postEditor methods #73
  • Mobiledoc could store meta data from the editor, ala "type". For example "listicle" or "listicle-style-one". this means an API on the editor. postEditor.setMetadata(newData) and editor.post.metadata to read punting in favor of encouraging this kind of thing be stored on a proper model.
  • Possibly a validation API, but more likely this can just be a walker API that hits the post or a completed mobiledoc
  • Three levels of interaction. Add disableEditing, enableEditing #82
    • Text can be edited and sections created.
    • Sections cannot be created/deleted, but text could be edited.
    • ~~Sections cannot be created/deleted, text cannot be edited ~~
  • Disable the cursor on an editor (disable contenteditable basically) Add disableEditing, enableEditing #82
  • Test using two content-kit editors on the same page
  • lists as text (making lists starting with a *) implement lists #86 text expansion: "* " -> unordered list item, "1. " -> ordered list item #87
  • styles should be removable or possibly just not present.
  • Placeholder
This was referenced Aug 17, 2015
@mixonic
Copy link
Contributor Author

mixonic commented Sep 21, 2015

Closing this one, moving the open items to 0.5.0 which will come out in conjunction with the initial Ember addon

@mixonic mixonic closed this as completed Sep 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant