Yes I know how to do this in a tab, but I want to write it in one 
page(tiddler) as some sort of drop down list. Instead of having the list 
visible I want to be able to click for example Season 1 then a list opens 
down listing the episodes, if that makes sense.

On Wednesday, April 12, 2017 at 12:08:31 AM UTC-4, Mark S. wrote:
>
> For your second part, consider the TOC macro (
> http://tiddlywiki.com/#Table-of-Contents%20Macros). It has many options.
>
> Then have the tiddlers form a tag tree. You might structure your data like 
> this:
>
> Tiddler 1:
> title: Season 1
> tag: Root
>
> Tiddler 2:
> title: Season 1 - Episode 1
> tag: Season 1
>
> Tiddler 3:
> title: Season 1 - Episode 2
> tag: Season 1
>
> Tiddler 4:
> title: Season 2
> tag: Root
>
> Tiddler 5:
> title: Season 2 - Episode 1
> tag: Season 2
>
> Tiddler 6:
> title: Season 2 - Episode 2
> tag: Season 2
>
> ... etc. ...
>
> When creating episodes based on a particular season, the "New Here" button 
> can be used to create an episode tiddler already tagged with that season.
>
> HTH
> Mark
>
>
> On Tuesday, April 11, 2017 at 3:34:34 PM UTC-7, Random United wrote:
>>
>> Hello there,
>>
>> I'm trying to create a database of some sort about movies and tv shows I 
>> watched, also trying to have data for each movie/tv show like a description 
>> of the movie, year release, genre, rating, etc. Is there anyway of doing 
>> that? For example if i want to search for a movie, i would search it by the 
>> year instead of just the name. Is that possible? Is it even possible to 
>> create a database in general?
>>
>> Also is it possible to have something like this work:
>> +Season 1 (Not expanded)
>> -Season 1 (expanded)
>> Ep 1
>> Ep 2
>>
>> +Seaon 2
>> -Season 2
>> Ep 1
>> Ep 2
>>
>> You click the text to expand. If it's possible, what would be the code?
>>
>>
>> Any help would be appreciated.
>> [New to tiddlywiki and don't know much about coding]
>>
>>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a9003ff4-59f0-40f5-ac69-bdaae91d9640%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to