On Monday, June 20, 2016 at 5:23:49 AM UTC+2, Shay Shaked wrote: > > but when I click "add new field" as required, the previous one is *replaced. > *I want it to be added so I can add another recording. Is that possible? > I understand that I could have a list like that on the "parent" journal > tiddler itself because it will summon the audio tiddlers, of which I can > have five.. however, for sake of organization, I'd rather have only one > audio tiddler, with all of them. Is this possible? >
no ... TW is optimized for tiddlers as the smallest content container. You can tag your audio tiddlers and list them with the list-links macro: http://tiddlywiki.com/#list-links%20Macro%20(Examples) or the list-widget. > Then the next question is, is this even the recommended way to do so? > no ... see above. > Now the last and the most open ended question.. I just stumbled upon the > knowledge of creating a media tiddler that summons and *external *file > using a link. This is potentially very cool. Can I do the same for, say, > images, so the tiddler I write doesn't have the actual path but instead > calls for an "image" tiddler? > see: http://tiddlywiki.com/#ExternalImages and http://tiddlywiki.com/#Formatting%20text%20in%20TiddlyWiki:%5B%5BFormatting%20text%20in%20TiddlyWiki%5D%5D%20WikiText%20%5B%5BBlurry%20Lawn.jpg%5D%5D%20ExternalImages%20Audio%20%5B%5Blist-links%20Macro%20(Examples)%5D%5D There are several tiddlers related to external content ... and ... a general overview about TW wikitext, which may be interesting. > and, if that is the case, can I have a "media" tiddler of sorts that I can > summon into the parent tiddler? > transclusion is the key word here: http://tiddlywiki.com/#Transclusion%20Basic%20Usage > I am not sure how I could break up the images if they are all in one > tiddler, so it makes sense in the parent tiddler though (see, I told you > guys this might not make sense). I will try to illustrate again: > again one tiddler = one image. ... You'll find out, that this mechanism is so much more powerful. > Title: MEDIA TIDDLER > Some intro text in the "root" media tiddler <<list-links filter:"[tag[myImage]]">> > pic 1 > pic 2 > pic 3 > one tiddler per image and tag them "myImage" to list them in any other context. or use pic 1 > {{pic1.jpg}} > text.. bla bla.. > {{pic2.jpg}} bla bla bla.. > > > See the problem above? > yes. no problem :) > if I call that tiddler, it will throw in everything at once. Assuming, of > course, I can call more than one content piece, as indicated in question > 1... > The list links macro is a very simple implementation to get a list. ... If you need a different representation we can build them dynamically with the list-widget. have fun! mario -- 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/0f2e8f26-0fa7-46d7-b956-2bfed8fb0823%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

