Commit Graph

21 Commits

Author SHA1 Message Date
Paris Kasidiaris
6ee524864e Make add-ons load the latest built version 2016-10-05 13:23:45 +03:00
Paris Kasidiaris
ed1a31d1cf Make src/xterm.js ES2015 and export EventEmitter into its own file
Fix #158
2016-08-29 19:51:40 +00:00
Tine Jozelj
64d77d2491 Making it more human readable 2016-08-04 15:22:45 +02:00
Tine Jozelj
9604674c65 Default without target atribute 2016-08-04 15:05:09 +02:00
Tine Jozelj
d9294779a6 Add target as option
You can now provide target argument if you want to modify target attribute on links. It defaults to `_self` to keep current behavior.
2016-08-04 14:58:42 +02:00
Tine Jozelj
3113cdf0ea Make linkify links open in new tab/window
I believe this behavior is more appropriate.
2016-08-02 15:57:15 +02:00
Daniel Imms
f2f0f460c4 Add a bunch of tests 2016-06-10 18:53:32 -07:00
Daniel Imms
9c3b1105e2 Check optional port clause after domain too 2016-06-10 13:15:59 -07:00
Daniel Imms
23cfa3d824 Add IP addresses to linkify
Fixes #91
2016-06-07 22:12:38 -07:00
Paris
dc67c94545 Change CommonJS package structure
Instead of making Xterm prototype extending optional, just require Xterm and pass it as parameter to the function just like it is being done with RequireJS
2016-05-03 12:48:16 +03:00
Paris
fff56eea1b Extend Xterm prototype only when Xterm is a function
Add-ons attempted to extend the `Xterm` prototype no matter what. This was an issue when importing add-ons through CommonJS, where `Xterm` is not available in the global scope.
2016-05-03 12:36:21 +03:00
Paris
bd2158613d Make all add-ons CommonJS importable
- Fix #52
- Rename `npm/nodejs project` documentation to `CommonJS environment`
2016-05-03 12:05:13 +03:00
TDaglis
a221a3c9f8 documented lenient option of linkify 2015-10-22 09:53:14 +03:00
TDaglis
b1058b9fcc Added lenient option to linkify 2015-10-22 06:47:15 +00:00
paris
e100ee0cc0 [addon linkify] Further optimize URL algorithm 2015-01-06 13:03:07 +02:00
paris
3e7ab290fa [addon linkify] Remove console.log 2015-01-05 16:07:29 +02:00
paris
43ac453db1 [addon linkify] Improve start and end clauses 2015-01-05 16:05:14 +02:00
paris
d0d87505a9 [addon linkify] Improve URL to link conversion algorithm 2015-01-04 22:27:14 +02:00
paris
c8a497eb82 [addon linkify] Fine-grained module and documented almost everything 2015-01-04 20:39:57 +02:00
paris
523ff9908f [addon linkify] Set up proper initialization of add-on
- Also created a demo page for the addon
2015-01-04 15:45:26 +02:00
paris
b60903a2ae [addon linkify] Start working on "linkifying" URLs in the terminal 2015-01-04 15:08:36 +02:00