[tw] (TW5) Ordering lists by date

2016-05-17 Thread michaelharrison619
Having long used TiddlyWiki 5 as a journal, I have lots of tiddlers titled 
in a dd/mm/ format, such as 29/02/2016.

I am trying to make a list of books I have read, organized by date 
finished. Here is the code I am using:

<$list filter="[!has[draft.of]tag[reading]sort[finished]]">

//<$link to={{!!title}}><$view field="title"/>// by <$view 
field="author"/> | <$link to={{!!began}}><$view field="began"/> - 
<$link to={{!!finished}}><$view field="finished"/>



The title of the book is the title of the tiddler, and my fields are 
author, began, and finished, which I expect are fairly self explanatory. 
This code turns my began and finished dates into links that lead to the 
relevant journal entries. Unfortunately, the list is being organized by 
day, not year, then month, then day, as seen here:

*Pure* by Andrew Miller | 30/04/2016 - 08/05/2016 
*The Moonstone* by Wilkie Collins | 18/02/2016 - 29/02/2016 
*The Beautiful Things That Heaven Bears* by Dinaw Mengestu | 27/04/2016 - 
30/04/2016

Does anyone have any suggestions as to how I may adjust the list to display 
the books in proper chronological order? Thank you.

-- 
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/47147beb-20ff-49e5-8fa9-6a6555101342%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Solution for Importing Entries (csv/json) from the Zotero Bibliography Tool.

2016-05-17 Thread 'Mark S.' via TiddlyWiki
Congratulations Jan. The good thing about the name Zotero, is that anyone 
looking for your solution will have an excellent chance of finding it. 

On Tuesday, May 17, 2016 at 1:56:18 PM UTC-7, Jan wrote:
>
> Hi Mark, dear scientific users of TW.
> In the search of a way to create Tiddlers from a 
> Zotero/Mendeley/...-Bibliography I found a solution.
> In the attachment you find a csl-template, wich supports the export into 
> something, that can manually be transformed into a Json-file which will 
> create Tiddlers for each chosen Film or Videostream.
> That's my UseCase for now. I will do other formats later or quicker on 
> demand If someone asks.
> The description is in the Readme.
>
> Cheers Jan
>
> PS: 
> Dear Mark
> your were right in your analysis. Your Plugin now works fine. Despite I 
> decided that CSVs as export format are to vulnerable for my usecase.
> J
>
> Am 16.05.2016 um 01:33 schrieb 'Mark S.' via TiddlyWiki:
>
> The entry with "Monty Pythons Flying Circus" is missing a title (or a 
> director, depending on if you meant for MPFC to be director or title).
>
> All fields need to be present, though they can be empty. An empty field 
> would represented by empty double quotes. So that particular entry might be 
> represented as:
>
> "motion_picture","Monty Pythons Flying Circus","","30 
> min","05.10.1969","Neuro,Gestalttheorie,Movie"
>
> (Assuming MPFC was the 'directory').
>
> HTH
> Mark
>
> On Sunday, May 15, 2016 at 4:11:46 PM UTC-7, Jan wrote: 
>>
>> Hallo Mark,
>> Your Example works fine now, the code does not cause crashes anymore, but 
>> it gives me your error-message for this:
>>
>> type,director,title,length,launch,tags
>> "motion_picture","Hans Richter","Ghosts Before Breakfast","6 
>> min","14.07.1928","Neuro,Gestalttheorie,Movie"
>> "motion_picture","Monty Pythons Flying Circus","30 
>> min","05.10.1969","Neuro,Gestalttheorie,Movie"
>> "motion_picture","John Mc Tiernan","Predator","107 
>> min","12.06.1987","Neuro,Gestalttheorie,Movie"
>> "motion_picture","Paul Verhoeven","Robo Cop","102 
>> min","17.07.1987","Neuro,Gestalttheorie,Movie"
>> "motion_picture","Peter Greenaway","The Draughtsmans Contract","108 
>> min","30.06.1983","Neuro,Gestalttheorie,Movie"
>> "motion_picture","James Cameron","The Terminator","107 
>> min","26.10.1984","Neuro,Gestalttheorie,Movie"
>>
>> I have no clue why...
>>
>> Thanks for your endurance, 
>> Jan
>>
>>
>>
>>
>> Am 15.05.2016 um 03:38 schrieb 'Mark S.' via TiddlyWiki:
>>
>> Although you copied it from the list, when you pasted it in you already 
>> had a line in place. Or you selected an extra line feed. So if you check, 
>> you'll see that there is one "invisible" line at the bottom of your input 
>> tiddler that is choking the program. When/If I do an update, I'll have to 
>> add checking code to toss out bad lines.
>>
>> HTH
>> Mark
>>
>> On Saturday, May 14, 2016 at 6:32:22 PM UTC-7, Jan wrote: 
>>>
>>> Hi Mark,
>>> the last string I tested was:
>>>
>>> title,tags,text,birth,death
>>> "John Smith","English male,Therapist","Explorer, Artist","1900","1981"
>>>
>>> because I wanted to see it work...
>>> This means I copypasted it right from the mail to the field...
>>>
>>> Yours Jan
>>>
>>> Am 15.05.2016 um 01:22 schrieb 'Mark S.' via TiddlyWiki:
>>>
>>> Can you share the lines that crashed it?  I would guess that you either 
>>> have an empty field or a blank line somewhere.
>>>
>>> Mark
>>>
>>> On Saturday, May 14, 2016 at 3:26:07 PM UTC-7, Jan wrote: 

 Dear Mark,
 It crashed when I used 6 arrays with 5 entries...and it still crashed 
 when I pasted a single line. 
 The errorcode is: TypeError: araLine[j] is undefined

 -- 
