Re: [tw] Presenting: BLC Plugin! For kanban like organization in the style of Trello using boards, lists, and cards.

2017-09-02 Thread Jan

Hi Reid,
this looks very promising, great idea.
A few ideas:
-I got the feeling this could be a great sidebar-feature.
-It would be great if the cards could be flipped to show only the title.
-The header (New Card, Remove, Hold...Filters) is a little distracting. 
It could be useful to display it on hover only...


Please continue, I would really like to use this...
Yours Jan



Am 02.09.2017 um 17:07 schrieb Reid Gould:

BLC Plugin sees it's first light of day!

The wiki: User Guide and Demo 


Source on GitHub: https://github.com/reidgould/tiddlywiki-blc-plugin

Trello style cards and lists are very important to my methods, but I 
can't stand not owning my own data. So when I discovered how 
fantastically hackable TiddlyWiki is, I made this! It uses normal TW 
tags and list fields and if you already have those relationships 
established, you just need to transclude the template into your text 
and it will show you your existing tiddlers in board, list, card style.


WARNING: This is still in quite early development and is very much not 
stable. I'm partway through a refactor of the macros I'm using for 
listops and they have some bugs.


Still, it's starting to become something, so I'm sharing it now hoping 
for some feedback from you more experienced users. I'd welcome issues 
on the GitHub page, or any sort of suggestions here on the forum.


Thanks to all the people who made this awesome little tool!

- Reid


--
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/5b0b232b-0017-4fca-8a00-b6d53b12badb%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/59AB50D6.2050901%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Query: Markup Parsers

2017-09-02 Thread Jan

Hi Mat,
thanks for reminding me of the replace pragma. If I use lists and 
headings for the screenplay-markup the following lines could prevent 
that the entire layout is crashed due to a missing newline.

