From e296dc31c797691a7229e44f7c013ef9e408182c Mon Sep 17 00:00:00 2001 From: chunt007 <63367590+chunt007@users.noreply.github.com> Date: Wed, 15 Mar 2023 20:38:06 -0500 Subject: [PATCH 1/4] Update README.md Files like profileFormText.ttl may show up gray without proper syntax highlighting in code editors. For VSCode, I needed an extension. Just adding a suggestion so a new comer or someone playing around with SPARQL and RDF related things, doesn't think they have to operate completely in gray colored code! --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4f6a7d5..3a44203 100644 --- a/README.md +++ b/README.md @@ -77,4 +77,7 @@ Here, just to show how it works, are how some RDF Classes map onto panes. Anythi contacts (A VCARD Address Book, Group, Individual, Organization) can be handled by the one contact pane. Any other pane which wants to deal with contacts can just use the pane within its own user interface. +If you have trouble seeing syntax highlighting for SPARQL, Turtle, TriG, N-Triples, N-Quads, etc... +Try installing an extension! For VSCode, there are many, but a great one is RDFox Syntax Highlighting. + ![Mapping many classes on the L to panes on the R](https://solidos.github.io/solid-panes/doc/images/panes-for-classes.svg) From ccaad8f2e38caac0860a03934b2db33bbfbfbee7 Mon Sep 17 00:00:00 2001 From: chunt007 <63367590+chunt007@users.noreply.github.com> Date: Sat, 13 Jan 2024 13:53:01 -0600 Subject: [PATCH 2/4] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 87f56d2..73ba785 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "build-lib": "npm run build-form && babel src -d lib --source-maps --extensions '.ts,.js'", "build-dev": "webpack --progress --mode=development", "build-types": "tsc --emitDeclarationOnly", - "build-version": "./timestamp.sh > src/versionInfo.ts && eslint 'src/versionInfo.ts' --fix", + "build-version": "eslint --fix", "watch": "npm run build-version && babel src -d lib --source-maps --extensions '.ts,.js' --watch", "clean": "rm -rf dist lib", "lint": "eslint 'src/**/*.js' 'src/**/*.ts'", From cbd50eb24ea7e1d5f7aa456f46d9b35dcad2674c Mon Sep 17 00:00:00 2001 From: chunt007 <63367590+chunt007@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:33:44 -0500 Subject: [PATCH 3/4] Add files via upload --- src/profile/editProfile.view.ts | 2 +- src/profile/profileFormText.ttl | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/profile/editProfile.view.ts b/src/profile/editProfile.view.ts index 7c2de5c..8b114c1 100644 --- a/src/profile/editProfile.view.ts +++ b/src/profile/editProfile.view.ts @@ -161,4 +161,4 @@ const editProfileView: PaneDefinition = { } } -export default editProfileView +export default editProfileView \ No newline at end of file diff --git a/src/profile/profileFormText.ttl b/src/profile/profileFormText.ttl index afccb85..069d583 100644 --- a/src/profile/profileFormText.ttl +++ b/src/profile/profileFormText.ttl @@ -7,7 +7,6 @@ @prefix ui: . @prefix schema: . @prefix vcard: . - @prefix org: . @prefix esco: . @prefix wd: . @@ -28,12 +27,18 @@ :SkillsPrompt :SkillsForm ). -:styleGroup a ui:Group; ui:weight 0; ui:parts ( :styleHeading :backgroundColor :highlightColor ). +:styleGroup a ui:Group; ui:weight 0; ui:parts ( :styleHeading :backgroundColor :highlightColor :cornerSquareColor :cornerDotColor ). :styleHeading a ui:Heading; ui:contents "The style of your public profile.". :backgroundColor a ui:ColorField; ui:property solid:profileBackgroundColor; ui:label "Background color"; ui:default "#ffffff". :highlightColor a ui:ColorField; ui:property solid:profileHighlightColor; ui:label "Highlight color"; ui:default "#000000". + :cornerSquareColor a ui:ColorField; ui:property solid:cornerSquareColor; + ui:label "Corner Square Color"; ui:default "#000000". + :cornerDotColor a ui:ColorField; ui:property solid:cornerDotColor; + ui:label "Corner dot color"; ui:default "#000000". + + # Nickname @@ -383,4 +388,4 @@ WHERE # Omitted: SERVICE wikibase:label { bd:serviceParam wikibase:language "$(languages)". } -# ENDS +# ENDS \ No newline at end of file From bad7022b863d4725ab187e9c9b6f877479fb2516 Mon Sep 17 00:00:00 2001 From: chunt007 <63367590+chunt007@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:39:28 -0500 Subject: [PATCH 4/4] Add files via upload --- src/versionInfo.ts | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/versionInfo.ts diff --git a/src/versionInfo.ts b/src/versionInfo.ts new file mode 100644 index 0000000..e69de29