Re: PDF Menu shortcut

2008-05-17 Thread Patrick Gilmour
Yep. Plus the Yojimbo PDF Service is an alias to the application, not  
a script. Dunno if that makes a difference.


Probably an Apple thing, but it would be nice to see Barebones kludge  
to make it work.




On May 17, 2008, at 9:00 AM, Paul Richardson wrote:



On 2008-05-15, at 18:48, Patrick Gilmour wrote:

I recently read this article on setting keyboard shortcuts for the  
PDF button in the Print dialog...


http://www.macosxhints.com/article.php?story=20071024183248220

I'm running 10.5.2 and am trying to get this to work with Yojimbo  
but to no avail. It does assign the shortcut to the menu (it is  
visible) but pressing the key command does nothing.


Has anyone else had more luck?





Works here. Great tip, thanks!


... But it's very flaky. I'm not sure if it only works with certain  
key combinations - I'm having most success with command-control-Y -  
but it's very temperamental, sometimes it works, sometimes nothing  
happens.


I don't think it's Yojimbo though - the same applies for shortcuts  
for other services below the separator.


Paul




--
--
This message is sent to you because you are subscribed to
the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  <http://www.listsearch.com/yojimbotalk.lasso>
Have a feature request, or not sure if the software's  
workingcorrectly? Please send mail to: <[EMAIL PROTECTED]>



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  <http://www.listsearch.com/yojimbotalk.lasso>
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>


PDF Menu shortcut

2008-05-15 Thread Patrick Gilmour

Hi,

I recently read this article on setting keyboard shortcuts for the PDF  
button in the Print dialog...


http://www.macosxhints.com/article.php?story=20071024183248220

I'm running 10.5.2 and am trying to get this to work with Yojimbo but  
to no avail. It does assign the shortcut to the menu (it is visible)  
but pressing the key command does nothing.


Has anyone else had more luck?

Pat


--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>


Re: Easy annotate and save PDF in Yojimbo

2008-04-14 Thread Patrick Gilmour

Hi Krzysztof,

I uses the same method as you do - and feel the same need!!

Pat



On Apr 14, 2008, at 1:36 PM, Krzysztof Maj wrote:

Hi everybody,
just a simple question. I have PDF file inside the Yojimbo. I would  
like to annotate/rotate it and save it once again into Yojimbo  
database. How to do it? Now I have to open this file in Preview, do  
all my changes, save the file to the hard disk and import this file  
once again into Yojimbo. Now I have duplicate and I need to delete  
the old one file from the Yojimbo database. Even if I use Print- 
>Save as PDF in Yojimbo" option from the Preview I will get  
duplicate inside the Yojimbo database.


I think it's irritating process just a bit and take a long time.  
Maybe someone can suggest something to make it easier?


Thanks a lot in advance,

All the best,
--
Krzysztof Maj, JNCIP-M/T
 I'm a [EMAIL PROTECTED], are you still a PC?


--
--
This message is sent to you because you are subscribed to
the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working
correctly? Please send mail to: <[EMAIL PROTECTED]>



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working
correctly? Please send mail to: <[EMAIL PROTECTED]>


Cycle through Search criteria

2008-04-09 Thread Patrick Gilmour
I have a very small feature request for Yojimbo that I suspect would  
be quite popular. Just this:


When I hit F3 in any application it takes me to the Yojimbo search  
field.


WIth that field active I want to be able to use the up and down arrow  
keys to cycle through: All, Comments, Contents, Label, Name, Tag so I  
can refine my search without using the mouse.


Anyone who uses Butler will have seen this. Or Firefox (using Alt 
+Arrow on the Search bar - in Beta 3 at least)


Maybe this is already possible through another method. If it is, could  
someone please post it?


Would anyone else find this useful?

Pat


--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>


Re: Applescript: Get text contents of text note

2008-01-27 Thread Patrick Gilmour

Jim,

Thanks for pointing me to that - very comprehensive.

If I ever finish cobbling together this current script I'll post it  
here. I'm exporting a list of text items (with carriage returns in the  
text) as a .csv file to print, repurpose etc.


Cheers,

Pat




On Jan 25, 2008, at 11:05 PM, Jim Correia wrote:


On Jan 25, 2008, at 9:14 PM, Patrick Gilmour wrote:

I expect what I'm trying to do is very simple - I want to get the  
text contents of a text note into an AppleScript variable. When I  
use the following code, however, it gives me the note id and not  
the text stored in it.


set theDef to contents of item i of myTargets
(* where myTargets is a list of items *)

I guess it's protecting me from trying to get rich text into a text  
string. So is there some way of doing this? I just need the text  
from the note in the variable.


Rather than repeat myself :-)...

http://www.listsearch.com/Yojimbo/Message/index.lasso?3638

Jim


--
--
This message is sent to you because you are subscribed to
the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  <http://www.listsearch.com/yojimbotalk.lasso>
Have a feature request, or not sure if the software's  
workingcorrectly? Please send mail to: <[EMAIL PROTECTED]>



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  <http://www.listsearch.com/yojimbotalk.lasso>
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>


Applescript: Get text contents of text note

2008-01-25 Thread Patrick Gilmour

Hi,

I expect what I'm trying to do is very simple - I want to get the text  
contents of a text note into an AppleScript variable. When I use the  
following code, however, it gives me the note id and not the text  
stored in it.


set theDef to contents of item i of myTargets
(* where myTargets is a list of items *)

I guess it's protecting me from trying to get rich text into a text  
string. So is there some way of doing this? I just need the text from  
the note in the variable.


Thanks,

Pat



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>


Re: Restricting Spotlight to search only Yojimbo items

2007-12-05 Thread Patrick Gilmour
Looks interesting. I'm still going to need Quicksilver though because  
of its interarchy etc. plug-ins!



On Dec 5, 2007, at 8:00 PM, Robert DeLaurentis wrote:



On Dec 5, 2007, at 4:29 PM, Patrick Gilmour wrote:

Now all i need to do is find a quick way to get that into the  
Spotlight search box!!


I created a TextExpander snippet that inserts "kind:yojimbo item" by  
typing "ys "


Works like a charm. Four keystrokes and a search term.

I have dropped QuickSilver for TextExpander and Spotlight in  
Leopard. For my uses, it works great.


b

--
--
This message is sent to you because you are subscribed to
the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  <http://www.listsearch.com/yojimbotalk.lasso>
Have a feature request, or not sure if the software's  
workingcorrectly? Please send mail to: <[EMAIL PROTECTED]>



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  <http://www.listsearch.com/yojimbotalk.lasso>
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>


Re: Restricting Spotlight to search only Yojimbo items

2007-12-05 Thread Patrick Gilmour
Great. Thanks Kenneth. Now all i need to do is find a quick way to get  
that into the Spotlight search box!!


Pat



On Dec 5, 2007, at 4:51 PM, Kenneth Kirksey wrote:



On Dec 5, 2007, at 4:27 PM, Patrick Gilmour wrote:

Now that Spotlight is so fast with Yojimbo (especially on 10.5),  
I'll be using it a lot. But if I want to do a search of Yojimbo  
items only is this possible?


append "kind:yojimbo item" (without the quotes) to your spotlight  
Search.


FYI, you can search on Yojimbo tags by using the keyword specifier.  
e.g.


  keyword:mytag kind:yojimbo item



--
--
This message is sent to you because you are subscribed to
the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  <http://www.listsearch.com/yojimbotalk.lasso>
Have a feature request, or not sure if the software's  
workingcorrectly? Please send mail to: <[EMAIL PROTECTED]>



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  <http://www.listsearch.com/yojimbotalk.lasso>
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>


Restricting Spotlight to search only Yojimbo items

2007-12-05 Thread Patrick Gilmour

Hi,

Now that Spotlight is so fast with Yojimbo (especially on 10.5), I'll  
be using it a lot. But if I want to do a search of Yojimbo items only  
is this possible?


