Can you describe your solution in more detail? Perhaps share the setup? I think this will be interesting to many people.
w On Aug 26, 10:43 pm, skye riquelme <[email protected]> wrote: > Hi All > > Actually I finally resolved my problem...... the bookmarklet code now reads > - > > javascript:void(window.open('http://mydomain/bookmarking/en.html#txtFonte:[['+location.href+']]%20txtTitle:[['+document.title+']]%20txtDominio:[['+window.location.hostname+']] > %20txtCitado:[['+window.getSelection()+']]','','width=400,height=400,toolbar=yes,titlebar=yes')); > > Note that the javascript starts with void(.......)...seems that makes all > the difference!!!! > > The target of this script is a very simple TW sitting on my server. The TW > is "armed" with UploadPlugin and UploadTiddlerPlugin (and therefor > PasswordPlugin as well) from BidiXTW........ works great....for me!! > > Thanks > Skye > > Em domingo, 26 de agosto de 2012 16h22min24s UTC-3, whatever escreveu: > > > > > > > > > > > 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/342ded... > > > 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+']]<http://mydomain.org/bookmarking/marking.html#txtFonte:[[%27+address+%27]]%20txtTitle:[[%27+title+%27]]>','','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.

