skim2md
skim2md OPTIONS SKIM_DB_FILENAME
skim2md reads a skimmer DB and writes the saved or tagged items to the display in a Markdown friendly way. This includes embedded audio and video elements from Podcasts and Audio casts.
In the example we fetch URL content, read some feeds, save some interactively then use skim2md to generate a webpage of saved or tagged items.
skimmer myfeeds.urls
skimmer -i myfeeds.skim
skim2md myfeeds.skim >save_items.md
You could then process the “saved_items.md” file further with Pandoc.