Hi Steve

On Thu, Jan 30, 2014 at 9:18 AM, cangaroo joe <[email protected]> wrote:

> Using the
> <a href="Useful_apps_websites.html" class="tw-interwiki-link">Open my
> wiki</a> in TiddlyDesktop in Windows doesn't work as expected. Clicking on
> the newly created link TiddlyDesktop opens a new window with the title
> "host.html" with a blank screen and freezes all opened TW files. Can't
> close the "host.html" window. The href path is correct without spaces.
>

The issue is that the pathname you've given in the <a> element is taken to
be relative to a folder inside the TiddlyDesktop app. It would be more
useful if the path was taken relative to the location of the TW file. In
the meantime, you can use an absolute link:

<a href="file://localhost/Users/me/mywikis/empty.html"
class="tw-interwiki-link">my link</a>

I've created a couple of issues:

https://github.com/Jermolene/TiddlyDesktop/issues/9
https://github.com/Jermolene/TiddlyDesktop/issues/10

Best wishes

Jeremy.



>  --
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to