Options

Copying Keywords

AllenAllen Registered Users Posts: 10,011 Major grins
edited January 13, 2014 in SmugMug Feature Requests
On the keyword cloud or a box with a keyword listing there are pipes separating each keyword.

I frequently copy out the keywords for maintenance and the pipes will not copy. This makes it
completely un-useful as I use the pipes for parsing the keywords in Excel.

The legacy site had no problems with copying as the separator bullets copied.

Please make the pipes copyable.

As a side note the keyword count on hover has been removed on the NewSite. What goes
with this, too tough on the coders?
Al - Just a volunteer here having fun
My Website index | My Blog

Comments

  • Options
    pilotdavepilotdave Registered Users Posts: 785 Major grins
    edited January 7, 2014
    Allen wrote: »
    On the keyword cloud or a box with a keyword listing there are pipes separating each keyword.

    I frequently copy out the keywords for maintenance and the pipes will not copy. This makes it
    completely un-useful as I use the pipes for parsing the keywords in Excel.

    The legacy site had no problems with copying as the separator bullets copied.

    Please make the pipes copyable.

    As a side note the keyword count on hover has been removed on the NewSite. What goes
    with this, too tough on the coders?

    Those separators are borders, not characters that can be copied.

    Edit: You can add your own separators with code like this:

    .sm-user-ui .sm-page-widget-keywords .sm-keyword-one:after {
    content: "| " !important;
    }

    You'd need that for "one" through "ten" unless there's a better way to do them all at once that I don't know about.

    Dave
  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited January 7, 2014
    Now if they would only show all keywords in the box I could copy them out. Meanwhile I can still
    get it from legacy until they screw that up.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited January 13, 2014
    pilotdave wrote: »
    Those separators are borders, not characters that can be copied.

    Edit: You can add your own separators with code like this:

    .sm-user-ui .sm-page-widget-keywords .sm-keyword-one:after {
    content: "| " !important;
    }

    You'd need that for "one" through "ten" unless there's a better way to do them all at once that I don't know about.

    Dave
    This does add the separators/pipes in but they still can not be copied along with the text.

    I ended up using WebDev to copy the HTML and with much parcing in Excel created the keyword list.
    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.