Skip to content

sergiruiztrepat/create-link

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: GPL v3 check

🔗create-link.el

Formatted link generator package for Emacs.

e.g. Open Google on with eww. Then M-x create-link to get a formatted link(↓HTML).

eww-draw

e.g. Point on URL M-x create-link, fill title with scraped one.

title-from-link-draw

🌟Available buffer

  • eww
  • w3m
  • File (Make format link with buffer and file path. Thanks sergiruiztrepat)

🖨Output Format

  • HTML(default)
  • LaTeX
  • Markdown
  • DokuWiki
  • MediaWiki
  • Org-mode

We want to support more formats, please send us your PR! This PR may be helpful!

🔧Customize

To change the output format:

(setq create-link-default-format 'markdown) ;; 'media-wiki 'org

📋Notes

I wanted to use this↓ useful Chrome extension in Emacs too, so I made it.

About

Format link generator package for Emacs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 92.1%
  • Makefile 7.9%