[tw] Re: [TW5] Q: Passing transcluded field of a variable tiddler as value to ActionSetFieldWidget

2015-06-23 Thread hobbyist writer


> <$tiddler tiddler=<>>
> <$button>
> COPY
> <$action-setfield $tiddler=<> $field="text" $value={{!!refs}}/>
> 
> 
>

It works. Thanks a lot, Jed.

Meanwhile I encountered another issue. I'm not sure if I have to open 
another post. Anyway, I just go ahead and ask here first.

I would like to prepped the text field of *TiddlerX* to the text field of 
*<>* and then append the text field of *TiddlerY* to the text 
field of *<>*. All of this happens programmatically from within 
another (a fourth) tiddler.

Do you happen to know the answer to 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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/76052d9d-d867-4e24-b3ab-b727c76966c8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Class Register

2015-06-23 Thread hobbyist writer
The link was somehow broken at least for me. It's working now.

It's definitely nice and helpful to see new use cases. Your implementation 
is neat as it is. Not cluttered. For creating new group/course/student, you 
might be interested in wrapping your code inside a tiddler. You can find a 
basic implementation of Contact DB here: tw5magick.tiddlyspot.com.

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/97589e58-2cd2-458c-bfd9-341e69b5e2d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Class Register

2015-06-23 Thread Jed Carty
This looks good. While it may not be particularly complex this is the sort 
of thing we need. New and exciting additions to what TiddlyWiki can do are 
good, but having an example of an immediately useful application is a big 
part of what we need to get more attention for TiddlyWiki so making things 
like this is important.

I have found that TiddlyWiki is very good for creating fillable forms and 
generating tiddlers automatically. Click on the `New Task` button here 
 to see a complex example of 
what I mean, here 

 
is a much simpler example. Using things like that makes adding things like 
classes or students in your wiki much easier. Once you have made the form 
to generate tiddlers you don't have to worry about manually editing 
tiddlers, which is helpful when someone who is unfamiliar with tiddlywiki 
is using what you make.

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2702033b-2ef3-4422-9bd6-7c179c85633e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Q: Passing transcluded field of a variable tiddler as value to ActionSetFieldWidget

2015-06-23 Thread Jed Carty
One way to do this is using the tiddler widget like this:

<$tiddler tiddler=<>>
<$button>
COPY
<$action-setfield $tiddler=<> $field="text" $value={{!!refs}}/>



This may be able to be done using variables and macros, but the tiddler 
widget is a much simpler fix in this case.

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a62ff33d-5a41-4a0e-b9f3-9589d0e50a1b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Class Register

2015-06-23 Thread G McAlpine
It's using TW5 which I know shows a blank screen on older browsers e.g. IE9 
What browser are you using? 

testregister.tiddlyspot.com

On Wednesday, June 24, 2015 at 2:07:10 AM UTC+1, hobbyist writer wrote:
>
> Hi Gordon,
>
> I tried to have a look, but this is where I ended up:
>
>
>
> Best,
> Mehdi
>
>

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a0782f54-a6fb-4e47-a664-22e93ed1d048%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Class Register

2015-06-23 Thread hobbyist writer
Hi Gordon,

I tried to have a look, but this is where I ended up:



Best,
Mehdi

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e09d2963-a336-4318-ad96-053eef493136%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Q: Passing transcluded field of a variable tiddler as value to ActionSetFieldWidget

2015-06-23 Thread hobbyist writer
Hi

I need to copy the *text field* of a tiddler into a specific field of 
another tiddler. The tiddler titles are not known beforehand, because they 
are temporarily created and deleted on-demand with almost arbitrary 
(time-stamped) titles. So their names are passed through variables through 
SetWidget.

<$button>
COPY
<$action-setfield $tiddler=<> $field="text" $value={{<
>!!refs}}/>


The code above generates an empty filed *refs* in *TiddlerB*. When I wrap 
the transclusion in a macro like *{{$(TiddlerB)$!!refs}}*, what I see is 
the text *{{actualNameOfTiddlerB!!refs}}* in the *refs* filed of *TiddlerB*.

Your help will be much appreciated.


Mehdi

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/12d7d70a-9ae6-4522-b2f3-ac158988b307%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Class Register

2015-06-23 Thread G McAlpine
Hi,

I've only been using TiddlyWiki for a couple of weeks although I'm sure I 
must have crossed paths with it some years ago and then forgotten about it.

I've made a demo Class/Student Attendance Register on tiddlyspot.com called 
testregister and I thought I'd post it here as it may or may not be of 
interest to someone. I'm sure this has already been done but I'd still be 
interested if anyone has a minute to comment.

Thanks,

Gordon

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a03d74f4-0605-4d6f-95cb-756961604c30%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TWC] DatePlugin question

2015-06-23 Thread jpt
Dear Mr Shulman,
Thank you very much!
It got me in the right direction.
Still was not able to get tomorrow's tiddler displayed no matter that the 
error message disappeared.
Until I read somewhere to put a "+" in front of the second "new Date". 
Like so: <>
Seems that this "new Date" was interpreted as something other than a number 
(which would explain the NaN output).
Can that be or is something else wrong and the "+" handling it is just a 
fluke?
It now works perfectly and I can add and subtract days as I please.
Thank you very much.
Johannes


On Tuesday, June 23, 2015 at 11:00:35 AM UTC-4, jpt wrote:
>
> Hello,
> Using  a suggestion that was made in this group I am able to display a 
> tiddler titled with a specific date ("20150623" for example) by writing 
> this:
> <>
> However I can not figure out how to format it so it displays a tiddler 
> with a date other than today, e.g. tomorrow's date.
> I also tried the DatePlugin and wrote this:
> <>
> but it gives me an error message.
> What am I doing wrong?
> Best,
> Johannes
>

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/83f19212-c92d-4bd8-9961-40459ee0821d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Is it possible to edit core/templates/html-tiddler

2015-06-23 Thread PMario
On Tuesday, June 23, 2015 at 4:23:38 PM UTC+2, Michael LeSauvage wrote:
>
> [TW5] Or perhaps it's not even what I'm trying to do.  What I want to do 
> is to remove the  that includes the time of last editing from the 
> HTML template, which I *think* is in html-tiddler.  However, every time I 
> try to edit that file I get a stack overflow (I'm using the single file 
> version and have tried in both Chrome and IE).
>

hmm, 
Which TW version do you use. IMO there is no span around the last edited 
field. 
-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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/70fcc6e0-9138-4b69-8602-4c595ff791d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Static files configuration

2015-06-23 Thread PMario
I just did build editions/tw5.com, where the tiddlers are grouped in paths. 
Creating the static tiddlers, didn't preserve the path structure. 
I did rename About.tid to aa.tid   it was still rendered to About.html

So It uses the tiddler name inside of TW to create the .html files. There 
are some character substitutions eg space -> %20 and so on. 

So at the moment, IMO the core doesn't know a way to create a directory 
structure and define the exported html names. 
TW has a parameter for tiddlywiki.info

"config": {
"retain-original-tiddler-path": true
}

So it should be possible to recreate the directory structure, but it's not 
used atm. 

-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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7311a5f7-fb91-44aa-9dd5-c840afb0e743%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: "Also on this day" - reviewing a meeting of tiddlers

2015-06-23 Thread PMario
You can sort the by created, instead of modified. 
-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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b8cfd8b3-3256-44e6-8f12-60f7d88adbf3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] New ifttt channel maker

2015-06-23 Thread Danielo Rodríguez
Check it out here:
https://ifttt.com/maker

It is able to make any post or get request and also receive them. So 
theorically everything is possible! Off course with the help of ifft API that 
connects hundreds of services 

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c78755fb-9133-4a0c-a3be-c00191819207%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TWC] DatePlugin question

2015-06-23 Thread Eric Shulman
On Tuesday, June 23, 2015 at 10:32:54 AM UTC-7, jpt wrote:
>
> For whatever reason I still have trouble with the code.
> When I write < 8640).formatString('0MM0DD')}}>> it gives me "Error in macro 
> <>".
>
What did I miss?
>

