question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature request to use clickable header

See original GitHub issue

Is your feature request related to a problem? Please describe. I had been working with the previous version of Jupyterbook that allowed the following feature that has been removed in the beta version:

  • The header names could be linked to an overview file so that if you click on the header, it takes you to a landing page (see example here). This in a beta version appears as a non-linkable text header, which required me to create an extra link for overview files (aesthetically and intuitively, the previous version for this was more useful) - see image below.

Describe the solution you’d like

  • Can the hyperlinking header with a landing/overview page of the section like in the previous version be used in the current version?
  • It is minor, but similarly is there an alternative for divider: true option for the TOC file in the beta version.

Describe alternatives you’ve considered

  • Naming my file differently so it doesn’t appear as repeated text (Screenshot below)
  • Adding my landing page to sections which without any warning removes the entire section of the book

Additional context

Feature request based on the following view:

  • Previous version
image
  • Current version: image

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
choldgrafcommented, May 27, 2020

@malvikasharan one thing that we could try is to add some custom CSS rules that make the top-level pages look like headers, and that way you could style it however you like.

E.g., you could use a CSS rule like this to make the top-level links really big:

nav.bd-links ul.sidenav_l1 > li {
    font-size: 1.5em;
}
0reactions
malvikasharancommented, May 27, 2020

Thanks Chris. I was using header only for differentiating sections from chapters. But based on this discussion, I suppose I will drop that and just go with the title option. Thanks for taking the time to respond to this issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

feature-request--Retain headers - click on link #134 - GitHub
Hello. I'm a relatively new user and am enjoying this vs code extension for rest. One thing that would help me migrate away...
Read more >
Feature Request: Link Headers Icon - Forem Creators and Builders
It makes it very easy to share direct links to specific locations on a page. Since the anchors are already being generated on...
Read more >
Links that scroll under a layer should not be clickable
Links that scroll UNDER a fixed layer, should NOT be clickable. Currently, the link can be clicked "through" the layer.
Read more >
Adding clickable links to Header area (solved!)
I'm using the Side Navigation skin, and have a requirement to add clickable links to the header bar/area of the page.
Read more >
Create a Feature Request - Helpdesk Stayntouch
We recommend using the search bar along the header of the Feature Request page to see if another property has already submitted a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found