Giter Club home page Giter Club logo

mdbook-pagetoc's Introduction

mdBook-pagetoc

A page table of contents for mdBook

What is this?

On 23rd June, I opened an issue for mdBook to add a table of contents for individual pages here. After some time, I noticed that there had been no response to the issue and decided to do something about it.

I don't know Rust and have very little experience in web development, but could not stand to not have this features any longer.

A sample of it in action can be viewed here.


How do I use it?

My very clunky solution consists of 3 files:

  • sidebar.js, which handles the scrolling and clicking for the table of contents

  • style.css which handles the styling

  • theme/index.hbs, which adds the following lines:

    <main>
        <!-- Page table of contents -->
        <div class="sidetoc"><nav class="pagetoc"></nav></div>
    
        {{{ content }}}
    </main>

Simply include these changes in your own mdBook, and add the following to your book.toml file:

[output.html]
additional-css = ["style.css"]
additional-js = ["sidebar.js"]

If you're still stuck, don't worry - this entire repository is an example of it working in action!


Acknowledgements

  • This answer on Stack Overflow which has code for handling automatic highlighting for sidebar elements
  • You might not need jquery, which I used to de-jQuery the code from that Stack Overflow answer

mdbook-pagetoc's People

Contributors

anoadragon453 avatar blacamdk avatar denfren avatar jorelali avatar kalindkaria avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.