Skip to content

Commit

Permalink
use ttl tiddlers
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoa committed Nov 10, 2020
1 parent 33cc34a commit 7af0ec4
Show file tree
Hide file tree
Showing 16 changed files with 5,264 additions and 36 deletions.
12 changes: 12 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,21 @@
[
"@babel/preset-env",
{
<<<<<<< HEAD
"targets": {
"browsers": [
">0.25%",
"not ie 11",
"not op_mini all"
]
}
}
]
=======
"useBuiltIns": "entry"
}
]
>>>>>>> 33cc34a74f13f68f7a5e04e5f08bf2952e680e1b
],
"plugins": [
"@babel/plugin-transform-flow-strip-types",
Expand Down
1 change: 1 addition & 0 deletions @eaDir/.babelrc/SYNO_DTIME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1605034026
1 change: 1 addition & 0 deletions @eaDir/.gitignore/SYNO_DTIME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1548599202
1 change: 1 addition & 0 deletions @eaDir/LICENSE/SYNO_DTIME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1605034026
1 change: 1 addition & 0 deletions @eaDir/README.md/SYNO_DTIME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1605034125
1 change: 1 addition & 0 deletions @eaDir/about.tid/SYNO_DTIME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1605034126
1 change: 1 addition & 0 deletions @eaDir/config.tid/SYNO_DTIME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1605034125
1 change: 1 addition & 0 deletions @eaDir/main.js/SYNO_DTIME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1605034026
1 change: 1 addition & 0 deletions @eaDir/package-lock.json/SYNO_DTIME

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions @eaDir/package.json/SYNO_DTIME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1605034125
1 change: 1 addition & 0 deletions @eaDir/plugin.info/SYNO_DTIME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1605034125
32 changes: 32 additions & 0 deletions config.tid
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,45 @@ tags: [[$:/tags/ControlPanel/Saving]]
!! Choose a container URI to save your tiddlers into.
!! it should be read/write for your webid.

<<<<<<< HEAD
|''Pod Name'' | <$edit-text tiddler="$:/plugins/bourgeoa/nodesolidserver/containeruri" tag="input" /> | for example : https://xyz.solid.community|
=======
>>>>>>> 33cc34a74f13f68f7a5e04e5f08bf2952e680e1b
|''Root Folder''| <$reveal type="nomatch" state="$:/plugins/bourgeoa/nodesolidserver/private" text="yes">public</$reveal><$reveal type="match" state="$:/plugins/bourgeoa/nodesolidserver/private" text="yes">private</$reveal> | yes : public no : private|
|''tiddlers'' | tiddlers | not editable|
|''wiki folder'' | <$edit-text tiddler="$:/plugins/bourgeoa/nodesolidserver/namespace" tag="input" default="main" /> | main is the default|
The actual path in your solid server will be:

{{$:/plugins/bourgeoa/node-solid-server/containeruri}}/<$reveal type="nomatch" state="$:/plugins/bourgeoa/nodesolidserver/private" text="yes">public</$reveal><$reveal type="match" state="$:/plugins/bourgeoa/nodesolidserver/private" text="yes">private</$reveal>/tiddlers/{{$:/plugins/bourgeoa/nodesolidserver/namespace}}
<<<<<<< HEAD


<$reveal type="match" state="$:/plugins/bourgeoa/nodesolidserver/loggedin" text="yes-yes">
<$button set="$:/plugins/bourgeoa/nodesolidserver/loggedin" setTo="yes-no">
You are connected : Make Logout
</$button>
</$reveal>
<$reveal type="match" state="$:/plugins/bourgeoa/nodesolidserver/loggedin" text="yes-no">
<$button set="$:/plugins/bourgeoa/nodesolidserver/loggedin" setTo="yes-yes">
You are connected : Stay Logged in
</$button>
</$reveal>
<$reveal type="match" state="$:/plugins/bourgeoa/nodesolidserver/loggedin" text="no-no" default="no-no">
<$button set="$:/plugins/bourgeoa/nodesolidserver/loggedin" setTo="no-yes">
You are not logged in : Make Login
</$button>
</$reveal>
<$reveal type="match" state="$:/plugins/bourgeoa/nodesolidserver/loggedin" text="no-yes">
<$button set="$:/plugins/bourgeoa/nodesolidserver/loggedin" setTo="no-no">
You are not logged in : stay logged out
</$button>
</$reveal>


---"Please close the tiddler to save the path to your Solid Pod."---
=======


---"Please close the tiddler to save the path to your Solid Pod."---
-------------------"And reload your browser"------------------------
>>>>>>> 33cc34a74f13f68f7a5e04e5f08bf2952e680e1b
Loading

0 comments on commit 7af0ec4

Please sign in to comment.