-
Notifications
You must be signed in to change notification settings - Fork 118
Examples
Julio Toledo edited this page Mar 5, 2020
·
17 revisions
← previous
· · · · · · · · · ·
return to TOC!
This page contains links to various JavaScript for Automation examples, so you can learn from them. I recommend linking to Gists or GitHub source code pages.
- Keynote Font Changer — Change the font of all text in all master slides in Keynote. (Probably the world's first JXA script written in Literate CoffeeScript).
- [Toggling between two sound output devices] (https://gist.github.com/RobTrew/2a57cd45fae7162ddf40)
- FooIME — A simple input method performing ROT13 on the English output.
- YosemiteSystemFontPatcher Convenient Script — A convenient script to help patch Yosemite system font. The original script was written in Python and is a CLI script. This script provides an easy-to-use step-by-step GUI wizard to drive these command line apps.
This section are for links to sites or repositories with many examples.
- tylergaw/js-osx-app-examples — Many example OS X applications written in JavaScript.
← previous
· · · · · · · · · ·
return to TOC!
- Foreword
- Conventions Used in This Cookbook
- Using JavaScript for Automation
- ES6 Features in JXA
- Getting the Application Instance
- User Interactions
- User Interaction with Files and Folders
- Using Objective-C (ObjC) with JXA
- Shell and CLI Interactions
- Importing Scripts
- iTunes
- Keynote
- Messages
- System Events
- Safari & Chrome
- Script Editor
- XML
- Examples