Skip to content

Latest commit

 

History

History
136 lines (80 loc) · 3.3 KB

bang-on.md

File metadata and controls

136 lines (80 loc) · 3.3 KB

Bang On

Official SiteiTunes Link

Table of Contents

  1. URL Scheme
  2. Launch Center Pro Actions
    1. Clipboard Actions
    2. Prompt Actions
  3. Drafts Actions
    1. URL Actions
  4. Mr. Reader Services
    1. Other App Services
  5. Bookmarklets
    1. Generic

URL Scheme

Search

bang-on://
	bang-on://?q=

Example:
	bang-on://?q=Twitter

Documentation: App Lookup

Table of Contents ↩


Launch Center Pro Actions

Clipboard Actions

Search Bang On for [clipboard]

bang-on://?q=[clipboard]

Search Bang On for [clipboard] with a specific !bang

bang-on://?q=[clipboard]%20!bang

Just replace !bang with the !bang you'd like to hard code into the Action.

Prompt Actions

Search Bang On for [prompt]

bang-on://?q=[prompt]

Search Bang On for [prompt] with a specific !bang

bang-on://?q=[prompt]%20!bang

Just replace !bang with the !bang you'd like to hard code into the Action.

Table of Contents ↩


Drafts Actions

URL Actions

Search Bang On for Title

Name: Search Bang On for Title
URL:

    bang-on://?q=[[title]]

Note: This action will send Bang On whatever is on the first line of your draft.

To install the action copy and paste the following URL into your iOS browser's location bar and hit enter • Help

drafts://x-callback-url/import_action?type=URL&name=Search%20Bang%20On%20for%20Title&url=bang-on%3A%2F%2F%3Fq%3D%5B%5Btitle%5D%5D

Table of Contents ↩


Mr. Reader Services

Other App Services

Search Bang On for Selection

App Name: Search Bang On for Selection
Protocol: bang-on:
URL Scheme Template:

    bang-on://?q={[TEXT-SELECTED]}

Visibility:
    Standard Menu: Off
    Text Selection Menu: On
    Link Menu: Off

Download ServiceHelp

Table of Contents ↩


Bookmarklets

Important Note: Bookmarklets that take advantage of your text selection work differently or don't work at all in different browsers. Please see the guide for further details and workarounds.

Generic

Launch Bang On (Official)

javascript:location.href='bang-on://'+location.href

Search Bang On for Selection

javascript:location.href='bang-on://?q='+encodeURIComponent(window.getSelection())

Search Bang On for Selection with a specific !bang

javascript:location.href='bang-on://?q='+encodeURIComponent(window.getSelection())+'%20'+'!bang'

Just replace !bang with the !bang you'd like to hard code into the bookmarklet.

Table of Contents ↩