In v7 using the tags property editor you can type in more than one tag just have press return key. Is it possible to paste in multiple tags?
So lets say you paste in item1 item2 item3 that will be created as 1 tag when you press enter, is there something else like putting in linefeed characters to get it to treat the pasted as string as multiple tags? I tried:
Woot, that works a treat. Working on something where we need to tag but client will be entering cut and paste of potentially big list and does not want to be typing each one then pressing tab.
Many thanks for this, I thought i would have to create new tag editor to enable this.
in content view looks fine but in db it is stored as one big tag. So I am thinking maybe i need to tap into save / publish event and get the tag then check if its got , then split it out and re add as separate tags.
cut and paste many tags
In v7 using the tags property editor you can type in more than one tag just have press return key. Is it possible to paste in multiple tags?
So lets say you paste in item1 item2 item3 that will be created as 1 tag when you press enter, is there something else like putting in linefeed characters to get it to treat the pasted as string as multiple tags? I tried:
but it tried it all as one.
If you enter them as 1111,2222 then click off it will incorrectly display them as one tag.
Then when you save and publish it will "fix" the json in the back... or so it seems.
Probably best to test this behaviour!
Entered "demo,umbraco"
Then save and publish...
Steve,
Woot, that works a treat. Working on something where we need to tag but client will be entering cut and paste of potentially big list and does not want to be typing each one then pressing tab.
Many thanks for this, I thought i would have to create new tag editor to enable this.
hmm may be spoke too soon, see
in content view looks fine but in db it is stored as one big tag. So I am thinking maybe i need to tap into save / publish event and get the tag then check if its got , then split it out and re add as separate tags.
URGGH!!
Yeah a publish intercept might be the way to go. Seems like a bug to me though... should be able to copy and paste csv in.
Will find some time and test this in v8...
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.