[tw] Re: Database of some sort.

2017-04-11 Thread Random United
Yes I know how to do this in a tab, but I want to write it in one 
page(tiddler) as some sort of drop down list. Instead of having the list 
visible I want to be able to click for example Season 1 then a list opens 
down listing the episodes, if that makes sense.

On Wednesday, April 12, 2017 at 12:08:31 AM UTC-4, Mark S. wrote:
>
> For your second part, consider the TOC macro (
> http://tiddlywiki.com/#Table-of-Contents%20Macros). It has many options.
>
> Then have the tiddlers form a tag tree. You might structure your data like 
> this:
>
> Tiddler 1:
> title: Season 1
> tag: Root
>
> Tiddler 2:
> title: Season 1 - Episode 1
> tag: Season 1
>
> Tiddler 3:
> title: Season 1 - Episode 2
> tag: Season 1
>
> Tiddler 4:
> title: Season 2
> tag: Root
>
> Tiddler 5:
> title: Season 2 - Episode 1
> tag: Season 2
>
> Tiddler 6:
> title: Season 2 - Episode 2
> tag: Season 2
>
> ... etc. ...
>
> When creating episodes based on a particular season, the "New Here" button 
> can be used to create an episode tiddler already tagged with that season.
>
> HTH
> Mark
>
>
> On Tuesday, April 11, 2017 at 3:34:34 PM UTC-7, Random United wrote:
>>
>> Hello there,
>>
>> I'm trying to create a database of some sort about movies and tv shows I 
>> watched, also trying to have data for each movie/tv show like a description 
>> of the movie, year release, genre, rating, etc. Is there anyway of doing 
>> that? For example if i want to search for a movie, i would search it by the 
>> year instead of just the name. Is that possible? Is it even possible to 
>> create a database in general?
>>
>> Also is it possible to have something like this work:
>> +Season 1 (Not expanded)
>> -Season 1 (expanded)
>> Ep 1
>> Ep 2
>>
>> +Seaon 2
>> -Season 2
>> Ep 1
>> Ep 2
>>
>> You click the text to expand. If it's possible, what would be the code?
>>
>>
>> Any help would be appreciated.
>> [New to tiddlywiki and don't know much about coding]
>>
>>

-- 
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/a9003ff4-59f0-40f5-ac69-bdaae91d9640%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Database of some sort.

2017-04-11 Thread 'Mark S.' via TiddlyWiki
For your second part, consider the TOC macro 
(http://tiddlywiki.com/#Table-of-Contents%20Macros). It has many options.

Then have the tiddlers form a tag tree. You might structure your data like 
this:

Tiddler 1:
title: Season 1
tag: Root

Tiddler 2:
title: Season 1 - Episode 1
tag: Season 1

Tiddler 3:
title: Season 1 - Episode 2
tag: Season 1

Tiddler 4:
title: Season 2
tag: Root

Tiddler 5:
title: Season 2 - Episode 1
tag: Season 2

Tiddler 6:
title: Season 2 - Episode 2
tag: Season 2

... etc. ...

When creating episodes based on a particular season, the "New Here" button 
can be used to create an episode tiddler already tagged with that season.

HTH
Mark


On Tuesday, April 11, 2017 at 3:34:34 PM UTC-7, Random United wrote:
>
> Hello there,
>
> I'm trying to create a database of some sort about movies and tv shows I 
> watched, also trying to have data for each movie/tv show like a description 
> of the movie, year release, genre, rating, etc. Is there anyway of doing 
> that? For example if i want to search for a movie, i would search it by the 
> year instead of just the name. Is that possible? Is it even possible to 
> create a database in general?
>
> Also is it possible to have something like this work:
> +Season 1 (Not expanded)
> -Season 1 (expanded)
> Ep 1
> Ep 2
>
> +Seaon 2
> -Season 2
> Ep 1
> Ep 2
>
> You click the text to expand. If it's possible, what would be the code?
>
>
> Any help would be appreciated.
> [New to tiddlywiki and don't know much about coding]
>
>

-- 
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/1e128ff0-3de3-40a1-8650-03c4e68b79db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: (Remake of previous) I need to center code, and turn off the formatting.

2017-04-11 Thread j3d1H
Question about this site, I know it doesn't belong here, but how do I mark 
this as done and dusted? I think I saw it once, but I don't remember where.

-- 
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/38e6fe7b-2769-4d7e-98f7-be9cfbb2c9c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Database of some sort.

2017-04-11 Thread Random United
Yeah I figured I would have to do it like that.

Much appreciated,
Random

On Tuesday, April 11, 2017 at 7:00:39 PM UTC-4, Mark S. wrote:
> You can structure your set-up however you want. However, there is no 
> optimized indexing in TW5 as in DBF or SQL systems. This means that things 
> will slow down as you scale up. But unless you have many thousands of entries 
> you probably won't notice.
> 
> c pa has an overview of one approach to structuring data here:
> 
> https://groups.google.com/d/msg/tiddlywiki/QUXd3kG1pTQ/RnYdTqLmAwAJ
> 
> Good luck,
> Mark

-- 
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/7108ced9-f81f-4fb9-98b0-4488d9e18f15%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Database of some sort.

2017-04-11 Thread 'Mark S.' via TiddlyWiki
You can structure your set-up however you want. However, there is no 
optimized indexing in TW5 as in DBF or SQL systems. This means that things 
will slow down as you scale up. But unless you have many thousands of 
entries you probably won't notice.

c pa has an overview of one approach to structuring data here:

https://groups.google.com/d/msg/tiddlywiki/QUXd3kG1pTQ/RnYdTqLmAwAJ

Good luck,
Mark

On Tuesday, April 11, 2017 at 3:34:34 PM UTC-7, Random United wrote:
>
> Hello there,
>
> I'm trying to create a database of some sort about movies and tv shows I 
> watched, also trying to have data for each movie/tv show like a description 
> of the movie, year release, genre, rating, etc. Is there anyway of doing 
> that? For example if i want to search for a movie, i would search it by the 
> year instead of just the name. Is that possible? Is it even possible to 
> create a database in general?
>
>
> Any help would be appreciated.
> [New to tiddlywiki and don't know much about coding]
>
>

-- 
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/f91acae6-9dd4-4aad-af53-ad1da1c61fd1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Database of some sort.

2017-04-11 Thread Random United
Hello there,

New to tiddlywiki and I'm trying to create a database of some sort about movies 
and tv shows I watched, also trying to have data for each movie/tv show like a 
description of the movie, year release, genre, rating, etc. Is there anyway of 
doing that? For example if i want to search for a movie, i would search it by 
the year instead of just the name. Is that possible? Is it even possible to 
create a database in general?

Any help would be appreciated.

-- 
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/6d2acbaf-7b34-41f9-92df-8fa869d36e62%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: How do I insert a new line charakter (/n) with a macro.

2017-04-11 Thread Jan

Ciao Josiah,
My soulution would be transcluding the charaters and comments...together 
with the formatting and the formatting for the following text as 
"general sibling".


The Text in the editor should look like
{{action}} action..

{{shot}} camera-movement

{{romeo}} My bounty is as boundless as the sea

{{juliet}} /sigh/ My love as deep, the more I give to the

{{transition}} ...

I want to get Alain Dutechs comptext editor to insert the transclusions. 
(That is the reason for the question that initiatied this thread)
If anyone gets the fontain-Parser to work in TW I guess we could do the 
same for that formatting so that it would not be too complex.
And of course we could design a special toolbar for dialogues which 
would insert the formating with button.


But firs we got to get the basics to work

1. Implement a Fountain-parser (if anyone wants to make an effort)
2. Get Alain's great comptext plugin to work together with an EditorToolbar
3. and perhaps this damned return-button into the pattern ;-)

yours Jan












Am 11.04.2017 um 21:36 schrieb @TiddlyTweeter:

Ciao Jan

For Screenplays I think you are absolutely right to eskew any kind of 
visible markup in the Editor if at all possible. The conventions of 
Screenplay writing are totally at odds with most anything else around. 
Rightly, because we need the monospacing to reflect shot timing.


Its a very interesting issue of how to be able to do that AND enforce 
the needed layout.


FWIW I had a closer look at the Fountain Markdown derivative. I 
concluded it would add complexity that is NOT needed for TW solutions.


RATHER, what is needed is, maybe, some type of "Layout Checker" to 
ensure that each script fragment follows Screenwriting Rules.


In my own thinking the way the script is "chunked" (or not) into 
Tiddlers seems important. Quite what is a good way forward I am still 
unclear about.


I find what you struggling with informative and very much to the 
point. I'm sorry I can't yet offer positive solutions.


Best wishes
Josiah

On Tuesday, 11 April 2017 21:21:08 UTC+2, Jan wrote:

Hi Ton,
I want to use this to make a screenwriting tool, and so want to
avoid all intimidating html-tags i can and prefer invisible Marks
wherever it is possible...

Best wishes Jan


Ton Gerner  schrieb am Di. 11.
Apr. 2017 um 15:13:

Hi Jan,

And what about just using ?
||
Cheers,

Ton
-- 
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/f85ff005-468f-46b1-997e-a6173b7473c7%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/e5e18883-6eca-4b23-b02f-5f18e2b787a8%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/58ED571A.1020501%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: How do I insert a new line charakter (/n) with a macro.

2017-04-11 Thread Jan

Am 11.04.2017 um 23:09 schrieb Mat:

Untried:

start:"


{{"

end:"}}"



I.e literally insert the linebreak. It looks corny but I think I had 
to use this for something, sometime ago... possibly a similar thing... 
can't remember.


<:-)
--
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/b66580f6-887f-407a-983a-cb0e2a0766f4%40googlegroups.com 
.

For more options, visit https://groups.google.com/d/optout.


Hi Mat,
 I already had been corny enough to try this...unfortunately it crashes 
the mechanism (sayin' the value is undefined in the red screen of 
death). Afterwards the pattern does not work any more...


But thanks for your effort
Jan




--
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/58ED50FB.7000102%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Field loses focus after a few seconds of editing

2017-04-11 Thread 'Mark S.' via TiddlyWiki
Hi Mat,

I think it has to do with the fact that the edit is changing the state of 
the <$list> it's in as you type. If you comment out the <$list> (e.g. 
) so that the field is always open, you can type 
into it fine. This suggests that if you switched to a button with a reveal 
statement it might work as intended. I know this wouldn't be quite as 
magical as having it appear automatically, but it still wouldn't be bad.

BTW, I couldn't see where variable sw or macro def() were being used. 

Good luck,
Mark

On Monday, April 10, 2017 at 7:33:34 AM UTC-7, Mat wrote:
>
> This not yet released plugin; searchwords 
>  works very well except that when 
> entering text in the special searchwords field... which is really just a 
> regular field but moved... the focus is lost after a few seconds. (Note, it 
> does *not *loose focus after *each *character like when tiddler refresh 
> is triggered from other contexts.)
>
> Any ideas...? It will be a useful plugin once finished.
>
> <:-)
>
>
>

-- 
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/21f1ce67-51ac-4e8e-8c4d-4047e120d73d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How do I insert a new line charakter (/n) with a macro.

2017-04-11 Thread Mat
Untried:
 

> start:"


>  

{{" 
>
end:"}}" 
>


I.e literally insert the linebreak. It looks corny but I think I had to use 
this for something, sometime ago... possibly a similar thing... can't 
remember.

<:-) 

-- 
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/b66580f6-887f-407a-983a-cb0e2a0766f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Field loses focus after a few seconds of editing

2017-04-11 Thread Thomas Elmiger
Hi Mat … I am currently trying to fix a similar problem – but I realise
now, that only safari mobile on iOS gets it "right" so I guess it is kind
of a safari mobile bug that gave me hope. I’ll come back if I find a
solution.

:(
Thomas

2017-04-11 21:58 GMT+02:00 Mat :

> Thomas.. I really appreciate your help but it doesn't seem to work. Here's
> a link
> 
> where your solution is used and with a tiddler open in edit mode. If you
> type in text in "your" field... it still refreshes focus after a few
> seconds. I'm using Win10 and Chrome and FF. If you get it to work in the
> link I provide, what are you using?
>
> Thank you Thomas!
>
> <:-)
>
> --
> 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/LC1EwX7kiNM/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/2fc3a098-bd04-41bf-8d01-870a18ef9ec2%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/CALXLrTgZVbHpa6vaH3y99Xa634iDtOEre_0i%3Dz_r3tRoi7%3Dzuw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Problem with the text-slicer plugin from the plugin library. Dom-parser seems to be missing?

2017-04-11 Thread Jeremy Ruston
Hi 

> When I change the tiddler left position - the index of the sliced document is 
> shown. Nice :-)
> 
> Right sidebar is hidden below open tiddlers.
> 
> I guess I need to change the z position for either tiddlers or sidebar.

As well as setting $:/themes/tiddlywiki/vanilla/metrics/storyleft to eg 400px , 
you should set the sidebar layout to "fluid-fixed”.

Best wishes

jeremy

> Any suggestions?
> 
> Cheers Måns Mårtensson
> 
> 2017-04-11 18:56 GMT+02:00 Jeremy Ruston  >:
> Hi Måns
> 
>> My next question is: Where do I get the xmldom plugin?
>> Is it stored with another name in the plugin repository?
> 
> It is in the official plugin library under the name "Wrapper for xmldom”, 
> with the title "$:/plugins/tiddlywiki/xmldom”. You can search for “xml” to 
> find it easily.
> 
> Best wishes
> 
> Jeremy.
> 
>> 
>> 
>> Cheers Måns Mårtensson
>> 
>> Den tirsdag den 11. april 2017 kl. 18.36.43 UTC+2 skrev Måns:
>> Hi TwWizards (@jermolene in particular)
>> 
>> I installed $:/plugins/tiddlywiki/text-slicer from the plugin library.
>> When reloading the wiki I get this error message:
>> Error executing boot module 
>> $:/plugins/tiddlywiki/text-slicer/modules/slicer.js: "Cannot find module 
>> named '$:/plugins/tiddlywiki/xmldom/dom-parser' required by module 
>> '$:/plugins/tiddlywiki/text-slicer/modules/slicer.js', resolved to 
>> $:/plugins/tiddlywiki/xmldom/dom-parser" undefined
>> 
>> and the plugin doesn't work - except showing new error messages when you 
>> click the slicer button in the tiddler toolbar.
>> 
>> I'm using an empty TW document ver 5.1.13.
>> 
>> Cheers Måns Mårtensson
>> 
>> -- 
>> 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/359ee5d4-0375-4763-b223-fc6a7dfb2e44%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/6D549411-A275-4048-B0DF-6FB5CB2C5261%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/CAK3VnJRHbFs3Y67kVZmwa0DoA0qO%2B0EstQtyitkyEa9eimKuEQ%40mail.gmail.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/8913124A-6657-4D78-8A7A-084D10AAF26D%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Problem with the text-slicer plugin from the plugin library. Dom-parser seems to be missing?

2017-04-11 Thread Måns Mårtensson
Hi Jeremy

Ahaa - I should have used my glasses ...
Now it works!
Thank you very much.

When I change the tiddler left position - the index of the sliced document
is shown. Nice :-)

Right sidebar is hidden below open tiddlers.

I guess I need to change the z position for either tiddlers or sidebar.
Any suggestions?

Cheers Måns Mårtensson

2017-04-11 18:56 GMT+02:00 Jeremy Ruston :

> Hi Måns
>
> My next question is: Where do I get the xmldom plugin?
>
> Is it stored with another name in the plugin repository?
>
>
> It is in the official plugin library under the name "Wrapper for xmldom”,
> with the title "$:/plugins/tiddlywiki/xmldom”. You can search for “xml”
> to find it easily.
>
> Best wishes
>
> Jeremy.
>
>
>
> Cheers Måns Mårtensson
>
> Den tirsdag den 11. april 2017 kl. 18.36.43 UTC+2 skrev Måns:
>>
>> Hi TwWizards (@jermolene in particular)
>>
>> I installed $:/plugins/tiddlywiki/text-slicer from the plugin library.
>> When reloading the wiki I get this error message:
>> Error executing boot module 
>> $:/plugins/tiddlywiki/text-slicer/modules/slicer.js:
>> "Cannot find module named '$:/plugins/tiddlywiki/xmldom/dom-parser'
>> required by module '$:/plugins/tiddlywiki/text-slicer/modules/slicer.js',
>> resolved to $:/plugins/tiddlywiki/xmldom/dom-parser" undefined
>>
>> and the plugin doesn't work - except showing new error messages when you
>> click the slicer button in the tiddler toolbar.
>>
>> I'm using an empty TW document ver 5.1.13.
>>
>> Cheers Måns Mårtensson
>>
>
> --
> 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/359ee5d4-0375-4763-b223-
> fc6a7dfb2e44%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/6D549411-A275-4048-B0DF-6FB5CB2C5261%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/CAK3VnJRHbFs3Y67kVZmwa0DoA0qO%2B0EstQtyitkyEa9eimKuEQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Field loses focus after a few seconds of editing

2017-04-11 Thread Mat
Thomas.. I really appreciate your help but it doesn't seem to work. Here's 
a link 

 
where your solution is used and with a tiddler open in edit mode. If you 
type in text in "your" field... it still refreshes focus after a few 
seconds. I'm using Win10 and Chrome and FF. If you get it to work in the 
link I provide, what are you using?

Thank you 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/2fc3a098-bd04-41bf-8d01-870a18ef9ec2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: How do I insert a new line charakter (/n) with a macro.

2017-04-11 Thread @TiddlyTweeter
Ciao Jan

For Screenplays I think you are absolutely right to eskew any kind of 
visible markup in the Editor if at all possible. The conventions of 
Screenplay writing are totally at odds with most anything else around. 
Rightly, because we need the monospacing to reflect shot timing. 

Its a very interesting issue of how to be able to do that AND enforce the 
needed layout. 

FWIW I had a closer look at the Fountain Markdown derivative. I concluded 
it would add complexity that is NOT needed for TW solutions.

RATHER, what is needed is, maybe, some type of "Layout Checker" to ensure 
that each script fragment follows Screenwriting Rules.

In my own thinking the way the script is "chunked" (or not) into Tiddlers 
seems important. Quite what is a good way forward I am still unclear about.

I find what you struggling with informative and very much to the point. I'm 
sorry I can't yet offer positive solutions.

Best wishes
Josiah

On Tuesday, 11 April 2017 21:21:08 UTC+2, Jan wrote:
>
> Hi Ton, 
> I want to use this to make a screenwriting tool, and so want to avoid all 
> intimidating html-tags i can and prefer invisible Marks wherever it is 
> possible...
>
> Best wishes Jan
>
>
> Ton Gerner  schrieb am Di. 11. Apr. 
> 2017 um 15:13:
>
>> Hi Jan,
>>
>> And what about just using ?
>>
>> Cheers,
>>
>> Ton
>>
>> -- 
>> 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/f85ff005-468f-46b1-997e-a6173b7473c7%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/e5e18883-6eca-4b23-b02f-5f18e2b787a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: How do I insert a new line charakter (/n) with a macro.

2017-04-11 Thread Jan Johannpeter
Hi Ton,
I want to use this to make a screenwriting tool, and so want to avoid all
intimidating html-tags i can and prefer invisible Marks wherever it is
possible...

Best wishes Jan


Ton Gerner  schrieb am Di. 11. Apr. 2017 um 15:13:

> Hi Jan,
>
> And what about just using ?
>
> Cheers,
>
> Ton
>
> --
> 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/f85ff005-468f-46b1-997e-a6173b7473c7%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/CALdpFy1szHSru4Waio1Wp5F387KQ89hsHhNnbFyzfLQdLj3p%3Dg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Plugins updated: ToDoNow and Listreveal

2017-04-11 Thread @TiddlyTweeter
1 - THE FEATURE might be worth documenting for users? Once I understood 
what is going on with  syntax  I realised it could be *very 
useful*!

2 - ARCHIVE tagging. It both works well & looks good. I like how you kept 
the elegance of the design. It really adds to its utility. :-).

Best wishes
Josiah

On Tuesday, 11 April 2017 19:27:01 UTC+2, Thomas Elmiger wrote:
>
> Hi Josiah 
>
> 1) Unfortunately the field for days is still misbehaving, yes. I guess I 
> will have to add a limit for productive people like me to omit system 
> overload by reports ;–) 
>
> 2) If it is not a bug, it’s a feature: a PART of a tiddler included in 
>  syntax  is shown on the report. I need some details for 
> my personal reporting. 
>
> Did you try the new archive button? 
>
> Cheers, 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/a9a47c4d-3b43-4468-a656-f128a5b17c01%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Plugins updated: ToDoNow and Listreveal

