russjohnson / SplashCMS

CFML based CMS built on CFWheels. Designed to be extremely simple and elegant.
http://www.splashcms.com
26 stars 18 forks source link

Add ability to categorize snippets #42

Closed russjohnson closed 14 years ago

russjohnson commented 14 years ago

After working on a site that had a good bit of content, I was really wishing I had the ability to create categories for the snippets.

Planning to add this before the next release. Still have to figure out how to implement without breaking existing sites.

raulriera commented 14 years ago

what do you mean? for organization or to change the behavior of the snippet? if its just for shows a tagging system will be great I guess

russjohnson commented 14 years ago

Mainly just for organization. The only thing affected would be the admin list when you view the snippets.

raulriera commented 14 years ago

http://code.drewwilson.com/entry/autosuggest-jquery-plugin :D

russjohnson commented 14 years ago

This feature has been added and committed. Im opening a new issue for editing and deleting the categories since that isnt in this commit.