jaketmp / ePub-quicklook

NOTE: Not working in Mojave and later! ePub quicklook and spotlight plugins for Mac OS X.
BSD 3-Clause "New" or "Revised" License
570 stars 58 forks source link

Add a spotlight indexer #17

Closed chrisridd closed 12 years ago

chrisridd commented 12 years ago

A Lion-compatible spotlight plugin would be a nice and obvious thing to add.

I suspect adding an indexer would be straightforward - another target using the JTPepub class etc.

jaketmp commented 12 years ago

I've separated-out the epub-specific code from the quicklook parts, and added a target for a spotlight importer - though it seems that Apple have heavily overhauled the template code since the last time I did this - so I'll have to hit the documentation before implementing anything.

chrisridd commented 12 years ago

Cool! The template code looks very oriented towards Core Data... Maybe there's simpler sample code around.