File tree 2 files changed +43
-0
lines changed
2 files changed +43
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 1
1
# 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 -->
2
5
3
6
- This script is written using JavaScript automation for macOS.
4
7
- It copies URL and title from the current browser in a markdown format - ` [Title of Page](https://url.of.page.com) ` .
21
24
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
22
25
<!-- prettier-ignore-start -->
23
26
<!-- 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 -->
24
41
25
42
<!-- markdownlint-restore -->
26
43
<!-- prettier-ignore-end -->
You can’t perform that action at this time.
0 commit comments