Although it worked well in the past, it appears not to be running at the
moment. But if you look in the source you can see all the exhibit bits
are still there. I'm not sure what Johan's plans for it are.
-David
It would also be a nice addition to exhibit to allow what you've done
(specification of data inline) to happen without deactivating the
autocreate---ie, to have the autocreating exhibit check for a predefined
items variable in addition to loading data files. I guess one way would
be to embed the data definition in an "internal callback"---
function Items() {
var myData = { "items" : .... json stuff here };
return myData
}
Then have exhibit call the Items() function if it is defined. This
could combine with loading data from elsewhere.