Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #5

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)`
`=SCRYFALL("is:commander legal:commander name:/^[nopqrstuvwxyz]/", "name", 700)`