Skip to content

Commit 578c74f

Browse files
authored
Merge pull request #267 from petermekhaeil/master
Order plugins page and add additional plugins
2 parents 2e02fc2 + c494fe4 commit 578c74f

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

docs/0.8/Plugins.md.hbs

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@ plugin API pages under "Writing" and the [plugin template](https://github.com/Ra
1212
* [Modella](https://github.com/staygrimm/ractive-adaptors-modella) - contributed by [@staygrimm](https://github.com/staygrimm)
1313
* [Promises](http://lluchs.github.io/Ractive-adaptors-Promise/) - contributed by [@lluchs](https://github.com/lluchs)
1414
* [Promise-alt](https://github.com/rstacruz/ractive-promise-alt) - contributed by [@rstacruz](https://github.com/rstacruz)
15-
* [RxJS](http://ractivejs.github.io/ractive-adaptors-rxjs/)
1615
* [Ractive](https://github.com/rstacruz/ractive-ractive) (synchronise several Ractive instances) - contributed by [@rstacruz](https://github.com/rstacruz)
16+
* [RxJS](http://ractivejs.github.io/ractive-adaptors-rxjs/)
1717
* [ss-ractive](https://github.com/arxpoetica/ss-ractive) (Ractive Template Engine wrapper for [SocketStream](https://github.com/socketstream/socketstream)) - by Robert Hall [@arxpoetica](https://github.com/arxpoetica)
1818
* TODO: Object.observe
1919

2020
## {{{createLink 'Components'}}}
2121

22-
* [Ractive-Require](https://github.com/XavierBoubert/ractive-require)
23-
* [CodeMirror](http://dagnelies.github.io/ractive-codemirror/)
2422
* [Bootstrap](http://dagnelies.github.io/ractive-bootstrap/)
23+
* [CodeMirror](http://dagnelies.github.io/ractive-codemirror/)
2524
* [Datatable](https://github.com/JonDum/ractive-datatable)
25+
* [Foundation](http://ractive-foundation.github.io/ractive-foundation)
26+
* [Ractive-Require](https://github.com/XavierBoubert/ractive-require)
2627
* [Select](https://github.com/JonDum/ractive-select) a `<select>` replacement component
2728
* [Stepper](https://github.com/JonDum/ractive-stepper) a numeric stepper component
2829

@@ -40,10 +41,10 @@ plugin API pages under "Writing" and the [plugin template](https://github.com/Ra
4041
* [Drag and Drop (HTML5)](https://github.com/Nijikokun/ractive.drag.drop.js) - contributed by [@Nijikokun](https://github.com/Nijikokun)
4142
* [Drag and Drop (non-HTML5)](https://github.com/smallhadroncollider/ractive.events.drag) - contributed by [@smallhadroncollider](https://github.com/smallhadroncollider)
4243
* [Drag and Drop Sortable List](https://github.com/Nijikokun/ractive.sortable.js) - contributed by [@Nijikokun](https://github.com/Nijikokun)
43-
* [Resize](https://github.com/smallhadroncollider/ractive.events.resize) - contributed by [@smallhadroncollider](https://github.com/smallhadroncollider)
4444
* [Hover](http://ractivejs.github.io/ractive-events-hover)
4545
* [Keys](http://ractivejs.github.io/ractive-events-keys)
4646
* [Mousewheel](http://ractivejs.github.io/ractive-events-mousewheel)
47+
* [Resize](https://github.com/smallhadroncollider/ractive.events.resize) - contributed by [@smallhadroncollider](https://github.com/smallhadroncollider)
4748
* [Tap](http://ractivejs.github.io/ractive-events-tap)
4849
* [Touch](https://github.com/rstacruz/ractive-touch) - contributed by [@rstacruz](https://github.com/rstacruz/)
4950
* [Typing](https://github.com/svapreddy/ractive-events-typing) - contributed by [@svapreddy](https://github.com/svapreddy)
@@ -58,4 +59,8 @@ plugin API pages under "Writing" and the [plugin template](https://github.com/Ra
5859
* [Slide](http://ractivejs.github.io/ractive-transitions-slide)
5960
* [Typewriter](http://ractivejs.github.io/ractive-transitions-typewriter)
6061

62+
## Development Tools
63+
64+
* [Chrome - Ractive Dev Tool](https://chrome.google.com/webstore/detail/ractive-dev-tool/mobaekclikghnakiffjacknpimanblii)
65+
6166

0 commit comments

Comments
 (0)