>>> 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+...@googlegroups.com.
>>> To post to this group, send email to tiddl...@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/d3983c2f-9bfa-4e33-857c-ef7bd16173f6%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+...@googlegroups.com.
>> To post to this group, send email to tiddl...@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/befa483d-fb31-45c0-9bdf-ad77ede9f395%40googlegroups.com
>>  
>> 

[tw] Re: http://tw5es-es.tiddlyspot.com/ Spanish edition -at its current state- on TiddlySpot

2016-05-17 Thread Alfonso Arciniega

>
> Hi Pau,
>

I am back from vacation; and will take a look at it.

Cheers,

Alfonso

-- 
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/1d83c156-09bd-460b-adeb-ec963365c466%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Solution for Importing Entries (csv/json) from the Zotero Bibliography Tool.

2016-05-17 Thread Jan

Hi Mark, dear scientific users of TW.
In the search of a way to create Tiddlers from a 
Zotero/Mendeley/...-Bibliography I found a solution.
In the attachment you find a csl-template, wich supports the export into 
something, that can manually be transformed into a Json-file which will 
create Tiddlers for each chosen Film or Videostream.
That's my UseCase for now. I will do other formats later or quicker on 
demand If someone asks.

The description is in the Readme.

Cheers Jan

PS:
Dear Mark
your were right in your analysis. Your Plugin now works fine. Despite I 
decided that CSVs as export format are to vulnerable for my usecase.

J

Am 16.05.2016 um 01:33 schrieb 'Mark S.' via TiddlyWiki:
The entry with "Monty Pythons Flying Circus" is missing a title (or a 
director, depending on if you meant for MPFC to be director or title).


All fields need to be present, though they can be empty. An empty 
field would represented by empty double quotes. So that particular 
entry might be represented as:


"motion_picture","Monty Pythons Flying Circus","","30 
min","05.10.1969","Neuro,Gestalttheorie,Movie"


(Assuming MPFC was the 'directory').

HTH
Mark

On Sunday, May 15, 2016 at 4:11:46 PM UTC-7, Jan wrote:

Hallo Mark,
Your Example works fine now, the code does not cause crashes
anymore, but it gives me your error-message for this:

type,director,title,length,launch,tags
"motion_picture","Hans Richter","Ghosts Before Breakfast","6
min","14.07.1928","Neuro,Gestalttheorie,Movie"
"motion_picture","Monty Pythons Flying Circus","30
min","05.10.1969","Neuro,Gestalttheorie,Movie"
"motion_picture","John Mc Tiernan","Predator","107
min","12.06.1987","Neuro,Gestalttheorie,Movie"
"motion_picture","Paul Verhoeven","Robo Cop","102
min","17.07.1987","Neuro,Gestalttheorie,Movie"
"motion_picture","Peter Greenaway","The Draughtsmans
Contract","108 min","30.06.1983","Neuro,Gestalttheorie,Movie"
"motion_picture","James Cameron","The Terminator","107
min","26.10.1984","Neuro,Gestalttheorie,Movie"

I have no clue why...

Thanks for your endurance,
Jan




Am 15.05.2016 um 03:38 schrieb 'Mark S.' via TiddlyWiki:

Although you copied it from the list, when you pasted it in you
already had a line in place. Or you selected an extra line feed.
So if you check, you'll see that there is one "invisible" line at
the bottom of your input tiddler that is choking the program.
When/If I do an update, I'll have to add checking code to toss
out bad lines.

HTH
Mark

On Saturday, May 14, 2016 at 6:32:22 PM UTC-7, Jan wrote:

Hi Mark,
the last string I tested was:

title,tags,text,birth,death
"John Smith","English male,Therapist","Explorer,
Artist","1900","1981"

because I wanted to see it work...
This means I copypasted it right from the mail to the field...

Yours Jan

Am 15.05.2016 um 01:22 schrieb 'Mark S.' via TiddlyWiki:

Can you share the lines that crashed it?  I would guess that
you either have an empty field or a blank line somewhere.

Mark

On Saturday, May 14, 2016 at 3:26:07 PM UTC-7, Jan wrote:

Dear Mark,
It crashed when I used 6 arrays with 5 entries...and it
still crashed when I pasted a single line.
The errorcode is: TypeError: araLine[j] is undefined

-- 
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+...@googlegroups.com.
To post to this group, send email to tiddl...@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/d3983c2f-9bfa-4e33-857c-ef7bd16173f6%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+...@googlegroups.com .
To post to this group, send email to tiddl...@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/befa483d-fb31-45c0-9bdf-ad77ede9f395%40googlegroups.com


[tw] Re: Running node-version with nginx in a suburl

2016-05-17 Thread Hans Maulwurf
How do you start ur tw5?
my nginx-configuration looks like this, but i still get only a white page 
with console output:

GET http://hansarch.ddns.info/tiddly 404 (Not Found)
logsimple.js:15 we are insidehttp://hansarch.ddns.info/tiddly

nginx.conf:
server {
listen 80; # spdy is optional as well as ssl
server_name localhost;

client_max_body_size 80M;
client_body_buffer_size 80M;

root /srv/http;
## root /srv/http/paperwork/frontend/public;
# index index.html index.php;


location /tiddly {

proxy_pass   http://127.0.0.1:8090;
proxy_max_temp_file_size 0 ;
proxy_set_headerHost $host;
proxy_set_headerX-Real-IP$remote_addr;
proxy_set_headerX-Forwarded-For  $proxy_add_x_forwarded_for;
}


location /tt-rss {
 #root /tt-rss;
 index index.html index.php;
try_files $uri $uri/ /index.php;
#fastcgi_pass unix:/run/php-fpm/php-fpm.sock;
#fastcgi_index index.php;
#fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
#include fastcgi_params;
#error_log  logs/ttrsserror.log;
#error_log  logs/ttrsserror.log  notice;
#error_log  logs/ttrsserror.log  info;
}



location ~ \.php {
fastcgi_pass unix:/run/php-fpm/php-fpm.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}



}

