Low commit activity in last 3 years
A long-lived project that still receives updates
Pageflow navigation widget.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.0, < 3.0
~> 12.0
~> 1.0

Runtime

>= 14.1, < 18
 Project Readme

Pageflow Outline Navigation Bar

Gem Version

A navigation bar displaying chapter titles.

Installation

Add this line to your application's Gemfile:

gem 'pageflow-outline-navigation-bar'

Register the plugin inside the configure block in config/initializers/pageflow.rb

Pageflow.configure do |config|
  config.plugin(Pageflow::OutlineNavigationBar.plugin)
end

Include javascripts and stylesheets:

# app/assets/javascripts/pageflow/application.js
//= require pageflow/outline_navigation_bar

# app/assets/stylesheets/pageflow/themes/default.scss
@import "pageflow/outline_navigation_bar/themes/default";

Execute bundle install and restart the application server. Now the widget type can be enabled in your feature settings.

Troubleshooting

If you run into problems while installing the page type, please also refer to the Troubleshooting wiki page in the Pageflow repository. If that doesn't help, consider filing an issue.

Contributing Locales

Edit the translations directly on the pageflow-outline-navigation-bar locale project.