[tw5] Re: How to sort by date?

2021-10-26 Thread springer
Philipp,

I remember the learning curve of coming over from Classic! 

To sort by your own date field (which looks to be sort-friendly), recent 
first: [tag[Meeting]!sort[date]]

To sort by tiddler's date modified, recent first: 
[tag[Meeting]!sort[modified]] 

Cheers!

-Springer
On Tuesday, October 26, 2021 at 5:06:23 PM UTC-4 philipp...@gmail.com wrote:

> Hello TW-friends,
>
> I started using TW since the days of TW-Classic: my-own-wiki, just simple, 
> whithout any macros or "CCS by myself" which I'm not familiar with. In 
> TW-5.1.23 I now work with a kind of "Zettelkasten", in which I have a 
> number of invoices. Each tiddler for one invoice. I tagged them „invoices" 
> and created a new tiddler with
>
> <> 
>
> to sort them by date, latest one at first: i.e. "inv.-1 from 2021-02-15, 
> inv.-2 from 2021-05-03 etc.,  inv.-1 from 2020-03-31, inv.-2 from 
> 2020-08-15 etc.
>
> It doesn't work. Can anybody help? 
>
> Thanks
>
> Philipp
>

-- 
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/04441a0b-fbff-4af1-ba07-cd92aeabcebcn%40googlegroups.com.


[tw5] Re: Wrap tiddler body in HTML

2021-10-26 Thread Télumire
This is because tiddlywiki automatically close any html tag you open in a 
tiddler. If you want to wrap the text field in a tag, you will need to 
either edit $:/core/ui/ViewTemplate/body or hide it and show a custom 
ViewTemplate instead.

Can I ask why you need to do that ?
Le mardi 26 octobre 2021 à 20:34:19 UTC+2, Matt Savard a écrit :

> To be more clear, I've tried creating two new tiddlers (HTMLStart and 
> HTMLEnd), one for the HTML before the body and one for the HTML after the 
> body. I've tagged these with $:/tags/ViewTemplate, then I rearranged them 
> so the do surround the tiddly body. But it doesn't like that they are HTML. 
> If I open and close a DIV in the HTMLStart tiddler, then it will display 
> correctly on every tiddler. Same goes for the HTMLEnd tiddler. But if I 
> open a tag in the HTMLStart tiddler and try to close it in the HTMLEnd, it 
> doesn't work correctly.
>
> On Tuesday, October 26, 2021 at 11:24:43 AM UTC-7 Matt Savard wrote:
>
>> Is there any way to wrap each tiddly body in HTML? For example, wrap each 
>> tiddler body in a div with a certain class applied.
>>
>> Thanks.
>> Matt
>>
>

-- 
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/f2a9c8e4-af2e-48fe-81e4-408f5522aefcn%40googlegroups.com.


[tw5] How to sort by date?

2021-10-26 Thread Philipp Verbeek


Hello TW-friends,

I started using TW since the days of TW-Classic: my-own-wiki, just simple, 
whithout any macros or "CCS by myself" which I'm not familiar with. In 
TW-5.1.23 I now work with a kind of "Zettelkasten", in which I have a 
number of invoices. Each tiddler for one invoice. I tagged them „invoices" 
and created a new tiddler with

<> 

to sort them by date, latest one at first: i.e. "inv.-1 from 2021-02-15, 
inv.-2 from 2021-05-03 etc.,  inv.-1 from 2020-03-31, inv.-2 from 
2020-08-15 etc.

It doesn't work. Can anybody help? 

Thanks

Philipp

-- 
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/f4184c45-878d-44e7-bbff-df2e1536614dn%40googlegroups.com.


[tw5] Re: Wrap tiddler body in HTML

2021-10-26 Thread Matt Savard
To be more clear, I've tried creating two new tiddlers (HTMLStart and 
HTMLEnd), one for the HTML before the body and one for the HTML after the 
body. I've tagged these with $:/tags/ViewTemplate, then I rearranged them 
so the do surround the tiddly body. But it doesn't like that they are HTML. 
If I open and close a DIV in the HTMLStart tiddler, then it will display 
correctly on every tiddler. Same goes for the HTMLEnd tiddler. But if I 
open a tag in the HTMLStart tiddler and try to close it in the HTMLEnd, it 
doesn't work correctly.

On Tuesday, October 26, 2021 at 11:24:43 AM UTC-7 Matt Savard wrote:

> Is there any way to wrap each tiddly body in HTML? For example, wrap each 
> tiddler body in a div with a certain class applied.
>
> Thanks.
> Matt
>

-- 
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/8fbf4339-fd7b-47aa-801c-4f1fcace6a7fn%40googlegroups.com.


[tw5] Wrap tiddler body in HTML

2021-10-26 Thread Matt Savard
Is there any way to wrap each tiddly body in HTML? For example, wrap each 
tiddler body in a div with a certain class applied.

Thanks.
Matt

-- 
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/6f1977c0-a254-40be-b291-4c4ba1e6fd31n%40googlegroups.com.


[tw5] Re: multi-column list

2021-10-26 Thread springer
Baj,

Thanks for documenting -- I'm getting a rush of nostalgia for my MTG days! 
I've fantasized about building TW sites for my EDH decks, but it's a waning 
hobby now that my teenager has moved on. 🥲 

I think the Shiraz plugin 
's multicol 
features build in some similar wrapping to avoid display issues. You might 
check it out for various quick and powerful display options. I find that 
its careful GUI toolkit it frees up my time to focus on the content more.

Meanwhile, you might benefit from knowing that as the discussion community 
migrates to the https://talk.tiddlywiki.org/ forum, any code in your post 
risks getting lost. I've come to google groups to post this quick reply, 
but a helpful convention is to stick your code between tick marks like 
so: `` to avoid what looks like mysterious 
gaps in your post just where you want to share the technical details!

-Springer

On Monday, October 25, 2021 at 11:45:25 PM UTC-4 baj...@gmail.com wrote:

> This code works great, except it seems to trigger a Tiddlywiki rendering 
> issue for me. I'm adding the workaround I figured out in case anyone is 
> having similar issues. 
>
> Problem: Basically Tiddlywiki doesn't appear to recognize the multicolumn 
> section as part of the "contents" of the tiddler. If there isn't any text 
> after the multicolumn, the contents of the multicolumn list overrun the 
> tiddler boundary and mess up downstream tiddlers. Even text afterwards 
> doesn't always fix the issue (and isn't desirable in my case). The div 
> block isn't acting as a display:block despite the tag (and the fact it is a 
> div). The text wraps to the right hand side of the multicolumn when there 
> is room breaking the rendering again. 
>
> Solution: I've been able to prevent the wrapping behavior be adding a  style="width:100%"> wrapper around the multi column section. I 
> avoided adding it directly to the multicolumn  block as it seemed to 
> cause unexpected behavior with some of the column options.
>
>

-- 
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/2d8ffa68-d43d-4bef-ab2a-71f252e0d891n%40googlegroups.com.


[tw5] Full Page Video Background

2021-10-26 Thread Charlie Veniot
Because TiddlyTalk doesn't allow attachments ... not that I can see.

Long live GG.

Backup your TiddlyWiki first, then download and drag the attached into it 
to import two tiddlers, a new one by me and one of your tiddlers that I 
changed.

-- 
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/20084a9f-0ad4-4e48-ad44-9e4bad795278n%40googlegroups.com.


BackgroundVideoFix.json
Description: application/json