I'd like to be able to show my "latest reads" on my website, so it would be nice if I could export my library sorted by the latest read date! Is this possible?
Thanks
UPDATE: I now see that if I sort my library first and THEN export, it works So, I will append to this request with the following:
It would be awesome to be able to export, at the top of the page, my last 5 reads. Then at the bottom, have all the books sorted by title.
Export to HTML sorted by Read Date
Re: Export to HTML sorted by Read Date
Right now the export does not have the ability to resort your entries. But you could link two exports templates together. Edit a template so that it has a link to a second template that was exported inside of the folder.
So you would then export the last five read books with one template to "Read". Then you would export all your books sorted by title and name it "ByTitle" and save it inside the first exported folder "Read". The by title template could also have a link back.
.
Code: Select all
<a href="ByTitle/index.html">Books by Title</a>
Code: Select all
<a href="../index.html">Last Read</a>