[tw5] Re: Update MetaTabs

2021-10-14 Thread strikke...@gmail.com
It is MetaTabs by Jan 
 . @JanJo 
Only He will know, I don't think it is planned.

On Friday, October 15, 2021 at 6:44:31 AM UTC+2 TW Tones wrote:

> Perhaps share a link to them?
>
> On Friday, 15 October 2021 at 11:44:08 UTC+11 komet...@gmail.com wrote:
>
>> Are there any plans to update MetaTabs? Looks the last update was a few 
>> years ago.
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b2b5475b-ead3-4f2a-9dde-d8ee0bda91f0n%40googlegroups.com.


[tw5] Re: Update MetaTabs

2021-10-14 Thread TW Tones
Perhaps share a link to them?

On Friday, 15 October 2021 at 11:44:08 UTC+11 komet...@gmail.com wrote:

> Are there any plans to update MetaTabs? Looks the last update was a few 
> years ago.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f18eee44-3726-449f-9ce8-ef818392e8f7n%40googlegroups.com.


[tw5] Re: Tiddlers are dense and long

2021-10-14 Thread TW Tones
Also the editoolbar button "Excise" is great for breaking one tiddler into 
more than one link, tag or transclusion available.

There are often natural break locations like with a heading and all its 
"children" or things that you may reuse.

On Friday, 15 October 2021 at 03:52:53 UTC+11 rikagol...@gmail.com wrote:

> I use my Tiddlywiki as a Zettelkaten (work in process!) and some of my 
> Tiddlers are quite long. I title the Tiddler with a unique piece of 
> information, in my own words, and then I include a description and 
> resources. Some of my Tiddlers get very long...maybe too long. Is there a 
> best practice for Tiddler length and what to include in the 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6d515db0-ef0d-4f6d-9759-449f7a121411n%40googlegroups.com.


[tw5] Video Background

2021-10-14 Thread Scott Masterson
Hello All, I've been using Tiddlywiki for quite a while now, but I'm still 
a bit ignorant when it comes to how it works under the hood.  I'm building 
a new site right now and I've managed to get everything the way I want it, 
but I would like to have a video background playing full-window in the 
story river, preferably with a button somewhere that allows the user to 
toggle playback.  I've searched by haven't found anything that gets me very 
far.  Is this even possible and if so, how would I go about doing it?  
 This is probably the best I've seen for the effect that I want to achieve 
(but the sidebar and the tiddlers would not be transparent):   How To 
Create a Fullscreen Video Background 


I'm using the excellent Notebook theme, if that helps.

Thanks in advance, 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/233f949e-10d4-4205-bf11-8553a7513358n%40googlegroups.com.


[tw5] Coding Fun: Background colour of "Student" tiddlers, etc.

2021-10-14 Thread Charlie Veniot
G'day all,

Download attached and drag into some TiddlyWiki ( TiddlyWiki.com !) to play.

I wanted to investigate a little bit Custom styles by data-tags 
.

So I dreamt up a scenario in which tiddlers tagged as Student get a 
particular when in view mode, but do go back to plain white when in edit 
mode.

And then I decided to build a basic interface to pick the color via the 
"Student" tag's related tiddler.

And then decided to make that "Student" tag's related tiddler a bit of a 
documentation tiddler by displaying the relevant CSS "right there" in an 
edit text widget that is disabled and 100% wide via a css class.

Good fun !

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d2bc0b4d-a775-4d96-b3d9-fa8fbbaeb486n%40googlegroups.com.


StudentTiddlerCSS.json
Description: application/json


[tw5] Update MetaTabs

2021-10-14 Thread Chris Eichenberg
Are there any plans to update MetaTabs? Looks the last update was a few 
years ago.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bcd4ef4d--41c4-9651-05c35f0e82ebn%40googlegroups.com.


[tw5] Re: tagging filter

2021-10-14 Thread Charlie Veniot
G'day  James,

Take a peek at this thread 
 and 
also the one referred to in there.

See if those help you out, or at least provide a foundation to start with.

Cheers !

On Thursday, October 14, 2021 at 5:37:33 PM UTC-3 james.w@gmail.com 
wrote:

> Hello
>
> If I have a tiddler tagged with "tomato" and "cucumber"  i believe 
> including the the following in it will list tiddlers taged with either 
> "tomato" or "cucumber".
>
> <>
>
> if there any way to construct a filter that will list only tiddler that 
> are tagged with both? ideally a filter that works for the generic case 
> where i could have an arbitray number of tags that i want to match in the 
> containing tiddler.
>
> thanks!
> James
>
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d77b2e06-b73b-40ca-af76-3af4e5994a63n%40googlegroups.com.


[tw5] tagging filter

2021-10-14 Thread James Anderson
Hello

If I have a tiddler tagged with "tomato" and "cucumber"  i believe 
including the the following in it will list tiddlers taged with either 
"tomato" or "cucumber".

<>

if there any way to construct a filter that will list only tiddler that are 
tagged with both? ideally a filter that works for the generic case where i 
could have an arbitray number of tags that i want to match in the 
containing tiddler.

thanks!
James


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/461525cd-1100-45d2-b29f-beb019cd8b04n%40googlegroups.com.


[tw5] Re: Tiddlers are dense and long

2021-10-14 Thread 'Mark S.' via TiddlyWiki
I think the length is up to you, depending on your own interpretation of 
"semantic unit"

See [Philosophy of 
Tiddlers](https://tiddlywiki.com/#Philosophy%20of%20Tiddlers)

In terms of pragmatics, there have been multiple approaches to how to deal 
with long tiddlers. One of the current approaches is discussed in this  
[thread](https://talk.tiddlywiki.org/t/section-editor-plugin-first-stable-release/1060)

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c4de886f-25b6-4307-b93c-79fb06c92e59n%40googlegroups.com.


[tw5] Tiddlers are dense and long

2021-10-14 Thread Rika Goldberg
I use my Tiddlywiki as a Zettelkaten (work in process!) and some of my 
Tiddlers are quite long. I title the Tiddler with a unique piece of 
information, in my own words, and then I include a description and 
resources. Some of my Tiddlers get very long...maybe too long. Is there a 
best practice for Tiddler length and what to include in the 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b8399d95-3211-4096-b73d-dec21516a076n%40googlegroups.com.