This article contains guidelines on article formatting, organization, and style. This article also contains guidelines about screenshots and categories.
Screenshots
It is recommended that all screenshots be taken using the Grab system utility. Grab is located at /Applications/Utilities/Grab.app.
All screenshots need to be cropped.
Library Articles
Recommended order of sections and headings
- Main Section
- Several Main Parameters
- Parameters (Full list)
- Notes
Full text guidelines
Choose Remote Application is a Command in the User Interaction Suite of the Standard Additions Dictionary.
Parameters
Choose Remote Application v : Choose a running application on a remote machine or on this machine
- [with title text] : the dialog window title
- [with prompt text] : the prompt to be displayed above the list of applications
→ application : the chosen application
SEE ALSO
Choose Application
Categories
Categories that SHOULD be added:
- AppleScript Library
- <Name of Dictionary>
- <Name of Suite>
Categories that should NOT be added:
- Commands
- Command
Source Code
Recommended order of sections and headings
- Description
- Code
Full text guidelines
Copy Cat is a script that returns the text that is entered into a display box.
Code
| This is the source code for a particular script.
set text_returned to the text returned of (display dialog "Enter a word or phrase." default answer "") |
Categories
Categories that SHOULD be added:
- Source Code
Categories that should NOT be added:
- AppleScript Library
- AppleScript Syntax