Skip to content

Commit 5b01120

Browse files
Merge pull request #62 from contributorpw/edits
2 parents 77ffb00 + 403d7f7 commit 5b01120

File tree

6 files changed

+7
-1
lines changed

6 files changed

+7
-1
lines changed

snippets/common_js/column_names_and_numbers/readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ There are several **_base 26_** types. Apps Scripts works with Sheets. Therefore
3030

3131
The code below shows how you can get **_base 10_** from **_base 26_** and vice versa. In other words it helps you know the column number by letters or column letters by number.
3232

33-
### Snippets
33+
### Snippet
3434

3535
- {{< externalLink >}}
3636
- {{< commentLink >}}
37+
- {{< scrvizLink >}}
3738

3839
{{< codeFromFile "index.js" >}}
3940

snippets/common_js/get_id_from_url/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ categories: ['snippets']
1414

1515
- {{< externalLink >}}
1616
- {{< commentLink >}}
17+
- {{< scrvizLink >}}
1718

1819
{{< codeFromFile "index.js" >}}
1920

snippets/common_ui/open_url_in_browser/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This may not always work as browsers protect tabs from opening spontaneously.
1313

1414
- {{< externalLink >}}
1515
- {{< commentLink >}}
16+
- {{< scrvizLink >}}
1617

1718
{{< codeFromFile "index.js" >}}
1819
{{< codeFromFile "app.html" >}}

snippets/docs/create_footnote/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This snippet demonstrates the ability to create new footnotes by referencing the
1212

1313
- {{< externalLink >}}
1414
- {{< commentLink >}}
15+
- {{< scrvizLink >}}
1516

1617
{{< codeFromFile "index.js" >}}
1718
{{< codeFromFile "appsscript.json" >}}

snippets/docs/find_and_replace_bulk/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This snippet shows how you can find and replace multiple data entries at once. F
1212

1313
- {{< externalLink >}}
1414
- {{< commentLink >}}
15+
- {{< scrvizLink >}}
1516

1617
{{< codeFromFile "index.js" >}}
1718
{{< codeFromFile "appsscript.json" >}}

snippets/sheets/protection_multiple_sheets/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The snippet processes the list of sheets of the spreadsheet. It protects the she
1212

1313
- {{< externalLink >}}
1414
- {{< commentLink >}}
15+
- {{< scrvizLink >}}
1516

1617
{{< codeFromFile "index.js" >}}
1718
{{< codeFromFile "appsscript.json" >}}

0 commit comments

Comments
 (0)