Skip to content

Commit 96ce94b

Browse files
committed
update
1 parent 75f6443 commit 96ce94b

File tree

2,117 files changed

+1194741
-66299
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,117 files changed

+1194741
-66299
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"git.ignoreLimitWarning": true
3+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<p><strong>Describe the bug</strong> A clear and concise description of what the bug is.</p>
2+
<p><strong>To Reproduce</strong> Steps to reproduce the behavior: 1. Go to ‘…’ 2. Click on ‘….’ 3. Scroll down to ‘….’ 4. See error</p>
3+
<p><strong>Expected behavior</strong> A clear and concise description of what you expected to happen.</p>
4+
<p><strong>Screenshots</strong> If applicable, add screenshots to help explain your problem.</p>
5+
<p><strong>Desktop (please complete the following information):</strong> - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22]</p>
6+
<p><strong>Smartphone (please complete the following information):</strong> - Device: [e.g. iPhone6] - OS: [e.g. iOS8.1] - Browser [e.g. stock browser, safari] - Version [e.g. 22]</p>
7+
<p><strong>Additional context</strong> Add any other context about the problem here.</p>
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. iOS]
28+
- Browser [e.g. chrome, safari]
29+
- Version [e.g. 22]
30+
31+
**Smartphone (please complete the following information):**
32+
- Device: [e.g. iPhone6]
33+
- OS: [e.g. iOS8.1]
34+
- Browser [e.g. stock browser, safari]
35+
- Version [e.g. 22]
36+
37+
**Additional context**
38+
Add any other context about the problem here.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<p><strong>Is your feature request related to a problem? Please describe.</strong> A clear and concise description of what the problem is. Ex. I’m always frustrated when […]</p>
2+
<p><strong>Describe the solution you’d like</strong> A clear and concise description of what you want to happen.</p>
3+
<p><strong>Describe alternatives you’ve considered</strong> A clear and concise description of any alternative solutions or features you’ve considered.</p>
4+
<p><strong>Additional context</strong> Add any other context or screenshots about the feature request here.</p>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<h1 id="repo.js">Repo.js</h1>
2+
<p>Repo.js is a jQuery plugin that lets you easily embed a Github repo onto your site. This is great for other plugin or library authors that want to showcase the contents of a repo on their project pages.</p>
3+
<p>Repo.js uses <a href="https://twitter.com/#!/mekwall">Markus Ekwall</a>’s <a href="https://github.com/mekwall/jquery-vangogh">jQuery Vangogh</a> plugin for styling of file contents. Vangogh, subsequently, utilizes <a href="https://github.com/isagalaev/highlight.js">highlight.js</a>, written by <a href="https://github.com/isagalaev">Ivan Sagalaev</a> for syntax highlighting.</p>
4+
<h2 id="example-usage">Example Usage</h2>
5+
<div class="sourceCode" id="cb1"><pre class="sourceCode js"><code class="sourceCode javascript"><a class="sourceLine" id="cb1-1" title="1"><span class="at">$</span>(<span class="st">&#39;body&#39;</span>).<span class="at">repo</span>(<span class="op">{</span> <span class="dt">user</span><span class="op">:</span> <span class="st">&#39;darcyclarke&#39;</span><span class="op">,</span> <span class="dt">name</span><span class="op">:</span> <span class="st">&#39;Repo.js&#39;</span> <span class="op">}</span>)</a></code></pre></div>
6+
<p>You can also reference a specific branch if you want:</p>
7+
<div class="sourceCode" id="cb2"><pre class="sourceCode js"><code class="sourceCode javascript"><a class="sourceLine" id="cb2-1" title="1"><span class="at">$</span>(<span class="st">&#39;body&#39;</span>).<span class="at">repo</span>(<span class="op">{</span> <span class="dt">user</span><span class="op">:</span> <span class="st">&#39;jquery&#39;</span><span class="op">,</span> <span class="dt">name</span><span class="op">:</span> <span class="st">&#39;jquery&#39;</span><span class="op">,</span> <span class="dt">branch</span><span class="op">:</span> <span class="st">&#39;strip_iife&#39;</span> <span class="op">}</span>)</a></code></pre></div>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Repo.js
2+
=======
3+
4+
Repo.js is a jQuery plugin that lets you easily embed a Github repo onto your site. This is great for other plugin or library authors that want to showcase the contents of a repo on their project pages.
5+
6+
Repo.js uses [Markus Ekwall](https://twitter.com/#!/mekwall)'s [jQuery Vangogh](https://github.com/mekwall/jquery-vangogh) plugin for styling of file contents. Vangogh, subsequently, utilizes [highlight.js](https://github.com/isagalaev/highlight.js), written by [Ivan Sagalaev](https://github.com/isagalaev) for syntax highlighting.
7+
8+
## Example Usage
9+
10+
```js
11+
$('body').repo({ user: 'darcyclarke', name: 'Repo.js' })
12+
```
13+
14+
You can also reference a specific branch if you want:
15+
16+
```js
17+
$('body').repo({ user: 'jquery', name: 'jquery', branch: 'strip_iife' })
18+
```
19+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "Repo.js",
3+
"version": "1.0",
4+
"main": "repo.js"
5+
}
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)