Help with moving my last AppleScript to JavaScript (moving projects to another TaskPaper document)

Here’s some API that might make this easier in the future:

  1. Outline.getOutlines() returns list of all open outlines.

  2. outline.getPath() return the file path associated with outline.

That way you can easily access multiple outlines (and identify them by path) within a single TaskPaper script context. I’m documenting these as public going forward.

2 Likes