So I love the application pages with one exception. I hate that it doesn't have an autosave feature. Now I have managed to find a script that autosaves pages when it is open, but how do I add to that script to make the script terminate when pages closes. The code so far is:
and I have a program to open this app when pages launches, but i need help adding to the code to terminate the app when pages terminates.
Code:
repeat
delay 20
tell application "Pages" to save front document
beep
end repeat
and I have a program to open this app when pages launches, but i need help adding to the code to terminate the app when pages terminates.