SolidOS / solidos

The operating system for Solid
https://solidos.solidcommunity.net/
MIT License
127 stars 19 forks source link

InternalPane does not seem to parse some .jsonld files #210

Open melvincarvalho opened 1 month ago

melvincarvalho commented 1 month ago

It appears that the InternalPane and Data Browser are not correctly handling certain .jsonld files. For example, you can test using the following examples:

Parent directory contains more examples.

One would expect the InternalPane to engage and allow the data to be viewed, but instead, it seems to default to the edit view (likely the SourcePane). This behavior occurs instead of rendering the expected JSON-LD data in the Data Browser.

image