Have you seen the applescript installation FAQ ?
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!
|
|
FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
Scripts to open project folders and notes files | Thread Tools | Search this Thread | Display Modes |
Guest
2011-06-16, 11:46 PM
Have you seen the applescript installation FAQ ?
Post 51
|
Member
2011-06-17, 07:58 AM
It works best if you follow the directions under "2. Place the script in the appropriate folder" in the FAQ very carefully: you launch the application for which you wish to install a script, and then without switching to a different application choose Open Scripts Folder from the menu bar Script menu. If you switch to a different application in the process, you won't end up opening/creating the right folder.
Post 52
|
Member
2011-12-30, 10:15 AM
I keep being asked if I want to create a folder at the location, despite the folder already existing, and after it opens the main project folder (in my case "Experiments"). It doesn't seem to mater what the project title is, it can't find it. Even when I copied the folder name from the finder and pasted it into omnifocus.
My main experiments folder is located on my iDisk (I know, it's days there are numbered). I downloaded the script from the University website. Here are the modifications I've made to the script: Code:
set projectsFolderName to "Experiments" -- name for main projects folder set projectsPath to "/Volumes/crmarvin42/Documents/UMN/" -- path to main projects folder
Post 53
|
Member
2012-02-17, 12:52 AM
I've been using the project folder script for the last few weeks after having accidentally run across it. It has really helped my workflow a lot.
I'm wondering, though, if anybody has come up with a script to search the project folder directory tree for folders that no longer have matching projects in OF. Let's say I have a project and associated project folder. Then I complete the project and the project disappears into the OF archive. In most cases I'd want to delete the project material, too, but I don't know if I will always remember, when I check off the project as completed, that this particular project has a folder that I need to delete. Ideas? How do others deal with this?
Post 54
|
Member
2012-02-20, 07:24 AM
OK, either nobody is doing this already or nobody has read my post.
My Applescript skills are non-existent. What I'm looking for is a script that would do something like this: Code:
PROJECTS = projects folder used in script for (x in subfolders of PROJECTS) if ( x is not an OF project or project folder ) then print "You may want to delete x" Last edited by mpw; 2012-02-20 at 07:26 AM..
Post 55
|
Member
2012-03-16, 06:09 AM
Quote:
Post 56
|
Member
2012-03-16, 09:00 AM
Since I never got a response I just looked through the project material folders I had and discovered that it's really all not that difficult to do the whole thing manually. I set up a monthly reminder to go through and delete anything that I know I'm done with.
I don't have an awful lot of OF projects with project folders like this so it works fine for me. It might not be that easy for someone with a lot more project material.
Post 57
|
Member
2014-04-14, 03:05 PM
Hi, I'm curious how to modify the Project Notes script so that I can create a .txt document instead of an .oo3 document? Any chance you know how?
Post 58
|
Thread Tools | Search this Thread |
Display Modes | |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How best to organise files and folders? | philrob | Omni Lounge | 4 | 2012-06-25 05:21 PM |
Will OmniPlan for iPad open Microsoft Project files? | amarsh | OmniPlan for iPad | 2 | 2012-06-07 10:41 AM |
Open Folder / Notes Scripts broken in Lion Full Screen Mode | nunez | OmniFocus 1 for Mac | 3 | 2011-10-06 02:42 PM |
Slow to Open OF and Open the Settings [fixed by reducing zip files] | GreenLorax | OmniFocus for iPhone | 26 | 2009-07-26 01:38 PM |
Scripts that add simple tags to the end of notes... | a11en | OmniFocus Extras | 9 | 2008-08-29 08:50 PM |