Bug 333397 - Provide breadcrumbs for PDF files
Summary: Provide breadcrumbs for PDF files
Status: REPORTED
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-14 03:41 UTC by Wagner Luis
Modified: 2014-04-14 03:41 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wagner Luis 2014-04-14 03:41:35 UTC
When I was reading one technical ebook I was wondered that would be good if I knew current chapter, session, etc.

So, I'm filling this for ask if you can accomplish it. My idea is to have a space in the top that appear when the PDF have chapter informations.

For example, suppose I'm reading one book that have this structure:

Foreword                            1
Chapter 1                          10
    Section 1.1                    11
    Section 1.2                    17
        Section 1.2.1              18
Chapter 2                           25
    Section 2.1                     26
        Section 2.1.1              26
    Section 2.2                     35

Now when I am in the following pages, the displayed breadcrumb would be

Page   Breadcrumb
  13      "Chapter 1 > Section 1.1"
  18      "Chapter 1 > Section 1.2 > Section 1.2.1"
  25      "Chapter 2"
  26      "Chapter 2 > Section 2.1"
  27      "Chapter 2 > Section 2.1 > Section 2.1.1"

See that on page 26 both section and subsection started. My point is to display the first one, I don't know if have some standard to follow.

Hope you like. And thanks for this awesome piece of software.