How include a CDN link?

72 views
Skip to first unread message

Mat

unread,
Feb 6, 2017, 5:58:29 PM2/6/17
to TiddlyWikiDev
How/where can I include a link like

<link rel="stylesheet" href="/lib/w3.css">

In other words, how do I via TW access the html head because that's where it has to be, right?

This option to include e.g css frameworks seems totally unexplored in TW.

<:-)

Arlen Beiler

unread,
Feb 6, 2017, 6:09:06 PM2/6/17
to tiddlywikidev
Use the tag $:/tags/RawMarkup

--
You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywikidev+unsubscribe@googlegroups.com.
To post to this group, send email to tiddly...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/951d697e-c43a-40c9-b7fb-1cd23a3b56f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Mat

unread,
Feb 14, 2017, 5:15:51 PM2/14/17
to TiddlyWikiDev
Thanks Arlen - but actually I find this doesn't work

tags: $:/tags/RawMarkup
text: <link rel="stylesheet" href="https://unpkg.com/blaze">

However, I do get this to work

tags: $:/tags/PageTemplate
text: <link rel="stylesheet" href="https://unpkg.com/blaze">

Anything inappropriate to set things as pagetemplate when we want them "permanently active" (and they don't generate anything visible)?

I was actually expecting that $:/tags/Macro would work as a kind of tag for "permanently active", but no.

<:-)




On Tuesday, February 7, 2017 at 12:09:06 AM UTC+1, Arlen Beiler wrote:
Use the tag $:/tags/RawMarkup
On Feb 6, 2017 17:58, "Mat" <matia...@gmail.com> wrote:
How/where can I include a link like

<link rel="stylesheet" href="/lib/w3.css">

In other words, how do I via TW access the html head because that's where it has to be, right?

This option to include e.g css frameworks seems totally unexplored in TW.

<:-)

--
You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywikide...@googlegroups.com.

Jeremy Ruston

unread,
Feb 14, 2017, 5:27:30 PM2/14/17
to tiddly...@googlegroups.com
Hi Mat

You need to reload the wiki after changing any raw markup tiddlers.

Best wishes

Mat

unread,
Feb 14, 2017, 6:01:51 PM2/14/17
to TiddlyWikiDev

You need to reload the wiki after changing any raw markup tiddlers.

Aha! Thanks!
(I just made a PR to the docs.)

<:-)
Reply all
Reply to author
Forward
0 new messages