jeff-zucker / data-kitchen

The solid databrowser technology as a stand-alone electron app
4 stars 2 forks source link

Use a turtle form for config instead of JSON? #3

Closed timbl closed 4 years ago

timbl commented 4 years ago

and then use the solid-ui form system to edit it?

jeff-zucker commented 4 years ago

Yes, for sure in the future. We need some of the config in JSON because it loads in the main process before we have access to rdlib, but most of it can be handled later.

jeff-zucker commented 4 years ago

This is implemented now - the config is in Turtle and there is an automatically generated solid-ui form to edit it. I restyled the editing form for single-page use and also wrote a generic RDF-config handler. And modified rdflib's updater in mashlib to use solid-rest for local file updating.