Something like typing +yo mySearchTerm

Cheers,

Pat



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>


Re: Leopard update feasible?

2007-12-04 Thread Patrick Gilmour

A few minor ones here:
Some AppleScripts don't work
Tabbing between fields seems erratic at times.
But otherwise, all good including .Mac syncing
That said, a new version with new features would still be welcome.



On Dec 4, 2007, at 2:52 PM, Jeff Berg wrote:


No problems with Yojimbo and Leopard here either.

--  
--

This message is sent to you because you are subscribed to
the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working  
correctly? Please send mail to: <[EMAIL PROTECTED]>



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>


Re: SyncTogether? Another option...

2007-12-02 Thread Patrick Gilmour

OK. My misunderstanding

Pat


On Dec 1, 2007, at 11:03 AM, Jan Pieter Kunst wrote:


2007/12/1, Patrick Gilmour <[EMAIL PROTECTED]>:

[rsync]

I know about rsync; I use it at work to copy PHP files from my
development machine to the production server.

The essential thing about the syncing done with .Mac and Synctogether
is that it happens at the 'record' level rather than the file level
(Address Book cards, iCal entries, Yojimbo items). As Sebastian said,
rsync, being file-based, is not the right solution here.

JP

--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  <http://www.listsearch.com/yojimbotalk.lasso>
Have a feature request, or not sure if the software's working
correctly? Please send mail to: <[EMAIL PROTECTED]>



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  <http://www.listsearch.com/yojimbotalk.lasso>
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>


Re: SyncTogether? Another option...

2007-12-01 Thread Patrick Gilmour
I tried lots of sync/backup apps, got bored with the constant errors,  
followed the advice given to me on this board, and started using rsync  
(a UNIX utility that ships pre-installed on your Mac). I haven't  
looked back. It is incredibly reliable and solid, amazingingly fast,  
can back up across the internet via SSH (again, very fast) and is not  
that difficult to understand. You can even wrap the commands up in an  
AppleScript doscript so you don't need to tinker in the terminal.


Here's an example. I'm no expert but this works for me. Other more  
experienced users might want to chime in.




You have a folder on your Desktop test1 that you want to Backup to  
another folder on your Desktop test2 (just an example!!)



Open Terminal

	Type the below (this will move the whole Folder test1 into test2 and  
show you what's happening in the Terminal):


	rsync -avz /Users/yourUserName/Desktop/test1\ /Users/yourUserName/ 
Desktop/test2



	If you want it to Delete any files that are in the Destination that  
are not in the source, add --delete:


	rsync -avz --delete /Users/yourUserName/Desktop/test1\ /Users/ 
yourUserName/Desktop/test2



	If you want to build a list of Excluded files and folders, create a  
file with the items listed in it each on a single line, then add this  
(I've put mine on the Desktop again for this example and called the  
file: "rync_excludes"):


	rsync -avz --delete --exclude-from=/Users/yourUserName/Desktop/ 
rync_excludes /Users/yourUserName/Desktop/test1   /Users/yourUserName/ 
Desktop/test2





Oh yeah, I forgot to mention one other thing - it's free!

Pat




On Dec 1, 2007, at 8:34 AM, Jan Pieter Kunst wrote:


2007/11/30, David Morton <[EMAIL PROTECTED]>:

On Nov 26, 2007 12:14 PM, TjL <[EMAIL PROTECTED]> wrote:

I'm looking at SyncTogether for LAN syncing of Yojimbo


I bought it the day it was launched - before there was a trial  
version

- and it has never worked.

Every attempt at sync ends with a crash. Sometimes it just quits,
other times I get this error message:
http://homepage.mac.com/dhmorton/images/synctogether.jpg
which doesn't really inspire confidence in the code.


That's a pretty disturbing error message.

For me SyncTogether works as advertised without problems (in 10.4).

JP

--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working
correctly? Please send mail to: <[EMAIL PROTECTED]>



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>


Re: Code Coloring & Indenting in YJ

2007-11-08 Thread Patrick Gilmour

Thanks for the reply Steve.

I found some of the code collector app's (Code Collector,  
Schnippselchen etc.) but I think I'll just stick with Yojimbo. It's  
too much hassle to run another app just for a bit of color and it'll  
be easy (I imagine) to tell Yojimbo to send the window contents to the  
cursor in BBEdit.


I would use BBEdit the way you do, but there's no tagging support and  
now that I'm dumping nested folders wherever I can (thank you Patrick  
W! I was wrong!) I think Yojimbo's the best option.





On Nov 7, 2007, at 5:38 PM, Steve Kalkwarf wrote:


I guess that's no then!

Any suggestions on what to use as an alternative searchable place  
to store HTML/CSS/Javascript/PHP code?


There isn't much likelihood of us adding syntax coloring to Yojimbo:  
it's too specific of a problem.


If you really want to stick with Yojimbo for storage, there are a  
couple choices which come to mind:


"print" the page to Yojimbo from your preferred editor/viewer;
use Xcode, and copy the colored text. If you have the appropriate  
setting in Font & Colors, you should get styled text in your pastes,  
and the Quick Input window.


Otherwise, I saw a code collector app somewhere which has an  
incredibly similar interface to Yojimbo.


Personally, I keep all my stuff in a folder, and use BBEdit's search  
and disk browser to access it.



--
--
This message is sent to you because you are subscribed to
the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working
correctly? Please send mail to: <[EMAIL PROTECTED]>



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>


Re: Code Coloring & Indenting in YJ

2007-11-07 Thread Patrick Gilmour

I guess that's no then!

Any suggestions on what to use as an alternative searchable place to  
store HTML/CSS/Javascript/PHP code?


Thanks,

Pat


On Nov 3, 2007, at 20:59 PM, Patrick Gilmour wrote:

I've started using Yojimbo to store my longer code snippets and I  
find the tagging and powerful search really useful in quickly  
locating the code I'm looking for.


What I would love to see (hint!) are some BBEdit (even  
TextWrangler's got them) style features. Not a lot, just the option  
to color and indent my code without it actually being colored in  
RTF. I'd also like to send the selection to BBEdit's cursor point  
in the current window. This latter I could likely do with  
AppleScript, but not the former.


Is anyone with me on this one or do other users have a better  
solution they'd like to share? (I do use Clippings too).


Regards,

Pat



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  <http://www.listsearch.com/yojimbotalk.lasso>
Have a feature request, or not sure if the software's  
workingcorrectly? Please send mail to: <[EMAIL PROTECTED]>



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  <http://www.listsearch.com/yojimbotalk.lasso>
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>


Code Coloring & Indenting in YJ

2007-11-03 Thread Patrick Gilmour
I've started using Yojimbo to store my longer code snippets and I find  
the tagging and powerful search really useful in quickly locating the  
code I'm looking for.


What I would love to see (hint!) are some BBEdit (even TextWrangler's  
got them) style features. Not a lot, just the option to color and  
indent my code without it actually being colored in RTF. I'd also like  
to send the selection to BBEdit's cursor point in the current window.  
This latter I could likely do with AppleScript, but not the former.


Is anyone with me on this one or do other users have a better solution  
they'd like to share? (I do use Clippings too).


Regards,

Pat



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>


Re: Leopard trouble

2007-10-27 Thread Patrick Gilmour
Did a clean install. Turned on Mac syncing on the clean machine to  
"Every Hour" (same on older machines).
Waited. Nothing. Waited. Nothing. Then... it worked. 100% good. So  
maybe give it a little time if you're having syncing issues.


Pat

On Oct 27, 2007, at 9:30 AM, david wrote:

After cloning my MacBook I installed Leopard last night using the  
Archive & Install method. (A note of caution: when the installer  
says there is one minute leftit lies like a cheap rug!) I've had  
no problems except that Yojimbo syncing fails. Given the changes to  
Leopard's sync services, I'm guessing that's one of the areas BB  
will be working on.


david

On Oct 27, 2007, at 8:12 AM, Thomas Andersson wrote:

Anyone else experiencing trouble in Leopard? Here Y. is acting very  
strange. For example, I can't open preferences.


/Thomas Andersson

--
--
This message is sent to you because you are subscribed to
the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's  
workingcorrectly? Please send mail to: <[EMAIL PROTECTED]>


=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
Bromidic though it may sound, some questions don't have answers,  
which is

a terribly difficult lesson to learn.

   ~~ Katharine Graham

david
[EMAIL PROTECTED]



--
--
This message is sent to you because you are subscribed to
the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's  
workingcorrectly? Please send mail to: <[EMAIL PROTECTED]>



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>


Re: Yojimbo news?

2007-09-26 Thread Patrick Gilmour

Or playing with that beachball (on launch)!




On Sep 26, 2007, at 20:52 PM, infrahile wrote:

I guess they must be busy putting the finishing touches to those  
nested folders… ;o)


T.


On 27 Sep 2007, at 01:45, John Cradock wrote:


This list has gotten pretty quiet lately, and there's been no news
about Yojimbo recently either. Can anyone reveal whether there's an
update on the horizon anytime in the near future? Many potential
features have been discussed here, and I can only hope that some of
these might make it into a future release of Yojimbo. Any news,
anyone?



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working
correctly? Please send mail to: <[EMAIL PROTECTED]>



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working
correctly? Please send mail to: <[EMAIL PROTECTED]>


Re: Missin tag Collection for Serial Numbers

2007-07-20 Thread Patrick Gilmour

There is a standard Smart Collection for serial numbers.
Click on the cog wheel at the bottom left of your Yojimbo screen and  
choose the "Smart Collections" flyout. It's in there.


Pat


On Jul 20, 2007, at 7:48 AM, Gerrit Kruijer wrote:

Isn't there standard a tag collection for serial numbers? I only  
have archives and bookmarks.

Regards,
Gerrit

--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's  
workingcorrectly? Please send mail to: <[EMAIL PROTECTED]>



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>


Re: Subfolders

2007-06-27 Thread Patrick Gilmour

Hi Martin,

I posted that request many times then tried living without subfolders  
and using Tagged Collections instead. I am now 100% converted and  
REALLY REALLY recommend giving it a go. I'm even dumping as many  
subfolders as I can in Mail and Finder these days. The guys at  
Barebones are right (and I suppose I was wrong ;-) ) - tagging your  
work is a really much more efficient way to organise your work.


Cheers,

Pat Gilmour





On Jun 27, 2007, at 08:55 AM, Martin Wagner wrote:



Will there be subfolders in future versions? I really love yojimbo  
but would love to have subfolders.




--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's  
workingcorrectly? Please send mail to: <[EMAIL PROTECTED]>



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>


Re: Save PDF to Yojimbo and file

2007-05-30 Thread Patrick Gilmour

Kenneth (and Steve),

Many thanks - this is a great addition.

I was wondering if it would be possible to tweak the script so that  
if the Name field was left blank it would use the Yojimbo default  
name (web pages usually have the correct "Title" tag and it would be  
painful to have to retype this).


Thanks again,

Pat


On May 30, 2007, at 5:38 PM, Kenneth Kirksey wrote:

A little refinement that allows you to set whether you want to  
choose tags from a list or enter them manually:


-
-- Save PDF to Yojimbo and Tag
--
-- Allows you to rename and add tags to a Yojimbo item you add  
using print

-- to PDF.
--
-- Save as a script to ~Library/PDF Services
-
on open (theFile)

-
	-- set chooseTagsfromList to true if you want the script to  
present you with
	-- a list of tags to pick from. Set it to false if you want to  
manually enter the

-- tags. If you manually enter tags, separate tags with commas.
-

set chooseTagsFromList to true

	set theName to text returned of (display dialog "Name:" default  
answer "")

