Skip to content

Commit

Permalink
link to https
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Feb 25, 2018
1 parent fbfe05a commit a6164de
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 28 deletions.
8 changes: 4 additions & 4 deletions docs/0.20/assets/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ $(document).ready(function() {
'Front': 'https://frontapp.com/',
'Intuit': 'https://www.intuit.com/',
'Lever': 'https://www.lever.co/',
'MerchantCircle': 'http://www.merchantcircle.com/',
'MerchantCircle': 'https://www.merchantcircle.com/',
'Reedsy': 'https://reedsy.com/',
'RelateIQ': 'https://www.relateiq.com/',
'Respondly': 'https://respond.ly/',
'Salesforce': 'http://www.salesforce.com/',
'Salesforce': 'https://www.salesforce.com/',
'ThemeXpert': 'https://www.themexpert.com/',
'Vox Media': 'http://www.voxmedia.com/',
'Vox Media': 'https://www.voxmedia.com/',
'Writer': 'https://chrome.google.com/webstore/detail/writer/hlddiopdeghmcmdjjmpdegemnojihpib?hl=en'
};

Expand All @@ -55,5 +55,5 @@ $(document).ready(function() {
});
});

console.log("Welcome to Quill!\n\nThe editor on this page is available via `quill`. Give the API a try:\n\n\tquill.formatText(6, 10, 'bold', true);\n\nVisit the API documenation page to learn more: http://quilljs.com/docs/api/\n");
console.log("Welcome to Quill!\n\nThe editor on this page is available via `quill`. Give the API a try:\n\n\tquill.formatText(6, 10, 'bold', true);\n\nVisit the API documenation page to learn more: https://quilljs.com/docs/api/\n");
});
2 changes: 1 addition & 1 deletion docs/0.20/docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ title: API - Quill v0.20
"nx">insertEmbed</span><span class="p">(</span><span class=
"mi">10</span><span class="p">,</span> <span class=
"s1">'image'</span><span class="p">,</span> <span class=
"s1">'http://quilljs.com/images/cloud.png'</span><span class=
"s1">'https://quilljs.com/images/cloud.png'</span><span class=
"p">);</span></code>
</pre>
</figure>
Expand Down
4 changes: 2 additions & 2 deletions docs/0.20/docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ title: Examples - Quill v0.20
</div>
<div class="editor" id="basic-editor">
<div><span style="font-size: 18px;">One Ring to Rule Them All</span></div>
<div><a href="http://en.wikipedia.org/wiki/One_Ring">http://en.wikipedia.org/wiki/One_Ring</a></div>
<div><a href="https://en.wikipedia.org/wiki/One_Ring">https://en.wikipedia.org/wiki/One_Ring</a></div>
<div><br></div>
<div><span>Three Rings for the </span><u>Elven-kings</u><span> under the sky,</span></div>
<div><span>Seven for the </span><u>Dwarf-lords</u><span> in halls of stone,</span></div>
Expand Down Expand Up @@ -281,7 +281,7 @@ title: Examples - Quill v0.20
</div>
<div class="editor" id="full-editor">
<div><span style="font-size: 18px;">One Ring to Rule Them All</span></div>
<div><a href="http://en.wikipedia.org/wiki/One_Ring">http://en.wikipedia.org/wiki/One_Ring</a></div>
<div><a href="https://en.wikipedia.org/wiki/One_Ring">https://en.wikipedia.org/wiki/One_Ring</a></div>
<div><br></div>
<div><span>Three Rings for the </span><u>Elven-kings</u><span> under the sky,</span></div>
<div><span>Seven for the </span><u>Dwarf-lords</u><span> in halls of stone,</span></div>
Expand Down
6 changes: 3 additions & 3 deletions docs/0.20/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ title: A Rich Text WYSIWYG Editor with an API - Quill v0.20
<span>Quill is a free, </span>
<a href="https://github.com/quilljs/quill/">open source</a>
<span> WYSIWYG editor built for the modern web. With its </span>
<a href="http://quilljs.com/0.20/docs/modules/">extensible architecture</a>
<a href="https://quilljs.com/0.20/docs/modules/">extensible architecture</a>
<span> and a </span>
<a href="http://quilljs.com/0.20/docs/api/">expressive API</a>
<a href="https://quilljs.com/0.20/docs/api/">expressive API</a>
<span> you can completely customize it to fulfill your needs. Some built in features include:</span>
</div>
<div><br /></div>
Expand Down Expand Up @@ -186,7 +186,7 @@ title: A Rich Text WYSIWYG Editor with an API - Quill v0.20
</a>
</div>
<div class="col-sm-2">
<a href="http://www.intuit.com/" title="Intuit" target="_blank">
<a href="https://www.intuit.com/" title="Intuit" target="_blank">
<img class="img-responsive" src="/0.20/assets/images/users/intuit.png" alt="Intuit" />
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/lotr.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h2>One Ring to Rule Them All</h2>
<p><a href="http://en.wikipedia.org/wiki/One_Ring">http://en.wikipedia.org/wiki/One_Ring</a></p>
<p><a href="https://en.wikipedia.org/wiki/One_Ring">https://en.wikipedia.org/wiki/One_Ring</a></p>
<p><br></p>
<p>Three Rings for the <u>Elven-kings</u> under the sky,</p>
<p>Seven for the <u>Dwarf-lords</u> in halls of stone,</p>
Expand Down
6 changes: 3 additions & 3 deletions docs/_includes/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<meta name="twitter:title" content="Your powerful rich text editor">
{% endif %}
<meta name="twitter:description" content="Quill is a free, open source rich text editor built for the modern web.">
<meta name="twitter:image" content="http://quilljs.com/assets/images/brand-asset.png">
<meta name="twitter:image" content="https://quilljs.com/assets/images/brand-asset.png">
<meta property="og:type" content="website">
<meta property="og:url" content="http://quilljs.com{{ page.url }}">
<meta property="og:image" content="http://quilljs.com/assets/images/brand-asset.png">
<meta property="og:url" content="https://quilljs.com{{ page.url }}">
<meta property="og:image" content="https://quilljs.com/assets/images/brand-asset.png">
<meta property="og:title" content="{{ page.title }}{% if page.path != "index.html" %} - Quill{% endif %}">
<meta property="og:site_name" content="Quill">
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico" />
Expand Down
2 changes: 1 addition & 1 deletion docs/_layouts/v0.20.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<div class="container">
<ul>
<li><iframe src="//ghbtns.com/github-btn.html?user=quilljs&amp;repo=quill&amp;type=watch&amp;count=true" title="Star on GitHub" width="100" height="20"></iframe></li>
<li><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://quilljs.com" data-text="Quill - A Rich Text Editor with an API" data-via="quilljs">Tweet</a></li>
<li><a href="https://twitter.com/share" class="twitter-share-button" data-url="https://quilljs.com" data-text="Quill - A Rich Text Editor with an API" data-via="quilljs">Tweet</a></li>
</ul>
<div>
Quill is open source under
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/2014-11-06-quill-v0-19-no-more-iframes.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ Quill is now listed in npm as `quill` instead of `quilljs`. Quill was already li
Finally, community contribution and involvement has been tremendous and both the project and everyone using it reaps the benefits. A big thanks for all the contributions so far and keep them coming!


