Skip to content

Commit 95647ce

Browse files
authored
Merge pull request #4 from chodorowicz/all-contributors/add-mattstein
docs: add mattstein as a contributor for doc
2 parents c589be5 + c183a59 commit 95647ce

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

.all-contributorsrc

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"commitType": "docs",
8+
"commitConvention": "angular",
9+
"contributors": [
10+
{
11+
"login": "mattstein",
12+
"name": "Matt Stein",
13+
"avatar_url": "https://avatars.githubusercontent.com/u/2488775?v=4",
14+
"profile": "https://mattstein.com",
15+
"contributions": [
16+
"doc"
17+
]
18+
}
19+
],
20+
"contributorsPerLine": 7,
21+
"skipCi": true,
22+
"repoType": "github",
23+
"repoHost": "https://github.com",
24+
"projectName": "copy-markdown-url-and-title",
25+
"projectOwner": "chodorowicz"
26+
}

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Copy Markdown URL and Title
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
- This script is written using JavaScript automation for macOS.
47
- It copies URL and title from the current browser in a markdown format - `[Title of Page](https://url.of.page.com)`.
@@ -21,6 +24,20 @@
2124
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
2225
<!-- prettier-ignore-start -->
2326
<!-- markdownlint-disable -->
27+
<table>
28+
<tbody>
29+
<tr>
30+
<td align="center" valign="top" width="14.28%"><a href="https://mattstein.com"><img src="https://avatars.githubusercontent.com/u/2488775?v=4?s=100" width="100px;" alt="Matt Stein"/><br /><sub><b>Matt Stein</b></sub></a><br /><a href="https://github.com/chodorowicz/copy-markdown-url-and-title/commits?author=mattstein" title="Documentation">📖</a></td>
31+
</tr>
32+
</tbody>
33+
</table>
34+
35+
<!-- markdownlint-restore -->
36+
<!-- prettier-ignore-end -->
37+
38+
<!-- ALL-CONTRIBUTORS-LIST:END -->
39+
<!-- prettier-ignore-start -->
40+
<!-- markdownlint-disable -->
2441

2542
<!-- markdownlint-restore -->
2643
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)