Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add table of contents #7336

Open
charleshan opened this issue Mar 14, 2024 · 0 comments
Open

Add table of contents #7336

charleshan opened this issue Mar 14, 2024 · 0 comments

Comments

@charleshan
Copy link

I’ve been using using these XPath expressions in Calibre to get the table of contents from the epub generated from Push to Kindle.

Level 1 TOC (XPath expression):
//*[name()='h1' or name()='h2']

Level 2 TOC (XPath expression):
//*[name()='h2' or name()='h3']

Level 3 TOC (XPath expression):
//h:h3

I believe this would be a great addition to wallabag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants