Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    May 28, 2020 @ 08:42
    Ismail Mayat
    0

    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:

    1111\r\n2222\r\n3333\r\n4444\r\n5555

    but it tried it all as one.

  • Steve Morgan 1346 posts 4453 karma points c-trib
    May 28, 2020 @ 08:53
    Steve Morgan
    0

    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!

  • Steve Morgan 1346 posts 4453 karma points c-trib
    May 28, 2020 @ 08:55
    Steve Morgan
    100

    Entered "demo,umbraco" enter image description here

    Then save and publish... enter image description here

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    May 28, 2020 @ 08:57
    Ismail Mayat
    0

    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.

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    May 28, 2020 @ 09:40
    Ismail Mayat
    0

    hmm may be spoke too soon, see

    enter image description here

    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.

  • Steve Morgan 1346 posts 4453 karma points c-trib
    May 29, 2020 @ 08:16
    Steve Morgan
    0

    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...

Please Sign in or register to post replies

Write your reply to:

Draft