Re: [tw5] KeeBoord plugin - shortcut for reveal things

2018-06-22 Thread BurningTreeC

>
> Huh, how comes that. 
> that is an interesting information because the the storyTiddler is 
> something I use very often.
>

The existing keyboard shortcuts for the text editor get catched within a 
tiddler and only there, but the global keyboard shortcuts from the keeboord 
plugin get catched outside, on the whole document (that is necessary so 
that global shortcuts work). The storyTiddler is only defined within a 
tiddler, outside it's unknown.
I don't see a way to know from the outside of tiddlers which one is the one 
that gets viewed by the user. This is the same as  doesn't 
work in the sidebar.

>
> Is there a workaround  for that?
>

That's the question. It would need a very good idea how to identify the 
tiddler that is currently viewed / currently identified as storyTiddler by 
the user...
For example, if I open three small tiddlers in the story river, all three 
are shown on my screen. Then, from the outside of the river, how can I tell 
at which one the user is looking?

>
> Ahoi Jan
>
>
> Am 19.06.2018 um 13:36 schrieb BurningTreeC:
>
> Hi everyone, the keeboord plugin allows every tw action to be triggered 
> with a keyboard shortcut 
> Basically, all you can do with a button you can also do with the keeboord 
> plugin.
>
> The downside of global keyboard shortcuts within tiddlywiki in general is, 
> that the  variable is not a globally defined one and that 
> makes it more difficult to address tiddlers that are currently viewed.
>
> all the best, BTC
> -- 
> 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/72212693-03d8-488e-b38b-596728308e8d%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/1faeafa2-8930-4f4e-95f3-8889e3ecd13c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: KeeBoord - global keyboard shortcuts

2018-06-22 Thread BurningTreeC

>
> Hi BurningTreeC,
>
> This is the plugin of my dreams!! Fantastic. Encountered no issues so far 
> but I am inclined to believe that this should be the plugin of the month.
>
> Infact, I dare say TW5 should come bundled with this plugin because it 
> augments it so very well.
>

Hi Abraham,
Thank you for the great feedback!

I've made a PR on github to integrate this functionality in the core, it's 
still open. Fingers crossed it gets merged :)

BTC

-- 
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/5fdc165e-396a-4621-a438-8ad0b2b84a84%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Can you create columns using TiddlyWiki5 content type?

2018-06-22 Thread Schleckenmiester
That helped a lot! Thank you so much!

On Friday, June 22, 2018 at 9:00:09 PM UTC-6, Mark S. wrote:
>
> If you have a table and text:
>
> |myclass |k
> | stuff |
> | more stuff |
>
> I have lots of things to say about this.
>
> And then make a stylesheet tiddler like (tiddler tagged 
> $:/tags/Stylesheet):
>
> .myclass {float: right}
>
> The table will float over to the right. When I've tried to capture text 
> from WP, it appeared that they were floating their tables as well.
>
> Good luck
> --  Mark
>
>
>
>
> On Friday, June 22, 2018 at 4:00:48 PM UTC-7, Schleckenmiester wrote:
>>
>> I'm trying to make a wiki for a world I'm creating. And I created a page 
>> for a race, and I want it to look similar to a wikipedia page or wikia page 
>> for whatever race you can think of. I can create a table but I can't seem 
>> to put it beside a paragraph. Take the page for a Wookie 
>>  for example, there is a short 
>> description, then right beside it is a table. I want it to look like that 
>> but instead the table is below. Is it possible to do this with TiddlyWiki5? 
>> or would I have to learn some HTML or CSS?
>>
>

-- 
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/ff13a501-4b0a-48af-bb90-c1d1b22e949a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Can you create columns using TiddlyWiki5 content type?

2018-06-22 Thread 'Mark S.' via TiddlyWiki
If you have a table and text:

|myclass |k
| stuff |
| more stuff |

I have lots of things to say about this.

