No Description

David Windham ffd39f4d6f fix 🔨 1 week ago
.vscode 278be17360 Initial commit 2 years ago
dist ffd39f4d6f fix 🔨 1 week ago
src ffd39f4d6f fix 🔨 1 week ago
.eslintrc.json 278be17360 Initial commit 2 years ago
.gitattributes b3ae0a930d Initial commit 2 years ago
.gitignore 73526f14f9 v0.1.3 1 week ago
.vscodeignore c7b365529a Remove redundant files and shorten file size 2 years ago
CHANGELOG.md 8744212e19 pack extension 2 years ago
LICENSE b3ae0a930d Initial commit 2 years ago
README.md 2124f3d3d8 v0.1.3 1 week ago
TODO.md 8d3adf0d0a Update TODO.md 2 years ago
package-lock.json b6c64c8686 update pcks 1 week ago
package.json ffd39f4d6f fix 🔨 1 week ago
screenshot.gif 0bc81bf94e [ImgBot] Optimize images 2 years ago
tsconfig.json 278be17360 Initial commit 2 years ago
vsc-extension-quickstart.md 278be17360 Initial commit 2 years ago
webpack.config.js 278be17360 Initial commit 2 years ago
wikipedia.png 41d4c6a076 😅 1 week ago

README.md

vscode-wikipedia-hyperlink

Adds a hyperlink to a wikipedia article for the currently selected text in a markdown or html file

Usage:

     "commands": [
      {
        "command": "wikipedia-link.addHyperlink",
        "title": "Wikipedia: add link"
      }
    ]

Notes

Fork of https://github.com/wasi-master/vscode-wikipedia-hyperlink/ because I didn't want the link summary.

I made a comment on the upstream original asking the author to consider it an option ( e.g. https://github.com/wasi-master/vscode-wikipedia-hyperlink/discussions/2 ).

I modified the extension ID to leave the original available to if the option comes available and installed a package to publish a .VSIX file so that I could sync it with codepaces so that when I'm writing on my iPad I can use it.