[twdev] Re: How to create custom filter?

2019-11-14 Thread Jesse Racine
Hello TonyM, Thanks for your suggestion here. I apologize for not responding earlier, I haven't had time to revisit my TiddlyWiki ideas lately. On Wednesday, November 13, 2019 at 11:57:55 PM UTC-5, TonyM wrote: > > Jesse, > > I will remind you of my suggestion here >

[twdev] Re: How to create custom filter?

2019-11-14 Thread PMario
Hi Jesse, There is a different thread going on , which also wants to deal with "date, time, calendar ... riminders". There may be some overlap. just some more infos. -m -- You received this message because you are subsc

[twdev] Re: How to create custom filter?

2019-11-13 Thread TonyM
Jesse, I will remind you of my suggestion here *The trick is to make a date time stamp that you click when you action it. E.g. weekly-date and make a list that only lists items with a weekly date older than 7 days. This way

[twdev] Re: How to create custom filter?

2019-11-10 Thread PMario
On Saturday, November 9, 2019 at 5:45:41 PM UTC+1, Jesse Racine wrote: > > So for my filter idea, there would be a "current tasks" tiddler. The > current tasks tiddler would have a list widget with a filter that would > filter out all tasks due on the current day. For normal tasks (tasks > witho

[twdev] Re: How to create custom filter?

2019-11-10 Thread PMario
On Saturday, November 9, 2019 at 5:45:41 PM UTC+1, Jesse Racine wrote: Let's say that you set a task due on November 9th, 2019, and set it to > weekly. That task tiddler should then be due every Saturday, for example. I > want to either figure out a way to dynamically modify the due date field s

[twdev] Re: How to create custom filter?

2019-11-10 Thread PMario
On Saturday, November 9, 2019 at 5:45:41 PM UTC+1, Jesse Racine wrote: ... > Let's say that you set a task due on November 9th, 2019, and set it to > weekly. That task tiddler should then be due every Saturday, for example. > Every Saturday will be much easier then based on real dates. eg: TW a

[twdev] Re: How to create custom filter?

2019-11-09 Thread Jesse Racine
Thanks very much for your help. Your last post helped a lot. I am coming up with ideas to make my own task tracking plugin. There will be a "duedate" field in each task tiddler, but some due dates will have a repeat setting (like monthly, weekly, etc). I want a way to either modify the due dates

[twdev] Re: How to create custom filter?

2019-11-09 Thread PMario
On Saturday, November 9, 2019 at 2:57:52 PM UTC+1, Jesse Racine wrote: > > I'm interested in learning how to create custom filter operators. I see > that the filter operators are located in $:/core/modules/filters > Which operator do you need? -m -- You received this message because you are s

[twdev] Re: How to create custom filter?

2019-11-09 Thread PMario
Hi, Your own filter operators can be plugins. you only need to set the module type right. I did create new filter stuff with my uni-link plugin. see: https://github.com/wikilabs/plugins/tree/master/wikilabs/uni-link/tiddlers/modules/filters as an example. -m -- You received this message beca

[twdev] Re: How to create custom filter?

2019-11-09 Thread @TiddlyTweeter
You can put it anywhere. On Saturday, 9 November 2019 14:57:52 UTC+1, Jesse Racine wrote: > > I'm interested in learning how to create custom filter operators. I see > that the filter operators are located in $:/core/modules/filters . > > If I created my own filter operator, would I have to put i