2017-04-11 Thread @TiddlyTweeter
Ciao Thomas

I was testing it with LATEST Work-Report. 

When I tested the LAST plugin Work-Report version on local PC it happily 
accepted 365 :-). Not sure if that's significant to this?

Best wishes
Josiah

On Tuesday, 11 April 2017 19:27:01 UTC+2, Thomas Elmiger wrote:
>
> Hi Josiah 
>
> 1) Unfortunately the field for days is still misbehaving, yes. I guess I 
> will have to add a limit for productive people like me to omit system 
> overload by reports ;–) 
>
> 2) If it is not a bug, it’s a feature: a PART of a tiddler included in 
>  syntax  is shown on the report. I need some details for 
> my personal reporting. 
>
> Did you try the new archive button? 
>
> Cheers, 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/007a3da7-03c1-485c-bc68-5f193bf097cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Plugins updated: ToDoNow and Listreveal

2017-04-11 Thread Thomas Elmiger
Hi Josiah

1) Unfortunately the field for days is still misbehaving, yes. I guess I will 
have to add a limit for productive people like me to omit system overload by 
reports ;–)

2) If it is not a bug, it’s a feature: a PART of a tiddler included in  
syntax  is shown on the report. I need some details for my personal 
reporting. 

Did you try the new archive button? 

