Open bourgeoa opened 3 years ago
Merging makdown-pane and human-pane see PR https://github.com/solid/solid-panes/pull/316
The panes relates to the following categories :
serialized linked data
: text/.ttl, .jsonld, .n3, ....dokieli
: RDFa non serializable linked dataother text/xxx
: like text/plain, text/mardowncontainer representation/administration
: folder-pane, table-pane medias
apps
: can be anything
-- index.html
based : the container is displayed as a traditional web app
-- index.ttl
based : the conatainer is displayed as a SolidOS web app (contacts, chat, .....)Actually we have :
source-pane
these panes are related to
text/xxx
content.The merged pane could automatically display the content depending on content-type. The edit button will display the raw text and validate will check and display the content based on content-type
There may be a need to keep text/html apart to keep the pod web server function.