Hi Danielo Now I see that the canonical uri field can be used to point to external > files that got rendered into the TW tiddler body, I want to point to some > source code files. > > But, I am not getting any success. The way I'm doing it is using relative > paths > > _canonical_uri: ../../Dropbox/somewhere/file.js > > I am using node.js version, maybe that is the problem? Should I use the > standalone edition instead? >
If a relative URI is provided, then it will be taken as relative to the URI of the TiddlyWiki HTML file. Presumably in your case that's http://127.0.0.1/index.html, in which case the given relative URL won't work. To get this arrangement working we'd need to get the core serving static files, as discussed here: https://github.com/Jermolene/TiddlyWiki5/issues/1148 I have to say that I find the name of the field hard to type. I remember a > pull request to add a drop-down with common fields, was it merged? > Yes, see the attached illustration. Best wishes Jeremy. > > Regards. > > -- > 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 http://groups.google.com/group/tiddlywiki. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/535e465a-dd0f-4163-a541-3fdc4cbdcec4%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/535e465a-dd0f-4163-a541-3fdc4cbdcec4%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- 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 http://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAPKKYJYa-8jysMdy%2BCRGbnNkxHZEAkHCDG_Bx5S-zp%2BUo5QBuA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