Cheers, 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/3da7324a-9ff4-4237-b838-955547707a12%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Plugins updated: ToDoNow and Listreveal

2017-04-11 Thread @TiddlyTweeter
Ciao Thomas

Unfortunately https://tid.li/tw5/hacks.html#Work-Report is still not 
working right in Firefox Win ESR 45.8. The "days back" entry field now 
auto-selects its content after one keystroke so further strokes delete the 
content.

Probably unrelated, in a test, I also get a Red Message  if I enter "365" 
in the box (*Error: Stack overflow* OR *too much recursion*). I was hoping 
I'd be able to produce a work report for a year :-).

One other ODD thing I noticed is that some tiddlers listed display their 
content even though they are not revealed via ellipsis ... Here is a screen 
shot ...



Best wishes
Josiah

 

On Tuesday, 11 April 2017 00:31:40 UTC+2, Thomas Elmiger wrote:
>
> Hi Josiah and Mark
>
> With the next update you will get an "archive" button in the Done section. 
> Here’s a preview: https://tid.li/tw5/hacks.html#ToDoDone – I find it 
> useful myself, archived items get the tag "ToDoArchive" and could thus, in 
> the not-so-far future, be managed further e.g. with the tiddler manager 
> announced for TW 5.1.14.
>
> I tried also to fix the input field of the work report, but without a 
> breakthrough. Preview: https://tid.li/tw5/hacks.html#Work-Report – not 
> sure, this is better than before. 
>
> Good night fellas!
> 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/766e2485-cd7c-4d15-97ff-f119a363eb95%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Problem with the text-slicer plugin from the plugin library. Dom-parser seems to be missing?

2017-04-11 Thread Jeremy Ruston
Hi Måns

> My next question is: Where do I get the xmldom plugin?
> Is it stored with another name in the plugin repository?

It is in the official plugin library under the name "Wrapper for xmldom”, with 
the title "$:/plugins/tiddlywiki/xmldom”. You can search for “xml” to find it 
easily.

Best wishes

Jeremy.

> 
> 
> Cheers Måns Mårtensson
> 
> Den tirsdag den 11. april 2017 kl. 18.36.43 UTC+2 skrev Måns:
> Hi TwWizards (@jermolene in particular)
> 
> I installed $:/plugins/tiddlywiki/text-slicer from the plugin library.
> When reloading the wiki I get this error message:
> Error executing boot module 
> $:/plugins/tiddlywiki/text-slicer/modules/slicer.js: "Cannot find module 
> named '$:/plugins/tiddlywiki/xmldom/dom-parser' required by module 
> '$:/plugins/tiddlywiki/text-slicer/modules/slicer.js', resolved to 
> $:/plugins/tiddlywiki/xmldom/dom-parser" undefined
> 
> and the plugin doesn't work - except showing new error messages when you 
> click the slicer button in the tiddler toolbar.
> 
> I'm using an empty TW document ver 5.1.13.
> 
> Cheers Måns Mårtensson
> 
> -- 
> 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/359ee5d4-0375-4763-b223-fc6a7dfb2e44%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/6D549411-A275-4048-B0DF-6FB5CB2C5261%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Problem with the text-slicer plugin from the plugin library. Dom-parser seems to be missing?