\replace /\n!/\n\n!/
\replace /\n:/\n\n:/
\replace /\n{{/\n\n:{{/

Next question: How can I apply them automatically to every tiddler 
tagged dialogue?


Yours Jan


Am 02.09.2017 um 12:29 schrieb Mat:
On the topic of parse rules, Skeeve created the ReplacePragma 
 which is /very/ 
interesting but, if I understand the discussion 
 
it spurred, not unproblematic.


<:-)
--
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/c3774dc5-4824-4e8e-a13c-0b93048652dc%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/59AB2AE3.5050002%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] WebDav Saver Observations.

2017-09-02 Thread Arlen Beiler
Interesting. Could you also post the request and response for the initial
get request for the file? This format works perfect.

On Sep 2, 2017 14:51, "Lost Admin"  wrote:

I think the 404 was a mis-type on my part and should have been 401
(unauthorized). As this was the first attempt to "save" I had not yet
authenticated.

Re-doing my testing, the 204 is as follows (this is the successful save of
tiddlywiki):




On Saturday, September 2, 2017 at 1:58:17 PM UTC-4, Arlen Beiler wrote:

> Good afternoon,
> What is the response headers for the request with the status code 204? And
> why does the initial put request have a status of 404?
> Thanks
>
> On Sep 2, 2017 1:29 PM, "Lost Admin"  wrote:
>
> Here you go ... This only covers the save, including the authentication
> step (minus credentials)
>
>
> *Initial PUT http://domain.dom/index.html
> Status code: 404*
>
> Response headers (296 B)
> Date
> Sat, 02 Sep 2017 17:19:45 GMT
> Server
> Apache/2.4.27 (FreeBSD) OpenSSL/1.0.1s-freebsd PHP/5.6.31
> Keep-Alive
> timeout=5, max=99
> Connection
> Keep-Alive
> Content-Type
> text/html
> Request headers (452 B)
> Host
> domain.dom
> User-Agent
> Mozilla/5.0 (Windows NT 10.0; …) Gecko/20100101 Firefox/55.0
> Accept
> */*
> Accept-Language
> en-US,en;q=0.5
> Accept-Encoding
> gzip, deflate
> Referer
> http://domain.dom/index.html
> Content-Type
> text/html;charset=UTF-8, appli…orm-urlencoded; charset=UTF-8
> If-Match
> "1eb890-5582095dd9986"
> Content-Length
> 2013328
> DNT
> 1
> Connection
> keep-alive
>
>
>
> *PUT http://domain.dom/index.html Status
> Code: 204Version HTTP/1.1*
>
> Request headers (499 B)
> Host
> ariel.suntrap.ca
> User-Agent
> Mozilla/5.0 (Windows NT 10.0; …) Gecko/20100101 Firefox/55.0
> Accept
> */*
> Accept-Language
> en-US,en;q=0.5
> Accept-Encoding
> gzip, deflate
> Referer
> http://domain.dom/index.html
> Content-Type
> text/html;charset=UTF-8, appli…orm-urlencoded; charset=UTF-8
> If-Match
> "1eb890-5582095dd9986"
> Content-Length
> 2013328
> DNT
> 1
> Connection
> keep-alive
> Authorization
> Basic 
>
> *Now save again without reloading*
>
>
> *PUT http://domain.dom/index.html Status
> Code: 412 Precondition Failed*
> Response headers (262 B)
> Date
> Sat, 02 Sep 2017 17:27:15 GMT
> Server
> Apache/2.4.27 (FreeBSD) OpenSSL/1.0.1s-freebsd PHP/5.6.31
> Content-Length
> 249
> Keep-Alive
> timeout=5, max=100
> Connection
> Keep-Alive
> Content-Type
> text/html; charset=iso-8859-1
> Request headers (499 B)
> Host
> domain.dom
> User-Agent
> Mozilla/5.0 (Windows NT 10.0; …) Gecko/20100101 Firefox/55.0
> Accept
> */*
> Accept-Language
> en-US,en;q=0.5
> Accept-Encoding
> gzip, deflate
> Referer
> http://domain.dom/index.html
> Content-Type
> text/html;charset=UTF-8, appli…orm-urlencoded; charset=UTF-8
> If-Match
> "1eb890-5582095dd9986"
> Content-Length
> 2013314
> DNT
> 1
> Authorization
> Basic 
> Connection
> keep-alive
>
> On Friday, September 1, 2017 at 10:26:15 AM UTC-4, Arlen Beiler wrote:
>
>> Ok, well all I need is the request and response info for the put request.
>> Actually, just the response headers. If you open your Developer Tools and
>> go to the network tab, it will show you all the requests the page makes for
>> everything. Find the put request it sends to save the file and click on it.
>> It should show you the response headers. You can copy it here or email it
>> to me directly if you like.
>>
>> On Fri, Sep 1, 2017 at 10:11 AM, Lost Admin  wrote:
>>
>>> Ah! you are ahead of me in figuring out what needs to be done.
>>> Unfortunately, my javascript skills are nowhere near good enough to figure
>>> out how to integrate the Apache way of doing things into TiddlyWiki.
>>>
>>> On Friday, September 1, 2017 at 9:47:32 AM UTC-4, Arlen Beiler wrote:

 I remember running into that when writing TiddlyServer. The apache
 webdav module should return some kind of revision string. The put saver
 expects an Etag, but this may not necessarily be what Apache sends.
 However, I believe that is where the problem is.

 On Fri, Sep 1, 2017 at 9:22 AM, Lost Admin  wrote:

> Is there an easy way to get TiddlyWiki to re-read itself after saving?
>
> Apache tracks the time that you read the file and issues an error if
> you try to save back to the server if the file on disk has a newer
> timestamp. Which means: after I save changes to a file, it give me an 
> error
> on subsequent changes unless I reload the wiki.
>
> --
> 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 

Re: [tw] Re: [TW5] WebDav Saver Observations.

2017-09-02 Thread Lost Admin
I think the 404 was a mis-type on my part and should have been 401 
(unauthorized). As this was the first attempt to "save" I had not yet 
authenticated. 

Re-doing my testing, the 204 is as follows (this is the successful save of 
tiddlywiki):




On Saturday, September 2, 2017 at 1:58:17 PM UTC-4, Arlen Beiler wrote:
>
> Good afternoon,
> What is the response headers for the request with the status code 204? And 
> why does the initial put request have a status of 404?
> Thanks
>
> On Sep 2, 2017 1:29 PM, "Lost Admin"  
> wrote:
>
> Here you go ... This only covers the save, including the authentication 
> step (minus credentials)
>
>
> *Initial PUT http://domain.dom/index.html 
> Status code: 404*
>
> Response headers (296 B) 
> Date 
> Sat, 02 Sep 2017 17:19:45 GMT
> Server 
> Apache/2.4.27 (FreeBSD) OpenSSL/1.0.1s-freebsd PHP/5.6.31
> Keep-Alive 
> timeout=5, max=99
> Connection 
> Keep-Alive
> Content-Type 
> text/html
> Request headers (452 B) 
> Host 
> domain.dom
> User-Agent 
> Mozilla/5.0 (Windows NT 10.0; …) Gecko/20100101 Firefox/55.0
> Accept 
> */*
> Accept-Language 
> en-US,en;q=0.5
> Accept-Encoding 
> gzip, deflate
> Referer 
> http://domain.dom/index.html
> Content-Type 
> text/html;charset=UTF-8, appli…orm-urlencoded; charset=UTF-8
> If-Match 
> "1eb890-5582095dd9986"
> Content-Length 
> 2013328
> DNT 
> 1
> Connection 
> keep-alive
>
>
>
> *PUT http://domain.dom/index.html Status 
> Code: 204Version HTTP/1.1*
>
> Request headers (499 B) 
> Host 
> ariel.suntrap.ca
> User-Agent 
> Mozilla/5.0 (Windows NT 10.0; …) Gecko/20100101 Firefox/55.0
> Accept 
> */*
> Accept-Language 
> en-US,en;q=0.5
> Accept-Encoding 
> gzip, deflate
> Referer 
> http://domain.dom/index.html
> Content-Type 
> text/html;charset=UTF-8, appli…orm-urlencoded; charset=UTF-8
> If-Match 
> "1eb890-5582095dd9986"
> Content-Length 
> 2013328
> DNT 
> 1
> Connection 
> keep-alive
> Authorization 
> Basic 
>
> *Now save again without reloading*
>
>
> *PUT http://domain.dom/index.html Status 
> Code: 412 Precondition Failed*
> Response headers (262 B) 
> Date 
> Sat, 02 Sep 2017 17:27:15 GMT
> Server 
> Apache/2.4.27 (FreeBSD) OpenSSL/1.0.1s-freebsd PHP/5.6.31
> Content-Length 
> 249
> Keep-Alive 
> timeout=5, max=100
> Connection 
> Keep-Alive
> Content-Type 
> text/html; charset=iso-8859-1
> Request headers (499 B) 
> Host 
> domain.dom
> User-Agent 
> Mozilla/5.0 (Windows NT 10.0; …) Gecko/20100101 Firefox/55.0
> Accept 
> */*
> Accept-Language 
> en-US,en;q=0.5
> Accept-Encoding 
> gzip, deflate
> Referer 
> http://domain.dom/index.html
> Content-Type 
> text/html;charset=UTF-8, appli…orm-urlencoded; charset=UTF-8
> If-Match 
> "1eb890-5582095dd9986"
> Content-Length 
> 2013314
> DNT 
> 1
> Authorization 
> Basic 
> Connection 
> keep-alive
>
> On Friday, September 1, 2017 at 10:26:15 AM UTC-4, Arlen Beiler wrote:
>
>> Ok, well all I need is the request and response info for the put request. 
>> Actually, just the response headers. If you open your Developer Tools and 
>> go to the network tab, it will show you all the requests the page makes for 
>> everything. Find the put request it sends to save the file and click on it. 
>> It should show you the response headers. You can copy it here or email it 
>> to me directly if you like. 
>>
>> On Fri, Sep 1, 2017 at 10:11 AM, Lost Admin  wrote:
>>
>>> Ah! you are ahead of me in figuring out what needs to be done. 
>>> Unfortunately, my javascript skills are nowhere near good enough to figure 
>>> out how to integrate the Apache way of doing things into TiddlyWiki.
>>>
>>> On Friday, September 1, 2017 at 9:47:32 AM UTC-4, Arlen Beiler wrote:

 I remember running into that when writing TiddlyServer. The apache 
 webdav module should return some kind of revision string. The put saver 
 expects an Etag, but this may not necessarily be what Apache sends. 
 However, I believe that is where the problem is.

 On Fri, Sep 1, 2017 at 9:22 AM, Lost Admin  wrote:

> Is there an easy way to get TiddlyWiki to re-read itself after saving?
>
> Apache tracks the time that you read the file and issues an error if 
> you try to save back to the server if the file on disk has a newer 
> timestamp. Which means: after I save changes to a file, it give me an 
> error 
> on subsequent changes unless I reload the wiki.
>
> -- 
> 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 
> 

Re: [tw] Re: [TW5] WebDav Saver Observations.

2017-09-02 Thread Arlen Beiler
Good afternoon,
What is the response headers for the request with the status code 204? And
why does the initial put request have a status of 404?
Thanks

On Sep 2, 2017 1:29 PM, "Lost Admin"  wrote:

Here you go ... This only covers the save, including the authentication
step (minus credentials)


*Initial PUT http://domain.dom/index.html
Status code: 404*

Response headers (296 B)
Date
Sat, 02 Sep 2017 17:19:45 GMT
Server
Apache/2.4.27 (FreeBSD) OpenSSL/1.0.1s-freebsd PHP/5.6.31
Keep-Alive
timeout=5, max=99
Connection
Keep-Alive
Content-Type
text/html
Request headers (452 B)
Host
domain.dom
User-Agent
Mozilla/5.0 (Windows NT 10.0; …) Gecko/20100101 Firefox/55.0
Accept
*/*
Accept-Language
en-US,en;q=0.5
Accept-Encoding
gzip, deflate
Referer
http://domain.dom/index.html
Content-Type
text/html;charset=UTF-8, appli…orm-urlencoded; charset=UTF-8
If-Match
"1eb890-5582095dd9986"
Content-Length
2013328
DNT
1
Connection
keep-alive



*PUT http://domain.dom/index.html Status
Code: 204Version HTTP/1.1*

Request headers (499 B)
Host
ariel.suntrap.ca
User-Agent
Mozilla/5.0 (Windows NT 10.0; …) Gecko/20100101 Firefox/55.0
Accept
*/*
Accept-Language
en-US,en;q=0.5
Accept-Encoding
gzip, deflate
Referer
http://domain.dom/index.html
Content-Type
text/html;charset=UTF-8, appli…orm-urlencoded; charset=UTF-8
If-Match
"1eb890-5582095dd9986"
Content-Length
2013328
DNT
1
Connection
keep-alive
Authorization
Basic 

*Now save again without reloading*


*PUT http://domain.dom/index.html Status
Code: 412 Precondition Failed*
Response headers (262 B)
Date
Sat, 02 Sep 2017 17:27:15 GMT
Server
Apache/2.4.27 (FreeBSD) OpenSSL/1.0.1s-freebsd PHP/5.6.31
Content-Length
249
Keep-Alive
timeout=5, max=100
Connection
Keep-Alive
Content-Type
text/html; charset=iso-8859-1
Request headers (499 B)
Host
domain.dom
User-Agent
Mozilla/5.0 (Windows NT 10.0; …) Gecko/20100101 Firefox/55.0
Accept
*/*
Accept-Language
en-US,en;q=0.5
Accept-Encoding
gzip, deflate
Referer
http://domain.dom/index.html
Content-Type
text/html;charset=UTF-8, appli…orm-urlencoded; charset=UTF-8
If-Match
"1eb890-5582095dd9986"
Content-Length
2013314
DNT
1
Authorization
Basic 
Connection
keep-alive

On Friday, September 1, 2017 at 10:26:15 AM UTC-4, Arlen Beiler wrote:

> Ok, well all I need is the request and response info for the put request.
> Actually, just the response headers. If you open your Developer Tools and
> go to the network tab, it will show you all the requests the page makes for
> everything. Find the put request it sends to save the file and click on it.
> It should show you the response headers. You can copy it here or email it
> to me directly if you like.
>
> On Fri, Sep 1, 2017 at 10:11 AM, Lost Admin  wrote:
>
>> Ah! you are ahead of me in figuring out what needs to be done.
>> Unfortunately, my javascript skills are nowhere near good enough to figure
>> out how to integrate the Apache way of doing things into TiddlyWiki.
>>
>> On Friday, September 1, 2017 at 9:47:32 AM UTC-4, Arlen Beiler wrote:
>>>
>>> I remember running into that when writing TiddlyServer. The apache
>>> webdav module should return some kind of revision string. The put saver
>>> expects an Etag, but this may not necessarily be what Apache sends.
>>> However, I believe that is where the problem is.
>>>
>>> On Fri, Sep 1, 2017 at 9:22 AM, Lost Admin  wrote:
>>>
 Is there an easy way to get TiddlyWiki to re-read itself after saving?

 Apache tracks the time that you read the file and issues an error if
 you try to save back to the server if the file on disk has a newer
 timestamp. Which means: after I save changes to a file, it give me an error
 on subsequent changes unless I reload the wiki.

 --
 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/ms
 gid/tiddlywiki/9084db99-3deb-446a-a6e3-d205ddc5269e%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 

Re: [tw] Re: [TW5] WebDav Saver Observations.

2017-09-02 Thread Lost Admin
Here you go ... This only covers the save, including the authentication 
step (minus credentials)


*Initial PUT http://domain.dom/index.htmlStatus code: 404*

Response headers (296 B) 
Date 
Sat, 02 Sep 2017 17:19:45 GMT
Server 
Apache/2.4.27 (FreeBSD) OpenSSL/1.0.1s-freebsd PHP/5.6.31
Keep-Alive 
timeout=5, max=99
Connection 
Keep-Alive
Content-Type 
text/html
Request headers (452 B) 
Host 
domain.dom
User-Agent 
Mozilla/5.0 (Windows NT 10.0; …) Gecko/20100101 Firefox/55.0
Accept 
*/*
Accept-Language 
en-US,en;q=0.5
Accept-Encoding 
gzip, deflate
Referer 
http://domain.dom/index.html
Content-Type 
text/html;charset=UTF-8, appli…orm-urlencoded; charset=UTF-8
If-Match 
"1eb890-5582095dd9986"
Content-Length 
2013328
DNT 
1
Connection 
keep-alive



*PUT http://domain.dom/index.htmlStatus Code: 204Version HTTP/1.1*

Request headers (499 B) 
Host 
ariel.suntrap.ca
User-Agent 
Mozilla/5.0 (Windows NT 10.0; …) Gecko/20100101 Firefox/55.0
Accept 
*/*
Accept-Language 
en-US,en;q=0.5
Accept-Encoding 
gzip, deflate
Referer 
http://domain.dom/index.html
Content-Type 
text/html;charset=UTF-8, appli…orm-urlencoded; charset=UTF-8
If-Match 
"1eb890-5582095dd9986"
Content-Length 
2013328
DNT 
1
Connection 
keep-alive
Authorization 
Basic 

*Now save again without reloading*


*PUT http://domain.dom/index.htmlStatus Code: 412 Precondition Failed*
Response headers (262 B) 
Date 
Sat, 02 Sep 2017 17:27:15 GMT
Server 
Apache/2.4.27 (FreeBSD) OpenSSL/1.0.1s-freebsd PHP/5.6.31
Content-Length 
249
Keep-Alive 
timeout=5, max=100
Connection 
Keep-Alive
Content-Type 
text/html; charset=iso-8859-1
Request headers (499 B) 
Host 
domain.dom
User-Agent 
Mozilla/5.0 (Windows NT 10.0; …) Gecko/20100101 Firefox/55.0
Accept 
*/*
Accept-Language 
en-US,en;q=0.5
Accept-Encoding 
gzip, deflate
Referer 
http://domain.dom/index.html
Content-Type 
text/html;charset=UTF-8, appli…orm-urlencoded; charset=UTF-8
If-Match 
"1eb890-5582095dd9986"
Content-Length 
2013314
DNT 
1
Authorization 
Basic 
Connection 
keep-alive

On Friday, September 1, 2017 at 10:26:15 AM UTC-4, Arlen Beiler wrote:
>
> Ok, well all I need is the request and response info for the put request. 
> Actually, just the response headers. If you open your Developer Tools and 
> go to the network tab, it will show you all the requests the page makes for 
> everything. Find the put request it sends to save the file and click on it. 
> It should show you the response headers. You can copy it here or email it 
> to me directly if you like. 
>
> On Fri, Sep 1, 2017 at 10:11 AM, Lost Admin  > wrote:
>
>> Ah! you are ahead of me in figuring out what needs to be done. 
>> Unfortunately, my javascript skills are nowhere near good enough to figure 
>> out how to integrate the Apache way of doing things into TiddlyWiki.
>>
>> On Friday, September 1, 2017 at 9:47:32 AM UTC-4, Arlen Beiler wrote:
>>>
>>> I remember running into that when writing TiddlyServer. The apache 
>>> webdav module should return some kind of revision string. The put saver 
>>> expects an Etag, but this may not necessarily be what Apache sends. 
>>> However, I believe that is where the problem is.
>>>
>>> On Fri, Sep 1, 2017 at 9:22 AM, Lost Admin  wrote:
>>>
 Is there an easy way to get TiddlyWiki to re-read itself after saving?

 Apache tracks the time that you read the file and issues an error if 
 you try to save back to the server if the file on disk has a newer 
 timestamp. Which means: after I save changes to a file, it give me an 
 error 
 on subsequent changes unless I reload the wiki.

 -- 
 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/9084db99-3deb-446a-a6e3-d205ddc5269e%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/f2c207bb-f3de-44d6-9954-f5ad9bd0361c%40googlegroups.com
>>  
>> 

[tw] Re: Presenting: BLC Plugin! For kanban like organization in the style of Trello using boards, lists, and cards.

2017-09-02 Thread Reid Gould
Hi Mark,

You are correct. Among the control ribbon, the drop zones are working (New 
Card, Hold Card, Open in Main, Remove from Board), but the other features 
are not yet implemented. They are mostly there to show intent as I plan on 
getting them working over the next week or so.
I'm actively looking for ways to make this more useful for others, so let 
me know which parts you find useful or not.

Thanks for your complement, I'm an amateur developer so words like that 
mean a lot to me!

- Reid


On Saturday, September 2, 2017 at 11:32:18 AM UTC-5, Mark S. wrote:
>
> That's astounding! 
>
> As far as I could tell Single line cards, Skinny lists, Hide archive 
> lists, List Width, and Board Width don't do anything. Is that normal? Or 
> are they future items?
>
> Really impressive work!
>
> Mark
>
> On Saturday, September 2, 2017 at 8:07:47 AM UTC-7, Reid Gould wrote:
>>
>> BLC Plugin sees it's first light of day!
>>
>> The wiki: User Guide and Demo  
>> 
>> Source on GitHub:  https://github.com/reidgould/tiddlywiki-blc-plugin
>>
>> Trello style cards and lists are very important to my methods, but I 
>> can't stand not owning my own data. So when I discovered how fantastically 
>> hackable TiddlyWiki is, I made this! It uses normal TW tags and list fields 
>> and if you already have those relationships established, you just need to 
>> transclude the template into your text and it will show you your existing 
>> tiddlers in board, list, card style.
>>
>> WARNING: This is still in quite early development and is very much not 
>> stable. I'm partway through a refactor of the macros I'm using for listops 
>> and they have some bugs.
>>
>> Still, it's starting to become something, so I'm sharing it now hoping 
>> for some feedback from you more experienced users. I'd welcome issues on 
>> the GitHub page, or any sort of suggestions here on the forum.
>>
>> Thanks to all the people who made this awesome little tool!
>>
>> - Reid
>>
>>
>>

-- 
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/18f0629b-b57a-4e04-8c63-e2e4f6fecc4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Presenting: BLC Plugin! For kanban like organization in the style of Trello using boards, lists, and cards.

2017-09-02 Thread 'Mark S.' via TiddlyWiki
That's astounding! 

As far as I could tell Single line cards, Skinny lists, Hide archive lists, 
List Width, and Board Width don't do anything. Is that normal? Or are they 
future items?

Really impressive work!

Mark

On Saturday, September 2, 2017 at 8:07:47 AM UTC-7, Reid Gould wrote:
>
> BLC Plugin sees it's first light of day!
>
> The wiki: User Guide and Demo  
> 
> Source on GitHub:  https://github.com/reidgould/tiddlywiki-blc-plugin
>
> Trello style cards and lists are very important to my methods, but I can't 
> stand not owning my own data. So when I discovered how fantastically 
> hackable TiddlyWiki is, I made this! It uses normal TW tags and list fields 
> and if you already have those relationships established, you just need to 
> transclude the template into your text and it will show you your existing 
> tiddlers in board, list, card style.
>
> WARNING: This is still in quite early development and is very much not 
> stable. I'm partway through a refactor of the macros I'm using for listops 
> and they have some bugs.
>
> Still, it's starting to become something, so I'm sharing it now hoping for 
> some feedback from you more experienced users. I'd welcome issues on the 
> GitHub page, or any sort of suggestions here on the forum.
>
> Thanks to all the people who made this awesome little tool!
>
> - Reid
>
>
>

-- 
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/cd9be3a4-c800-4cb2-bcc4-fa52e895b7ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Extended TOC functionality

2017-09-02 Thread Niels Bjerre
Hi Mario

Thank You very much.

I believe that tocP can serve my purpose very well. 
If I get the time I will experiment with Your prototype of tocM and give 
feedback.

Thanks Again

Niels


Den fredag den 1. september 2017 kl. 17.37.25 UTC+2 skrev PMario:
>
> Hi Niels,
>
> I did create Parent Based Toc macros - tocP - see: 
> https://wikilabs.github.io/editions/tocP/ ... which should be ready to 
> use, but doesn't exactly do what you describe. 
>
> -
>
> The following stuff is EXPERIMENTAL but imo fits to your description! see 
> attachment!
> so
> BACKUP! BACKUP! before you test it. ... It overwrites the core toc macros. 
> So don't use in production atm. 
>
> important tiddlers: 
>
>  - aa and bb ... contain the "merge" field parameter
>  - test-toc ... shows the full toc tree
>  - test-toc-selective-expandable ... same as test-doc but expandable
>  - text- ... just have a look ;)
>
> Field description:
>
> merge .. tiddler to be transcluded (have a look at aa and bb tiddlers, to 
> see how to use it)
> merge-mode ... block / inline (default)
>
> Please test BUT DON'T US IN PRODUCTION TWs yet!
> With the new merge-field you can create really crazy TOC combinations. 
>
> More info can be found in an other thread: 
> https://groups.google.com/d/msg/tiddlywiki/eX3SYFlp_70/kpBEdAR1CQAJ
>
> I haven't been happy with the outcome, that's why I didn't create a plugin 
> from the experiment. ... But this may change. 
>
> Let me know, what you think? ... I may make a second plugin "tocM". 
>
> have fun!
> mario
>
>

-- 
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/735d49ef-4535-489e-93df-d94da3b68257%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Presenting: BLC Plugin! For kanban like organization in the style of Trello using boards, lists, and cards.

2017-09-02 Thread Reid Gould
BLC Plugin sees it's first light of day!

The wiki: User Guide and Demo  

Source on GitHub:  https://github.com/reidgould/tiddlywiki-blc-plugin

Trello style cards and lists are very important to my methods, but I can't 
stand not owning my own data. So when I discovered how fantastically 
hackable TiddlyWiki is, I made this! It uses normal TW tags and list fields 
and if you already have those relationships established, you just need to 
transclude the template into your text and it will show you your existing 
tiddlers in board, list, card style.

WARNING: This is still in quite early development and is very much not 
stable. I'm partway through a refactor of the macros I'm using for listops 
and they have some bugs.

Still, it's starting to become something, so I'm sharing it now hoping for 
some feedback from you more experienced users. I'd welcome issues on the 
GitHub page, or any sort of suggestions here on the forum.

Thanks to all the people who made this awesome little tool!

- Reid


-- 
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/5b0b232b-0017-4fca-8a00-b6d53b12badb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Filter to search for transclusions that do not exist...

2017-09-02 Thread Thomas Elmiger
Hi Jan

I am glad you like the extract macro (I like it myself too) – but I am
afraid it is still too experimental or at least not documented well enough
to become part of the core. Also it might be possible to get the same
result with a much more efficient JavaScript macro … so I am afraid it is
not the right time to make a pull request.

Of course you may use *extract* in plugins you make or "bundle" it with
other tiddlers so other people can use your solutions easily.

If you wish to get "something like the extract macro" in the core, you
could open an issue on github:
https://github.com/Jermolene/TiddlyWiki5/issues

All the best,
Thomas

-- 
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/CALXLrTgvJsYLMxOSYq2zt79gJ9qrvtUxV-T5zy0qf3JjcEokOg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Query: Markup Parsers

2017-09-02 Thread @TiddlyTweeter
Mat

Tx! That is seriously interesting.

J, x

Mat wrote:
>
> On the topic of parse rules, Skeeve created the ReplacePragma 
>  which is *very* 
> interesting but, if I understand the discussion 
> 
>  
> it spurred, not unproblematic.
>

-- 
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/cf3e8e15-60b5-4c68-88f1-3193c686edde%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Query: Markup Parsers

2017-09-02 Thread Mat
On the topic of parse rules, Skeeve created the ReplacePragma 
 which is *very* 
interesting but, if I understand the discussion 

 
it spurred, not unproblematic.

<:-)