if not chooseTagsFromList then
set restoreDelimiters to AppleScript's text item delimiters

set AppleScript's text item delimiters to ","
		set theTags to text returned of (display dialog "Tags:" default  
answer "")


set the chosenTagList to every text item of theTags
end if

tell application "Yojimbo"
set allTags to name of every tag
if chooseTagsFromList then
set chosenTagList to choose from list allTags ¬
with title ¬
"Tags" with prompt ¬
¬
"Choose Tags:" multiple selections 
allowed true ¬
with empty selection allowed
end if
set n to import theFile
set name of n to theName
add tags chosenTagList to n
end tell

if not chooseTagsFromList then
set AppleScript's text item delimiters to restoreDelimiters
end if
end open




--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working
correctly? Please send mail to: <[EMAIL PROTECTED]>



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working
correctly? Please send mail to: <[EMAIL PROTECTED]>


Re: PDF Display

2007-05-25 Thread Patrick Gilmour

I had the same problem.

The best solution is to simply drag the icon of the PDF from Yojimbo  
to either Acrobat or Preview and it will open in that application.


If you want a script to do this for the currently selected document:

==
on getSelectedItemsOfClass(itemClass)
set _resultItems to {}
tell application "Yojimbo"
set _selectedItems to get selected items of browser window 1
repeat with i from 1 to count of _selectedItems
if class of item i of _selectedItems is itemClass then
copy item i of _selectedItems to end of 
_resultItems
end if
end repeat
end tell
return _resultItems
end getSelectedItemsOfClass

tell application "Yojimbo"
	set _selectedPDFArchives to my getSelectedItemsOfClass(pdf archive  
item)
	set _files to (export _selectedPDFArchives to (path to temporary  
items)) as list

end tell


tell application "Adobe Acrobat Professional" --Use you PDF viewer here
open _files
activate
end tell

tell application "Finder"
move _files to trash
end tell
==


Cheers,


Pat



On May 25, 2007, at 13:06 PM, infrahile wrote:


Here's another request, I'm on a roll…

PDF's: maybe I've missed a feature, but it seems there is no way  
currently to view the list of pages in a PDF document. Maybe the  
Acrobat 8 way of displaying page thumbnails down the side of the  
background area would work well - I'm not a developer so I have no  
idea how easy/hard this is, but I'm frequently frustrated with long  
PDF documents if I can't scan through a list of page thumbnails,  
adding this feature would be a positive boon!


I'll pre-empt the inevitable; no, searching won't help - may of the  
documents I'm referring to are very visual, such as design  
guidelines documents, design concepts, etc. which are often image- 
only or largely image based. A quick visual reference would really  
improve the usefulness of PDF's in YJ, for this user at least.



Cheers,
T.
--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working
correctly? Please send mail to: <[EMAIL PROTECTED]>



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working
correctly? Please send mail to: <[EMAIL PROTECTED]>


Re: SBBOD when Yojimbo launches

2007-05-03 Thread Patrick Gilmour

Best solution i've found is to keep Yj open at all times!


On May 3, 2007, at 15:38 PM, Steven Fernandez wrote:

Same here and my DB is really not very big. Very annoying when you  
are on the phone and somebody wants to give you some info you want  
to jot down quickly.


Steven



On May 3, 2007, at 9:29 AM, Patrick Gilmour wrote:


Mine too - I heard this was a database issue that needed fixing.


On May 3, 2007, at 9:16 AM, Bruce Garlock wrote:


My SBBOD usually appears shortly after I launch, and start a search.



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  <http://www.listsearch.com/yojimbotalk.lasso>
Have a feature request, or not sure if the software's working  
correctly? Please send mail to: <[EMAIL PROTECTED]>



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  <http://www.listsearch.com/yojimbotalk.lasso>
Have a feature request, or not sure if the software's  
workingcorrectly? Please send mail to: <[EMAIL PROTECTED]>



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  <http://www.listsearch.com/yojimbotalk.lasso>
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>