2017-04-11 Thread Måns
By mistake I posted this question on the TiddlyWeb forum. 
Jeremy answered: 

"You need to also install the xmldom plugin in order for text-slicer to 
work properly,"

My next question is: Where do I get the xmldom plugin?
Is it stored with another name in the plugin repository?


Cheers Måns Mårtensson

Den tirsdag den 11. april 2017 kl. 18.36.43 UTC+2 skrev Måns:
>
> Hi TwWizards (@jermolene in particular)
>
> I installed $:/plugins/tiddlywiki/text-slicer from the plugin library.
> When reloading the wiki I get this error message:
> Error executing boot module 
> $:/plugins/tiddlywiki/text-slicer/modules/slicer.js: "Cannot find module 
> named '$:/plugins/tiddlywiki/xmldom/dom-parser' required by module 
> '$:/plugins/tiddlywiki/text-slicer/modules/slicer.js', resolved to 
> $:/plugins/tiddlywiki/xmldom/dom-parser" undefined
>
> and the plugin doesn't work - except showing new error messages when you 
> click the slicer button in the tiddler toolbar.
>
> I'm using an empty TW document ver 5.1.13.
>
> Cheers Måns Mårtensson
>

-- 
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/359ee5d4-0375-4763-b223-fc6a7dfb2e44%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Problem with the text-slicer plugin from the plugin library. Dom-parser seems to be missing?

