skim2html
skim2html OPTIONS SKIM_DB_FILENAME [YAML_CONFIG]
skim2html reads a skimmer DB and related YAML file (configuration) writes the saved or tagged items to the display in HTML. This includes embedded audio and video elements from Podcasts and Audio casts.
The configuration file is assumed to have a similarly named YAML file where the file extension is “.yaml” instead of “.skim”. If YAML_CONFIG is provided it’ll be used.
The configuration file supports the following attributes.
@import to include other
CSS)
In the example we fetch URL content, read some feeds, save some interactively then use skim2html to generate a webpage of saved or tagged items.
skimmer myfeeds.urls
skimmer -i myfeeds.skim
skim2html myfeeds.skim >save_items.html
You could then process the “saved_items.md” file further with Pandoc.