Formatted link generator package for Emacs.
e.g. Open Google on with eww
. Then M-x create-link
to get a formatted link(↓HTML).
e.g. Point on URL M-x create-link
, fill title with scraped one.
- eww
- w3m
- File (Make format link with buffer and file path. Thanks sergiruiztrepat)
- HTML(default)
- LaTeX
- Markdown
- DokuWiki
- MediaWiki
- Org-mode
We want to support more formats, please send us your PR! This PR may be helpful!
To change the output format:
(setq create-link-default-format 'markdown) ;; 'media-wiki 'org
I wanted to use this↓ useful Chrome extension in Emacs too, so I made it.