Hi!

Are you using a server-side solution for your setup (TiddlyWeb,
TiddlySpace...) or a normal TW on a net-share? I tried getting
BookmarksPlugin (1) to work with TiddlyWeb, but I couldn't quite make
it work (2).

(1) http://bookmarksplugin.tiddlyspace.com/
(2) 
http://groups.google.com/group/tiddlywiki/browse_thread/thread/342ded74e628a5c4/3f274e1edbb1fc9b

w

On Aug 24, 9:20 pm, skye riquelme <[email protected]> wrote:
> Hi All,
>
> I am a great fan of TiddlySnip, but have difficulties in having it store my
> favoriites to an on-line TW (in principle this is possible using
> UploadPlugin.... recently that cant be done from a local TW to an onçine
> TW). So, I have started playing with an alternative. What I have to date is
> a bit o javascript in a bookmerklet that passes the selected url and title
> to a TW on my server.........so far so good. Its working and storing my
> references on-line....
>
> My code is siimply -
> javaascript:var%20address=location.href;var%20title=document.title;window.open('http://mydomain.org/bookmarking/marking.html#txtFonte:[['+address+']]%20txtTitle:[['+title+']]','','width=300,height=400,toolbar=yes,titlebar=yes');
>
> The only problem is that when I hit the bookmarklet from a selected
> page..... a new window opens....AND the selected page goes blanck and gives
> the message "[object Window]".....after confirming the save in the new
> window....I can backup to the original page........ but thats rather
> annoying. Why is this code opening a new window AND passing this message to
> the open page...and how to stop this happening?
>
> Thanks in advance
> Skye

-- 
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