Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/)
- Host: GitHub
- URL: https://github.com/drnic/html-script-src.tmbundle
- Owner: drnic
- Created: 2010-05-22T14:30:17.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-05-27T07:54:11.000Z (over 14 years ago)
- Last Synced: 2024-10-16T12:34:50.468Z (2 months ago)
- Homepage:
- Size: 97.7 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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/)