Skip to content

Instantly share code, notes, and snippets.

@Nostravinci
Last active August 29, 2015 14:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nostravinci/a64b24dbb0cf5085f5a0 to your computer and use it in GitHub Desktop.
Save Nostravinci/a64b24dbb0cf5085f5a0 to your computer and use it in GitHub Desktop.
TaskPaper — delete all tags on the selected entry
--I've made an AppleScript that will delete all tags on the selected entry. This helps to quickly clean an entry up, so you can start over with it.
tell application "TaskPaper"
tell front document
tell selected entry
delete every tag
end tell
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment