Skip to content

Instantly share code, notes, and snippets.

@bsoist
Last active December 20, 2015 15:09
Show Gist options
  • Save bsoist/6152422 to your computer and use it in GitHub Desktop.
Save bsoist/6152422 to your computer and use it in GitHub Desktop.
Takes the current node and converts to TaskPaper format. See http://4a.bsoi.st/ for more information.
// See http://4a.bsoi.st/ for more information
Task This
dialog.ask("Enter a file name ", "", "", function(answer) {
bsoistVerbs.taskThis(answer);
});
Task Whole Outline
op.firstSummit();
bsoistVerbs.taskThis(false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment