[tw] Re: [TW5] Combobox

2016-04-17 Thread HansWobbe
Hegart ...

Having done a bit of research on this topic over several years, my own 
plans are design systems for the use of PlaceOfBirth and TimeOfBirth as a 
composite unique key.  There are deep historical reasons ( e.g. Inheritance 
by first born ) that result in even identical twins who are born at the 
same time, being "timestamped" one minute apart.  Furthermore, GPS 
resolution at 18" is now good enough that adjacent beds in the same 
maternity ward can be uniquely resolved. Moving forward, it will be 
increasingly rare for someone to not know their precise ToB.PoB.  Then, 
given the ease with which "official" documents can be joined to such a key, 
it will be possible to construct further unique keys that are applicable to 
each and every particular context.

Interestingly, TiddlyWiki's superb Tag support makes it possible to hash 
such keys using a character set (alphabet) of the more than 100,000 
characters defined in the Universal Character Set or the 2*31 codepoints 
that are currently allowed for.  In effect, it is possible to come up with 
a unique hashTag for each and every person in as little as 2 characters. 

As for UUIDs, I'm rather leaning towards the use of the cell phone SIM ID 
and the MAC ID as keys that will access any and all phones.  This is baed 
on the assumption that everyone will inevitably have one ( even if they are 
not "implanted" immediately at birth ).

My apologies if this sounds extreme, but it's such a long-standing interest 
for me, that I often find myself talking about it to the point of boring 
others.

Cheers,
Hans


On Sunday, April 17, 2016 at 6:20:41 PM UTC-4, Hegart Dmishiv wrote:
>
> Hi Hans,
>
> Interesting discussion point. I can't say I've ever seen, nor even 
> considered, a situation where Name + GeoLat + GeoLon = Identity. I have 
> thought of adding geolocation to TiddlyCRM, naturally, as it is a common 
> feature in other, big-name CRMs, but I wouldn't conceive of it becoming 
> part of the "primary key" for an individual. We've been debating about 
> primary keys lately within the TiddlyCRM team, with the possibility of 
> using a UUID instead of Surname + Firstname, but we've settled for now on 
> the latter. We may still change to UUIDs in the future though.
>
> Hegart.
>
>

-- 
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/613458c9-ba23-4422-869a-73993a72ea5b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Using TW5 for project management - nested lists of checkboxes with strikethrough

2016-04-17 Thread Hegart Dmishiv
Hi Shay,

Not sure if this  is of any help, and 
it does rely on a plugin, but it looks really simple to implement. Perhaps 
even a bit lightweight for what you need?

Hegart.


On Monday, 18 April 2016 12:30:51 UTC+12, Shay Shaked wrote:
>
> haha I just posted about this. I just finished reading through it and got 
> the idea of kind of how it works :D
>
> On Sunday, April 17, 2016 at 8:25:19 PM UTC-4, Hegart Dmishiv wrote:
>>
>> Hi Shay,
>>
>> Have you had a look at the TaskManagementExample 
>> ?
>>
>> Hegart.
>>
>>
>> On Monday, 18 April 2016 11:46:07 UTC+12, Shay Shaked wrote:
>>>
>>> If possible, I would like to learn how to do this without installing 
>>> someone's plug in, because I'm curious to see how it works. Here is what I 
>>> need. 
>>>
>>>
>>>
>>>- I want to create a simple checkbox list, with short sentences. 
>>>When checked, the sentence next to the box will be shown as 
>>> strike-through. 
>>>- Next time I open TW, I want TW to remember the checked items (in 
>>>the past, it seemed to have reset). 
>>>- I want to have the option to include nested checkboxes under the 
>>>"parent" one, which will show indented - very similar to other list. 
>>>- I want to be able to include a short description under each 
>>>checkbox item (a sentence). I don't think this is a problem, it's a 
>>> simple 
>>>matter of just typing under the line of whatever syntax this is going to 
>>>look like. 
>>>
>>> This is the start. I looking through here and there's info about 
>>> checkboxes, but not exactly what I'm looking for. How complicated is it to 
>>> create something like this?
>>>
>>

-- 
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/ffe49f47-6a9d-4fe8-9f26-f727be5f8443%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Using TW5 for project management - nested lists of checkboxes with strikethrough

2016-04-17 Thread Shay Shaked
haha I just posted about this. I just finished reading through it and got 
the idea of kind of how it works :D

