This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ((options) => { | |
| 'use strict'; | |
| // (NB JavaScript for Automation – JXA: Save as .scpt ) | |
| // Selected DEVONthink Sheet -> DEVONthink markdown record (MMD table) | |
| // (New record containing MMD table created is same group as selection) | |
| // Uses original fileName stem, with '.md' appended. | |
| // This is the *whitespace pretty-printed* version |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // A draft JXA library which aims to provide macOS BBEdit | |
| // (https://www.barebones.com/products/bbedit/) | |
| // | |
| // with some of the iOS Drafts 5 (http://getdrafts.com/) | |
| // editor functions. | |
| // Save this file as '~/Library/Script Libraries/BBDrafts.js' | |
| // Rob Trew (c) 2018 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (() => { | |
| 'use strict'; | |
| /* | |
| A JavaScript for Automation script for BBEDIT | |
| Cycle the case of selected text :: Mixed -> Upper -> Lower -> Mixed | |
| (If the selection is collapsed, the nearest word will be selected) |
OlderNewer