skohub-io / skohub-editor

Apache License 2.0
5 stars 4 forks source link

Save schemaURL to localStorage #20

Closed dobladov closed 4 years ago

dobladov commented 4 years ago

Fixes: https://github.com/hbz/skohub-editor/issues/18

cKlee commented 4 years ago

What about a Github repo with a file listing all known schemas? Skohub-editor retrieve this list. Everyone who wants to add a schema might make a PR with the additional schema.

literarymachine commented 4 years ago

What about a Github repo with a file listing all known schemas? Skohub-editor retrieve this list. Everyone who wants to add a schema might make a PR with the additional schema.

Interesting idea! But as this list grows we would still need to preserve the preferred schema of a user, right?

literarymachine commented 4 years ago

Fixes: #18

This works in Chrome, but crashes the extension in Firefox. Maybe we actually need to think this more in terms of the extension than the editor itself, as @cKlee originally suggested.