Quote:
Originally Posted by mattst
Yes kovidgoyal is exactly right.
Code:
tags = 'news, sport'
...
conversion_options = { 'tags' : tags }
...
|
Yes, that's how it's attempted. It has no direct affect on the tags in the GUI, which is what most people want. The Adventure Gamers recipe, which I often point people to for a recipe that handles multipage (it's alphabetically the first with that type of code) has that exact form, but does not create tags in the GUI database. It will bring them in if imported in a separate step.