The Omni Group
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!

Go Back   The Omni Group Forums > OmniFocus > OmniFocus 1 for Mac
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
Feature request: automated HTML export to webdav Thread Tools Search this Thread Display Modes
My only Mac is at home, but I'm using OmniFocus there and on my iPhone to manage my tasks at work. This means that if I forget my phone and don't bring it to the office, I don't have my tasks available. A read-only HTML view would be very useful to me in that case.

I'm already synchronizing with a webdav server. OmniFocus could write an HTML list of my current items when it synchronizes, and I'd be able to hit it from any web browser.

And ideally OmniFocus iPhone could do the same. I wouldn't mind having that file overwritten whenever either device syncs.
 
If someone wants to roll up their sleeves and write an AppleScript for this, there's no need to wait for Omni to implement it.

Well, at least for the mac to export. AppleScript isn't available on the iPhone. But if you don't have either device with you, there probably aren't a whole lot of updates on the phone that you're missing.
 
Here's the script I was using to get my perspectives onto my iDisk's public folder so I could view them from my iPhone before 1.1. You'll need a bit of editing. It also throws out a growl notification at the end.

Quote:
tell application "Finder"
mount volume ¬
"[[Your Webdav]]" as user name "[[User]]" with password "[[pword]]"
end tell
tell application "OmniFocus" to tell default document
set perspective name of front document window to "Out & About"
save in "[[file path]]:out.html" as "HTML"
set perspective name of front document window to "At Home"
save in "[[file path]]:home.html" as "HTML"
end tell
tell application "GrowlHelperApp"
set the allNotificationsList to ¬
{"OmniFocus Export Completed"}

set the enabledNotificationsList to ¬
{"OmniFocus Export Completed"}
register as application ¬
"OmniFocus Export" all notifications allNotificationsList ¬
default notifications enabledNotificationsList ¬
icon of application "OmniFocus"

notify with name ¬
"OmniFocus Export Completed" title ¬
"OmniFocus Export Completed" description ¬
"Your action lists are available on .mac" application name "OmniFocus Export"

end tell
 
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Automated PDF export for use with latexmk -- Applescript help wanted ady OmniGraffle Extras 0 2009-04-01 01:33 PM
Feature Request - Export to Dynamic HTML tokyowagon OmniFocus 1 for Mac 5 2008-11-14 08:17 AM
request for OF 1.5 - capability to use/select different css-styles for html-export johnjj OmniFocus 1 for Mac 1 2008-10-07 09:04 PM
Feature Request: html meta tags philonous OmniOutliner 3 for Mac 0 2006-05-12 11:26 AM


All times are GMT -8. The time now is 09:03 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.