id,node_id,name,full_name,private,owner,html_url,description,fork,created_at,updated_at,pushed_at,homepage,size,stargazers_count,watchers_count,language,has_issues,has_projects,has_downloads,has_wiki,has_pages,forks_count,archived,disabled,open_issues_count,license,topics,forks,open_issues,watchers,default_branch,permissions,temp_clone_token,organization,network_count,subscribers_count,readme,readme_html,allow_forking,visibility,is_template,template_repository,web_commit_signoff_required,has_discussions
547039866,R_kgDOIJsqeg,datasette-external-links-new-tabs,ocdtrekkie/datasette-external-links-new-tabs,0,4399499,https://github.com/ocdtrekkie/datasette-external-links-new-tabs,Datasette plugin to open external links in new tabs,0,2022-10-07T03:34:09Z,2022-10-07T05:25:44Z,2022-10-07T04:51:51Z,,12,1,1,Python,1,1,1,1,0,0,0,0,1,apache-2.0,[],0,1,1,main,"{""admin"": false, ""maintain"": false, ""push"": false, ""triage"": false, ""pull"": false}",,,0,1,"# datasette-external-links-new-tabs
[](https://pypi.org/project/datasette-external-links-new-tabs/)
[](https://github.com/ocdtrekkie/datasette-external-links-new-tabs/releases)
[](https://github.com/ocdtrekkie/datasette-external-links-new-tabs/actions?query=workflow%3ATest)
[](https://github.com/ocdtrekkie/datasette-external-links-new-tabs/blob/main/LICENSE)
Datasette plugin to open external links in new tabs
## Installation
Install this plugin in the same environment as Datasette.
datasette install datasette-external-links-new-tabs
## Usage
There are no usage instructions, it simply opens external links in a new tab.
## Development
To set up this plugin locally, first checkout the code. Then create a new virtual environment:
cd datasette-external-links-new-tabs
python3 -m venv venv
source venv/bin/activate
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
pytest
","
datasette-external-links-new-tabs
Datasette plugin to open external links in new tabs
Installation
Install this plugin in the same environment as Datasette.