Skip to content

Commit

Permalink
[docs] Add addAtom hook to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed May 10, 2016
1 parent 1c8a9dc commit 1cfc925
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ Additionally `editor` provides the following actions:
* `addCard`, passed a card name and payload will add that card at the end of the post.
* `addCardInEditMode`, passed a card name and payload will add that card at the end of
a post and render it in "edit" mode initially.
* `addAtom`, passed an atomName, text, and payload, will add that atom at the cursor position.
* [Deprecated] `createListSection`, changing selected content into list items.

The `editor` object is often used indirectly by passing it to other
Expand Down

0 comments on commit 1cfc925

Please sign in to comment.