documentcloud / documentcloud-pages

Responsively embed DocumentCloud pages.
https://documentcloud.github.io/documentcloud-pages/examples/
MIT License
23 stars 10 forks source link

simple api for creating new notes on page #5

Open knowtheory opened 9 years ago

knowtheory commented 9 years ago

hypothetical:

dc.embed.page["1234-five-six-7"]["#container"].addNote({
  title: "This is a note title",
  text: "Very interesting thing to say about a note"
  coordinates: [100, 200, 300, 400]
})