Make WordPress Core

Opened 15 years ago

Closed 13 years ago

Last modified 13 years ago

#10320 closed feature request (wontfix)

Tags separator

Reported by: bi0xid's profile bi0xid Owned by:
Milestone: Priority: normal
Severity: normal Version: 2.9
Component: Administration Keywords: tags
Focuses: Cc:

Description

I know it has been discussed in forum:ideas (http://wordpress.org/extend/ideas/topic.php?id=1630) but still I think we must offer add tags separated by space.
I mean, in forum people was talking about standard use. The services I use most are flickr and delicious, and both of them uses space separated tags, so when I'm writing a post, I need to change the tags I write automatically to put commas.

I think we can offer in WordPress options the tag separator style (comma or space) to use.

Change History (8)

#1 @dd32
15 years ago

  • Milestone 2.9 deleted
  • Resolution set to worksforme
  • Status changed from new to closed

try using the Seperator arg of the the_tags() call like most other template functions offer.

Eg:

the_tags('', ' ');

See: http://core.trac.wordpress.org/browser/trunk/wp-includes/category-template.php#L790

#2 follow-up: @bi0xid
15 years ago

  • Resolution worksforme deleted
  • Status changed from closed to reopened

Uh... sorry, I'm talking about add tags when you are writing a post, in Post Tags, while editing. There's no way to use template tags here.

And offer in Options the way to add tags in edit page: spaces or commas.

#3 @dd32
15 years ago

  • Milestone set to Future Release

ahh sorry.

given wordpress's support for multi-word tags, not sure how easily thats going to be able to be implemented without an extra option..

#4 @bi0xid
15 years ago

Multi-word tags works now. If you write, for example,

wordpress mu, blog

WordPress takes wordpress mu as a tag.

The idea is change the options, and have it work too when writing

"wordpress mu" blog

which is the other standard way to write tags on the net.

#5 @dd32
15 years ago

ah... Didnt think of "'s..

#6 in reply to: ↑ 2 ; follow-up: @jane
13 years ago

  • Milestone Future Release deleted
  • Resolution set to wontfix
  • Status changed from reopened to closed

Replying to bi0xid:

And offer in Options the way to add tags in edit page: spaces or commas.

Our philosophy is decisions, not options.

The problem with spaces is that if using a multi-word tag (like a name) you have to smoosh it into one fake word. This ticket has been sitting here for 2 years with no activity, so I'm going to close it.

#7 @nacin
13 years ago

Definitely not changing this at that point.

You could always replace the tags box if you wanted to. It's only UI.

#8 in reply to: ↑ 6 @bi0xid
13 years ago

Replying to jane:

Replying to bi0xid:

And offer in Options the way to add tags in edit page: spaces or commas.

Our philosophy is decisions, not options.

Agreed. Reviewing it after all this time, I think that this is plugin territory. So I'll make it a plugin.

Thanks.

Note: See TracTickets for help on using tickets.