April 01, 2019
October 20, 2018
Script to Return Every Version of a Verse Reference from Accordance
In a conversation on the forum, someone wondered how you might include a script to do a multi-version lookup. The idea is to take a verse reference and show a result that gives that text in every relevant version you have installed in Accordance.
Here is an example of how to do this.
The results would look like:
It is self-explanatory for those who do any Applescripting. You could include it in an Automator workflow, etc.
Here is a simple complete script that when called from Quicksilver/Launchbar/a Workflow/etc. would bring up a dialogue box and then open the result in a TextEdit window.
September 27, 2018
Siri Shortcut Verse Lookup in Accordance
Here is a proof-of-concept video demonstrating that we're getting close to voice verse lookup. The problem right now is that you have to spell out the reference: “romans twelve colon three hyphen seven”.
With some work, a javascript shortcut could be made to take a normal string like “romans twelve three to seven” and format it properly into "Romans 12:3-7".
April 01, 2018
April 03, 2017
Adding Non-English Book Names to Acc-Insert Verses Service
Update: Version 12.0.5 has fixed this issue. The tutorial now stands as an example of how to do your own custom changes of any sort to an Inserted text.
The Accordance Services allow you to pull all kinds of text out of Accordance and into your current program, without ever leaving the program you're working in. You can see an overview here. It was pointed out on the forums that when using the "Acc-Insert Verses" Service to insert scripture text into your document, that the book names are always in English even if your default language is non-English.
Since the Accordance Services are a type of Automator Workflow, you can customize them to your hearts content. A simple solution, then, is to add a step in the workflow that substitutes all English book names, with the name of your choosing. Here is an example of how to do it.
You can download the Service here, and install it.
All I've done is add a "Run AppleScript" Action that dissects a tab-delimited list of
EnglishName[tab]nonEnglishName
EnglishName[tab]nonEnglishName




