File tree Expand file tree Collapse file tree 5 files changed +35
-6
lines changed Expand file tree Collapse file tree 5 files changed +35
-6
lines changed Original file line number Diff line number Diff line change 11# MkDocs - Open in a new tab plugin
22
3+ <p align =" center " >
4+ <a href =" https://hits.seeyoufarm.com " ><img src =" https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FJakubAndrysek%2Fmkdocs-open-in-new-tab&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=true " /></a >
5+ <img src =" https://img.shields.io/github/license/JakubAndrysek/mkdocs-open-in-new-tab?style=flat-square " >
6+ <img src =" https://img.shields.io/github/v/release/JakubAndrysek/mkdocs-open-in-new-tab?style=flat-square " >
7+ <img src =" https://img.shields.io/github/stars/JakubAndrysek/mkdocs-open-in-new-tab?style=flat-square " >
8+ <img src =" https://img.shields.io/github/forks/JakubAndrysek/mkdocs-open-in-new-tab?style=flat-square " >
9+ <img src =" https://img.shields.io/github/issues/JakubAndrysek/mkdocs-open-in-new-tab?style=flat-square " >
10+ <img src =" https://static.pepy.tech/personalized-badge/mkdocs-open-in-new-tab?period=month&units=international_system&left_color=black&right_color=orange&left_text=Downloads " >
11+
12+
13+ </p >
14+
315This plugin adds js to open outgoing links and PDFs in a new tab.
416
17+ Look at the [ demo] ( https://newtab.kubaandrysek.cz/ ) .
18+
519## Installation
620
7- Install the plugin using pip from [ PyPI] ( https://pypi.org/project/mkdocs-open-in-new-tab-plugin / ) :
21+ Install the plugin using pip from [ PyPI] ( https://pypi.org/project/mkdocs-open-in-new-tab/ ) :
822
923``` bash
10- pip3 install mkdocs-open-in-new-tab-plugin
24+ pip3 install mkdocs-open-in-new-tab
1125```
1226
1327## Usage
Original file line number Diff line number Diff line change 1+ newtab.kubaandrysek.cz
Original file line number Diff line number Diff line change 11# MkDocs - Open in a new tab plugin
22
3+ <p align =" center " >
4+ <a href =" https://hits.seeyoufarm.com " ><img src =" https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FJakubAndrysek%2Fmkdocs-open-in-new-tab&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=true " /></a >
5+ <img src =" https://img.shields.io/github/license/JakubAndrysek/mkdocs-open-in-new-tab?style=flat-square " >
6+ <img src =" https://img.shields.io/github/v/release/JakubAndrysek/mkdocs-open-in-new-tab?style=flat-square " >
7+ <img src =" https://img.shields.io/github/stars/JakubAndrysek/mkdocs-open-in-new-tab?style=flat-square " >
8+ <img src =" https://img.shields.io/github/forks/JakubAndrysek/mkdocs-open-in-new-tab?style=flat-square " >
9+ <img src =" https://img.shields.io/github/issues/JakubAndrysek/mkdocs-open-in-new-tab?style=flat-square " >
10+ <img src =" https://static.pepy.tech/personalized-badge/mkdocs-open-in-new-tab?period=month&units=international_system&left_color=black&right_color=orange&left_text=Downloads " >
11+
12+
13+ </p >
14+
315This plugin adds js to open outgoing links and PDFs in a new tab.
416
17+ Look at the [ demo] ( https://newtab.kubaandrysek.cz/ ) .
18+
519## Installation
620
7- Install the plugin using pip from [ PyPI] ( https://pypi.org/project/mkdocs-open-in-new-tab-plugin / ) :
21+ Install the plugin using pip from [ PyPI] ( https://pypi.org/project/mkdocs-open-in-new-tab/ ) :
822
923``` bash
10- pip3 install mkdocs-open-in-new-tab-plugin
24+ pip3 install mkdocs-open-in-new-tab
1125```
1226
1327## Usage
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ site_description: >-
66
77# Repository
88repo_name : JakubAndrysek/mkdocs-open-in-new-tab
9- repo_url : https://github.com/JakubAndrysek/mkdocs-open-in-new-tab
9+ repo_url : https://newtab.kubaandrysek.cz/
1010
1111# Copyright
1212copyright : Copyright © 2023 Jakub Andrýsek
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ def readme():
88# https://pypi.org/project/mkdocs-open-in-new-tab/
99setup (
1010 name = 'mkdocs-open-in-new-tab' ,
11- version = '1.0.1 ' ,
11+ version = '1.0.2 ' ,
1212 description = 'MkDocs plugin to open outgoing links and PDFs in new tab.' ,
1313 long_description = readme (),
1414 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments