Should be possible. If you replace the contents of the first "if not
chooseTagsFromList then" block of your import script with the
following code, the script should read tags from the file's comments
instead of from a dialog:

tell application "Finder" to set theComments to comment of theFile
set restoreDelimiters to AppleScript's text item delimiters
set AppleScript's text item delimiters to " "
set the chosenTagList to every text item of theComments

Of course if you want to be able to select tags from a list, from a
dialog, or from the file comments, you'd probably need to fiddle with
the script a little more.

Hope that's useful!

Jim

On 10/27/07, Mark F <[EMAIL PROTECTED]> wrote:
>
> Opps. Looks like those links didn't come up in my first post.
>
> The script which allows you to export while retaining tabs is here - 
> http://www.listsearch.com/Yojimbo/Message/index.lasso?3875
>
> The script I currently use to import stuff into Yojimbo with Quicksilver is 
> here – 
> http://maclawstudents.com/blog/techniques/getting-stuff-into-yojimbo-with/
>
> Cheers,
> inlimbo

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

Reply via email to