jekyll-target-blank icon indicating copy to clipboard operation
jekyll-target-blank copied to clipboard

Automatically opens external links in a new browser for Jekyll Pages, Posts and Docs.

Results 21 jekyll-target-blank issues
Sort by recently updated
recently updated
newest added

The plugin is not working on https://machinetranslate.org, even though we apparently set it up correctly. Thanks in advance for any help --- ### To repro For example, see https://machinetranslate.org/wmt22 >...

* In function 'external?', URI is now escaped before split. * This adheres to the recommendation in the URI docs: https://www.rubydoc.info/stdlib/uri/URI.parse * Resolves #33.

Hi, I'm using the [minimal-mistakes](https://github.com/mmistakes/minimal-mistakes) template and I don't know if it's something specific to that, but `jekyll-target-blank` didn't work by just adding it to the end of the `Gemfile`;...

Keeps the existing `rel` attributes if they exist. Fixes #54

Do not throw exception for unparsable URLs with particular query params, javascript bookmarklet, etc. Added two file for testing purpose. No need to check for output in spec files, because...

- Update Rubocop to a version > 1 - Also updates rubocop-jekyll to 0.12.0 - Don't inherit .rubocop.yml from jekyll (.rubocop_todo.yml is not installed with a Gem, so that file...

The second example about adding custom `rel`s was identical to the former, while another attribute should have been added.

Put it in my Gemfile, and it apparently installed there okay: ``` Installing racc 1.6.0 with native extensions Fetching nokogiri 1.13.1 (x86_64-darwin) Fetching nokogiri 1.13.1 (arm64-darwin) Installing nokogiri 1.13.1 (x86_64-darwin)...

Great plugin! Thanks for creating it. Please, add a setting to skip manually set attributes. For example, sometimes I publish sponsored links written in markdown as: ```[some text](https://www.sposnsor.com/){:rel="sponsored"}``` _jekyll-target-blank_ would...

enhancement

In the documentation for jekyll-target-blank, you might want to add a note that "url="https://some.site.name/" must exist within the site's "_config.yml" file, otherwise it crashes when trying to compile with bundle...

documentation