solid-ui
solid-ui copied to clipboard
User Interface widgets and utilities for Solid
Given the following folder structure in a Pod: ``` ├── Parent │ ├── index.ttl │ ├── Sub │ │ └── file.ttl ``` and some triple in `index.ttl` linking to `Sub`:...
I’m looking at the ACL control place for adding access by an Origin to the local folder. When I click on the green plus then the app icons, I get...
Instead of following those links,. you can check for all occurrences of the class in the file. Simpler. Discussed in https://gitter.im/solid/solidos?at=5f759ca5d5337c048e0520b3
I note the FIXME in https://github.com/solid/solid-ui/edit/master/Documentation/developers/publish_README.md Why not switch github.io to run from master instead of gh-pages?
 - The error message is bogus - the problem is with the private index not the public one - The "Origin Unauthorized" error should not br fatal - should...
on /public I modified permissions for everybody from `Viewers to Editors` (`Read` to `ReadWrite`) and the acl doc was changed to : ``` @prefix : . @prefix n0: . @prefix...
Hi, as said on the forum https://forum.solidproject.org/t/lost-trusted-app-panel-after-server-migration/3344 I've got an issue in preferences/trusted app panel. I though i find a work around but today it's the same, I had to...
When I want to edit a file the valid/save button has disappear.  On https://holacratie.solid.community/public/Schema Edit: Well in fact, it has not really disappear, it is here, but it only...
``` if (statement) { var oneStatementFormula = new UI.rdf.IndexedFormula(); oneStatementFormula.statements.push(statement); // st.asFormula() // The following works because Formula.hashString works fine for // one statement formula var reasons = kb.each(oneStatementFormula, kb.sym('http://dig.csail.mit.edu/TAMI/2007/amord/tms#justification'));...