--
You received this message because you are subscribed to the
"Yojimbo Talk" discussion group on Google Groups.
To post to this group, send email to yojimb...@googlegroups.com
To unsubscribe from this group, send email to
yojimbo-talk...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/yojimbo-talk?hl=en
If you have a feature request or would like to report a problem,
please email "sup...@barebones.com" rather than posting to the group.
---
You received this message because you are subscribed to the Google Groups "Yojimbo Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to yojimbo-talk...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
>So basically, nobody's lost >anything they once had in >Yojimbo. It s
Entirely untrue. The whole reason I and many others bought Yojimbo was Mac to Mac sync. Yojimbo was the reason I was willing to pay $99/yr for Mobile Me. That functionality is gone.
I've made my peace with Yojimbo and moved to Evernote and Last Pass for new data. I'm only hanging around this list until I complete my migration for existing Yojimbo data. (working on a script to facilitate migration that addresses some of the issues with current export scripts)
Cheers, Rhet
Seth,FYI: Yojimbo used to sync between multiple copies of Yojimbo on multiple Mac even with multiple OS versions�� �This feature died last year June with the death of MobileMe which was the sync mechanism�..Terry
Well I stand corrected, in that case. At home I've been using only a single computer for many years now, so I've only done Mac-to-iPad syncing. And I've not synced to any of my work computers because the firewall is pretty strict about what it lets through.
To make up for this, here's my Yojimbo-launching AppleScript:
launch application "Yojimbo"
delay 5
tell application "Yojimbo"
quit
end tell
delay 20
launch application "Yojimbo"
delay 4
-- hide Yojimbo
tell application "System Events"
set visible of process "Yojimbo" to false
end tell
I have this saved as an AppleScript application and I put it in my startup items. What it does is launch Yojimbo, quits it, and then relaunches it. I do this because if I just have the Yojimbo app itself in my startup items the Drop Dock never opens, and I eventually got tired of quitting and relaunching Yojimbo, or more often forgetting to do that and then being annoyed when I had to do it manually the first time I wanted to drag a bookmark there after every single bootup. I don't mind doing something once in a while, but by the time you've done it for the thousandth time you just want it to be automated somehow. Note that the delays are in seconds, and that if you have a faster computer than I do you may be able to shorten up those times.
Seth
Seth,FYI: Yojimbo used to sync between multiple copies of Yojimbo on multiple Mac even with multiple OS versions…… This feature died last year June with the death of MobileMe which was the sync mechanism…..Terry