[tw5] Re: $list with filter stored in a variable with inside

2020-10-17 Thread Shareda
Hello, Mark S! Thank you for your attention to my question. The reason I have not included the entire text is because of its complexity. In particular, validate.search.regexp is a macro that uses another macro. And this whole tiddler doesn't work without it's transclusion through the

[tw5] Which is easier to send to others online, TW Classic or TW5? (newbie here ;)

2020-10-17 Thread Terry Masters
If this has already been answered in the Group, my apologies - I *did* search first, without luck. -Terry -- 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

[tw5] Re: Tags stopped being able to add

2020-10-17 Thread Corey S
Another option, at least it used to be, iirc: MAKE A COPY OR OTHERWISE BACKUP FIRST. Never experiment with your production/live TiddlyWikis. delete the system tiddler that controls tagging. I seem to recall that all of the core system tiddlers had a hidden backup in case of corruption.

[tw5] Re: Tags stopped being able to add

2020-10-17 Thread Charlie Veniot
That's definitely a way-over-my-pay-scale problem, but that may be exactly the kind of detailed information that gets some attention. It would be worth mentioning which plug-ins' are installed. If possible and the best: is there a way you can make a copy of your TiddlyWiki available for the

[tw5] Re: TiddlyTools/timer.html - Calendar feature improvements

2020-10-17 Thread Eric Shulman
On Saturday, October 17, 2020 at 3:59:17 PM UTC-7, Eric Shulman wrote: > > However, I like the "timeline.start" and "timeline.end" fieldnames better, > so I changed TiddlyTools/Time/Calendar (and the SampleTimeline event > tiddlers) field names: > "start-date" -> "timeline.start" > "end-date" ->

[tw5] Re: Muuri Storyview

2020-10-17 Thread BurningTreeC
Hi @Saq, thank you! 1) I've now fixed your issue with using the core $:/core/ui/ViewTemplate as a template, it does no more lay out using the columns of the columns-button. Their width however needs to be defined using a css... The list widget that uses the muuri storyview accepts some

[tw5] Re: Tags stopped being able to add

2020-10-17 Thread danraymond
Charlie; Seems to be only the tag selection dropdown in a tiddler (new or existing) If I type a tag in then its okay. But if I try to select from the dropdown it doesn't work. On Saturday, October 17, 2020 at 11:50:28 PM UTC+10, Charlie Veniot wrote: > > It sounds like, maybe, a core tiddler

[tw5] Re: TiddlyTools/timer.html - Calendar feature improvements

2020-10-17 Thread Eric Shulman
On Saturday, October 17, 2020 at 12:31:15 PM UTC-7, Ste wrote: > > This is probably a silly question, I've not really had a look at this in > detail but have admired the updates > from a distance. > But... Can your stuff be used with/ work with > http://kixam.github.io/TW5-visjsTimeline/? >

[tw5] Re: How can you make a Q form in Tiddlywiki?

2020-10-17 Thread Ste
More stuff https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM#z=QdZ1Fu6olKjFAV3zIosKvY5Q On Sunday, 11 October 2020 at 22:29:29 UTC+1 TW Tones wrote: > Jin, > > If this was to help with your studies, there is a few flashcard solutions > to help study. i will post if I find a finished solutions.

[tw5] Re: TiddlyTools/timer.html - Calendar feature improvements

2020-10-17 Thread Ste
Hi Eric, This is probably a silly question, I've not really had a look at this in detail but have admired the updates from a distance. But... Can your stuff be used with/ work with http://kixam.github.io/TW5-visjsTimeline/? Ste On Saturday, 17 October 2020 at 16:01:04 UTC+1 hww...@gmail.com

[tw5] Re: $list with filter stored in a variable with inside

2020-10-17 Thread 'Mark S.' via TiddlyWiki
You're showing us bits and pieces. In particular, you're not showing us your regular expression. When I try this on TiddlyWiki.com : <$set name=validate.search.regexp value="\bmes.*\b"> <$set name=full.filter value="[all[tiddlers]!is[system]has[caption]] +[search:text:regexp]" > <$list

[tw5] Re: TiddlyTools/timer.html - Calendar feature improvements

2020-10-17 Thread Hans Wobbe
Eric: Your focused and persistent dedication to these Timer functions is amazing! I have not appreciated the value of good time support this much since my early days with APL back in the 1970s. It is completely transforming the way I Navigate through TiddlyWiki files. Thank you very much!!