Am Dienstag, 17. Mai 2016 15:54:37 UTC+2 schrieb Matthew Lauber:
>
> Is nginx running on the same box as tiddlywiki?  If so, you probably don't 
> need to proxy_pass to ddns.info:8090 but rather to localhost:8090.
>
> Here's my configuration
> server {
> listen   80;
> access_log   /var/log/nginx/tiddlywiki.access.log combined;
>
> location /wiki/ {
> limit_except GET HEAD {
> auth_basic 'Restricted';
> auth_basic_user_file /etc/nginx/auth/tiddlywiki;
> }
> proxy_pass   http://127.0.0.1:/;
> proxy_set_headerHost $host;
> proxy_set_headerX-Real-IP$remote_addr;
> proxy_set_headerX-Forwarded-For 
>  $proxy_add_x_forwarded_for; 
> }
> }
>
> As you can see, I'm proxying to localhost on port .  My wiki is 
> available below the path /wiki/ so you'd want to replace that with /tiddly/.
>
> The one nice feature I figured out was how to restrict write access to 
> logged in users, while allowing read access via the limit_except GET HEAD 
> block.
>
> Hope that helps,
> Matt
>
>
> On Tuesday, May 17, 2016 at 9:33:07 AM UTC-4, Hans Maulwurf wrote:
>>
>> Hey,
>>
>> could someone help me to get TW5 working with nginx under a suburl? I run 
>> "tiddlywiki testwiki --server 8090 $:/core/save/all text/plain text/html "" 
>> "" 0.0.0.0"
>>
>> Then i can access the tw fine with localhost:8090 or my dyndnsxxx:8090. 
>> But i want to get it at localhost/tiddly. I tried it with nginx-conf:
>>
>> location / {
>> alias /tiddly;
>> proxy_pass   http://hansarch.ddns.info:8090;
>> proxy_max_temp_file_size 0 ;
>> proxy_set_headerHost $host;
>> proxy_set_headerX-Real-IP$remote_addr;
>> proxy_set_headerX-Forwarded-For 
>>  $proxy_add_x_forwarded_for;
>> }
>>
>> But i only get a white page. Any suggestions?
>>
>> Thanks for ur help,
>>
>> Hans
>>
>

-- 
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/c243c82b-65ff-405d-ade9-245fbd9243ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TWEETS from Tiddlers?

2016-05-17 Thread progetti
I'm happy about that. it would help me.

On Tuesday, 17 May 2016 20:26:05 UTC+2, Jed Carty wrote:
>
> That is pretty easy to do, and is a simpler version of how I post to 
> twitter from my wiki. I am going to be updating a bunch of my stuff soon so 
> I can add that to the plugin soon.
>

-- 
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/bba27d82-2140-4177-bc97-09d64c08d6c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5: Exporting/Print to File

2016-05-17 Thread Jed Carty
I set things up to print to pdf from tiddlywiki for the resume builder 
edition, would that help or do you need an editable version?

-- 
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/e5672f8d-b0d9-4b89-af47-f96da1b6bf4e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TWEETS from Tiddlers?

2016-05-17 Thread Jed Carty
That is pretty easy to do, and is a simpler version of how I post to 
twitter from my wiki. I am going to be updating a bunch of my stuff soon so 
I can add that to the plugin soon.

-- 
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/fcdcc070-3905-4f7d-a7d7-2ab495af7dc5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5: Exporting/Print to File

2016-05-17 Thread progetti
TOO many corporate limitations. Headache. 

TW prints pretty nicely normally.

Can't they ease up?

On Tuesday, 17 May 2016 17:44:44 UTC+2, Shaw McAllan wrote:
>
> Does anyone know of a quick way of getting individual tiddlers into a 
> printable, portable format?
>  
> Background: my boss loves the wiki...but wants a paper version for the 
> procedures she's responsible for each month.  I thought I could simply open 
> the tiddler in a new window, choose "Print" and the "print to file"...but 
> it's not that simple.  Our company uses WYSE terminals which, according to 
> our I.T. dept, don't allow "Print to File" for anything other than .prn 
> files.
>  
> Due to the wyse terminal setup, the wiki is running in the .hta mode 
> rather than as an html file.
>  
> I tried exporting as html but Adobe wouldn't open it. I tried opening it 
> in Word but the formatting went haywire - I'd be quicker copying/pasting 
> from the wiki straight into Word and formatting from scratch than doing 
> that again.  Exporting as a .tid doesn't help me either.
>  
> I need a simple process for getting the tiddlers into a presentable format 
> for saving and printing.  
>  
>  
> Anyone any ideas?
>

-- 
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/2e286d65-23bd-4785-9981-a4b6c8fbd6c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5: Exporting/Print to File

2016-05-17 Thread 'Mark S.' via TiddlyWiki
It's a little unclear whether you're talking a single tiddler or multple 
tiddlers.

