What happens is that inside the JavaScript code [1] the terms
`PopcornClip` and `SoundCloudClip` are turned into HTML links:

`new soundcite.PopcornClip(el);` becomes `new soundcite.<a
class="tc-tiddlylink tc-tiddlylink-missing"
href="#PopcornClip">PopcornClip</a>(el);`

and

`new soundcite.SoundCloudClip(el);` becomes `new soundcite.<a
class="tc-tiddlylink tc-tiddlylink-missing"
href="#SoundCloudClip">SoundCloudClip</a>(el);`

[1]:
https://gitlab.com/fkohrt/tw5-soundcite/-/blob/7301edb0/macro.tid#L13-15

Am 10.06.20 um 21:34 schrieb TiddlyTweeter:
> Regarding CamelCase, is it blocking it? What is the issue?
> 
> On Wednesday, 10 June 2020 19:37:45 UTC+2, fkohrt wrote:
> 
>     I've assembled a small plugin that allows to embed inline audio
>     behind text.
> 
>     Demo:
>     https://fkohrt.gitlab.io/tw5-soundcite/#%24%3A%2Fplugins%2Ffk%2Fsoundcite
>     
> <https://fkohrt.gitlab.io/tw5-soundcite/#%24%3A%2Fplugins%2Ffk%2Fsoundcite>
> 
>     Code: https://gitlab.com/fkohrt/tw5-soundcite
>     <https://gitlab.com/fkohrt/tw5-soundcite>
> 
>     It uses the SoundCite library, the official website has a few more
>     advanced examples: http://soundcite.knightlab.com/
>     <http://soundcite.knightlab.com/>
> 
>     The implementation is rather dirty, making use of RawMarkup tags and
>     inline JavaScript and also doesn't work together with Camel Case Wiki
>     Links enabled. Still, there might be some nice use cases, so if you
>     build something cool with it, I'd be happy to see it!
> 
>     Feel free to use, share and contribute, the "code" (it's really not
>     that
>     much) is MIT licensed. And helpful feedback is also appreciated, as
>     it's
>     my first contribution to the TiddlyWiki universe...

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5de98776-7a78-1de5-3303-aad555b3bc60%40anche.no.

Reply via email to