1 Star 0 Fork 0

Ravenfu / paste-hexo-url

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
fujiahua 提交于 2021-07-13 14:49 . update

PasteHexoURL

PasteHexoURL is a simple extension that generating Markdown or reStructuredText style link when pasting URL.

Check out markdown-linker-expander too, it solves the same problem in a different way! :D

Features

A Markdown or reStructuredText inline-style link will be generated when pasting a URL into the file with corresponding active language.

For example, you copied the below URL:

https://code.visualstudio.com

When pasting with Paste URL, you will get:

{% link Visual Studio Code - Code Editing. Redefined https://code.visualstudio.com %}

One gif is worth a thousand words.

feature

Usage

For Ubuntu Linux make sure that xclip package is installed, see http://github.com/xavi-/node-copy-paste for details.

  • Hit "Control + Alt + P" (Recommended)
  • Hit "Command + Shift + P" and then type Paste URL and hit enter.

Selection will be used as the title if possible.

You can change the default shortcut to whatever you like by editing the Code > Preferences > Keyboard Shortcuts (File > Preferences > Keyboard Shortcuts on Windows):

[
    {"key": "ctrl+alt+p", "command": "pasteHexoURL.PasteHexoURL"}
]

Known Issues

  • Fetching title from some URLs may take longer than expected.

Source

Gitee

License

MIT

1
https://gitee.com/Ravenfu/paste-hexo-url.git
git@gitee.com:Ravenfu/paste-hexo-url.git
Ravenfu
paste-hexo-url
paste-hexo-url
master

搜索帮助