With images you're not stuck with making individual tiddlers. You can just use [img[./external/image.jpg]] to access them. But better, I use a modified version of Tobias Beer's <ximg> set of macros so that I can change the base path of images depending on what platform I am on. This way I can use a different path, for instance, on an android device than what I use on a desktop. (on the android images might need to be separated from the TW's to save space on the main memory card, for instance.). If you try using TW on node.js, you quickly discover that node.js doesn't serve up images. You can run a separate server, or call a long path to your files, but then all your paths have to be changed.
http://tobibeer.github.io/tb5/#External%20Image%20Path The main difference I have in my setup, is that I've made a drop-down list of directory names to change them out quickly. I haven't looked at audio before. I wonder why the audio/mp3 format isn't included in the drop-down list? Mark On Tuesday, June 21, 2016 at 4:03:14 AM UTC-7, Shay Shaked wrote: > > PMario, > > thank you for all the links. I have to carefully ready through the > examples to understand what's going on there. So you're saying, I should go > ahead and create the five audio tiddlers (that point to an external file) > and then just display them in a list in another tiddler. This can work. I > guess my concern is that I will end up having a bunch of these tiddlers > that contain nothing but a single piece of media (be it audio, photo or a > video) with no organization... which of course, is simple to fix with tags. > just seems like there's a lot of work to do there. Hmmmm. > > On Monday, June 20, 2016 at 9:06:17 AM UTC-4, PMario wrote: >> >> 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 a closer look about tagging. >> http://tiddlywiki.com/#Tagging:Tagging%20%5B%5BWorking%20with%20TiddlyWiki%5D%5D >> >> It's a key feature of TW. >> >> 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/99a0a72c-f0f1-40fd-bc07-b056265fe002%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

