Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoa committed Nov 15, 2020
1 parent a2e92b5 commit 1ad5521
Show file tree
Hide file tree
Showing 6 changed files with 7,841 additions and 370 deletions.
8 changes: 5 additions & 3 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ To login to the Solid pod it uses [solid-file-widget](https://github.com/bourgeo

## Save your tiddlers to your [Solid pod](https://github.com/solid/node-solid-server)!

Works anywhere, just grab the plugin on [$:/plugins/fiatjaf/remoteStorage](https://bourgeoa.solid.community/public/tiddlywiki/#%24%3A%2Fplugins%2Fbourgeoa%2Fnodesolidserver), save, reload, optionally change your preferences on [$:/plugins/bourgeoa/nodesolidserver/config](https://bourgeoa.solid.community/public/tiddlywiki/#%24%3A%2Fplugins%2Fbourgeoa%2Fnodesolidserver) and you'll be good to go.
Tiddlers are saved as `turtle` files by default in `https://<yourPod>/public/tiddlers/main`

Works anywhere, just grab the plugin on [$:/plugins/bourgeoa/nodesolidserver](https://bourgeoa.solidcommunity.net/public/tiddlywiki/#%24%3A%2Fplugins%2Fbourgeoa%2Fnodesolidserver), save, reload, optionally change your preferences on [$:/plugins/bourgeoa/nodesolidserver/config](https://bourgeoa.solid.community/public/tiddlywiki/#%24%3A%2Fplugins%2Fbourgeoa%2Fnodesolidserver) and you'll be good to go.

Your tiddlers will be saved on your Solid Pod to `/public/tiddlers/<chosen-namespace>/`.

Expand All @@ -18,10 +20,10 @@ For any help on [tiddlywiki](https://tiddlywiki.com/).

## Just start using it now

If you're just starting a new TiddlyWiki you don't have to bother installing anything, just visit https://bourgeoa.solid.community/public/tiddlywiki
If you're just starting a new TiddlyWiki you don't have to bother installing anything, just visit https://bourgeoa.solidcommunity.net/public/tiddlywiki
login to your Solid pod and start writing, everything will be saved on your Solid pod.

When you connect in the future you will find your 'tiddlers' listed under you 'tags' or under 'untagged'.
When you connect in the future you will find your 'tiddlers' listed under 'tags' or under 'untagged'.

## Acknowledgements

Expand Down
24 changes: 1 addition & 23 deletions config.tid
Original file line number Diff line number Diff line change
Expand Up @@ -7,35 +7,13 @@ tags: [[$:/tags/ControlPanel/Saving]]
!! Choose a container URI to save your tiddlers into.
!! it should be read/write for your webid.

|''Pod Name'' | <$edit-text tiddler="$:/plugins/bourgeoa/nodesolidserver/containeruri" tag="input" /> | for example : https://xyz.solid.community|
|''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}}


<$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."---
-------------------"And reload your browser"------------------------
Loading

0 comments on commit 1ad5521

Please sign in to comment.