Quote:
Originally Posted by travger
@CWatkinsNash: I'd prefer it to be available from any book, as I never know when the need for info arises. And even if I put it on the top of the other books, some authors have written quite a lot, so I go to check and then must sroll and search for the book I looked away from.
|
I thought about this too. I decided to just append the link to the beginning of the comments for all books by a particular author. This works for me because, honestly, most of my large author collections aren't going to grow much more or very quickly, so ongoing maintenance isn't an issue once it's done.
Search & Replace - Regex
Field: Comments
Search: (.*)
Replace with: <a href="http://www.authorsite.com">Authorname</a> \1
Yeah, I know this is basic stuff but I'm just learning regex and I was rather proud of myself for figuring that all by myself.