Re: SBBOD when Yojimbo launches

2007-05-03 Thread Patrick Gilmour

Mine too - I heard this was a database issue that needed fixing.


On May 3, 2007, at 9:16 AM, Bruce Garlock wrote:


My SBBOD usually appears shortly after I launch, and start a search.



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>


Re: SBBOD when Yojimbo launches

2007-05-03 Thread Patrick Gilmour
I think the fix is to wait for the next version upgrade - this is a  
common problem ;-)


Hold on in there!



On May 3, 2007, at 8:26 AM, [EMAIL PROTECTED] wrote:


hello,

i'm enjoying yojimbo (still in the evaluation period), but i have a  
problem:


each time i launch yojimbo, i get the SBBOD (spinning beach ball of  
death) off and on for about a minute. during this time, it is very  
difficult (or sometimes impossible) for me to interact with the  
application. but after a minute or so, the SBB goes away, and i can  
work.


needless to say, this is extremely annoying. i don't launch yojimbo  
at login, so when i do launch it, that means i need to use it  
*then*. but i typically have to wait a minute or so before i can.


why is this happening? or, more specifically, how can i get it to  
*stop* happening?


-merv

--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's  
workingcorrectly? Please send mail to: <[EMAIL PROTECTED]>



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>


Re: Tagging several items at once

2007-04-20 Thread Patrick Gilmour
Though remember that if there are pre-existing tags they will be  
removed, so be careful with items that are already tagged.



On Apr 20, 2007, at 9:35 AM, Niels Kobschätzki wrote:


On Apr 20, 2007, at 3:31 PM, Chris Porter wrote:


Hi!

Is there any possibility to add tags to several yojimbo-items at  
once?


Niels



Select several of them, hit the inspect button or menu Window>Show  
Inspector,

and type in your tags in the tag field.


great - thx. I tried only cmd+i, not cmd+shift+i…

Niels

--
Jammern für Anfänger: Niels K. (25) Jammerbacke -- auch für  
professionelles Jammern zu haben

http://jammern.wordpress.com
--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working
correctly? Please send mail to: <[EMAIL PROTECTED]>



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working
correctly? Please send mail to: <[EMAIL PROTECTED]>


Re: Refresh / Update / Reload Web Archive

2007-04-13 Thread Patrick Gilmour

Boo Hoo. No one got a reply for me?
Sniff.


On Apr 11, 2007, at 11:47 AM, Patrick Gilmour wrote:


Hi,

I have several online timetables stored as Web Archives that now  
need to be updated as the timetables have changed.


Is there any way to do this easily or do I need to return to the  
URL, create a new Web Archive and then delete the old one?


Thanks,

Pat



--
--
This message is sent to you because you are subscribed to
 the mailing list <[EMAIL PROTECTED]>.
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  <http://www.listsearch.com/yojimbotalk.lasso>
Have a feature request, or not sure if the software's  
workingcorrectly? Please send mail to: <[EMAIL PROTECTED]>



--
--
This message is sent to you because you are subscribed to
 the mailing list <[EMAIL PROTECTED]>.
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  <http://www.listsearch.com/yojimbotalk.lasso>
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>


Refresh / Update / Reload Web Archive

2007-04-11 Thread Patrick Gilmour

Hi,

I have several online timetables stored as Web Archives that now need  
to be updated as the timetables have changed.


Is there any way to do this easily or do I need to return to the URL,  
create a new Web Archive and then delete the old one?


Thanks,

Pat



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>


Re: Application reviews by Melodie Neal

2007-04-04 Thread Patrick Gilmour
Nested folders are more visual, for me at least. I find it easier to  
maintain a mental overview of what I have collected with nested  
folders - which is important for me. And, of course, what's nice  
about including Nested Folders is that you don't have to use them if  
you don't want to!



On Apr 4, 2007, at 10:18 AM, Mehboob Alam wrote:


I'm not entirely sure what the fuss about "nested" folders is. Going
back to the original Macintosh Finder and the 400K diskettes, the
filesystem was flat, and then the nested structure was introduced as
an "virtual" structure. But the filestorage system is still flat.

I'm missing something about this.. tagging seems more reasonable
because items can be stored with multiple tags.. isnt that how the
mind works, as opposed to how the real-world filing cabinet works?

--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working  
correctly? Please send mail to: <[EMAIL PROTECTED]>



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>


Re: Application reviews by Melodie Neal

2007-04-04 Thread Patrick Gilmour
Agree totally, though I don't want to use two app's to store stuff  
and so am sticking to Yojimbo, with regular backups, a few  
Applescripts to export etc. and a deep sigh of longing every time I  
see nested folders elsewhere in a similar app!



On Apr 4, 2007, at 4:04 AM, Alan Schmitt wrote:

In fact, I think this discussion is most benefic for both products  
as it shows real cases where users have some needs not covered by  
one or the other application.



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>


Application reviews by Melodie Neal

2007-04-03 Thread Patrick Gilmour

Hi,

I just read Melodie Neal's conclusions on the best file-organiser- 
litter-sorter app's on the Mac. Seems EagleFiler pipped Yojimbo to  
the post because of the the flat file structure (instead of the  
SQLite db) and wait for it... (drum roll now...)... Nested  
Folders


But that debate's closed, right?

Link: http://melodien.blogspot.com/2007_04_01_archive.html

Pat






On Mar 11, 2007, at 22:09 PM, Melodie Neal wrote:


People

Some weeks ago I undertook to do a review of Yojimbo and applications
of a similar ilk.  At the time I expected to spend a few days looking
at software and writing a page or two of assessment: this has proved
to be an unreasonably optimistic estimate of the work involved.

Since I have already written quite a screed, and I'm no where near
done, I've decided to post the documents on my blog, starting at
http://melodien.blogspot.com/2007/03/litter-sorters-personal- 
evaluation-of.html

.  This is merely part one, part two is in late draft and should go up
in the next day or so;  parts three, four and probably five will
follow along in due course.  You will see that emailing this stuff to
the list would have been completely impractical.

I hope my maunderings will be of practical use to someone.

rgds

Melodie

--
Melodie Neal, CISSP, JP
[EMAIL PROTECTED]
http://www.linkedin.com/in/melodieneal

--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working  
correctly? Please send mail to: <[EMAIL PROTECTED]>



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>


Re: Feature request

2007-03-30 Thread Patrick Gilmour

That's a really interesting tip.

I think I'd like to try and automate that. Is there a way of sending  
a spotlight search via a URL, like spotlight://localhost? 
search=mySearchWord or something?


That way I could easily create a Butler (Quicksilver?) shortcut to  
search Yojimbo (and others) using a quick system-wide shortcut.





On Mar 30, 2007, at 12:21 PM, Kenneth Kirksey wrote:



To have Spotlight search only Yojimbo items, append kind:"yojimbo  
item" to your spotlight search query.



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>


OS X10.4.9 - Syncing changes

2007-03-13 Thread Patrick Gilmour

It's just out and has these tech notes on improved syncing...

.Mac

Improves automatic iDisk syncing for customers whose .Mac username  
contains a period (.).

Improves overall .Mac Sync performance.
Addresses an issue with automatic and periodic syncing as set in  
the .Mac System Preferences panel.

Reduces .Mac Sync timeouts when syncing large data sets.
Prevents large amounts of Address Book data from being changed  
without authorization.
Addresses an issue which could result in properly unregistering a  
computer.

Addresses issues related to syncing a large number of changes to .Mac
Prevents third-party syncing applications from presenting an  
extraneous initial sync alert.


found at: http://docs.info.apple.com/article.html?artnum=304821

For those having insurmountable issues it might be worth a go.

Pat



--
--
This message is sent to you because you are subscribed to
 the mailing list .
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
List archives:  
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: <[EMAIL PROTECTED]>