On Sunday, April 17, 2016 at 8:25:19 PM UTC-4, Hegart Dmishiv wrote:
>
> Hi Shay,
>
> Have you had a look at the TaskManagementExample 
> ?
>
> Hegart.
>
>
> On Monday, 18 April 2016 11:46:07 UTC+12, Shay Shaked wrote:
>>
>> If possible, I would like to learn how to do this without installing 
>> someone's plug in, because I'm curious to see how it works. Here is what I 
>> need. 
>>
>>
>>
>>- I want to create a simple checkbox list, with short sentences. When 
>>checked, the sentence next to the box will be shown as strike-through. 
>>- Next time I open TW, I want TW to remember the checked items (in 
>>the past, it seemed to have reset). 
>>- I want to have the option to include nested checkboxes under the 
>>"parent" one, which will show indented - very similar to other list. 
>>- I want to be able to include a short description under each 
>>checkbox item (a sentence). I don't think this is a problem, it's a 
>> simple 
>>matter of just typing under the line of whatever syntax this is going to 
>>look like. 
>>
>> This is the start. I looking through here and there's info about 
>> checkboxes, but not exactly what I'm looking for. How complicated is it to 
>> create something like this?
>>
>

-- 
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/dfd651dd-c23d-48d4-997d-29823358a40c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Using TW5 for project management - nested lists of checkboxes with strikethrough

2016-04-17 Thread Hegart Dmishiv
Hi Shay,

Have you had a look at the TaskManagementExample 
?

Hegart.


On Monday, 18 April 2016 11:46:07 UTC+12, Shay Shaked wrote:
>
> If possible, I would like to learn how to do this without installing 
> someone's plug in, because I'm curious to see how it works. Here is what I 
> need. 
>
>
>
>- I want to create a simple checkbox list, with short sentences. When 
>checked, the sentence next to the box will be shown as strike-through. 
>- Next time I open TW, I want TW to remember the checked items (in the 
>past, it seemed to have reset). 
>- I want to have the option to include nested checkboxes under the 
>"parent" one, which will show indented - very similar to other list. 
>- I want to be able to include a short description under each checkbox 
>item (a sentence). I don't think this is a problem, it's a simple matter 
> of 
>just typing under the line of whatever syntax this is going to look like. 
>
> This is the start. I looking through here and there's info about 
> checkboxes, but not exactly what I'm looking for. How complicated is it to 
> create something like this?
>

-- 
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/27e6e467-e809-427b-8715-e090e6a41b76%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Using TW5 for project management - nested lists of checkboxes with strikethrough

2016-04-17 Thread Shay Shaked
If possible, I would like to learn how to do this without installing 
someone's plug in, because I'm curious to see how it works. Here is what I 
need. 



   - I want to create a simple checkbox list, with short sentences. When 
   checked, the sentence next to the box will be shown as strike-through. 
   - Next time I open TW, I want TW to remember the checked items (in the 
   past, it seemed to have reset). 
   - I want to have the option to include nested checkboxes under the 
   "parent" one, which will show indented - very similar to other list. 
   - I want to be able to include a short description under each checkbox 
   item (a sentence). I don't think this is a problem, it's a simple matter of 
   just typing under the line of whatever syntax this is going to look like. 

This is the start. I looking through here and there's info about 
checkboxes, but not exactly what I'm looking for. How complicated is it to 
create something like this?

-- 
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/633fbbf3-c34e-4da1-b3cf-395278bd34f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Combobox

2016-04-17 Thread Hegart Dmishiv
Hi Hans,

Interesting discussion point. I can't say I've ever seen, nor even 
considered, a situation where Name + GeoLat + GeoLon = Identity. I have 
thought of adding geolocation to TiddlyCRM, naturally, as it is a common 
feature in other, big-name CRMs, but I wouldn't conceive of it becoming 
part of the "primary key" for an individual. We've been debating about 
primary keys lately within the TiddlyCRM team, with the possibility of 
using a UUID instead of Surname + Firstname, but we've settled for now on 
the latter. We may still change to UUIDs in the future though.

Hegart.


