You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microsoft-edge/extensions-chromium/getting-started/picture-inserter-content-script.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,13 +49,10 @@ When you click the image, the injected JavaScript removes the image from the DOM
49
49
Obtain, install, and run the sample as follows.
50
50
51
51
52
+
<!-- main location of this section for copying to multiple articles: [Clone the MicrosoftEdge-Extensions repo](./picture-viewer-popup-webpage.md#clone-the-microsoftedge-extensions-repo) in _Sample: Picture viewer pop-up webpage_ -->
[Clone the MicrosoftEdge-Extensions repo](./picture-viewer-popup-webpage.md#clone-the-microsoftedge-extensions-repo) in _Sample: Picture viewer pop-up webpage_.
57
-
-->
58
-
59
56
You can use various tools to clone a GitHub repo. You can download a selected directory, or clone the entire repo.
60
57
61
58
Clone the **MicrosoftEdge-Extensions** repo to your local drive, and then switch to a working branch, as follows.
@@ -94,7 +91,7 @@ Clone the **MicrosoftEdge-Extensions** repo to your local drive, and then switch
94
91
1. Check the list of directories:
95
92
96
93
```
97
-
dir
94
+
ls
98
95
```
99
96
100
97
The `/MicrosoftEdge-Extensions/` directory is listed.
@@ -170,9 +167,7 @@ See also:
170
167
* [Step 2: Create a branch](https://docs.github.com/en/get-started/start-your-journey/hello-world#step-2-create-a-branch) in _Hello World_ in GitHub Docs.
171
168
-->
172
169
173
-
<!-- / end of section copied from
174
-
[Clone the MicrosoftEdge-Extensions repo](./picture-viewer-popup-webpage.md#clone-the-microsoftedge-extensions-repo) in _Sample: Picture viewer pop-up webpage_.
175
-
-->
170
+
<!-- / end of section for copying to multiple articles -->
Copy file name to clipboardExpand all lines: microsoft-edge/extensions-chromium/getting-started/picture-viewer-popup-webpage.md
+3-10Lines changed: 3 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,10 @@ This sample is a browser extension, without JavaScript, that displays the `stars
24
24
<!-- 1st use of this png -->
25
25
26
26
27
+
<!-- main location of this section for copying to multiple articles: [Clone the MicrosoftEdge-Extensions repo](./picture-viewer-popup-webpage.md#clone-the-microsoftedge-extensions-repo) in _Sample: Picture viewer pop-up webpage_ -->
<!-- main copy of section to copy to extensions sample articles -->
31
-
32
31
You can use various tools to clone a GitHub repo. You can download a selected directory, or clone the entire repo.
33
32
34
33
Clone the **MicrosoftEdge-Extensions** repo to your local drive, and then switch to a working branch, as follows.
@@ -48,12 +47,6 @@ Clone the **MicrosoftEdge-Extensions** repo to your local drive, and then switch
48
47
cd C:/Users/localAccount/GitHub/
49
48
```
50
49
51
-
1. Check the current directory:
52
-
53
-
```
54
-
pwd
55
-
```
56
-
57
50
1. In Microsoft Edge, go to the [MicrosoftEdge-Extensions](https://github.com/microsoft/MicrosoftEdge-Extensions) repo.
58
51
59
52
1. Click the down-arrow on the right side of the green **Code** button, and then in the **Clone using the web URL** section, click the **Copy url to clipboard** button next to `https://github.com/microsoft/MicrosoftEdge-Extensions.git`.
@@ -73,7 +66,7 @@ Clone the **MicrosoftEdge-Extensions** repo to your local drive, and then switch
73
66
1. Check the list of directories:
74
67
75
68
```
76
-
pwd
69
+
ls
77
70
```
78
71
79
72
The `/MicrosoftEdge-Extensions/` directory is listed.
@@ -149,7 +142,7 @@ See also:
149
142
* [Step 2: Create a branch](https://docs.github.com/en/get-started/start-your-journey/hello-world#step-2-create-a-branch) in _Hello World_ in GitHub Docs.
150
143
-->
151
144
152
-
<!-- / end of main copy of section to copy to extensions sample articles -->
145
+
<!-- / end of section for copying to multiple articles -->
0 commit comments