Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onflapp/TextSerPlugins
Plugins for TextSer App
https://github.com/onflapp/TextSerPlugins
Last synced: 2 months ago
JSON representation
Plugins for TextSer App
- Host: GitHub
- URL: https://github.com/onflapp/TextSerPlugins
- Owner: onflapp
- License: mit
- Created: 2019-11-22T06:51:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T16:45:54.000Z (about 2 years ago)
- Last Synced: 2024-08-08T00:43:51.099Z (6 months ago)
- Language: Python
- Size: 659 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - onflapp/TextSerPlugins - Plugins for TextSer App (Python)
README
# TextSer
[TextSer](https://onflapp.github.io/blog/pages/TextSer.html?utm_source=git) 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](https://onflapp.github.io/blog/pages/TextSer.html?utm_source=git) 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](https://github.com/onflapp/TextSerPlugins/archive/master.zip) 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](https://onflapp.github.io/TextSerPlugins/).## 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** sectionIf you still have experience problems, try to remove the app and add it again.