You have an extra open parentheses, just before the first "new".
Note also, when you see the red "error in macro", if you click on the 
message, it shows more details.

-e

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/006da328-5e9c-42e9-8f0a-2ff74fc5321a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TWC] DatePlugin question

2015-06-23 Thread jpt
Thank you.
I understand now that in TWC macros generate and render DOM elements and 
cannot be used as parameters for other macros.
For whatever reason I still have trouble with the code.
When I write <> it gives me "Error in macro 
<>".
To try to see if I missed something I used the WriteIt Plugin and all of 
the following lines display correctly:
<> gives "20150623" 
(today's date);
<> gives "19691231" (as 
mentioned in the answer);
<> gives 
"19700101".
However when I write:
<> 
I get "*NaNNaNNaN*".
What did I miss?
Regards,
Johannes


On Tuesday, June 23, 2015 at 11:00:35 AM UTC-4, jpt wrote:
>
> Hello,
> Using  a suggestion that was made in this group I am able to display a 
> tiddler titled with a specific date ("20150623" for example) by writing 
> this:
> <>
> However I can not figure out how to format it so it displays a tiddler 
> with a date other than today, e.g. tomorrow's date.
> I also tried the DatePlugin and wrote this:
> <>
> but it gives me an error message.
> What am I doing wrong?
> Best,
> Johannes
>

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5c7c4350-70d9-4e6c-99ca-9782a0e8c102%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Building a Slideshow

2015-06-23 Thread Birthe C
Hi Francois,

TalkyTalky also use two modified shadow tiddlers. $:/core/ui/ViewTemplate 
 that 
makes it possible to change the background color in your tiddler using the 
field 'background-color', and $:/core/ui/ViewTemplate/next 
 
that gives you the button to go to next open tiddler.


Birthe


Now, What I could not reproduce is the left button in talkytalky that goes 
> to the next open tiddler.
>
>
>

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/113edbde-cd07-4005-a9a6-ea5fa7b095dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TWC] DatePlugin question

2015-06-23 Thread Eric Shulman
On Tuesday, June 23, 2015 at 8:00:35 AM UTC-7, jpt wrote:
>
> Using  a suggestion that was made in this group I am able to display a 
> tiddler titled with a specific date ("20150623" for example) by writing 
> this:
> <>
> However I can not figure out how to format it so it displays a tiddler 
> with a date other than today, e.g. tomorrow's date.
> I also tried the DatePlugin and wrote this:
> <>
> but it gives me an error message.
> What am I doing wrong?
>

I'll answer the second part first:
* In TWC, macros don't generate text output.  They generate and render DOM 
elements.  Thus, you cannot use the output of a macro as a parameter of 
another macro.
* In TW5, macros are used to assemble text output and the returned value 
can, with syntax limitations, be used as a parameter of another macro.

Now on to the real tech:

"new Date()" returns the current date/time in milliseconds since midnight 
on Jan. 1, 1970 (the start of time, computationally speaking!).  As you've 
learned, this value can then be formatted using .formatString 
('0MM0DD').

To use a date other than the current one, pass the number of milliseconds 
into the Date() function.  For example, if you use new 
Date(0).formatString(...), you will see "19700101".  (note: the date is 
adjusted for your local time zone, so if you are west of UDT, the start 
date will show as "19691231")

You can calculate a new value from the current date/time value by 
adding/subtracting the appropriate number of milliseconds.  For example, 
one day is 8640 milliseconds (60 x 60 x 24 x 1000).  Thus, to get 
tomorrow's date, you would use "new Date() + 8640" as the input param, 
like this:

new Date(new Date() + 8640).formatString('0MM0DD 0hh:0mm:0ss');

enjoy,
-e
Eric Shulman
ELS Design Studios
TiddlyTools - "Small Tools for Big Ideas!"
InsideTiddlyWiki: The Missing Manuals

YOUR DONATIONS ARE VERY IMPORTANT!
HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
   http://TiddlyTools.github.com/fundraising.html#MakeADonation

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7e4e99b9-354c-4ce8-b363-d9de34cea074%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Is it possible to edit core/templates/html-tiddler

2015-06-23 Thread Michael LeSauvage
After continued searching, I found this in the viewtemplate/subtitle file 
and fixed it up (for IE9 I mean - works great everywhere else!).  Thanks.


Mike

On Tuesday, June 23, 2015 at 10:23:38 AM UTC-4, Michael LeSauvage wrote:
>
> [TW5] Or perhaps it's not even what I'm trying to do.  What I want to do 
> is to remove the  that includes the time of last editing from the 
> HTML template, which I *think* is in html-tiddler.  However, every time I 
> try to edit that file I get a stack overflow (I'm using the single file 
> version and have tried in both Chrome and IE).
>
> So, I guess the question is: am I headed in the right direction?  And if 
> so, how do I edit that file?
>
>
>
> Mike
>

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/74d6c77e-4cc4-421d-9221-fef7d483e745%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TWC] DatePlugin question

2015-06-23 Thread jpt
Hello,
Using  a suggestion that was made in this group I am able to display a 
tiddler titled with a specific date ("20150623" for example) by writing 
this:
<>
However I can not figure out how to format it so it displays a tiddler with 
a date other than today, e.g. tomorrow's date.
I also tried the DatePlugin and wrote this:
<>
but it gives me an error message.
What am I doing wrong?
Best,
Johannes

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7f3eb8df-8c68-4692-ae09-fc767dd332d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Is it possible to edit core/templates/html-tiddler

2015-06-23 Thread Michael LeSauvage
Or perhaps it's not even what I'm trying to do.  What I want to do is to 
remove the  that includes the time of last editing from the HTML 
template, which I *think* is in html-tiddler.  However, every time I try to 
edit that file I get a stack overflow (I'm using the single file version 
and have tried in both Chrome and IE).

So, I guess the question is: am I headed in the right direction?  And if 
so, how do I edit that file?



Mike

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/16df2ff9-b991-4d57-9336-f89e0ee0f415%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Building a Slideshow

2015-06-23 Thread francois godard
Hi Mario,

Thanks for the tip,I realized I missed the post made 1 year ago or so.
So I tried the punch theme and start playing with it.
I get fairly nice results , but still more questions than answers !

What I did is the following
Open talkytalky and drag and drop the punch theme into my tw. 
I did modify the theme itself (menu > More > System > 
$:/themes/tiddlywiki/punch > edit)
Is there a better place to do it ? (because I noticed your can break your 
tiddlywiki by messing around JSON)

I set body.tc-body .tc-tiddler-frame .tc-tiddler-body with "tmax-width: 
none", this way the image can be full screen. That works well

I wanted to hide the tiddler's title all the time. So played with the 
opacity and .tc-titlebar:hover. The results was that everything was hidden 
all the time (including the buttons). So I tried instead to set to 
"display: none;" .tc-title. (fail) But I must admit I don't know any of the 
css tiddler objects. Is there a place where this is described ?

Now, What I could not reproduce is the left button in talkytalky that goes 
to the next open tiddler.

What I found is that I must use buttons to navigate through my slides, or 
use the zoomin storyview. 
If I use links (without zoomin), tiddlers open but are not automatically 
centered. Using buttons allow me to close the previous tiddler.
Using Zoomin is great , but it seems to block a flash animation. :-(

And with buttons (back to my first point), the size of the picture is 
fixed. Or I need to play with css again.

Thanks in advance everyone for your thoughts

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0bc391f3-56b9-42fc-bfd7-d117e0884953%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW EDU] article on Digital Textbooks

2015-06-23 Thread Greg Davis
What others are doing in education

EduKart Lands $1M To Increase Access To Education And Learning In India | 
TechCrunch http://techcrunch.com/2015/06/22/edukart-1-million-india/