-- 
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/c3774dc5-4824-4e8e-a13c-0b93048652dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [video] HowTo Save TiddlyWiki wihh every browser using IIS and WebDAV

2017-09-02 Thread @TiddlyTweeter
I'm beginning to think that rather than "we will lose ability to save TW 
easily in the future" it should be re-flagged as THE BONANZA OF SAVING 
METHODS.

For Joe Bloggs (the beginner user) though an easier install to saving would 
be best. Maybe that could be developed over the next few months. 
TiddlyServer looks like it could maybe made into a simple installable 
system?

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/bf60a822-858b-4968-ac8a-a5242b9b42a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Query: Markup Parsers

2017-09-02 Thread @TiddlyTweeter
Ciao Jeremy

Jeremy ... I’ve wondered whether we might be able to make (some of) the 
> existing parser rules much more configurable.
>

That is encouraging. I want to echo Jan's interest ...

Jan: I would love to have that feature, this would give us a lot more 
> flexibility. 


I think cinema screenplays are a great test case because of their 
strictness of form. But ALSO because that though a "Spec." script (the 
thing you submit to production companies) is formatted more tightly than a 
tight grip, "Shooting / Production" scripts can, in practice, vary 
enormously. 

The ability to be able to create NEW markup rules quickly to suit specific 
film production needs would be a godsend.

---

Thinking about it more... once more easily customisable markup were 
possible things like the following could be achieved move easily ...

   - Cookery book layouts
   - Legal documents
   - Poetry collections
   - Layout of image galleries

etc ...


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/b88f41c5-0660-4eb0-9c93-92bb75ca33f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [video] HowTo Save TiddlyWiki wihh every browser using IIS and WebDAV

2017-09-02 Thread PMario
Hi Tony,

Thanks for testing. ... error 412 ... 
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/412

So did you save from an other browser or tab, and then save witch chrome, 
without reloading first?

-m

-- 
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/13f308e1-6f3b-450f-9bcf-f7190d7d9588%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.