David Windham ffd39f4d6f fix 🔨 | 1 week ago | |
---|---|---|
.vscode | 2 years ago | |
dist | 1 week ago | |
src | 1 week ago | |
.eslintrc.json | 2 years ago | |
.gitattributes | 2 years ago | |
.gitignore | 1 week ago | |
.vscodeignore | 2 years ago | |
CHANGELOG.md | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 1 week ago | |
TODO.md | 2 years ago | |
package-lock.json | 1 week ago | |
package.json | 1 week ago | |
screenshot.gif | 2 years ago | |
tsconfig.json | 2 years ago | |
vsc-extension-quickstart.md | 2 years ago | |
webpack.config.js | 2 years ago | |
wikipedia.png | 1 week ago |
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"
}
]
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.