Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drnic/html-script-src.tmbundle

Insert <script src=".."> for popular JavaScript libraries (via http://scriptsrc.net/)
https://github.com/drnic/html-script-src.tmbundle

Last synced: 23 days ago
JSON representation

Insert <script src=".."> for popular JavaScript libraries (via http://scriptsrc.net/)

Awesome Lists containing this project

README

        

Script Src TextMate bundle
--------------------

Select one of the libraries referenced at [http://scriptsrc.net/](http://scriptsrc.net/) and insert the HTML (or Haml) <script src=".."> link into your document.

Description
===========

Activate the command with `scriptsrc` tab completion:

Select the JavaScript library you want:

In HTML or HTML(Rails) scopes you get instant HTML:

In Haml you get instant Haml:

Installation
============

To install via Git:

cd ~/"Library/Application Support/TextMate/Bundles/"
git clone git://github.com/drnic/html-script-src.tmbundle.git "HTML Script Src.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'

Source can be viewed or forked via GitHub: [http://github.com/drnic/html-script-src.tmbundle](http://github.com/drnic/html-script-src.tmbundle)

Other editors
=============

This script has also been ported to other editor(s):

* [Emacs](http://github.com/rejeep/html-script-src) by [Johan Andersson](http://github.com/rejeep)

Authors
=======

Dr Nic Williams, [[email protected]](mailto:[email protected]), [http://drnicwilliams.com](http://drnicwilliams.com), [Mocra](http://mocra.com)

Live source of projects and their source URLs at [http://scriptsrc.net/](http://scriptsrc.net/)