comfy / comfy-blog

Blog Engine for ComfortableMexicanSofa (Rails 5.2+)
MIT License
106 stars 86 forks source link

Add tagging functionality for blog posts #46

Closed latazzajones closed 6 years ago

latazzajones commented 9 years ago

This pull request adds tagging functionality for the blog posts. A field was added to the admin form for writing out tags separated by commas. I also added the tags to the show and index pages as a list of links that sort the index page by the linked tag. I hope this feature is helpful to others. Let me know if there's anything that should be changed. Thanks @rahearn for pairing with me to figure out the routes.

GBH commented 9 years ago

I think this functionality is redundant. Blog is dependent on CMS. CMS already has Comfy::Cms::Category Those are identical to tags. I should rename that really.

So Blog is just missing UI to use those. I'd love to see PR implementing that.

samrayner commented 8 years ago

@GBH Please see https://github.com/comfy/comfy-blog/pull/60 👍

GBH commented 6 years ago

Categorizations (Taggings) are added to posts in v 2.0