/TextSerPlugins

Plugins for TextSer App

Primary LanguagePythonMIT LicenseMIT

TextSer

TextSer is service tool for text writers. Write Markdown in Evernote, highlight source code fragments in Outlook, turn web links into QR code.

TextSerPlugins

Useful plugins and samples for TextSer app.

There are two types of plugins; one that does something with frontmost app (e.g extracts text) and the other that is used as an action.

This repository includes plugins you can use "out of the box" or as a starting point for creating your own plugins.

The plugins must be placed into app's "Application Scripts" folder ~/Library/Application\ Scripts/com.onflapp.TextSer.

Install plugins using GIT

cd ~/Library/Application\ Scripts/com.onflapp.TextSer
git clone https://github.com/onflapp/TextSerPlugins.git .

Download and install zipped plugins

  1. download zip archive and unzip it into a directory
  2. open scripts folder (Go to TextSer's Help / Scripts Folder menu)
  3. copy contents of the zip archive to the scripts folder

Create new plugin

A TextSer plugin is rather simple AppleScript file. The plugins are intended to be changed and modified by users. Description how to create new plugin.

Troubleshooting

Most of these plugins require Accessibility permissions to function correctly. To enable these permissions do the following:

  • open Security and Privacy preferences
  • make sure TextSer is enabled in the Accessibility section

If you still have experience problems, try to remove the app and add it again.