chnm / anthologize

Anthologize is a free, open-source, WordPress-based platform for publishing. Grab posts from your WordPress blog, pull in feeds from external sites, or create new content directly in Anthologize. Then outline, order, and edit your work, crafting it into a coherent volume for export in several formats, including PDF, EPUB, and TEI.
http://anthologize.org
GNU General Public License v3.0
174 stars 28 forks source link

Filter out draft posts #98

Closed mnelson4 closed 6 years ago

mnelson4 commented 6 years ago

I just used this to create a PDF from my site and it worked great. Thanks! One oddity though: all my draft posts were included in the "items" area on the left (when viewing a project). That might be what some folks want, but I'm guessing usually not. (It's also possible some folks might want to exclude protected/private posts). So I'm thinking it would be nice if you could, in addition to the current filters, filter the posts by status. (FYI I'm willing to put some legwork into making this happen, just first wanting to get some thought on how feasible this is).

boonebgorges commented 6 years ago

Yup, this was likely an oversight in the initial implementation. Feel free to work something up if you would like!

mnelson4 commented 6 years ago

kk. Do you think we should just always exclude draft posts? Or should it be optional?

boonebgorges commented 6 years ago

Fixed by #101