Forum: OmniPlan General
2011-01-03, 09:06 PM
|
Replies: 1
Views: 7,941
|
Forum: Other WebDAV
2010-09-24, 07:25 PM
|
Replies: 63
Views: 224,029
|
Forum: OmniFocus Extras
2009-08-20, 08:08 AM
|
Replies: 17
Views: 15,612
Awesome, Ken!
This is fantastic to know how...
Awesome, Ken!
This is fantastic to know how we can add to notes without hurting the links and other information that is under the hood.
I'm going to rewrite my little scripts to make my tags at...
|
Forum: OmniFocus Extras
2009-08-19, 10:58 PM
|
Replies: 17
Views: 15,612
Yeah, if I can't figure out how to append a...
Yeah, if I can't figure out how to append a paragraph ("insert TEXT at after last character" as an example), then I'll just have to rewrite everything to do it at the beginning of the note always. ...
|
Forum: OmniFocus Extras
2009-08-19, 10:54 PM
|
Replies: 17
Views: 15,612
Sample script - Energy Level
Success!! My old scripts are working with some changes to how I operate with notes.
Here's what I'm going to do due to time and a pile of things stacked up on my desk right now (not in Omnifocus-...
|
Forum: OmniFocus Extras
2009-08-19, 06:40 PM
|
Replies: 17
Views: 15,612
I did it! I did it!! :) hehehe Ok, update...
I did it! I did it!! :) hehehe Ok, update coming sometime tonight- depending on how crazy I am about trying to make this work.
The trick is to search the note for content - if the note has...
|
Forum: OmniFocus Extras
2009-08-19, 06:21 PM
|
Replies: 17
Views: 15,612
I think this is at the crux of the situation- I...
I think this is at the crux of the situation- I use the standard altering of the text Delimiter to search and replace inside the text of the note, then I set the note to the resulting replaced text,...
|
Forum: OmniFocus Extras
2009-08-19, 03:15 PM
|
Replies: 17
Views: 15,612
|
Forum: OmniFocus 1 for Mac
2009-08-19, 02:01 PM
|
Replies: 49
Views: 39,119
|
Forum: OmniFocus Extras
2009-08-19, 01:55 PM
|
Replies: 17
Views: 15,612
Ken- I'm so sorry I didn't see your reply...
Ken- I'm so sorry I didn't see your reply earlier. I'm going to play with this this weekend and see if I can fix the issues I had earlier. If this solves the problem, you're going to make me one...
|
Forum: OmniFocus Extras
2009-06-29, 09:25 AM
|
Replies: 17
Views: 15,612
It would be wonderful if this would work. Can...
It would be wonderful if this would work. Can anyone detail the heirarchy of the notes, and give examples of how to edit them (add and remove text) without losing the meta-links that the database...
|
Forum: OmniFocus 1 for Mac
2009-06-29, 09:18 AM
|
Replies: 13
Views: 19,676
Fix applescript = user addable meta-tags
Well, another option is to patch the notes applescript functions so that we can add and delete text from notes without losing attachment meta-data. I already have meta-tags working in OminFocus, but...
|
Forum: OmniFocus Extras
2009-03-05, 06:34 PM
|
Replies: 17
Views: 15,612
:( Still having trouble with richtext notes of...
:( Still having trouble with richtext notes of selected items. Can't seem to get the text of the notes, and not alter the attachments. I thought attachments were a child of the task, and not of...
|
Forum: OmniFocus Extras
2008-09-05, 03:56 PM
|
Replies: 93
Views: 262,173
|
Forum: OmniFocus 1 for Mac
2008-09-05, 03:39 PM
|
Replies: 343
Views: 396,948
|
Forum: OmniFocus 1 for Mac
2008-09-05, 03:31 PM
|
Replies: 11
Views: 17,294
|
Forum: OmniFocus 1 for Mac
2008-09-05, 03:28 PM
|
Replies: 12
Views: 12,320
In an attempt to take care of Q1 type projects,...
In an attempt to take care of Q1 type projects, today I attempted to implement a top-down approach to see all items due today, tomorrow, etc. I found within project mode this is not possible. About...
|
Forum: OmniFocus Extras
2008-09-04, 01:00 PM
|
Replies: 5
Views: 9,767
|
Forum: OmniFocus Extras
2008-09-04, 12:23 PM
|
Replies: 17
Views: 15,612
Oh... ha... ok, I better check that... ach......
Oh... ha... ok, I better check that... ach... well, the scripting definitions show the notes as being rich text. They don't mention properties of notes, which would be excellent. Lemmie do some...
|
Forum: OmniFocus Extras
2008-09-04, 11:10 AM
|
Replies: 5
Views: 9,767
|
Forum: OmniFocus Extras
2008-09-04, 11:05 AM
|
Replies: 17
Views: 15,612
A bit more information. Ok, if you try out the...
A bit more information. Ok, if you try out the following code on a single selected task with meta-data inside (i.e., a link to a file or folder etc.) you will see my trouble...
First, let's look...
|
Forum: OmniFocus Extras
2008-09-01, 01:04 AM
|
Replies: 17
Views: 15,612
Scripting Notes erases links to files etc.?
Hi guys,
Just a heads up here- I've been scripting around with notes of items, and it appears my methods are erasing links to files and applications etc., within the note fields. Is there a...
|
Forum: OmniFocus Extras
2008-08-30, 07:50 PM
|
Replies: 5
Views: 9,998
Hey Curt,
Excellent, thank you for the code...
Hey Curt,
Excellent, thank you for the code examples. Nothing helps like code examples! :) I'll keep playing.
Essentially I want to set the various selected task filter settings on the main...
|
Forum: OmniFocus Extras
2008-08-30, 07:43 PM
|
Replies: 2
Views: 7,839
Ah! Yes, interesting... here are two code...
Ah! Yes, interesting... here are two code snippets for anyone else interested also... (run them in script editor) and check out the result window.
tell application "OmniFocus"
tell front...
|
Forum: OmniFocus Extras
2008-08-30, 06:33 PM
|
Replies: 5
Views: 9,998
|