sponsor Vim development Vim logo Vim Book Ad

html-source-explorer : The "HTML Source Explorer" plugin is meant to aid on the html source exploring.

 script karma  Rating -1/3, Downloaded by 629  Comments, bugs, improvements  Vim wiki

created by
Bruno Silva
 
script type
utility
 
description
The "HTML Source Explorer" plugin is meant to aid on the html source exploring.
It allows you to follow links by opening them on a new buffer on vim (the same
way you can follow links on Mozilla Firefox/Chrome view source).

By using <leader>fl inside "", '' or (), if it is a link (absolute, or
relative) the file will be open.

It works both on http:// urls and local files.

This plugin also includes a :Wget command which allows you to open a copy of
a remote file for editing in vim
 
install details
Using pathogen, run command
git clone git://github.com/brunosilva/html-source-explorer.git
on your bundle directory

or unzip the attached file in your .vim directory
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
brunosilva-html-source-explorer-566b190.zip 1.1 2011-10-31 6.0 Bruno Silva FIX: url's relative to domain such as <link href='/styles/test.css'/> weren't working

added support in filetype detection for url's with query string such as http://adomain.com/styles/main.css?rand=123456
brunosilva-html-source-explorer-288c9d3.zip 1 2011-10-31 6.0 Bruno Silva Initial upload
ip used for rating: 3.22.248.208

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github