I've currently got a personal TiddlyWiki set up that I use for
compiling notes and ideas related to my thesis. I take a lot of audio
notes and would like them to be directly accessible from the wiki. I
believe that this would be fairly straightforward if I always accessed
the wiki locally (I'd just insert links to the relevant local files).
However, I also have a copy of the wiki online that I sync with the
local one using LoadTiddlers and UploadPlugin (it works beautifully
and I can even access and edit it from my iPhone).

My idea is to upload the audio files I want to access to a server so
that they're accessible online too. Then I'd need a macro so that the
links to the audio files would point to the local files if the wiki
was accessed locally, and to the online files if it was accessed
online. I imagine I'd type something like

[Audio file|<<linkMacro>>file.mp3]

and this would turn into
/home/meta/audio/file.mp3
in thel local version

or
http://www.server.com/file.mp3

in the online version.

Does anything like this exist? Would it be hard to code? (I haven't
tried getting into the the inner workings of TiddlyWiki yet but I'm
comfortable with Javascript/jQuery)

Any pointers are appreciated.

Cheers,
Meta

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to