[tw5] Table of Contents behavior

2021-01-11 Thread Stefan Schlechter
Hello, I would like to expand the next level of entries by clicking on title in TOC ( as it is by clicking on '>') instead of opening the tiddler. [image: TOC behavior.jpg] How can I archieve that? Thanks Stefan -- You received this message because you are subscribed to the Google Groups

[tw5] Re: How can I include a summary of a tiddler along with that toddler's content?

2021-01-11 Thread jtolle
Thanks! That is indeed something like what I was going for. I will have to take a closer look at how you did it but you've definitely pointed me in a good direction! Much appreciated. jt On Monday, January 11, 2021 at 4:48:23 PM UTC-6 Charlie Veniot wrote: > G'day, > > I've taken a few

[tw5] Re: How can I include a summary of a tiddler along with that toddler's content?

2021-01-11 Thread Charlie Veniot
G'day, I've taken a few liberties (using some customizations of mine, and ordered newest first). That aside, it sniffs to me like you are describing something like this . On Monday,

[tw5] Re: self-editing table of contents snippet

2021-01-11 Thread 'Mark S.' via TiddlyWiki
I think you may want something like: <$macrocall $name=toc-selective-expandable tag=<> /> On Monday, January 11, 2021 at 9:29:58 AM UTC-8 dlu...@emich.edu wrote: > Is there a way to replace 'TableOfContents' with the title of the > containing tiddler when using the construct below that

[tw5] Re: Streams 0.2 preview

2021-01-11 Thread si
Hi Saq, >>> I am now wondering if we should just use the context menu for this. Swipe to show the context menu and have an option to exit editing. I intend to make the menu items that come up in the context menu configurable via a control panel so that it does not get overly crowded and users

[tw5] Re: Release: Muuri StoryView v0.2.0

2021-01-11 Thread BurningTreeC
> > >> Do you mean the tag-input overflows? I didn't notice that yet >> >> > No it was not tag-input, the text content field. > But I didn't reproduce today (after reboot my Firefox), and it's OK with > Chrome too. > Sorry for the trouble :) > > > No problem @Sylvain, In the meantime I've

[tw5] [ANN] Projectify 0.10.0 is out!

2021-01-11 Thread Nicolas Petton
Hi! I've just released v0.10.0 of Projectify! You can install/upgrade from https://projectify.wiki This release contains an important bugfix with the calendar picker[1], so I would encourage all users of Projectify 0.9.0 to upgrade. The most important new feature in this release is the

[tw5] self-editing table of contents snippet

2021-01-11 Thread Donald Lund
Is there a way to replace 'TableOfContents' with the title of the containing tiddler when using the construct below that is inserted as a preconfigured snippet while editing? I've tried inserting things like {{!!title}}, but can't make it work the way I want. I want to be able to add a snippet

[tw5] Re: Beginner troubled with dynamic filter parameters

2021-01-11 Thread 'Mark S.' via TiddlyWiki
You'll probably need two list loops. This works in my tests: <$list filter="[!is[system]has[frequency]!sort[priority]limit[10]]"> <$list filter="[all[current]!days:mydate{!!frequency}]"> <$link><$view field="title"/> Note that I use "mydate" as the date field, since it's difficult to set a

[tw5] Re: Adjust color if tiddler has tag

2021-01-11 Thread vinvi...@gmail.com
Sorry, forgot to include the stylesheets, Tag: $:/tags/Stylesheet Title: $:/plugins/.mr/shiraz/stylesheet/details /*details html5 macro*/ details > summary { padding: 2px 6px; background-color: #efebe9; font-weight:500; outline:none; } details > div { background-color: #fffef9;

[tw5] Word wrapping in tables?

2021-01-11 Thread Petri M.
I just noticed that if I have a long sentence in a table cell, then it gets overflown out of the tiddler itself. I fixed it with but I was thinking if it is possible to somehow get word wrapping in table cells? With fixed cell widths or something. I also tried but it does not work for my

Re: [tw5] Re: [ANN] Projectify 0.9.0 is out!

2021-01-11 Thread Nicolas Petton
ludwa6 writes: > Have cross-posted this issue to your Github tracker > , @Nico ; can > continue dialogue here or there, if needed, as you wish. Thanks, let's continue on GitHub then. Nico -- You received this message because you are

[tw5] Beginner troubled with dynamic filter parameters

2021-01-11 Thread kdot
Hello! I'm having difficulties in creating a filter expression to list tiddlers that have not been modified in x days, where x is specified in each tiddlers "frequency" field. Example: I want ProjectOne to appear on the list if it hasn't been modified for a week, and ProjectTwo if it hasn't

[tw5] Re: Adjust color if tiddler has tag

2021-01-11 Thread vinvi...@gmail.com
How do I do this? 1 Can I refer to a CSS style sheet in the code below? <$macrocall $name="details" sum="{{||$:/plugins/kookma/favorites/viewtoolbar}} {{||$:/core/ui/TagTemplate}}" src=""" Text here """ status="closed" style="background-color: #; color:aqua;" class="alert-success"/> 2 Or do

Re: [tw5] Re: [ANN] Projectify 0.9.0 is out!

2021-01-11 Thread ludwa6
Hmm.. Another surprise: Now these tiddlers are both flagged as 21 hours overdue (not so bad as the 42 days i reported earlier), and the due date on BOTH tiddlers is now 2021011012000. This still makes no sense, because i created both these tiddlers yesterday (with some interval of time

Re: [tw5] Re: [ANN] Projectify 0.9.0 is out!

2021-01-11 Thread Nicolas Petton
ludwa6 writes: Hi! > One that i would have to classify unambiguously as a bug: a pair of ToDo > items that i created yesterday and scheduled for "Tomorrow" (i.e. today) > are now red-flagged as being 42 days overdue, even though the > datetime-stamp below title on these tiddlers is correct.