2017-04-11 Thread Måns
Hi TwWizards (@jermolene in particular)

I installed $:/plugins/tiddlywiki/text-slicer from the plugin library.
When reloading the wiki I get this error message:
Error executing boot module 
$:/plugins/tiddlywiki/text-slicer/modules/slicer.js: "Cannot find module 
named '$:/plugins/tiddlywiki/xmldom/dom-parser' required by module 
'$:/plugins/tiddlywiki/text-slicer/modules/slicer.js', resolved to 
$:/plugins/tiddlywiki/xmldom/dom-parser" undefined

and the plugin doesn't work - except showing new error messages when you 
click the slicer button in the tiddler toolbar.

I'm using an empty TW document ver 5.1.13.

Cheers Måns Mårtensson

-- 
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/cfdd6899-52c0-4438-a1ed-7279adedab2a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Open the recently made tiddlers automatically

2017-04-11 Thread magev958
I use this snippet in "Default tiddlers" in ControlPanel

[tag[unfinished]] 
+[days:modified[-30]sort[created]![template/buttonGenus]limit[1]]

It opens 1 tiddler tagged "unfinished" created first of the tiddlers 
modified the last 30 days :)

-- 
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/d4e54882-78f1-468e-804f-b7ff5774750b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Use Tiddler fields as a vector

2017-04-11 Thread Mat
Quickly tested in the prerelease 5.1.14:

{{{ [enlist{HelloThere!!list}nth[3]] }}}

<:-)

-- 
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/b0585117-a8f0-4c3c-b376-bef97484851d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: (Remake of previous) I need to center code, and turn off the formatting.

2017-04-11 Thread j3d1H
Thank you! This works perfectly.

On Tuesday, April 11, 2017 at 3:04:42 AM UTC-4, PMario wrote:
>
> Hi j3d1H,
>
> The easiest way IMO is to create a little template tiddler, that can be 
> used for transclusions.
>
> eg: 3 tiddlers
>
> the template - named ASCII
>
> 
> 
> <$view>
> 
>
> the content  - named: testcontent-type:  text/plain
>
>  __   __)   /
> (, )  |  / /)  /  
>| /| /  _  // _  ___   /  
>|/ |/ _(/_(/_(__(_) // (__(/_ o
>/  |
>
> usage - named: usage-test
>
> {{test||ASCII}}
>
> 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/ad18961f-bca5-489c-863c-73a24fa39bd6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: List of all authors of all tiddlers (contained in the 'author' field)?

2017-04-11 Thread 'Mark S.' via TiddlyWiki
Oops. I thought you were looking for "creator".  This should work instead:


<$list filter="[all[tiddlers]!is[system]each[author]get[author]]" 
variable="author">

!! <>

<$list filter="[author!is[system]]">
<$link><$view field="title"/>




HTH
Mark

-- 
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/30d91058-60cf-415b-a32b-b0c17466b95e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: List of all authors of all tiddlers (contained in the 'author' field)?

2017-04-11 Thread 'Mark S.' via TiddlyWiki
You can try this:

<$list filter="[all[tiddlers]!is[system]each[creator]get[creator]]" 
variable="author">

!! <>

<$list filter="[creator!is[system]]">
<$link><$view field="title"/>





HTH
Mark

On Tuesday, April 11, 2017 at 6:45:56 AM UTC-7, Gordan Nia wrote:
>
> Hi!
>
> How to make a list of all authors who are written in the field "author " 
> of all non-sistem tiddlers? It would be great to get them as links that 
> display lists fo tiddlers that they belong to them. I can not get the 
> logic how to do it in the easy way? Is it possible?
>
> Thank you in advance for your advice and efforts!
> Greetings
>

-- 
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/1175ff80-37d8-4565-87e9-7932731a2654%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Open the recently made tiddlers automatically

2017-04-11 Thread j3d1H
I'm looking for a plugin or code to open the recently made tiddlers (from 
the current day, as well as the last day) as well as the home page. For 
instance, say I keep a journal, and I use this. It will open the journal 
named after today, the one named after yesterday (because that's when they 
were made), and my home page. This *shouldn't* include things *edited* 
during that time, just created. I'm sorry this is so specific, but it's 
what I need. I use TW5, and I will provide more info if needed.

-- 
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/1484e2cb-2bb4-4adb-8227-7780e55930c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] List of all authors of all tiddlers (contained in the 'author' field)?

2017-04-11 Thread Gordan Nia
Hi!

How to make a list of all authors who are written in the field "author " of 
all non-sistem tiddlers? It would be great to get them as links that display 
lists fo tiddlers that they belong to them. I can not get the logic how to 
do it in the easy way? Is it possible?

Thank you in advance for your advice and efforts!
Greetings

-- 
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/79eb52e8-814a-4aa5-b23d-725e25c1caef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Presenting: Stamper - because EVERYBODY needs a rubber stamp

2017-04-11 Thread Ton Gerner
Hi Mat,

Great plugin. Very usable for my new collection of plugins in alpha/beta 
state.

Thanks,

Ton

-- 
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/c5d33f2b-6c96-40b4-aa10-077d0f154c2d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: How do I insert a new line charakter (/n) with a macro.

2017-04-11 Thread Ton Gerner
Hi Jan,

And what about just using ?

Cheers,

Ton

-- 
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/f85ff005-468f-46b1-997e-a6173b7473c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Use Tiddler fields as a vector

2017-04-11 Thread Boris AL-NASRAWI
I would like to use a Tiddly field as a vector to store several values.

*Example: *
http://tiddlywiki.com
Tiddler:  HelloThere
field name:list
field value:[[A Gentle Guide to TiddlyWiki]] [[Discover TiddlyWiki]] 
[[Some of the things you can do with TiddlyWiki]] [[Ten reasons to switch 
to TiddlyWiki]] Examples [[What happened to the original TiddlyWiki?]]

What would be the syntax if I would would like to know what the third value 
([[Some of the things you can do with TiddlyWiki]]) is? is it possible?


-- 
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/9f3def7c-6a13-476b-82eb-6a2346d3e9b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Field loses focus after a few seconds of editing

2017-04-11 Thread Thomas Elmiger
Hi again Mat

What i meant was: if you insert my field in your plugin’s .../main tiddler (and 
remove the focus from your own field) then my field actually works! (Tested on 
my iPhone in Safari.)

Put this in your main tiddler and you will see:

\define searchpath() $(currentTiddler)$!!searchwords
\define def() $(sw)$

<$list filter="[!has[searchwords]]">
  <$button class="searchwords-toggle tc-btn-invisible"
 set=<>
 setTo=" " tooltip="Add searchwords">
  {{$:/core/images/advanced-search-button}}
  


<$list filter="[has[searchwords]get[searchwords]]" 
 variable="sw">
  
?
<$edit-text class="searchwords-fld" tag=input
   field=searchwords
  />
<$button class="tc-btn-invisible searchwords-btn" 
 tooltip={{$:/language/EditTemplate/Field/Remove/Hint}}
 aria-label={{$:/language/EditTemplate/Field/Remove/Caption}} >
 <$action-deletefield $field="searchwords"/>
 {{$:/core/images/delete-button}}

  
<$edit-text field="searchwords" class="tc-titlebar tc-edit-texteditor" 
focus="true"/>
  .tc-edit-tags {padding-top: 1px; padding-bottom:1px;}


---

Cheers, 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/0a1d8bc8-9850-48e3-addf-968c4ed1a00d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Field loses focus after a few seconds of editing

2017-04-11 Thread Thomas Elmiger
Hi again Mat

What i meant was: if you insert my field in your plugin’s .../main tiddler (and 
remove the focus from your own field) then my field actually works! (Tested on 
my iPhone in Safari.)

Put this in your main tiddler and you will see:

\define searchpath() $(currentTiddler)$!!searchwords
\define def() $(sw)$

<$list filter="[!has[searchwords]]">
  <$button class="searchwords-toggle tc-btn-invisible"
 set=<>
 setTo=" " tooltip="Add searchwords">
  {{$:/core/images/advanced-search-button}}
  


<$list filter="[has[searchwords]get[searchwords]]" 
 variable="sw">
  
?
<$edit-text class="searchwords-fld" tag=input
   field=searchwords
  />
<$button class="tc-btn-invisible searchwords-btn" 
 tooltip={{$:/language/EditTemplate/Field/Remove/Hint}}
 aria-label={{$:/language/EditTemplate/Field/Remove/Caption}} >
 <$action-deletefield $field="searchwords"/>
 {{$:/core/images/delete-button}}

  
<$edit-text field="searchwords" class="tc-titlebar tc-edit-texteditor" 
focus="true"/>
  .tc-edit-tags {padding-top: 1px; padding-bottom:1px;}


---

Cheers, 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/37132165-1b3a-4867-9cd1-522148c4cdd5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: How do I insert a new line charakter (/n) with a macro.

2017-04-11 Thread Jan

Hi Tom,
I think the UTF-8 idea is good, but what is the magic spell to transform it?

|{
  "pattern": "bb",
  "filter": "[tag[role]]",
  "start": "{{",
  "end": "}}"
  }

This pattern (used in Alain Dutechs Comptext 
.
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/0f6c52a2-63d9-4178-94a0-f41d8ff1f386%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/58ECCC24.2060200%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Presenting: Stamper - because EVERYBODY needs a rubber stamp

2017-04-11 Thread Stephen Wilson

Awsome.
And finally a plugin i can understand the immedite use of!

On Monday, 10 April 2017 13:06:45 UTC+1, Mat wrote:
>
> The TWaddler proudly presents yet another profoundly world changing 
> gizmo...
>
> Stamper 
>
> So this gives you a stamp kind of thingy next to your TW title. You an 
> customize its message and appearance in Ctrlpanel > Plugins > Stamper,
>
> My main use for it is to stamp "Beta" on stuff, but you may prefer to 
> stamp a copy of Trumps inauguration speech. Up to you. Other examples are 
> provided in the link.
>
> <:-)
>

-- 
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/a2166707-0440-4ccc-915b-8c700b57adb6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Field loses focus after a few seconds of editing

2017-04-11 Thread Mat
Thanks Thomas, but unfortunately it still loses focus with focus=true  but, 
after unfocus, immediately refocuses on the field which makes the entered 
text become overwritten. 

I'm starting to think the "typing refresh delay 
" 
might be a clue. I don't really understand where that setting has an 
effect  Setting it to 0 doesn't seem to change anything. I'll raise a 
separate discussion on 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/470dc323-89d6-44c6-9ac5-3bf6a58c0ac4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Way to open certain tiddlers as draft by default?

2017-04-11 Thread Thomas Elmiger
Hi Mat

That would make up a nice little plugin: 

Am Dienstag, 11. April 2017 10:40:23 UTC+2 schrieb Mat:
>
> maybe there could be a predefined list of which tiddlers should be 
> affected,
>

The view template plus a settings tiddler to choose where to show/hide. As 
the template is applied via filters, we are flexible: some kinds of 
tiddlers are tagged by nature: stylesheets, global macros, ... others could 
be filtered by title. Maybe experienced users could fill in a filter field, 
or the readme could offer popular filters to copy-paste … 

As always. The possibilities are endless :)

Cheers, 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/a16d241f-3559-4f86-8a06-ee7d1a289dcf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Way to open certain tiddlers as draft by default?

2017-04-11 Thread Mat
Thomas, that's a good idea. And since it  could be used/based on tagging, 
one could also use the tag to repress the ordinary body field in view mode, 
i.e something like

.tc-tagged-FooBar .tc-tiddler-body {display:none;}

One weakness is that unless it's part of core, you'd have to overwrite the 
concerned tiddlers to begin with. I wish there was some way to tag tiddlers 
without overwriting them. I've done a lot of experimenting before, 
attempting to remotely change, or inject into, a tiddler without 
overwriting it. One result is the @ttention 
 plugin which, it strikes me now, is 
somewhat similar to the idea here with a conditional viewtemplate. In order 
to not overwrite the tiddler to begin with, maybe there could be a 
predefined list of which tiddlers should be affected, i.e where the 
EditTextWidget should show and where the tiddler-body should hide. 

<:-)

-- 
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/650eba36-ec84-4714-bac7-7ea4223f6df1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Presenting: Stamper - because EVERYBODY needs a rubber stamp

2017-04-11 Thread Mat
Thanks for the positive words guys! :-)

Thomas Elmiger wrote:
>
> when I set the position to before: the stamp says 5.1.13 instead of my 
> text then. 
>
> The reason seems to be in another tweek you allready use, that overrides 
> .tc-site-title:before
>

Ooups! You're "partly" right - the "5.1.13" is only part of the stamper 
*site*, it's not in the actual plugin. But, of course it should work 
properly also on the site so I've now taken care of it. 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/0e2fc562-ece0-4657-b0a5-62b687da5544%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Introducing a simple BarChart plugin

2017-04-11 Thread HC Haase
cool


-- 
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/0deb9502-b5a3-4f28-9757-3894a3f8e2aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: (Remake of previous) I need to center code, and turn off the formatting.

2017-04-11 Thread PMario
More info about templates and transclusion: 
http://tiddlywiki.com/#Transclusion:Transclusion%20%5B%5BTransclusion%20with%20Templates%5D%5D

-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/e55c110b-5c90-4c6d-b6d0-58f74cc36590%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: (Remake of previous) I need to center code, and turn off the formatting.

2017-04-11 Thread PMario
Hi,

I did play a little bit with your "text-align" center settings. ... That 
doesn't work. ... The element needs to be centered.  more testing 
needed.

others may jump in.

-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/2703d076-7424-4317-be33-470263d07041%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: (Remake of previous) I need to center code, and turn off the formatting.

2017-04-11 Thread PMario
The template can be simplified but that's an other topic.

-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/e5b60872-1a32-446d-9ca0-19fb444645fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: (Remake of previous) I need to center code, and turn off the formatting.

2017-04-11 Thread PMario
Hi j3d1H,

The easiest way IMO is to create a little template tiddler, that can be 
used for transclusions.

eg: 3 tiddlers

the template - named ASCII



<$view>


the content  - named: testcontent-type:  text/plain

 __   __)   /
(, )  |  / /)  /  
   | /| /  _  // _  ___   /  
   |/ |/ _(/_(/_(__(_) // (__(/_ o
   /  |

usage - named: usage-test

{{test||ASCII}}

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/183520ee-58ff-4320-a93f-9ec90fe76dc5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How do I insert a new line charakter (/n) with a macro.

2017-04-11 Thread Ton Gerner
Hi Jan,

May be



(I did not test it)

Cheers, 

Ton

-- 
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/0f6c52a2-63d9-4178-94a0-f41d8ff1f386%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.