diff --git a/README.md b/README.md index af1686c2d..2ba9de4db 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Pagy is the ultimate pagination gem that outperforms the others in each and ever - Added the docker development environment to ease contributions - Big code restyling: the code is simpler, more readable and verbose with yet improved performance. - All the public helpers accept optional keyword arguments (see the [Changelog](CHANGELOG.md#version-440)) -- New [standalone extra](http://ddnexus.github.io/pagy/extras/standalone) to use pagy without any request object, nor Rack environment/gem, nor any defined `params` method, even in the irb/rails console without any app or config. +- New [Pagy::Console](https://ddnexus.github.io/pagy/api/console) and [standalone extra](http://ddnexus.github.io/pagy/extras/standalone) to use pagy without any request object, nor Rack environment/gem, nor any defined `params` method, even in the irb/rails console without any app or config. ## Comparison with other gems @@ -123,12 +123,13 @@ Use the official extras, or write your own in just a few lines. Extras add speci - [tailwind](http://ddnexus.github.io/pagy/extras/tailwind): Extra styles for [Tailwind CSS](https://tailwindcss.com) - [uikit](http://ddnexus.github.io/pagy/extras/uikit): Add nav, nav_js and combo_nav_js helpers for the UIkit [pagination component](https://getuikit.com/docs/pagination) -### Feature Extras +### Extra Features and Tools +- [Pagy::Console](https://ddnexus.github.io/pagy/api/console): Try any pagy feature or helper right in the irb/rails console even without any app or config - [i18n](http://ddnexus.github.io/pagy/extras/i18n): Use the `I18n` gem instead of the pagy-i18n implementation - [items](http://ddnexus.github.io/pagy/extras/items): Allow the client to request a custom number of items per page with an optional selector UI - [overflow](http://ddnexus.github.io/pagy/extras/overflow): Allow for easy handling of overflowing pages -- [standalone](http://ddnexus.github.io/pagy/extras/standalone): Use pagy without any request object, nor Rack environment/gem, nor any defined `params` method, even in the irb/rails console without any app or config. +- [standalone](http://ddnexus.github.io/pagy/extras/standalone): Use pagy without any request object, nor Rack environment/gem, nor any defined `params` method - [support](http://ddnexus.github.io/pagy/extras/support): Extra support for features like: incremental, auto-incremental and infinite pagination - [trim](http://ddnexus.github.io/pagy/extras/trim): Remove the `page=1` param from the first page link