docpad / docpad-plugin-feedr

Adds support for reading feeds to DocPad
Other
18 stars 5 forks source link

Add support for creating documents from feed items #7

Open Naatan opened 10 years ago

Naatan commented 10 years ago

I made a simple plugin for a specific use-case to create documents from youtube feed items, which you can see here:

https://github.com/Komodo/komodo-website/tree/master/plugins/youtubefeed

It works semi-well but has some bugs. I'd love to have this functionality a bit more abstracted in a plugin like docpad-plugin-feedr though, basically all it's missing is the ability to create a document from a feed item.

balupton commented 10 years ago

That's a really nifty idea. It's essentially a generic importer for DocPad. Let me incubate this idea for a while in my mind.

ahdinosaur commented 10 years ago

+1

ryrun commented 10 years ago

So docpad feedr currently cant create pages from feed items right? That would be awesome, when this would be possible.