[tw5] Re: Tags stopped being able to add

2020-10-17 Thread Charlie Veniot
It sounds like, maybe, a core tiddler is messed-up or something is overriding a core tiddler ? Regardless, likely way over my head. Just to clarify, which "part" of adding tags is broken? The field in which you type the label for the new tag? The "+" symbol to create a new tag with the typed

[tw5] Re: TiddlyTools/timer.html - Calendar feature improvements

2020-10-17 Thread Eric Shulman
Another update to http://TiddlyTools.com/timer.html: Events for a given calendar day are now sorted by the name of the EventList/Timeline/.ics tiddler in which they are defined. This makes it possible to prioritize the use of custom event colors by changing the names of the defining

Re: [tw5] Muuri Storyview

2020-10-17 Thread Atronoush Parsi
On Sat, Oct 17, 2020 at 1:53 PM BurningTreeC wrote: > Hello @Atronoush, thank you! > > It's possible to control the direction flow from right to left, left to > right, top to bottom and bottom to top... see the open control panel > options on the demo page > Oh, thanks! > About two rivers like

[tw5] $list with filter stored in a variable with inside

2020-10-17 Thread Shareda
Hello! I have full.filter variable containing one or more +runs evaluated dynamically. The simplest value is like this: [all[tiddlers]!is[system]has[cite_no]] +[search:text:regexp] <> gives a valid regexp that can contain sqare brackets, etc. I am trying to run <$list filter=<>> search

[tw5] Re: TiddlyTools/timer.html - Calendar feature improvements

2020-10-17 Thread Eric Shulman
On Saturday, October 17, 2020 at 1:28:15 AM UTC-7, Eric Shulman wrote: > > On Friday, October 16, 2020 at 9:51:30 PM UTC-7, danraymond wrote: >> >> Is there a way to colour each calendar? I was trying to get school >> holidays to show different to public holidays. They are different ics >>

Re: [tw5] Muuri Storyview

2020-10-17 Thread BurningTreeC
Hello @Atronoush, thank you! It's possible to control the direction flow from right to left, left to right, top to bottom and bottom to top... see the open control panel options on the demo page About two rivers like the Stroll plugin... The Muuri library that's used here lays out tiddlers in

[tw5] Re: Muuri Storyview

2020-10-17 Thread BurningTreeC
Hello @Ste, thanks! The columns button has no effect on mobile, there I decided to make it two columns, but I'm inclined to make it a single column if the column-button is set to "1" More than two columns seem indeed to be a bad thing on mobile, tiddlers get too narrow then and become

[tw5] Re: Muuri Storyview

2020-10-17 Thread Ste
On mobile. Looks good. I can drag things round nicely. The columns button doesn't seem to make any difference. I set it to one thinking that would push everything into a single column but it remained at two. I also couldn't drag to an extra column for 3 or more, but that's probably not a bad

Re: [tw5] Muuri Storyview

2020-10-17 Thread Atronoush Parsi
Hi BTC This is absolutely amazing! I will go through and have some comments later. For now: Is it possible to control direction of flow? I mean have a setting to control how tiddlers appear from right side to left or from left side to right? Can we use the new muuri plugin the same way as two

[tw5] Re: Muuri Storyview

2020-10-17 Thread Ste
That's looking really good on mobile! On Saturday, 17 October 2020 at 09:38:34 UTC+1 BurningTreeC wrote: > Hello dear TiddlyWikians :) > > Right now I'm working on a better Muuri storyview. You can find its > progress and Demo page here: > https://burningtreec.github.io/tiddlywiki-muuri/ > >

[tw5] Muuri Storyview

2020-10-17 Thread BurningTreeC
Hello dear TiddlyWikians :) Right now I'm working on a better Muuri storyview. You can find its progress and Demo page here: https://burningtreec.github.io/tiddlywiki-muuri/ It's more simple than previous versions and has less bells and whistles... As always, I welcome ideas, criticism and

[tw5] Re: TiddlyTools/timer.html - Calendar feature improvements

2020-10-17 Thread Eric Shulman
On Friday, October 16, 2020 at 9:51:30 PM UTC-7, danraymond wrote: > > Is there a way to colour each calendar? I was trying to get school > holidays to show different to public holidays. They are different ics > tiddlers. > I've just updated http://TiddlyTools.com/timer.html to add "custom