Michael Aufreiter
Michael Aufreiter
Hmm.. seems like I can use the annotator to do that. ``` js docController.getAnnotations({ node: "paragraph_12", filter: function() { return return a.type ==='figure_reference';} }); ``` works for me for now.....
Good point. Not sure if indices should be specified on the schema or invoked by the application. The latter is fine for me.
Yeah, I'm aware of this. It's taken over from the Metaweb Object Model, also a number of other conventions (type prefixes etc.). Well unique doesn't belong to the data type,...
Data.js can be used as a drop-in-replacement for Backbone.Model. The combination works well so far, but there's of course room for improvements, since Backbone's event-based approach (model changes trigger view...
I'm actually working on that right now. :) When it's ready it will probably a mix of Backbone and D3, using the best concepts of both + Data.js as a...
Yeah mardown it is.. with careful usage of backticks for variable names etc. Let's try that data.js docs look nice when run through docco. I'll start next week documenting the...
Will now continue working on the converter sandbox integration... see you a bit later on IRC maybe.
Awesome. Also.. please bring it up if you see anything that doesn't make sense API wise or if it could have a more userfriendly interface. Just saying since writing docs...
*posh time ;)
You can listen to different events on the graph.. like when an operation has been applied.. or when a property has been updated. See: https://github.com/substance/data/blob/master/tests/004-graph-events.js