Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 2 KB

README.md

File metadata and controls

39 lines (24 loc) · 2 KB

BookMarkable

Create links to documents, files or folders. BookMarkable can also support other items that are not usually bookmark-able like emails, calendar events or even database entries with help of application-specific plugin. BookMarkable makes it easy to embed links in other documents or applications.

Download and install zipped plugins

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

Install plugins directly from GIT

cd ~/Library/Application\ Scripts/com.onflapp.BookMarkable
git clone https://github.com/onflapp/BookMarkablePlugins.git .

BookMarkablePlugins

Useful plugins and samples for BookMarkable app.

There are two types of plugins; one that extracts URL from the frontmost app (or creates custom URL) and one that handles custom URL schemes.

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.BookMarkable.

Create new plugin

A BookMarkable plugin is AppleScript or a shell script. The plugins are intended to be changed and modified by advanced users. Description how to (create new plugin)[https://onflapp.github.io/BookMarkablePlugins/].

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 BookMarkable is enabled in the Accessibility section
  • Screen Recording and Automation should be enabled for MacOS 10.15

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