On Monday, 18 April 2016 09:46:34 UTC+12, HansWobbe wrote:
>
> At the risk of creating a digression that is tangential at best ...
>
> It's always interesting to see peoples views on Permissions & Privacy 
> since they vary in so many radical ways and always lead to controversial 
> interpretations.  For example, Western societies generally recognize Name + 
> (residential) Address = Identity.  However, Names (especially First and 
> Last name segments) are freely available.  Similarly, (municipal) Addresses 
> are legally considered to be "owned by" the City that assigns them, but are 
> "in the Public domain by virtue of the fact that they are freely available 
> and must be accessible.  That being said, it seems to be the combination of 
> Name + Address ( = Identity ) that evokes Privacy concerns.
>
> Amusingly though, tests have shown that no one seems concerned about 
> Privacy when Name + (residential) latitude & longitude are associated.  
> This strikes me as strange given the ubiquitous availability of GPS data 
> and its current resolutions.
>
> I guess the expectations of Privacy rights and the need for Permissions to 
> associate data elements, in this day and age of "Big Data", are still quite 
> controversial.
>
> "Very interesting" (said in my best German accent, whilst (vainly) hiding 
> behind a potted fern ( as first seen in "Laugh In" ).
>
>
> On Saturday, April 9, 2016 at 11:14:52 AM UTC-4, David Gifford wrote:
>>
>> Are you linking to a TW that has other people's home addresses? Do you 
>> have their permission to do that?
>>
>>  
>

-- 
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/3d39e4fa-66c4-4ac0-a43a-4e22dc1de078%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Combobox

2016-04-17 Thread HansWobbe
At the risk of creating a digression that is tangential at best ...

It's always interesting to see peoples views on Permissions & Privacy since 
they vary in so many radical ways and always lead to controversial 
interpretations.  For example, Western societies generally recognize Name + 
(residential) Address = Identity.  However, Names (especially First and 
Last name segments) are freely available.  Similarly, (municipal) Addresses 
are legally considered to be "owned by" the City that assigns them, but are 
"in the Public domain by virtue of the fact that they are freely available 
and must be accessible.  That being said, it seems to be the combination of 
Name + Address ( = Identity ) that evokes Privacy concerns.

Amusingly though, tests have shown that no one seems concerned about 
Privacy when Name + (residential) latitude & longitude are associated.  
This strikes me as strange given the ubiquitous availability of GPS data 
and its current resolutions.

I guess the expectations of Privacy rights and the need for Permissions to 
associate data elements, in this day and age of "Big Data", are still quite 
controversial.

"Very interesting" (said in my best German accent, whilst (vainly) hiding 
behind a potted fern ( as first seen in "Laugh In" ).


On Saturday, April 9, 2016 at 11:14:52 AM UTC-4, David Gifford wrote:
>
> Are you linking to a TW that has other people's home addresses? Do you 
> have their permission to do that?
>
>  

-- 
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/9176c6fa-7dd2-45ce-8f28-5d2ea6ccd711%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Enable unsigned addons in firefox mobile

2016-04-17 Thread David Myers
jeremy,

I think the problem is particularly with the extension on the android
platform. I cant be sure for desktop as I run Debian / IceWeasel, which is
always a little bit behind the main FF release.

However if you follow the docs on mozilla, it sounds as though getting the
andriod  extension signed shouldn't be a big issue.

I was thinking about sending it in myself, but I'm rather busy at the
moment (breaking the house... ... again !).

I just felt sure that the info would be useful to someone else, so decided
I should post it.

David
On 17 Apr 2016 20:23, "Jeremy Ruston"  wrote:

> Hi David
>
> Thanks for your research on this, especially since I don’t have regular
> access to an Android device for testing.
>
> TiddlyWiki requires an addon to write to the file system . On the desktop
> this is signed and approved by Firfox, the 'android' version is not.
>
>
> My understanding was that the addon is signed by Mozilla as part of the
> AMO process. I hadn’t realised that that wasn’t the case. Do other addons
> have this same problem? Perhaps I’m missing a step in uploading the
> extension.
>
> Best wishes
>
> Jeremy.
>
>
> To enable the addon to work you need to switch a setting.
> In your browser go to :
>
> about:config
>
> and then search for the
>
> xpinstall.signatures.required
>
> setting, toggle this from  false to true. Now your tiddlyfox mobile addon
> should be working.
>
> If not go to the addons page, and toggle it from dissabled to enabled (yes
> the old turn it off then turn it on again), which will force FF to do a
> restart.
>
> Tiddly wiki in your browser should start working again.
>
> Yipee.
>
> David
>
> --
> 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/380db042-5d64-4a84-9c55-d3d4a2c7389b%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/Wf1U0DgYeVM/unsubscribe.
> To unsubscribe from this group and all its topics, 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/3FA1B7A9-9ECA-46BC-859C-85F33A872D55%40gmail.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/CANvdCne1CcxEQtTWH9P%3DbBMP2QSBr5eCQ-vwn8E_zdRq2eORHQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: twproxy – an authentication proxy for your TiddlyWiki

2016-04-17 Thread Mat
Hi Steve and warmly welcome to both a really fantastic software and a 
fantastic community. (I'm myself just a long time tw-user, no official role 
or anything).


I'm a newcomer to the TiddlyWiki community (coming off of a long affair 
> with Vimwiki) and have really enjoyed developing my personal wiki so far.
>

Given your experience with Vimwiki, I would lve to hear much more in 
which ways you feel Vimwiki and TW differ and what Vimwiki is better at/for 
so TW can be improved even more. Why did you switch to TW, or maybe you use 
both?
 

One of my favorite aspects of TiddlyWiki has been that it's web-based, 
> making it possible for me to access my wiki from everywhere (especially my 
> phone).
>

Actually, TW is not "web based" unless you choose to put it on the web. I 
guess you could call it "browser based" though? The reason I'm picky about 
this is that on some site 
 someone listed as a 
negative that "TW is web based so you need an internet connection". Totally 
false.

As for you creation - that sounds like a valuable addition! I don't 
personally have any need for it ATM but I'm sure I will one day. Really 
thanks for sharing, Steve!!

<:-)