And then make a stylesheet tiddler like (tiddler tagged $:/tags/Stylesheet):

.myclass {float: right}

The table will float over to the right. When I've tried to capture text 
from WP, it appeared that they were floating their tables as well.

Good luck
--  Mark




On Friday, June 22, 2018 at 4:00:48 PM UTC-7, Schleckenmiester wrote:
>
> I'm trying to make a wiki for a world I'm creating. And I created a page 
> for a race, and I want it to look similar to a wikipedia page or wikia page 
> for whatever race you can think of. I can create a table but I can't seem 
> to put it beside a paragraph. Take the page for a Wookie 
>  for example, there is a short 
> description, then right beside it is a table. I want it to look like that 
> but instead the table is below. Is it possible to do this with TiddlyWiki5? 
> or would I have to learn some HTML or CSS?
>

-- 
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/69ca3fb6-8b94-4e46-88b4-9750bd0fac36%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Can you create columns using TiddlyWiki5 content type?

2018-06-22 Thread TonyM
Schleckenmiester,

Extend the size of the table to use a row column or cell in which your 
paragraph is placed. Using tiddlywiks table formatting you can merge and split 
to create any layout you need. Personaly I prefer using a basic html table and 
a list within it for each row and a list within that for colums in each row.

If you want more examples I can provide them when at my desktop.

Regards
Tony

-- 
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/65fe83a4-fa66-4b29-b594-d34fd712815a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: CSS Emoji

2018-06-22 Thread Mohammad
Good job Scott!
Also take a look at https://github.com/googlei18n/noto-emoji
These are very high quality emoji set! Google uses them for Gborad on 
Android!

Cheers
Mohammad


On Saturday, June 23, 2018 at 4:30:51 AM UTC+4:30, Scott Kingery wrote:
>
> I was recently working on a different project and I found this great site 
> for CSS Emojis: https://afeld.github.io/emoji-css/
>
> I wrote up how to add them to TiddlyWiki here:
>
> http://techlifeweb.com/tw5tribalknowledge.html#CSS%20Emoji
>
>
> Scott
>

-- 
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/256613c9-eecc-4e24-ae9c-4093087dc7e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] CSS Emoji

2018-06-22 Thread Scott Kingery
I was recently working on a different project and I found this great site 
for CSS Emojis: https://afeld.github.io/emoji-css/

I wrote up how to add them to TiddlyWiki here:

http://techlifeweb.com/tw5tribalknowledge.html#CSS%20Emoji


Scott

-- 
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/6171687f-9a18-460c-b53d-c3f973b5dbac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Can you create columns using TiddlyWiki5 content type?

2018-06-22 Thread Schleckenmiester
I'm trying to make a wiki for a world I'm creating. And I created a page 
for a race, and I want it to look similar to a wikipedia page or wikia page 
for whatever race you can think of. I can create a table but I can't seem 
to put it beside a paragraph. Take the page for a Wookie 
 for example, there is a short 
description, then right beside it is a table. I want it to look like that 
but instead the table is below. Is it possible to do this with TiddlyWiki5? 
or would I have to learn some HTML or CSS?

-- 
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/f053ff28-2f4f-493e-a4ec-df6f66e4f5fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Can buttons be displayed side by side?

2018-06-22 Thread Jed Carty
It is simple but not obvious. Most of the rest of wikitext follows html 
syntax but more than one line break adds a  element in wikitext and it 
is unexpected if you don't know about it.

-- 
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/02b80243-dc7a-4b5a-b084-e056caaf1f92%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Date operations using Evan Balster's formula macro

2018-06-22 Thread Hubert
Thank you very much!!

