apple_notes
The community/apps/apple_notes
directory contains files that provide support for controlling the Apple Notes application using Talon.
The core functionality is implemented in the apple_notes.talon
file, which contains a list of commands for controlling the application. It provides commands for basic editing tasks such as creating new notes, duplicating notes, and creating folders. It also has commands for view management such as toggling folders, showing the main view, switching to list or gallery view, and toggling attachments. It also provides commands for common editing tasks such as finding text, printing, attaching a file, creating a link, inserting a table, applying formatting styles, increasing or decreasing font sizes, and inserting a line break. There are also commands for marking text, and for dragging selected lines up or down.
The apple_notes.py
file defines a Talon context that is active when the Apple Notes application is in focus. It defines custom implementations of existing edit
actions, specifically adding zoom_in
, zoom_out
, zoom_reset
and indent_less
actions.