[tw] Re: Database of some sort.

2017-04-14 Thread Douglas Counts
Hello Random, On Tuesday, April 11, 2017 at 5:34:34 PM UTC-5, Random United wrote: > > 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

[tw] Re: Database of some sort.

2017-04-12 Thread Random United
I will look into it. Thank you Mark. Random On Wednesday, April 12, 2017 at 9:02:15 AM UTC-4, Mark S. wrote: > Isn't that what the toc-expandable version of the TOC macro does? > > Good luck, > Mark > > On Tuesday, April 11, 2017 at 9:36:24 PM UTC-7, Random United wrote: > > Yes I know how to

[tw] Re: Database of some sort.

2017-04-12 Thread Random United
Thank you I will look into it. Random On Wednesday, April 12, 2017 at 5:33:05 AM UTC-4, Mat wrote: > On Wednesday, April 12, 2017 at 6:36:24 AM UTC+2, Random United wrote: > 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.

[tw] Re: Database of some sort.

2017-04-12 Thread 'Mark S.' via TiddlyWiki
Isn't that what the toc-expandable version of the TOC macro does? Good luck, Mark On Tuesday, April 11, 2017 at 9:36:24 PM UTC-7, Random United wrote: > > 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

[tw] Re: Database of some sort.

2017-04-12 Thread Mat
> > On Wednesday, April 12, 2017 at 6:36:24 AM UTC+2, Random United wrote: > 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

[tw] Re: Database of some sort.

2017-04-11 Thread Random United
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

[tw] Re: Database of some sort.

2017-04-11 Thread 'Mark S.' via TiddlyWiki
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

[tw] Re: Database of some sort.

2017-04-11 Thread Random United
Yeah I figured I would have to do it like that. Much appreciated, Random On Tuesday, April 11, 2017 at 7:00:39 PM UTC-4, Mark S. wrote: > You can structure your set-up however you want. However, there is no > optimized indexing in TW5 as in DBF or SQL systems. This means that things > will

[tw] Re: Database of some sort.

2017-04-11 Thread 'Mark S.' via TiddlyWiki
You can structure your set-up however you want. However, there is no optimized indexing in TW5 as in DBF or SQL systems. This means that things will slow down as you scale up. But unless you have many thousands of entries you probably won't notice. c pa has an overview of one approach to