We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Additional context
Development
allow regular users to create new categories/tags
then could sort by most used in dropdown
if desired tag/category not within dropdown, could create one at post publish time
could post new category to db when enter key using onKeyPressFn() and checking for enter key
for some reason, posting a new cat on the write page erases all other selected items
display total posts tagged w/each category when selecting categories for post
fix glitchy posting of categories on write page
fix categories with too long of words messed up sidebar display
disallow spaces in category names
establish more solid implementation
remove word(s) in textbox once new category created via enter
The text was updated successfully, but these errors were encountered:
SethCram
No branches or pull requests
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Additional context
Development
allow regular users to create new categories/tags
then could sort by most used in dropdown
if desired tag/category not within dropdown, could create one at post publish time
could post new category to db when enter key using onKeyPressFn() and checking for enter key
for some reason, posting a new cat on the write page erases all other selected items
display total posts tagged w/each category when selecting categories for post
fix glitchy posting of categories on write page
fix categories with too long of words messed up sidebar display
disallow spaces in category names
establish more solid implementation
remove word(s) in textbox once new category created via enter
The text was updated successfully, but these errors were encountered: