Skip to content

Instantly share code, notes, and snippets.

View mattchrlw's full-sized avatar
:octocat:
matt-curl-double-u

Matthew Low mattchrlw

:octocat:
matt-curl-double-u
View GitHub Profile
@mattchrlw
mattchrlw / math.applescript
Last active June 19, 2020 05:44
Create display math in Notion
-- Since Notion doesn't have a shortcut to make display math environments,
-- I bodged one together.
-- :)
on run {input, parameters}
tell application "System Events"
-- type "/math"
keystroke "/"
keystroke "m"
keystroke "a"
keystroke "t"