On Friday, 22 June 2018 17:08:01 UTC+1, Mark S. wrote:
>
> This seems to sort of work:
>
> <>
>
> This converts your almost-TW date into an addable date before the addition.
>
> In my timezone, the result if off by one day (06-26). I think it's because 
> you're not specifying the hour, minutes, seconds. So, your results may vary.
>
> -- Mark
>
>
> On Friday, June 22, 2018 at 8:51:48 AM UTC-7, Hubert wrote:
>>
>> I'm having problems getting this right. Evan's <> documentation 
>> <https://evanbalster.com/tiddlywiki/formulas.html#Functions> shows the 
>> following syntax to add days to a date:
>>
>> add_days(d1,n)
>>
>> But when I attempt this...
>>
>> <>
>>
>> ...I get the following error:
>>
>> ComputeError: Cannot auto-convert "20180622" to a date!
>>
>> What exactly am I doing wrong?
>>
>> Thank you for your help!
>>
>> Regards,
>> Hubert
>>
>>

-- 
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/e2cffb3c-89d2-4def-ac3a-d74ba24a0970%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Date operations using Evan Balster's formula macro

2018-06-22 Thread 'Mark S.' via TiddlyWiki
This seems to sort of work:

<>

This converts your almost-TW date into an addable date before the addition.

In my timezone, the result if off by one day (06-26). I think it's because 
you're not specifying the hour, minutes, seconds. So, your results may vary.

-- Mark


On Friday, June 22, 2018 at 8:51:48 AM UTC-7, Hubert wrote:
>
> I'm having problems getting this right. Evan's <> documentation 
> <https://evanbalster.com/tiddlywiki/formulas.html#Functions> shows the 
> following syntax to add days to a date:
>
> add_days(d1,n)
>
> But when I attempt this...
>
> <>
>
> ...I get the following error:
>
> ComputeError: Cannot auto-convert "20180622" to a date!
>
> What exactly am I doing wrong?
>
> Thank you for your help!
>
> Regards,
> Hubert
>
>

-- 
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/2e8d412b-62e7-4b9a-8d16-0ac79be8b334%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Task Management Example (Draggable) - checkboxes aren't made

2018-06-22 Thread Jerry Johnson
Thanks, Mark. 

On Wednesday, June 20, 2018 at 7:01:59 PM UTC-7, Mark S. wrote:
>
> You need to also import the TaskManagementExampleDraggableTemplate tiddler.
>
> -- Mark
>
>
>
>
>
> On Wednesday, June 20, 2018 at 6:21:47 PM UTC-7, Jerry Johnson wrote:
>>
>> I have exported the tiddler TaskManagementExample (Draggable) as a .tid 
>> file, imported it into one of my tiddlywiki files, created a task (by using 
>> the "task" tag), but in the TaskManagmentExample tiddler, there isn't a 
>> checkbox in front of the task. I am opening the tiddlywiki file using 
>> TiddlyDesktop. 
>>
>> Any suggestions? 
>>
>

-- 
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/187fce1e-06b1-4079-9d4e-8d8599525291%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Date operations using Evan Balster's formula macro

2018-06-22 Thread Hubert
I'm having problems getting this right. Evan's <> documentation 
<https://evanbalster.com/tiddlywiki/formulas.html#Functions> shows the 
following syntax to add days to a date:

add_days(d1,n)

But when I attempt this...

<>

...I get the following error:

ComputeError: Cannot auto-convert "20180622" to a date!

What exactly am I doing wrong?

Thank you for your help!

Regards,
Hubert

-- 
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/fda935eb-de61-4425-a3c3-43f48a2b0689%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Google Fonts - again?

2018-06-22 Thread Ste Wilson
I has instructions here! 
stephenteachertests.tiddlyspot.com/#Font

-- 
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/23e36ddd-dddb-4b3f-ae41-3a07b5fca5f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Can buttons be displayed side by side?

2018-06-22 Thread ReneY
Thank you very much Tony and Jed!  Also, I now feel like a total airhead 
knowing the solution was something that simple / obvious.  Thank you for 
glossing over that fact in your answers :rofl:

- Rene

*(in my own defense, i was on my way out of the office when i wrote that 
and just tossed it on the forums hoping for an answer when i got back - it 
didnt even occur to me it was something so simple!)*



