Markdown Intelligence Url Complete


License
MIT
Install
pip install miuc==0.1.11

Documentation

miuc

codecov

Markdown Intelligence Url Complete

Paste URL by ctrl + v, miuc will complete the title for you, and esc in case you want the origin url format

Features

action

Download

Search miuc in Vscode extension market or manually download the extension from miuc-vscode-extension-market

Vscode Extension miuc depends on python library miuc, if you miss the auto download, please download manually in your activate python environment

pip install miuc

Tip

miuc vscode extension only provides a simple wrapper for miuc

the core functionality of miuc will update silently in the background, you can find the latest version by

pip install -U miuc

Usage

in Vscode, press ctrl + v to paste as usual, miuc will complete the title if URL in your clipboard

in command line, use miuc <URL> and return the markdown format url with title, you may need this one if you prefer vim/neovim and so on

$ miuc <URL>

# for example
$ miuc https://github.com/luzhixing12345/miuc
[miuc](https://github.com/luzhixing12345/miuc)

Rerference