From 2f17330e394cdd6b38ebfa2225c5971a2a67fc1d Mon Sep 17 00:00:00 2001 From: simply-now <95588659+simply-now@users.noreply.github.com> Date: Fri, 18 Feb 2022 09:30:20 -0800 Subject: [PATCH] Update README.md Changes have been made to how spreadsheets run the script. Might be best to include an image of the new menu to clarify. Also in testing this I would say it's also good to provide a full 6 param example of the query and make sure to mention how it's the order of the params that indicate what that value does and as such you need to fill in the default or other options for the next one to work. I could be wrong though. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 01a3acc..b762fcb 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Retrieve Scryfall results from inside Google Sheets To install, copy the contents of [scryfall-google-sheets.js](https://raw.githubusercontent.com/scryfall/google-sheets/main/scryfall-google-sheets.js). -Once you've copied it to your clipboard, open your sheet and go to Tools -> Script Editor. Paste the contents of -your clipboard into the script editor and choose to save. Once you've done so, return to your spreadsheet -and the `=SCRYFALL()` function should now be available. +Once you've copied it to your clipboard, open your sheet and go to Extensions -> Apps Script. Paste the contents of +your clipboard into the script editor and choose to save. You may get a pop-up that requests permission though, the script should work either way. Once you've done so, return to your spreadsheet +and the `=SCRYFALL()` function should now be available. You can click on info in the apps script page to see which file is listed as the Container for the script it should match the spreadsheet you're working on. # Usage @@ -54,4 +54,4 @@ If you want to have a spreadsheet with more than 700 results, your best bet is t if you wanted a list of all legal Commanders (which has over 1000 results), you can do: `=SCRYFALL("is:commander legal:commander name:/^[abcdefghijklm]/", "name", 700)` -`=SCRYFALL("is:commander legal:commander name:/^[nopqrstuvwxyz]/", "name", 700)` \ No newline at end of file +`=SCRYFALL("is:commander legal:commander name:/^[nopqrstuvwxyz]/", "name", 700)`