On Friday, June 22, 2018 at 8:27:28 PM UTC+8, TonyM wrote:
>
> Rene,
>
> Removing un nessasary new line characters from between each button 
> reference should be enought.
>
> If not past an example where you have them together.
>
> regards
> Tony
>



On Friday, June 22, 2018 at 8:27:33 PM UTC+8, Jed Carty wrote:
>
> You just don't put two line breaks between them.
>
> <$button>Button 1<$button>Button 2
>
>
> or 
>
> <$button>Button 1
> <$button>Button 2
>
>
>
> but
>
> <$button>Button 1
>
>
> <$button>Button 2
>
>
> will stack them vertically. 

-- 
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/4a8c9c07-eccd-4373-9bd9-598c2efcf3f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Can buttons be displayed side by side?

2018-06-22 Thread Jed Carty
You just don't put two line breaks between them.

<$button>Button 1<$button>Button 2


or 

<$button>Button 1
<$button>Button 2



but

<$button>Button 1


<$button>Button 2


will stack them vertically.

-- 
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/dbcea687-efcf-49ba-853c-08892b56458a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Can buttons be displayed side by side?

2018-06-22 Thread TonyM
Rene,

Removing un nessasary new line characters from between each button reference 
should be enought.

If not past an example where you have them together.

regards
Tony

-- 
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/dc184bdd-2573-4fe5-9292-a570720bab66%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Can buttons be displayed side by side?

2018-06-22 Thread ReneY
I have discovered buttons - naturally, I am putting them *everywhere!* :D

So just for aesthetics (and to save space too), is there a 
low-to-moderate-difficulty way to display multiple buttons side by side, 
rather than vertically stacked?

Many thanks in advance for any help/suggestions!

-- 
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/7655b02c-9bf4-4794-b24d-281e188ebb68%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Google Fonts - again?

2018-06-22 Thread Jed Carty
I don't understand. You should just need to do it once to load the font and 
then it should be available in the wiki.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+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/63efb2a4-5642-4dcd-943d-f403c8ff9908%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Google Fonts - again?

2018-06-22 Thread Shay Shaked
That would make sense... but that means I have to tag every single tiddler 
I write. Even if I can automate it, it kind of ruins the idea of tagging 
(to me, anyway).  

On Friday, June 22, 2018 at 6:39:45 AM UTC-4, Jed Carty wrote:
>
> For 1 you put your html in a tiddler and tag the tiddler with 
> $:/tags/RawMarkup that adds the contents to the  html tag and it 
> will always be available.
>
> I don't know about 2.
>

-- 
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/9ed2b3e9-78b3-46ad-9d64-47e4e9f6bd62%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Google Fonts - again?

2018-06-22 Thread Jed Carty
For 1 you put your html in a tiddler and tag the tiddler with 
$:/tags/RawMarkup that adds the contents to the  html tag and it 
will always be available.

I don't know about 2.

-- 
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/5fda7bcb-da62-4655-9492-28160c35972b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Google Fonts - again?

2018-06-22 Thread Shay Shaked
Hi all, 

I looked through here, and there is indeed a google-font discussion (which 
is getting a bit old) but doesn't help me much. 

I'm trying to get Google fonts working on a wiki that will be online. 

The code provided (for example:
https://fonts.googleapis.com/css?family=Catamaran:300; rel=
"stylesheet"> 

only works as long as the tiddler it's in is loaded. Kind of makes sense. I 
figured I can have an ugly workaround and include this line in the Wiki's 
title, or in every tab in the sidebar, so it's always loaded. As long as I 
also include the CSS in the CSS sheet, the above work. That is, I need to 
include the above link in a tiddler that is loaded, AND, need to have the 
CSS tell the wiki this is my font. I get it, makes sense, a bit annoying 
with the workaround but whatever. 

Problem is, I noticed I can't change the *size *of the font in the actual 
tiddlers. That is, looks like the P property of the CSS is the only thing 
NOT changed if I change the size in the setting. Further, I would like to 
define the headlines as a different font maybe, just because what I choose 
for text is not exactly the greatest when it comes to the title. This 
probably requires that I define H2 in CSS buffer... but wouldn't the 
settings built in would over-write this? 

So, here's what I'm looking for:

   1. Have the Google font (or two maybe) loaded somewhere and have them *stay 
   *loaded. 
   2. Incorporate different size for the text in the tiddlers than the 
   default
   3. Not use an ugly workaround if possible. 

Anyone here done 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/af220c06-416c-4329-8f7a-1f28224eb158%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Import and add prefix

2018-06-22 Thread wjam
My diffview import allows you to make backups if the import text field 
differs from the current using the */\*bu button please have a look at
.
http://twjam5beta.tiddlyspot.com/#%24%3A%2Fcore%2Fui%2FImport

some of the 'magic' is done in 
http://twjam5beta.tiddlyspot.com/#%24%3A%2Fcore%2Fui%2FImportListing

to be more specific
modified :<$view tiddler=<> field="modified" /> <$view 
tiddler=<> field="modified" format="relativedate"/> 
(current)<<-- als text niet leeg/empty show backup button>><$reveal 
type="nomatch" state=<> 
text="">{{$:/plugins/wjam/Buttons/save-oldtxt-import}}

$:/plugins/wjam/Buttons/save-oldtxt-import is a simple backup button it 
only saves the text field 
backups into $:/oldtxt/title and date info , 
other fields are not backupped , because e.g. having multiple tiddlers with 
the same (system)tags  will lead to strange results

Using the diffview plugin, differences can easlity be identified.
http://twjam5beta.tiddlyspot.com/#about_diffview_import

K.R. wjam

-- 
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/f10f5794-eb63-4cc1-8a74-96a5a42dc752%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-22 Thread Mohammad
Jed,
 One more thing, when there is two tiddlers with parts hidden because the 
reveal gradually code uses the same state and temp tiddlers, by revealing 
one part in the first tiddler, in the second tiddler we will have the first 
part displayed! I thought we may need to use fields from the tiddler under 
focus! For example instead of $:/temp/slideprogress we could have a 
slideprogress filed in the tiddler under focus.
I know this is more difficult, because the action tiddlers 
(NextPart2-action, PreviousPart2-action) cannot simply find what tiddler is 
under focus.

Of course for slideshow I have a solution. In slideshow mode as in 
tiddlyshow.tiddlyspot.com, I use zoomin story view and I also have another 
action tiddler to navigate among tiddlers (slides). That means I can have 
some actions when the tiddler is shown like copying the content of a filed 
into $:/temp/slideprogress or vice versa.

/Mohammad

On Thursday, June 21, 2018 at 11:45:48 PM UTC+4:30, Jed Carty wrote:
>
> I may have spoken a bit too soon, it isn't quite as simple as just 
>  and , it is <$list filter=<>> and  where you 
> increment the number in the macro and it will reveal things in order.
>
> The problem I ran into is that any solution is either going to be specific 
> to one wiki or have to point to the state anyway so this may be as concise 
> as you could make it even with a custom widget. It would be something like 
> <$part id=01> and 
>
> And this is just a quick proof of concept. Making it go through multiple 
> tiddlers and reveal things in order like powerpoint would take a bit more 
> work but it is possible using this setup.
>
> et voila! http://revealgradually.tiddlyspot.com/#Filter%20Test
>
> I think that a more tiddlywiki-like way to do this would be to make each 
> revealed section be a tiddler and then just show more of the list of 
> tiddlers are you progress. That would be significantly simpler and possibly 
> more reusable. But this way uses something not unlike tags the way you 
> asked.
>

-- 
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/4c78c0a4-756f-4242-b60a-7f4389fcd853%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.