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 29 forks source link

Show source item details when browsing posts on project organizer. #107

Closed boonebgorges closed 5 years ago

boonebgorges commented 5 years ago

Had a client request to show more data about source items when browsing on the project organizer. This seems like a nearly universally useful thing, so here's the feature in the form of a PR. See screenshot:

screenshot_2018-11-19_15-50-52

The little plus sign is a toggle that shows/hides the "details". The details shown are the 'View post' link; the author info; a tag list (if there are tags); a category list (if there are categories). This metadata is run through a filter so that plugins can modify. I put it against a white background because the existing background colors made it very hard to read (and didn't pass a11y checks).

boonebgorges commented 5 years ago

Going to merge this for now. Can do cleanup or improvements separately.