-- 
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/95c6a872-0605-4795-ae52-14359b9ec1e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Enable unsigned addons in firefox mobile

2016-04-17 Thread Jeremy Ruston
Hi David

Thanks for your research on this, especially since I don’t have regular access 
to an Android device for testing.

> TiddlyWiki requires an addon to write to the file system . On the desktop 
> this is signed and approved by Firfox, the 'android' version is not.

My understanding was that the addon is signed by Mozilla as part of the AMO 
process. I hadn’t realised that that wasn’t the case. Do other addons have this 
same problem? Perhaps I’m missing a step in uploading the extension.

Best wishes

Jeremy.

> 
> To enable the addon to work you need to switch a setting.
> In your browser go to :
> 
> about:config
> 
> and then search for the 
> 
> xpinstall.signatures.required
> 
> setting, toggle this from  false to true. Now your tiddlyfox mobile addon 
> should be working.
> 
> If not go to the addons page, and toggle it from dissabled to enabled (yes 
> the old turn it off then turn it on again), which will force FF to do a 
> restart.
> 
> Tiddly wiki in your browser should start working again.
> 
> Yipee.
> 
> David
> 
> -- 
> 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/380db042-5d64-4a84-9c55-d3d4a2c7389b%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/3FA1B7A9-9ECA-46BC-859C-85F33A872D55%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Announcing TiddlyDesktop v0.0.7

2016-04-17 Thread Jeremy Ruston
Hi Peter

> I have problems with TiddlyDesktop. It worked fine some weeks ago but now if 
> I try to run the app I only see the Task in the Windows-Taskbar but nothing 
> else. I used the lastest TiddlyDesktop (Eight) release in combination with 
> your experimental text editor TiddlyWiki. It worked for several weeks. 
> Unfortunatelly I cannot reproduce what happened to break the app.
> It's possible to hover over the task. I can even activate it. If I hover over 
> the little preview-frame all other windows went to the background - but again 
> nothing happens (see picture)

It sounds like you need to nuke the TiddlyDesktop configuration file.

First, use Task Manager to kill any running TiddlyDesktop process (you could 
also restart the system to ensure that TD is not running).

Then, locate the TiddlyDesktop configuration folder. It should look something 
like this:

C:\Users\Jeremy\AppData\Local\TiddlyWiki

Simply delete the entire folder, and then restart TiddlyDesktop. You’ll have 
lost the list of configured wikis, but the wiki files themselves won’t be 
damanged.

Best wishes

Jeremy