For a single tiddler, you can try the export tool (from the tiddler's 
toolbar select export) in *static.html *mode. Save to a file somewhere. 
Then open in Word (I just tried this in MS Word 2013). The formatting looks 
pretty good on mine.

Good luck
Mark

On Tuesday, May 17, 2016 at 8:44:44 AM UTC-7, Shaw McAllan wrote:
>
> Does anyone know of a quick way of getting individual tiddlers into a 
> printable, portable format?
>  
> Background: my boss loves the wiki...but wants a paper version for the 
> procedures she's responsible for each month.  I thought I could simply open 
> the tiddler in a new window, choose "Print" and the "print to file"...but 
> it's not that simple.  Our company uses WYSE terminals which, according to 
> our I.T. dept, don't allow "Print to File" for anything other than .prn 
> files.
>  
> Due to the wyse terminal setup, the wiki is running in the .hta mode 
> rather than as an html file.
>  
> I tried exporting as html but Adobe wouldn't open it. I tried opening it 
> in Word but the formatting went haywire - I'd be quicker copying/pasting 
> from the wiki straight into Word and formatting from scratch than doing 
> that again.  Exporting as a .tid doesn't help me either.
>  
> I need a simple process for getting the tiddlers into a presentable format 
> for saving and printing.  
>  
>  
> Anyone any ideas?
>

-- 
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/23888453-fc90-46c2-9bed-d1c6363ec290%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] TW5: Exporting/Print to File

2016-05-17 Thread Shaw McAllan
Does anyone know of a quick way of getting individual tiddlers into a 
printable, portable format?
 
Background: my boss loves the wiki...but wants a paper version for the 
procedures she's responsible for each month.  I thought I could simply open 
the tiddler in a new window, choose "Print" and the "print to file"...but 
it's not that simple.  Our company uses WYSE terminals which, according to 
our I.T. dept, don't allow "Print to File" for anything other than .prn 
files.
 
Due to the wyse terminal setup, the wiki is running in the .hta mode rather 
than as an html file.
 
I tried exporting as html but Adobe wouldn't open it. I tried opening it in 
Word but the formatting went haywire - I'd be quicker copying/pasting from 
the wiki straight into Word and formatting from scratch than doing that 
again.  Exporting as a .tid doesn't help me either.
 
I need a simple process for getting the tiddlers into a presentable format 
for saving and printing.  
 
 
Anyone any ideas?

-- 
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/c2fa4e11-0813-479c-a69b-13df8dca2efb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] (Classic) Defining start number in ordered lists

2016-05-17 Thread Silvercat
I swear I had read how to do this somewhere, but I can't find it now. I 
have an ordered list that is broken up into sections with headers. I want 
the numbering to continue through the whole list. So in the second and 
further sections, how do I define what number the list should start at?

Thanks

-- 
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/e2606f97-e8cd-47a3-b065-3cdfaab545a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Get a blank screen trying to open a wiki with FreFox for Android, works in Chrome

2016-05-17 Thread Bill Denbigh
Downloaded the latest firefox to both my Google Pixel C and my Nexus 6P, 
load the tiddlyfox add on, download the empty.html. Opens in Chrome and the 
HTML viewer, in firefox i get a white screen. Really confused...

Thanks Bill

-- 
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/3ed47471-f93f-48ec-bde6-805d36b84820%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Running node-version with nginx in a suburl

2016-05-17 Thread Matthew Lauber
Is nginx running on the same box as tiddlywiki?  If so, you probably don't 
need to proxy_pass to ddns.info:8090 but rather to localhost:8090.

Here's my configuration
server {
listen   80;
access_log   /var/log/nginx/tiddlywiki.access.log combined;

location /wiki/ {
limit_except GET HEAD {
auth_basic 'Restricted';
auth_basic_user_file /etc/nginx/auth/tiddlywiki;
}
proxy_pass   http://127.0.0.1:/;
proxy_set_headerHost $host;
proxy_set_headerX-Real-IP$remote_addr;
proxy_set_headerX-Forwarded-For 
 $proxy_add_x_forwarded_for; 
}
}

As you can see, I'm proxying to localhost on port .  My wiki is 
available below the path /wiki/ so you'd want to replace that with /tiddly/.

