Re: Applescript for opening Yojimbo Notes in BBEdit

2007-12-19 Thread McGonegal Robert

On 19-Dec-07, at 8:17 AM, Steve Kalkwarf wrote:

Has anyone made an Applescript to open a Yojimbo note directly in  
BBEdit?


If not, would the proper procedure be to export the note to disk,  
open it in BBEdit and then have the Finder delete it from disk?


Getting the contents of the note to BBEdit (minus all formatting)  
is trivial, but any edits you make there will be lost, and not make  
it back to Yojimbo.


What are you trying to accomplish?


Basically? Using Yojimbo to store and retrieve text and code  
snippets. Yojimbo's RTF certainly isn't ideal for that but BBEdit  
having it's own database would be very useful.


With "do shell script", "textutil -convert HTML" plus some fancy  
grep, it seems like it'd be possible to preserve what formatting is  
useful and strip the rest out. Run html2text.py at the end and it  
could even end up as Markdown, as another example.


but any edits you make there will be lost, and not make it back to  
Yojimbo.


I'm assuming a second Applescript would be needed to send info back  
to Yojimbo so that'd more properly be a separate topic. But I'm not  
experienced with Applescript so first things first, I thought I'd  
attempt something very trivial to start out.


Robert McGonegal

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


Applescript for opening Yojimbo Notes in BBEdit

2007-12-19 Thread McGonegal Robert
Has anyone made an Applescript to open a Yojimbo note directly in  
BBEdit?


If not, would the proper procedure be to export the note to disk,  
open it in BBEdit and then have the Finder delete it from disk?


Robert McGonegal

--
--
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: no. of files associated with each tag

2007-12-12 Thread McGonegal Robert


On 11-Dec-07, at 6:54 AM, Michael Young wrote:

Feature proposal: Could Yojimbo list the number of files associated  
with each tag in Yojimbo > Preferences > Tags? That way I coul see  
if I have "dead" tags (with no files associated).


Or is there already a way to ascertain that?


Isn't it faster to just not look for tags you're not using?

Robert McGonegal

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