Copying Keywords
Allen
Registered Users Posts: 10,013 Major grins
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?
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?
0
Comments
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
get it from legacy until they screw that up.
My Website index | My Blog
I ended up using WebDev to copy the HTML and with much parcing in Excel created the keyword list.
My Website index | My Blog