Not that I’m aware of, but I know AppleScript fairly well. What are you trying to do?
The scripting dictionary for TextEdit is fairly limited. The application only has a document object and the document object has a standard suite text object. You can create attachment object and place them in a part of the text. I'm not very familiar with the possible attributed strings in text objects, but I suspect that you can set things like number and bulleted lists, font info and justification. So, if you want to create a VO key that opens textedit and creates a new document with the date in it and a first line of Notes for Today. That should be fairly Sent from my iPhone > On Jun 29, 2022, at 3:00 PM, christopher moore <[email protected]> wrote: > > Hello, > Are there any tutorials on apple-script? I want to write a simple keyboard > macro for textEdit. > simple. If you want something that will enter Jonathan C Cohn every time you type xic then AppleScript is not the right tool, and for that matter, since TextEdit uses the standard text editing widget that most Apple based tools use for text, some more advanced functions might be better handled with the text input tools suite this is where the controls that move you to the end of line when you type control-E and the beginning of line with control-A are defined. > TIA > Chris > > -- > The following information is important for all members of the Mac Visionaries > list. > > If you have any questions or concerns about the running of this list, or if > you feel that a member's post is inappropriate, please contact the owners or > moderators directly rather than posting on the list itself. > > Your Mac Visionaries list moderator is Mark Taylor. You can reach mark at: > [email protected] and your owner is Cara Quinn - you can reach Cara at > [email protected] > > The archives for this list can be searched at: > http://www.mail-archive.com/[email protected]/ > --- > You received this message because you are subscribed to the Google Groups > "MacVisionaries" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/macvisionaries/22EB4948-37F8-41E0-A490-BC1302997104%40gmail.com. -- The following information is important for all members of the Mac Visionaries list. If you have any questions or concerns about the running of this list, or if you feel that a member's post is inappropriate, please contact the owners or moderators directly rather than posting on the list itself. Your Mac Visionaries list moderator is Mark Taylor. You can reach mark at: [email protected] and your owner is Cara Quinn - you can reach Cara at [email protected] The archives for this list can be searched at: http://www.mail-archive.com/[email protected]/ --- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/macvisionaries/E48A99D9-6B1D-4A38-96E2-C9A039CD3EB3%40gmail.com.
