Hi folks... Brett, thank you VERY MUCH for this *.service. One minor thing that got it working for me with Dropbox-- I started the file path with ~/ and not hard coded from /Users/ ... after erasing dayone dir my next line looks like this:
dayonepath = "~/Dropbox/Apps/Day\ One/Journal.dayone/entries/"
With this the service now works fine for me (before it was throwing errors w the hard path).
HTH,
-Leo
For some reason, when I try to clip something, something like this is always at the end of the entry:
{
NSFont = "\"Helvetica 12.00 pt. P fobj=0x400324420, spc=3.33\"";
NSParagraphStyle = "Alignment 0, LineSpacing 0, ParagraphSpacing 0, ParagraphSpacingBefore 0, HeadIndent 0, TailIndent 0, FirstLineHeadIndent 0, LineHeight 0/0, LineHeightMultiple 0, LineBreakMode 0, Tabs (
28L,
56L,
84L,
112L,
140L,
168L,
196L,
224L,
252L,
280L,
308L,
336L
), DefaultTabInterval 0, Blocks (null), Lists (null), BaseWritingDirection -1, HyphenationFactor 0, TighteningFactor 0.05, HeaderLevel 0";
}
That's RTF text, which means textutil isn't doing its job. What app are you clipping from?
I'm taking text from Skype, adding Markdown formatting to it using TextSoap, and then inputting it into the service.
Can you show me what TextSoap is set up to do to it? I can clip directly from Skype without a problem, so something must be inserting rich text in between…
load more (1 remarks)
Hey Brett
I just want to say I'm a new fan. I've been following you for a few weeks now and after I saw how many similarities we have in our favourite apps I decided to start looking into anything that you endorse.
So I've now picked up Taskpaper and Day One on your recommendation! Thanks for the tips :)