The one nice feature I figured out was how to restrict write access to 
logged in users, while allowing read access via the limit_except GET HEAD 
block.

Hope that helps,
Matt


On Tuesday, May 17, 2016 at 9:33:07 AM UTC-4, Hans Maulwurf wrote:
>
> Hey,
>
> could someone help me to get TW5 working with nginx under a suburl? I run 
> "tiddlywiki testwiki --server 8090 $:/core/save/all text/plain text/html "" 
> "" 0.0.0.0"
>
> Then i can access the tw fine with localhost:8090 or my dyndnsxxx:8090. 
> But i want to get it at localhost/tiddly. I tried it with nginx-conf:
>
> location / {
> alias /tiddly;
> proxy_pass   http://hansarch.ddns.info:8090;
> proxy_max_temp_file_size 0 ;
> proxy_set_headerHost $host;
> proxy_set_headerX-Real-IP$remote_addr;
> proxy_set_headerX-Forwarded-For 
>  $proxy_add_x_forwarded_for;
> }
>
> But i only get a white page. Any suggestions?
>
> Thanks for ur help,
>
> Hans
>

-- 
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/4c729037-4627-4a7b-a2fd-57a66e0c46d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Running node-version with nginx in a suburl

2016-05-17 Thread Hans Maulwurf
Hey,

could someone help me to get TW5 working with nginx under a suburl? I run 
"tiddlywiki testwiki --server 8090 $:/core/save/all text/plain text/html "" 
"" 0.0.0.0"

Then i can access the tw fine with localhost:8090 or my dyndnsxxx:8090. But 
i want to get it at localhost/tiddly. I tried it with nginx-conf:

location / {
alias /tiddly;
proxy_pass   http://hansarch.ddns.info:8090;
proxy_max_temp_file_size 0 ;
proxy_set_headerHost $host;
proxy_set_headerX-Real-IP$remote_addr;
proxy_set_headerX-Forwarded-For  $proxy_add_x_forwarded_for;
}

But i only get a white page. Any suggestions?

Thanks for ur help,

Hans

-- 
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/a97b390a-e2e6-496a-9acf-4f0c49f209fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] TWEETS from Tiddlers?

2016-05-17 Thread progetti
Thanks Alex

Sorry but my post was ambiguous. I did NOT mean posting URLs of on-line 
pages. My question was meant to be about converting tiddler TEXT content 
into an URI encoded form that can be appended to the clickable hyperlink 
Twitter URL posting root: https://twitter.com/intent/tweet?text=

I hope this is clearer?

Jed Carty has done some stuff on this that's great. But its still not quite 
what I need. My problem is I am not a programmer, though I do kinda 
understand the issues. So I get stuck.

Best wishes
Josiah



On Tuesday, 17 May 2016 07:51:28 UTC+2, AlexHough wrote:
>
> Josiah,
>
> Concider creating a static HTML page from your tiddler. Host it on Dropbox 
> or GitHub, and you have your tweetable 
>
> Alex
>
> On Monday, 16 May 2016,  wrote:
>
>> On TWITTER from https://twitter.com/BeaBonobo/status/731829200659861504 
>> from on there is a discussion about TW  & posting to Twitter.
>>
>> I am VERY HAPPY about that.
>>
>> Jed (https://twitter.com/MaybeJed) has done much.to make it real.
>>
>> The Doctor (https://twitter.com/virtadpt) thinks the API of Twitter 
>> needs mastering.
>>
>> What *I* need is simple ability to turn an existing tiddler into an URL.
>>
>> 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/e37d7884-7751-428e-a3c2-f8e95f67aacb%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

On Tuesday, 17 May 2016 07:51:28 UTC+2, AlexHough wrote:
>
> Josiah,
>
> Concider creating a static HTML page from your tiddler. Host it on Dropbox 
> or GitHub, and you have your tweetable 
>
> Alex
>
> On Monday, 16 May 2016,  wrote:
>
>> On TWITTER from https://twitter.com/BeaBonobo/status/731829200659861504 
>> from on there is a discussion about TW  & posting to Twitter.
>>
>> I am VERY HAPPY about that.
>>
>> Jed (https://twitter.com/MaybeJed) has done much.to make it real.
>>
>> The Doctor (https://twitter.com/virtadpt) thinks the API of Twitter 
>> needs mastering.
>>
>> What *I* need is simple ability to turn an existing tiddler into an URL.
>>
>> 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/e37d7884-7751-428e-a3c2-f8e95f67aacb%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/fbedaa53-9546-4160-80da-af8a4f1a1c7c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TWC] LessBackupsPlugin alternative for rotating backup

2016-05-17 Thread julien23
BJ

backups only occur when you save the tiddlywiki
>

sure

but then simplyLessBackups renames backup files like :
*index.20160517*.0709301140*.html*

I would like them renamed like :
*index*.20160517.07*0*9301140*.html*

To keep only the minutes decades.

Is this explication more specific ?

Regards

Julien




On Monday, May 16, 2016 at 6:11:37 PM UTC+2, BJ wrote:
>
> I don't understand what you mean - backups only occur when you save the 
> tiddlywiki. Do you mean maximum of one every ten minutes? (up to 6 an hour 
> * 24)
>
> On Monday, May 16, 2016 at 3:57:40 PM UTC+1, julien23 wrote:
>>
>> BJ,
>> Thanks
>>
>> Nows it is working.
>>
>> How can I modify this code to have 1 backup /10 minutes ?
>> if (config.options.chkOneADayBackUpFile==true)
>> backupPath += (new Date()).convertToMMDDHHMMSSMMM().replace 
>> (/(.*)\.(.*)/,"$1") + "." + "html";
>>
>> Objective is a 6 backups rotating pattern like :
>>
>>> index_00.html
>>> index_10.html
>>> ...
>>> index_50.html
>>>
>>
>> Looking forward to read from you
>>
>> Julien
>>
>>
>> On Monday, May 16, 2016 at 4:20:37 PM UTC+2, BJ wrote:
>>>
>>> type copying it from this url
>>>
>>>
>>> https://raw.githubusercontent.com/buggyj/tiddlywikiplugins/master/simplyLessBackups.js
>>>
>>> On Monday, May 16, 2016 at 10:44:19 AM UTC+1, BJ wrote:
>>>>
>>>> what version of tiddlywiki are you using?
>>>>
>>>> On Monday, May 16, 2016 at 8:38:57 AM UTC+1, julien23 wrote:
>>>>>
>>>>> Hi BJ
>>>>>
>>>>> Thank you for help.
>>>>>
>>>>> I have an issue with your code. 
>>>>>
>>>>> [PluginManager] says :
>>>>>
>>>>>> Error: SyntaxError: missing ) after formal parameters
>>>>>>
>>>>>
>>>>> Win7x64
>>>>> FF 46.0.1
>>>>> TiddlyFox 1.0alpha18.1 
>>>>>
>>>>> Any clue ?
>>>>>
>>>>> Regards
>>>>>
>>>>> Julien 
>>>>>
>>>>> On Wednesday, May 11, 2016 at 3:56:34 PM UTC+2, BJ wrote:
>>>>>
>>>>> its a tiddlywiki classic plugin - it needs to be copied into a new 
>>>>>> tiddler and tagged with sytemConfig
>>>>>>
>>>>>> On Wednesday, May 11, 2016 at 1:45:41 PM UTC+1, prog...@assays.tv 
>>>>>> wrote:
>>>>>>>
>>>>>>> BJ, Sounds great, looks erm ... like computer code. HOW does a 
>>>>>>> mortal use it? :-) Josiah, x
>>>>>>>
>>>>>>> BJ wrote:
>>>>>>>>
>>>>>>>> Hi Julien,
>>>>>>>> I wrote a simple backup plugin that works when using tiddlyfox:
>>>>>>>>
>>>>>>>>
>>>>>>>> https://github.com/buggyj/tiddlywikiplugins/blob/master/simplyLessBackups.js
>>>>>>>>
>>>>>>>> maybe it could be of help to you,
>>>>>>>>  
>>>>>>>>
>>>>>>>>

-- 
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/3f5591c0-ecaf-4667-ba12-781352ac3068%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.