substance / document

Substance Document Model
http://substance.io/#substance/manual
MIT License
52 stars 6 forks source link

Support incremental updates for document properties #3

Closed michael closed 11 years ago

michael commented 12 years ago

Should probably look like this. We need this to store a slug on the document, plus title, abstract etc. Everything that is directly attached to the document.

doc.apply(["set", {username: "michael", name: "hello-world"}]);
michael commented 11 years ago

Done.