BasioMeusPuga / Lector

Qt based ebook reader
GNU General Public License v3.0
1.51k stars 208 forks source link

[Feature Request]Want a TreeView for bookmarks #69

Closed yinkaisheng closed 6 years ago

yinkaisheng commented 6 years ago

Now Lector shows bookmarks in a ComboBox on the toolbar. I think it would be more convenient if a TreeView containing bookmarks was placed on the left side of book texts.


toolbar


|Cover    | |Copyright  | |Contents   | |-Chapter1  | | 1.1 ...    |           book texts | 1.2 ...    | |+Chapter2  | |+Chapter3   | |...       |

BasioMeusPuga commented 6 years ago

Sure. Seems doable and relevant. I'll put it on the TODO.

BasioMeusPuga commented 6 years ago

This should be working now. Tell me how it goes for you.

yinkaisheng commented 6 years ago

First of all, thank you for your replay. But I'm afraid that you misunderstood my request. I means to put the table of contents of a book to a tree view on the left side of book texts. Thanks. 2018-07-08_124402--

BasioMeusPuga commented 6 years ago

I afraid I did. Never mind. I've added an option to add the TOC to the Bookmarks dock. It's in the "Switches" section of the Options menu.

yinkaisheng commented 6 years ago

Thanks. It works.