omnivore-app / omnivore

Omnivore is a complete, open source read-it-later solution for people who like reading.
https://omnivore.app
GNU Affero General Public License v3.0
13.6k stars 879 forks source link

Add support for Table of Contents / Chapters #2127

Open jacksonh opened 1 year ago

jacksonh commented 1 year ago

Example article: https://timozander.de/blog/why-you-should-teach/

It looks like something like this query selector would get all heading text nodes: h1[data-omnivore-index], h2[data-omnivore-index], ....

jacksonh commented 1 year ago

Another example here: https://jacksonharper.substack.com/p/creating-a-test-post-with-sections

DannieBGoode commented 9 months ago

This is offered by Readwise already and it's very helpful. I agree with @jacksonh , it shouldn't be too complex to implement image