[^1]: See [Editors and Iframes](http://www.jasonchen.me/editors-and-iframes/) for full details.
[^1]: See [Editors and Iframes](https://www.jasonchen.me/editors-and-iframes/) for full details.
2 changes: 1 addition & 1 deletion docs/_posts/2015-09-15-the-road-to-1-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A full introduction and guide to Parchment is still forthcoming, but in short it

Prior to Parchment, Quill required near complete control over its editor container and descendant DOM nodes in order to provide its precise retrieval and manipulation API. Even simple modifications such as changing the default link open behavior required hacks and defining new content types, such as syntax highlighted code, was impossible.

Parchment hands control of entire subtrees back to the user, allowing the definition of new nodes or overwriting existing ones. The requirement is that certain methods such as `getValue` and `getFormat` be defined in order to happily exist within a Parchment document. Those familiar will find this very similar to `render` and Components in [React](http://facebook.github.io/react/), a significant influencer of Parchment's design.
Parchment hands control of entire subtrees back to the user, allowing the definition of new nodes or overwriting existing ones. The requirement is that certain methods such as `getValue` and `getFormat` be defined in order to happily exist within a Parchment document. Those familiar will find this very similar to `render` and Components in [React](https://facebook.github.io/react/), a significant influencer of Parchment's design.

While the Parchment interface is still being stabilized, a preview of a definition for a [KaTeX](https://github.com/Khan/KaTeX) equation looks like this (with ES6 syntax):

Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/2016-05-03-quill-1-0-beta-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Today Quill is ready for its first beta preview of 1.0. This is the biggest rewr
npm install quill@1.0.0-beta.0
```

The skeleton of a new documentation site is also being built out at [beta.quilljs.com](http://beta.quilljs.com). Whereas the current site focuses on being a referential resource, the new site will also be a guide to provide insight on approaching different customization goals. There is also an [interactive playground](http://beta.quilljs.com/playground/) to try out various configurations and explore the API.
The skeleton of a new documentation site is also being built out at [beta.quilljs.com](https://beta.quilljs.com). Whereas the current site focuses on being a referential resource, the new site will also be a guide to provide insight on approaching different customization goals. There is also an [interactive playground](https://beta.quilljs.com/playground/) to try out various configurations and explore the API.

<!-- more -->

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/api/contents.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ insertEmbed(index: Number, type: String, value: any, source: String = 'api'): De
**Examples**

```javascript
quill.insertEmbed(10, 'image', 'http://quilljs.com/images/cloud.png');
quill.insertEmbed(10, 'image', 'https://quilljs.com/images/cloud.png');
```

### insertText
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/modules/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ redirect_from:

The Syntax Module enhances the Code Block format by automatically detecting and applying syntax highlighting. The excellent [highlight.js](https://highlightjs.org/) library is used as a dependency to parse and tokenize code blocks.

In general, you may [configure](http://highlightjs.readthedocs.io/en/latest/api.html#configure-options) highlight.js as needed. However, Quill expects and requires the `useBR` option to be `false`.
In general, you may [configure](https://highlightjs.readthedocs.io/en/latest/api.html#configure-options) highlight.js as needed. However, Quill expects and requires the `useBR` option to be `false`.


### Example
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/cloning-medium-with-parchment.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In this guide, we will use the building blocks provided by Parchment and Quill t

### Groundwork

Let's start without even using Quill, with just a textarea and button, hooked up to a dummy event listener. We'll use jQuery for convenience throughout this guide, but neither Quill nor Parchment depends on this. We'll also add some basic styling, with the help of [Google Fonts](https://fonts.google.com/) and [Font Awesome](http://fontawesome.io/). None of this has anything to do with Quill or Parchment, so we'll move through quickly.
Let's start without even using Quill, with just a textarea and button, hooked up to a dummy event listener. We'll use jQuery for convenience throughout this guide, but neither Quill nor Parchment depends on this. We'll also add some basic styling, with the help of [Google Fonts](https://fonts.google.com/) and [Font Awesome](https://fontawesome.io/). None of this has anything to do with Quill or Parchment, so we'll move through quickly.

<div data-height="400" data-theme-id="23269" data-slug-hash="oLVAKZ" data-default-tab="result" data-embed-version="2" class="codepen"></div>

Expand Down
14 changes: 7 additions & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h1>Your powerful rich text editor.</h1>
<a class="user-slack" href="https://slack.com/" target="_blank" title="Slack"></a>
</li>
<li>
<a class="user-voxmedia" href="http://www.voxmedia.com/" target="_blank" title="Vox Media"></a>
<a class="user-voxmedia" href="https://www.voxmedia.com/" target="_blank" title="Vox Media"></a>
</li>
</ul>
</div>
Expand Down Expand Up @@ -106,7 +106,7 @@ <h1>Your powerful rich text editor.</h1>
<div class="editor">
<h1 class="ql-align-center">Quill Rich Text Editor</h1>
<p><br></p>
<p>Quill is a free, <a href="https://github.com/quilljs/quill/">open source</a> WYSIWYG editor built for the modern web. With its <a href="http://quilljs.com/docs/modules/">modular architecture</a> and expressive <a href="http://quilljs.com/docs/api/">API</a>, it is completely customizable to fit any need.</p>
<p>Quill is a free, <a href="https://github.com/quilljs/quill/">open source</a> WYSIWYG editor built for the modern web. With its <a href="https://quilljs.com/docs/modules/">modular architecture</a> and expressive <a href="https://quilljs.com/docs/api/">API</a>, it is completely customizable to fit any need.</p>
<p><br></p>
<iframe class="ql-video ql-align-center" src="https://player.vimeo.com/video/253905163" width="500" height="280" allowfullscreen></iframe>
<p><br></p>
Expand Down Expand Up @@ -268,22 +268,22 @@ <h2>Fits Like a Glove</h2>
'Intuit': 'https://www.intuit.com/',
'LinkedIn': 'https://www.linkedin.com/',
'Microsoft': 'https://www.microsoft.com/',
'Salesforce': 'http://www.salesforce.com/',
'Salesforce': 'https://www.salesforce.com/',
'Slack': 'https://slack.com/',
}, {
'Asana': 'https://asana.com/',
'Gannett': 'http://www.gannett.com/',
'Gusto': 'http://www.gusto.com/',
'Gusto': 'https://www.gusto.com/',
'Hubspot': 'https://www.hubspot.com/',
'Mode Analytics': 'https://modeanalytics.com/',
'USA Today': 'http://www.usatoday.com/',
'USA Today': 'https://www.usatoday.com/',
}, {
'Buffer': 'https://buffer.com/',
'Front': 'https://frontapp.com/',
'Lever': 'https://www.lever.co/',
'Reedsy': 'https://reedsy.com/',
'Slab': 'https://slab.com/',
'Vox Media': 'http://www.voxmedia.com/'
'Vox Media': 'https://www.voxmedia.com/'
}];
// Show users randomly
$('#users-container a').each(function(i, link) {
Expand Down Expand Up @@ -311,7 +311,7 @@ <h2>Fits Like a Glove</h2>
loadFonts();
$('#carousel-container').animate({ opacity: 1 }, 500);

console.log("Welcome to Quill!\n\nThe editor on this page is available via `quill`. Give the API a try:\n\n\tquill.formatText(11, 4, 'bold', true);\n\nVisit the API documenation page to learn more: http://quilljs.com/docs/api/\n");
console.log("Welcome to Quill!\n\nThe editor on this page is available via `quill`. Give the API a try:\n\n\tquill.formatText(11, 4, 'bold', true);\n\nVisit the API documenation page to learn more: https://quilljs.com/docs/api/\n");
});

function loadFonts() {
Expand Down

0 comments on commit a6164de

Please sign in to comment.