[tw5] Re: Timeline in Tiddlywiki

2019-08-01 Thread Mohammad
Thanks Joshua, I am working on this to develop a plugin! I will publish a beta soon! Also thank you for sharing the Prezi sample! It is a dynamic timeline! > > --Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Re: Timeline in Tiddlywiki

2019-07-31 Thread Joshua Fontany
This is really good work Mohammad! I can see from the many example Styles that this can be a very powerful presentation tool. For example, nearly every fictional universe has a time-line of events that the readers/players have to become familiar with. This plugin would be a great way to

[tw5] Re: Timeline in Tiddlywiki

2019-07-28 Thread Sapphireslinger
Mohammad, it would definitely be interesting as a journal! Your timeline reminds me of the Universum diary (Google Play store) which I was using before Stories (Google Play store) which I was using before I discovered I could get TiddlyWiki working on my phone a month or so ago. Only your

[tw5] Re: Timeline in Tiddlywiki

2019-07-28 Thread TonyM
Mohammad, Thanks for that <$list filter="[search:title[Tid0]]" template="my-list-template"/> and inside the template wrapping it with the item class has no ill effect when not using timeline01, so basically I am only making use of your stylesheet. I did create the following macro \define

[tw5] Re: Timeline in Tiddlywiki

2019-07-28 Thread Mohammad
Thanks Riz, I am happy you fount it useful! --Mohammad On Sunday, July 28, 2019 at 8:21:33 AM UTC+4:30, Riz wrote: > > Stunning!! Well done Mohammed! -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: Timeline in Tiddlywiki

2019-07-28 Thread Mohammad
Tony, It is possible. Remember how toc-menu is used <> Then you have to use something like this <$list filter="[tag[xx]]" template="my-list-template"/> Where your my-list-template is as below __<$link to={{!!title}}> <$view field="title"/> __ {{||$:/core/ui/ViewTemplate/subtitle}}

[tw5] Re: Timeline in Tiddlywiki

2019-07-27 Thread TonyM
Mohammad, Thanks for that. It appears not so easy to use for my special case as I want. Rather than call it with a tag, and have it iterate with [tag[$myTag$]] I wanted to use the list widget like this; <$list filter="any filter" template=list-template> Such that for each tiddler it applies

[tw5] Re: Timeline in Tiddlywiki

2019-07-27 Thread Riz
Stunning!! Well done Mohammed! -- 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

[tw5] Re: Timeline in Tiddlywiki

2019-07-27 Thread Mohammad
This is how it looks like [image: timeline01.png] -- 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

[tw5] Re: Timeline in Tiddlywiki

2019-07-27 Thread Mohammad
One place I like to use this to show the changelog of plugins during development period Other cases are my Journals, where it needs a little tweaking! On Sunday, July 28, 2019 at 7:47:24 AM UTC+4:30, Mohammad wrote: > > Hi Tony! > See attached the code including macro/stylesheet and demo for

[tw5] Re: Timeline in Tiddlywiki

2019-07-27 Thread Mohammad
Hi Tony! See attached the code including macro/stylesheet and demo for timeline01. Simply drag and drop on https://tiddlywiki.com to see how it works! --Mohammad On Sunday, July 28, 2019 at 4:44:33 AM UTC+4:30, TonyM wrote: > > Mohammad, > > Could you share your wiki text and css for this

[tw5] Re: Timeline in Tiddlywiki

2019-07-27 Thread TonyM
Mohammad, Could you share your wiki text and css for this with me, even if not yet for publication so I can demonstrate my idea? Regards Tony On Sunday, 28 July 2019 05:47:27 UTC+10, Mohammad wrote: > > Hi Tony! > That's a good idea! So, if I understand correctly you suggest to have a >

[tw5] Re: Timeline in Tiddlywiki

2019-07-27 Thread TonyM
Actualy I can take this even further. I will get back to you Tony -- 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

[tw5] Re: Timeline in Tiddlywiki

2019-07-27 Thread TonyM
Mohammad Almost. The list widget has a template parameter. You could create a template that formats whatever the content of the list widget as per your design. Now you create a list timeline or any other list that uses your list template. I can create another list template and we can all

[tw5] Re: Timeline in Tiddlywiki

2019-07-27 Thread Mohammad
Hi Tony! That's a good idea! So, if I understand correctly you suggest to have a template to format the output of list! and then one template could be a timeline! --Mohammad On Sunday, July 28, 2019 at 12:07:40 AM UTC+4:30, TonyM wrote: > > Mohammad, > > I think if you generalise it more as a

[tw5] Re: Timeline in Tiddlywiki

2019-07-27 Thread Mohammad
Thanks Josiah and Joshua, This actually can be used for any filter, but my preferences is tags! This is an idea now and I was asking if it is useful for TW or not! It uses pure CSS and TW script. --Mohammad On Saturday, July 27, 2019 at 11:28:02 PM UTC+4:30, @TiddlyTweeter wrote: > > Mohammad

[tw5] Re: Timeline in Tiddlywiki

2019-07-27 Thread TonyM
Sorry I missed the odd numbers on the mobile. I would use this format for a general audience. We need a pallet of better designed listing formats since lists is a tw strength. Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Timeline in Tiddlywiki

2019-07-27 Thread TonyM
Mohammad, I think if you generalise it more as a way to list things with custom css it would be of greater value than simply as a timeline. Perhaps others will be inspired to provide similar designer lists, or list interesting content. I am not sure I would use the example for other than

[tw5] Re: Timeline in Tiddlywiki

2019-07-27 Thread Joshua Fontany
Very good design. Mahalo (thanks) for sharing! Best, Josh F On Saturday, July 27, 2019 at 11:58:02 AM UTC-7, @TiddlyTweeter wrote: > > Mohammad wrote: >> >> >> Is there any interest in that? >> >> Look, this is created using $list widget with pure CSS. Each part in >> timeline is a transcluded

[tw5] Re: Timeline in Tiddlywiki

2019-07-27 Thread @TiddlyTweeter
Mohammad wrote: > > > Is there any interest in that? > > Look, this is created using $list widget with pure CSS. Each part in > timeline is a transcluded tiddler using some template! > Its visually very striking. I like the look of it. Could it be user for Tiddlers other than Journal entries?

[tw5] Re: Timeline in Tiddlywiki

2019-07-27 Thread Mohammad
Note this is different from timeline macro in TW! This can be customized in many ways! BUT the own TW macro can be used also with some modification! --Mohammad On Saturday, July 27, 2019 at 9:38:20 PM UTC+4:30, Mohammad wrote: > > While having Journal in Tiddlywiki and then one can display them