Re: [tw5] Re: Tiny Todolist RC2: New UI and major improvement

2019-07-26 Thread Mohammad
Hi Ilya! I never thought such amazing todo item :-) On Friday, July 26, 2019 at 10:43:16 PM UTC+4:30, ILYA wrote: > > Hi hOp3 and Mohammad, > > It looks like it is possible to create nested structures. Try pasting > following as one of the items > > ``` > <$macrocall $name="todolist-ui"

Re: [tw5] Re: Tiny Todolist RC2: New UI and major improvement

2019-07-26 Thread ILYA
Hi hOp3 and Mohammad, It looks like it is possible to create nested structures. Try pasting following as one of the items ``` <$macrocall $name="todolist-ui" caption="parent item" with="" base=<>/> ``` I wish there would be a way to implement button which converts the selected item to regular

[tw5] Re: Tiny Todolist RC2: New UI and major improvement

2019-07-18 Thread h0p3
Thank you! =) On Thursday, July 18, 2019 at 7:38:20 AM UTC-4, Mohammad wrote: > > Hi h0p3, > I have uploaded a special edition to support drag and drop for re > ordering items in todo list > > https://github.com/kookma/TW-Todolist/tree/master/draggable > > the index.html is a working demo and

[tw5] Re: Tiny Todolist RC2: New UI and major improvement

2019-07-18 Thread Mohammad
On Wednesday, July 17, 2019 at 1:57:56 AM UTC+4:30, passingby wrote: > > I just installed the plugin and embedded a Todolist instance in the left > sideBar(from Twaddle). Unfortunately, the Todolist seems to be wider and > its right edge goes behind the story river on the right. I have to set

[tw5] Re: Tiny Todolist RC2: New UI and major improvement

2019-07-18 Thread Mohammad
Hi h0p3, I have uploaded a special edition to support drag and drop for re ordering items in todo list https://github.com/kookma/TW-Todolist/tree/master/draggable the index.html is a working demo and the plugin is a tid file. Enjoy it! Cheers Mohammad On Wednesday, July 17, 2019 at

[tw5] Re: Tiny Todolist RC2: New UI and major improvement

2019-07-17 Thread Mohammad
Please have a look at much better alternative here http://j.d.todo.tiddlyspot.com/ -- 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: Tiny Todolist RC2: New UI and major improvement

2019-07-17 Thread h0p3
Thank you so much! That is very generous of you. I'm still coming to grips with how to plan and modify this tooling in my wiki. I don't know how far this change is going to go, but I am excited. Also, starred this project. On Wednesday, July 17, 2019 at 3:58:06 PM UTC-4, Watt wrote: > > Hi

[tw5] Re: Tiny Todolist RC2: New UI and major improvement

2019-07-17 Thread Watt
Hi hOp3 I have a rather long-winded method of showing 'tasks' selected by index date. It's not a calendar, more like a diary, but it may give you some ideas to work with. I'm absolutely sure there are more efficient ways to do this but I only started with data tiddlers recently and this evolved

[tw5] Re: Tiny Todolist RC2: New UI and major improvement

2019-07-17 Thread Mohammad
I am happy you found it useful! On Wednesday, July 17, 2019 at 10:48:03 PM UTC+4:30, h0p3 wrote: > > This is magnificent. It has all the functions I need, it just werx > intuitively, namespaces are a godsend, it doesn't show me more than I need, > and it fits my sidebar automagically. I

[tw5] Re: Tiny Todolist RC2: New UI and major improvement

2019-07-17 Thread h0p3
This is magnificent. It has all the functions I need, it just werx intuitively, namespaces are a godsend, it doesn't show me more than I need, and it fits my sidebar automagically. I finally have a reason to stop building my stupid TDLs by hand. This is another brilliant stunner you've built.

[tw5] Re: Tiny Todolist RC2: New UI and major improvement

2019-07-17 Thread Mohammad
On Wednesday, July 17, 2019 at 1:57:56 AM UTC+4:30, passingby wrote: > > I just installed the plugin and embedded a Todolist instance in the left > sideBar(from Twaddle). Unfortunately, the Todolist seems to be wider and > its right edge goes behind the story river on the right. I have to set

[tw5] Re: Tiny Todolist RC2: New UI and major improvement

2019-07-17 Thread Mohammad
Happy to hear that! Please send me if there is any issues --Mohammad On Wednesday, July 17, 2019 at 9:59:19 AM UTC+4:30, passingby wrote: > > Hi Mohammed, > > Noted all the points. > > I have put the TodoLIst in my main Sidebar(right side). Expanded the width > of the SideBar to 400 px. I have

[tw5] Re: Tiny Todolist RC2: New UI and major improvement

2019-07-17 Thread Mohammad
Tony! What makes to create different todolist is the base (e.g. the name space)! If you want to have all todo items at one place then use the same namespace! The good is you have all the todo items at one place the bad is you have all items in every tiddler have a todolist via viewtemplate!

[tw5] Re: Tiny Todolist RC2: New UI and major improvement

2019-07-17 Thread TonyM
Mohammad, FYI: I am using the todo list as follows in the view template (But also if it is a particular object-type field of tiddler) <$list filter="[{$:/config/wiki-mode}] -[[read-only]] -[[view]]" variable=null><> <> This works well, however I realised I need

[tw5] Re: Tiny Todolist RC2: New UI and major improvement

2019-07-16 Thread passingby
Tony, Wow, that's creative. I like the idea. On Tuesday, July 16, 2019 at 6:16:22 PM UTC-7, TonyM wrote: > > Mohammad, > > I have an application of this list you may be able to advise me on, or > perhaps it will need a minor enhancement to support it. > > I would like to introduce the todo list

[tw5] Re: Tiny Todolist RC2: New UI and major improvement

2019-07-16 Thread passingby
Hi Mohammed, Noted all the points. I have put the TodoLIst in my main Sidebar(right side). Expanded the width of the SideBar to 400 px. I have gotten rid of the LeftBar. Put everything in the Right SideBar. I was getting irritated with 2 bar on the page. Also I got rid of the Site Title, Sub

[tw5] Re: Tiny Todolist RC2: New UI and major improvement

2019-07-16 Thread TonyM
Mohammad This is difficult! The todo items are index/value pairs and the draggable > widget seems not work for them, but I welcome any suggestion by you or > other user have any solution for this! This is a great spin off idea which I can imagine how to do but it may be better as a core

[tw5] Re: Tiny Todolist RC2: New UI and major improvement

2019-07-16 Thread Mohammad
Hi Passinby On Wednesday, July 17, 2019 at 1:57:56 AM UTC+4:30, passingby wrote: > > I just installed the plugin and embedded a Todolist instance in the left > sideBar(from Twaddle). Unfortunately, the Todolist seems to be wider and > its right edge goes behind the story river on the right. I

[tw5] Re: Tiny Todolist RC2: New UI and major improvement

2019-07-16 Thread Mohammad
Hi Tony, This is a great use case! Thank you! So a viewtemplate like this created: 20190717032355377 modified: 20190717032832272 tags: $:/tags/ViewTemplate title: tempelate/todolist <$list filter="[all[current]tag[office]]"> <> Will add a todo list at the bottom of all tiddlers tagged with

[tw5] Re: Tiny Todolist RC2: New UI and major improvement

2019-07-16 Thread TonyM
Mohammad, I have an application of this list you may be able to advise me on, or perhaps it will need a minor enhancement to support it. I would like to introduce the todo list via the view template to all People and Office tiddlers in a solution I am building however I do not want any change

[tw5] Re: Tiny Todolist RC2: New UI and major improvement

2019-07-16 Thread passingby
I just installed the plugin into m left side floating menu bar (from Twaddle). and the todolist extends behind the story river on the right. I have to set the width of 350px to the leftbar in order for the buttons to be visible. Can the layout be made more fluid? Second suggestion: Can it be

[tw5] Re: Tiny Todolist RC2: New UI and major improvement

2019-07-16 Thread Mohammad
> > One small thing could simplify the UI even a tad more: The "check all"and > "uncheck all" buttons could be merged into one (by means of the a > revealwidget). > > Done! Check the new update. > <:-) > -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Tiny Todolist RC2: New UI and major improvement

2019-07-16 Thread Mohammad
Hi Mat! Many thanks! There is some explanation in Mechanism (plugin tiddler)! I use your great comment! I will merge the two buttons in the final release! I have also removed the created column! I understood most of people likes the very simple Todo list! --Mohammad On Tuesday, July 16, 2019

[tw5] Re: Tiny Todolist RC2: New UI and major improvement

2019-07-16 Thread passingby
I like the improvements. Its better not to have a table. And it looks great in the sidebar.  -- 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: Tiny Todolist RC2: New UI and major improvement

2019-07-16 Thread Mat
Very nice Mohammad! It makes me realize a "trap" that I would have fallen into had I made this; It feels self evident to me that every item should be a tiddler in these types of checklists. But your implementation makes me realize that, nope, of course they don't have to be and when they are

[tw5] Re: Tiny Todolist RC2: New UI and major improvement

2019-07-16 Thread Mohammad
On Tuesday, July 16, 2019 at 10:32:40 PM UTC+4:30, Mohammad wrote: > > *Announcement: Todolist Plugin* > > *Date: July 16, 2019* > *Release: 1.0 release candidate 2* > > Todolist now supports bulk operations to mark all items as done or undone. > You can also archive the completed items for

[tw5] Re: Tiny Todolist RC2: New UI and major improvement

2019-07-16 Thread Mohammad
Hi Jullio, I happy to hear that! Please send me your feedback --Cheers Mohammad On Tuesday, July 16, 2019 at 10:46:09 PM UTC+4:30, Julio Peña wrote: > > Hello there Mohammad, > > Wow...great stuff! > I've been looking for something simple like this to integrate into some of > my

[tw5] Re: Tiny Todolist RC2: New UI and major improvement

2019-07-16 Thread Julio Peña
Hello there Mohammad, Wow...great stuff! I've been looking for something simple like this to integrate into some of my Tiddlywikis. Thanks for sharing! Best regards, Julio On Tuesday, July 16, 2019 at 2:02:40 PM UTC-4, Mohammad wrote: > > *Announcement: Todolist Plugin* > > *Date: July 16,

[tw5] Re: Tiny Todolist RC2: New UI and major improvement

2019-07-16 Thread Mohammad
What is new in Todolist Pluging 1.0.0 RC 2 1. Create several todo lists in the same wiki, each todo uses a seprate namespace 2. Archive completed tasks (items) for future references! 3. Selectively remove items in archived tiddler 4. Empty the archive at once Layout 1. No