Script: Resize DT Window

Here’s a quick AppleScript that repositions the frontmost DT window:

tell application "DEVONthink"
     set bounds of window 1 to {200, 30, 900, 600}
end tell

The list of numbers {…} represents the positions of the corners of the window. You can customize this:

  1. Position the front DT window where you want it
  2. Run this script

tell application "DEVONthink"
     get bounds of window 1
end tell

  1. Look at the script editor results window to see the corner points for your window
  2. Replace the numbers in the "set bounds" statement with your new numbers.

Version 1.8.1 will include two new scripts as this version provides "link" and "index" commands:

  1. Action Link
  2. Action Index

These are folder actions to automatically link to or index new contents of a folde.