Quote:
Originally Posted by davidfor
I haven't played much with this lately, but I was trying something the other day. In the "replace_metadata" section, I can rename a category on the site to match a tag that I am using. But, I had a case where I wanted to create two tags. In particular, it was a category for the story that was two words. I wanted to split them to have a tag for each word. Any way to do this?
|
Have you tried the obvious? Something like:
Code:
replace_metadata:
characters=>Bob Smith=>Bob, Smith
It will still be considered one string "Bob, Smith" for any replace_metadata lines included after it, but when it hits calibre or is included in title_page, it will just be another comma separated item.