"The startup was established in 2011 to help make education more accessible 
in India. Rather than bring learning online, such as MOOCs like Coursera 
, Udemy  and others, 
Edukart is an enrollment service that aggregates and compiles lists 
of courses from physical education institutes across the country. Right 
now, it claims to have over 2,000 course from 90-plus education centers on 
its platform — they vary from K12, to coaching courses, graduate, and 
undergraduate studies across multiple disciplines."

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7b3edcdf-6fe9-46e0-9089-db0f658738af%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [tw5] Bug in zoomin view if we delete or hide tiddlers

2015-06-23 Thread BJ
This seem to happen with the classing story mode as well

cheers
BJ
On Tuesday, June 23, 2015 at 8:53:11 AM UTC+1, sini-Kit wrote:
>
> this bug was in all versions tw5 I test. for example go to 
> http://tiddlywiki.com/ to control panel and set appearance view to "zomin"
> then create new tiddler with this button
>
>
>
> <$button>
> <$action-deletetiddler $filter="[tag[TableOfContents]]"/>
> remove
> 
>
>
> if you press this button all tiddlers with "display:none; " become visible 
> and we get a very strange picture. (we see *Community  *tiddler)
>
> later I fix it adding <$button message="tm-close-other-tiddlers" 
> param=<>> , and close others, but this bug appears too if I 
> hide some tiddlers by filter in macros, I cant use tm-close-other-tiddlers.
> is it possible to fix it in core?
>  
>
>

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/aff756d4-176e-4066-b3eb-37229e25b7ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [tw5] Bug in zoomin view if we delete or hide tiddlers

2015-06-23 Thread BJ
Part of what you are see was fixed here for 5.1.9
 https://github.com/Jermolene/TiddlyWiki5/pull/1706
but what sini-Kit is seeing is a new issue

cheers

BJ

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6f6fab44-0f91-4961-a367-2ccb78b7826c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [tw5] Bug in zoomin view if we delete or hide tiddlers

2015-06-23 Thread RichardWilliamSmith
Hi sini-Kit - agreed this is weird. The problem only seems to happen when 
the tiddlers specified by the filter are in the story river when they're 
deleted and then they behave as if they are in a separate river of their 
own. It's then possible to get things in quite a mess - see attached 
screenshot. Would you like to file a bug report or would you like me to?



-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1dd9ca61-222b-4774-b8c6-8b4607d76154%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW EDU] article on Digital Textbooks

2015-06-23 Thread Felix Küppers
@Richard

Forgot to say that your textbook examples are really well made, I'll
definitely have a closer look at them.

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/BLU436-SMTP133EAE95517A1EB5333FAA6CEA00%40phx.gbl.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Curious cut and paste behavior: could this be ported to TW?

2015-06-23 Thread Birthe C
Hi Alex,
Have you tried the chrome ad on? 
http://tiddlyclip.tiddlyspot.com/#Upgrade%20Instructions. 


Birthe

Den tirsdag den 23. juni 2015 kl. 07.23.40 UTC+2 skrev AlexHough:
>
> In the past I have used it I use Chrome now... Maybe I should revisit 
> Firefox, not used it for years (since chrome basically)
>
> Is it something in the HTML which this website is doing?
>
>
>
> Alex 
>

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/35dbff9d-1955-46ef-9931-0f98851ffe33%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [tw5] Bug in zoomin view if we delete or hide tiddlers

2015-06-23 Thread sini-Kit
this bug was in all versions tw5 I test. for example go to 
http://tiddlywiki.com/ to control panel and set appearance view to "zomin"
then create new tiddler with this button



<$button>
<$action-deletetiddler $filter="[tag[TableOfContents]]"/>
remove



if you press this button all tiddlers with "display:none; " become visible 
and we get a very strange picture.

later I fix it adding <$button message="tm-close-other-tiddlers" 
param=<>> , and close others, but this bug appears too if I 
hide some tiddlers by filter in macros, I cant use tm-close-other-tiddlers.
is it possible to fix it in core?
 

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/101d6012-e43d-4ed3-99eb-5d87445392f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.