Giter Club home page Giter Club logo

Comments (5)

tscanlin avatar tscanlin commented on May 25, 2024 1

Sure! I am happy to help.

First download the files from here:
https://github.com/tscanlin/tocbot/releases/

Then include the css in the head of your HTML document:
<link rel="stylesheet" href="assets/css/tocbot.css">

And include js at the bottom before the closing body tag:
<script src="assets/js/tocbot.js"></script>

Then in the body tag have:

<div class="js-toc"></div>
<div class="js-toc-content">
<h1 id="heading-1">Heading 1</h1>
<p>some text</p>
<h2 id="heading-2">Heading 2</h2>
</div>

And initialize it after the first script tag

<script>
tocbot.init();
</script>

And that should work. Just make sure the css/ js is somewhere relative to your HTML file. Hope that helps!

from tocbot.

tscanlin avatar tscanlin commented on May 25, 2024 1

Did that help answer your question or are you still stuck??

from tocbot.

tscanlin avatar tscanlin commented on May 25, 2024

I'm not sure what you are asking because I do not understand chinese. When I translate what you typed I see:
"Will the ability to use the bootstrap theme?
Highlight color Regulate ?"

This project does not require bootstrap if that's what you are asking.

from tocbot.

tscanlin avatar tscanlin commented on May 25, 2024

If you check the releases page there are compiled files:
https://github.com/tscanlin/tocbot/releases

Please re-open this issue if there is something else I can help with.

from tocbot.

ztmsimon avatar ztmsimon commented on May 25, 2024

i'm very gald your answer.
translate is fine
your project is very good.but i'm a freshman in html,can you description how to use it step by step?
for example,should i write anyhing in html,etc

...?

from tocbot.

Related Issues (20)

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.