Re: [tw] EncryptWidget - deprecated or what is it?

2018-03-10 Thread Mat
On Saturday, March 10, 2018 at 2:21:41 PM UTC+1, Jeremy Ruston wrote:
>
>
> Perhaps it’s clearer to draw a distinction between the functionality of 
> the widget (to return an encrypted JSON representation of a list of 
> tiddlers identified by a filter) and its current usage (to support 
> encryption of single file TiddlyWikis). 
>

> The point is that this is a perfectly general purpose widget (albeit very 
> low level), and can be interesting to experiment with. It could be used as 
> the basis, say, of a plugin that encrypts other tiddlers.
>


OK, in light of this I feel I'm not qualified to make a PR to update the 
docs. 

(BTW some quick experimenting turned out tricky because the existing 
instances of the widget uses saveTiddlerFilter as filter but opening any 
tid that contains this freezes up the TW.)

<:-)

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/aa5bebb8-1adc-4f19-b509-d18f90b1bf12%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] EncryptWidget - deprecated or what is it?

2018-03-10 Thread @TiddlyTweeter
Ciao Jeremy

Jeremy wrote:  

> The point is that this is a perfectly general purpose widget (albeit very 
> low level), and can be interesting to experiment with. It could be used as 
> the basis, say, of a plugin that encrypts other tiddlers.


I guess that is what Danielo drew upon when he made his single Tiddler 
encrypter?

Its an interesting issue of scope of what you "intimate" in documentation. 
Mat, like me, I think, was focusing on explicits (stuff it does), not 
implicit potentials (stuff it might do).

Best wishes
Josiah

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/88bed1f1-16b2-470a-93e6-3064321b5e11%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] EncryptWidget - deprecated or what is it?

2018-03-10 Thread Jeremy Ruston
Hi Josiah

> Currently I think the documentation is ambiguous. I suggest ...
> 
> https://tiddlywiki.com/#Encryption 
> Should "allows content to be encrypted", in the latest docs, be changed to 
> "allows the TiddlyWiki to be encrypted”?

Perhaps it’s clearer to draw a distinction between the functionality of the 
widget (to return an encrypted JSON representation of a list of tiddlers 
identified by a filter) and its current usage (to support encryption of single 
file TiddlyWikis).

The point is that this is a perfectly general purpose widget (albeit very low 
level), and can be interesting to experiment with. It could be used as the 
basis, say, of a plugin that encrypts other tiddlers.

Best wishes

Jeremy.


> 
> Best wishes
> Josiah
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to tiddlywiki+unsubscr...@googlegroups.com 
> .
> To post to this group, send email to tiddlywiki@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/tiddlywiki 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/9188aaf2-951e-487b-a7e0-4fe7beeda900%40googlegroups.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4C1D741A-526A-49FF-BB0C-F624BED160A5%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] EncryptWidget - deprecated or what is it?

2018-03-10 Thread @TiddlyTweeter
Ciao Jeremy

Currently I think the documentation is ambiguous. I suggest ...

https://tiddlywiki.com/#Encryption
Should "allows content to be encrypted", in the latest docs, be changed to 
"allows the TiddlyWiki to be encrypted"?

Best wishes
Josiah

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9188aaf2-951e-487b-a7e0-4fe7beeda900%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] EncryptWidget - deprecated or what is it?

2018-03-10 Thread Jeremy Ruston
The <$encrypt> widget is the means by which the encrypted single file 
TiddlyWiki is encrypted. Have a look at the template used to generate the 
tiddler store area:

https://github.com/Jermolene/TiddlyWiki5/blob/master/core/templates/store.area.template.html.tid

Best wishes

Jeremy.

--
Jeremy Ruston
jer...@jermolene.com
https://jermolene.com

> On 10 Mar 2018, at 12:19, Mat  wrote:
> 
> https://tiddlywiki.com/#EncryptWidget
> 
> This ol' doc from 2013 implies that individual tiddlers can be encrypted by 
> use of <$encrypt>. It also has missing links to ambitious sounding docs.
> 
> Was this an old feature, now deprecated? Does it have to do with the 
> https://tiddlywiki.com/#Encryption which concerns encrypting the whole TW, 
> not individual tids?
> 
> How use? - Or should it just be removed from docs? @Jeremy
> 
> Thanx
> 
> <:-)
> -- 
> You received this message because you are subscribed to the Google Groups 
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/bfed8b61-557f-47b4-b131-a884208b62ac%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/E8E91CC9-E0B9-4DDD-9D40-5C7D4E73A38E%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] EncryptWidget - deprecated or what is it?

2018-03-10 Thread Mat
https://tiddlywiki.com/#EncryptWidget

This ol' doc from 2013 implies that individual tiddlers can be encrypted by 
use of <$encrypt>. It also has missing links to ambitious sounding docs.

Was this an old feature, now deprecated? Does it have to do with the 
https://tiddlywiki.com/#Encryption which concerns encrypting the whole TW, 
not individual tids?

How use? - Or should it just be removed from docs? @Jeremy

Thanx

<:-)

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bfed8b61-557f-47b4-b131-a884208b62ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.