> 
> any idea?
> 
> I am using Win 10 x64 and (if that matters) the Opera Browser
>  
> 
> 
> 
> 
> Am Donnerstag, 24. Dezember 2015 12:38:23 UTC+1 schrieb Jeremy Ruston:
> Hi Danielo
> 
>> I am very interested on your thoughts about it. Where are you going to post 
>> them? 
> 
> I spoke about it a little in Hangout #93:
> 
> https://youtu.be/tO7kqgrXsB8?list=PLVT_2PPd-1p34gGCQ5qpwC8QdykxVAI3u=3977 
> 
> 
> The gist of it is that I’d like to move from the model of “a custom browser 
> with extended capabilities" to “a GUI for running TiddlyWiki as a server, 
> accessing via any browser you like”.
> 
> Other points:
> 
> * Personally, I want a system tray menu of my available wikis where choosing 
> one opens it in the default browser
> * Key to the plan is adding the ability to serve standalone HTML file-based 
> TiddlyWiki’s over HTTP
> * I’d like to support remote installations of TiddlyWiki on Amazon Web 
> Services, TiddlySpot
> 
> Best wishes
> 
> Jeremy.
> 
> 
> 
> -- 
> 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/03f24bd0-1df6-4f4f-988d-c1637f289eb8%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/2FAAE881-EAFC-4506-AB51-5607F7985B1C%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] twproxy – an authentication proxy for your TiddlyWiki

2016-04-17 Thread Steve Gattuso
Hi everyone!

I'm a newcomer to the TiddlyWiki community (coming off of a long affair 
with Vimwiki) and have really enjoyed developing my personal wiki so far.

One of my favorite aspects of TiddlyWiki has been that it's web-based, 
making it possible for me to access my wiki from everywhere (especially my 
phone). That being said, I'm a bit paranoid, so I was left a bit 
unsatisfied with the tiddlywiki server's HTTP basic auth for protecting my 
wiki. ~23 commits later, I've created something called twproxy that I'd 
like to share with you all today, as I'm hoping somebody other than myself 
will find it useful.

Essentially it is a simple proxy that puts your wiki behind a username, 
password, and optional 2-factor auth prompt. This gives you added security 
in addition to the ability to remember your credentials past one browsing 
session (I was getting sick and tired of typing my username/password in 
over and over using basic auth).

The project is open-source and released under the MIT license 
here: https://github.com/stevenleeg/twproxy

Hope some of you find it useful, and any/all feedback is welcome!
- Steve

-- 
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/5a3de7e0-4607-4da0-964b-7851f1280dc2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Autorun slideshow in the works by somebody?

2016-04-17 Thread sini-Kit
I make simple slideshows for my tw5 sites here is demo in static variant 
http://heeg.ru/
html code you can see here http://heeg.ru/heeg.html#slider1 and css here 
http://heeg.ru/heeg.html#%24%3A%2F_aa.giff%2FSlideshow3

and variant with buttons http://heeg.ru/heeg.html#slider2 css here 
http://heeg.ru/heeg.html#%24%3A%2F_aa.giff%2FStyleSheetTopic4

this sliders are pure css no js need.

воскресенье, 17 апреля 2016 г., 13:08:29 UTC+3 пользователь Ed написал:

>  Dear All
> c
> As per usual the boss asked me to do a presentation about something
>
 

> on rather short notice* and on a pc. I am no fan of PowerPoint and doing
> a kiosk running show seems a nuisance, timing that thing is a hassle.
>
> So please is there anybody contemplating an autorun version of e.g.
> TalkyTalky(?) or something else TW5-ian.
>
> What I need is simple. Just showing a range of pictures, no comments, 
> no really flashy stuff. just a regular evenly paced showing of photographs
> full screen with  a simple slow transition.
>
> May I hope?
> Many thanks in advance!
> Salut! Edm.
> === 
>
> *actually very short notice, being swamped with work & family matters
> involving extensive travelling.
>

-- 
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/3dd15daa-4ff1-4afa-a33c-13ba053b636a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Autorun slideshow in the works by somebody?

2016-04-17 Thread Ed
 Dear All

As per usual the boss asked me to do a presentation about something
on rather short notice* and on a pc. I am no fan of PowerPoint and doing
a kiosk running show seems a nuisance, timing that thing is a hassle.

So please is there anybody contemplating an autorun version of e.g.
TalkyTalky(?) or something else TW5-ian.

What I need is simple. Just showing a range of pictures, no comments, 
no really flashy stuff. just a regular evenly paced showing of photographs
full screen with  a simple slow transition.

May I hope?
Many thanks in advance!
Salut! Edm.
=== 

*actually very short notice, being swamped with work & family matters
involving extensive travelling.

-- 
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/4b3dc2e7-85a7-48df-9dc4-acf9cdbd63a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.