jekyll-target-blank
jekyll-target-blank copied to clipboard
Automatically opens external links in a new browser for Jekyll Pages, Posts and Docs.
As seen in [About rel=noopener](https://mathiasbynens.github.io/rel-noopener/), all modern browsers now implicitly set both `rel="noopener"` and `rel="noreferrer"` by default. Therefore, it should be nice to remove the automatic addition of `rel="noopener noreferrer"`...
It would be great if in `_config.yml` the user could add: ```yaml target-blank: exclude: - "/index.html" - "/somepage" - "/some-other-page" ``` So that the pages written can be excluded by...
Thanks you for your plug-in! I would like to use it but some of the URL I use have **Kanji**'s. Do you think you'll upgrade in a future?
Just a typo correction in README
I get this while trying to run it locally. Any clues? I am using jekyll-target-blank 2.0.0 and jekyll 3.8.5.
This issue was moved from https://github.com/kenchan0130/jekyll-target-blank/issues/10. #### The behavior I'm seeking is: - All external links open in a new window - All external links get noopner and noreferrer -...
Hi, your plugin looks like exactly what I've been looking for! However, I (and I know a lot of other people) are using a link structure that looks something like...
I'd like to extend this plugin by adding some custom liquid tags. ... more to come...
Add option open internal links in a new browser. 1) by default. 2) By specifying a CSS class only to internal links. 3) By specifying a CSS class only to...
Hi everyone. When this plugin is used, it causes some HTML named character entities to become unparsed, i.e. they're rendered as the raw entity string instead of the correct character....