-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Most used tag list is missing in Tag option on article #8867
Comments
Adding a comparison screenshot of the "Choose from the most used tags" from the classic editor for reference:
|
Noting that this question was asked previously in #1341. |
Note: I moved this to the Ideas milestone because it is a good request for consideration. Issues in that milestone are closed when added and will be re-opened if approved after being triaged at a later date. |
Any news? |
No news yet! |
@grappler Could you provide the code you used to display that list? |
@DanielSantoro As the code is part of a of client specific plugin it is a bit harder to share the whole code. This gist should give you enough information to do it yourself. https://gist.github.com/grappler/969aa4b12c978cf1c4cbf236e77ddbe3 |
It would be nice to have it in core of wp or like a plugin. |
Hello, is this going to be included in a future version? |
As discussed in today's Gutenberg triage meeting (Slack link), I'm in favor of adding this back into Gutenberg. We have quick selection of categories (via checkbox list) - why not do the same for tags? Below is a gif of the functionality included in the Classic Editor. I don't suspect it'll be too difficult to implement it in a similar fashion. |
@richtabor a hundred thumbs up to your comment! |
Yet another user asking for this. Please don't remove features with no recourse! |
Actually i'm using the feature that permit to digit first letters of a tag
and present a list of tag used in the past like:
Ann (displays a menu)
Anna Irene
Anna Savare
(and i choose)
This in my use of the tag in my blog
Il giorno lun 3 feb 2020 alle ore 08:23 OsakaWebbie <
notifications@github.com> ha scritto:
… Yet another user asking for this. Please don't remove features with no
recourse!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8867?email_source=notifications&email_token=AKCVI2CABZW2SDIAN4D4UK3RA7A6DA5CNFSM4FPELXI2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKSYO4A#issuecomment-581273456>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKCVI2C5Q7HUD2KMM2VBHYLRA7A6DANCNFSM4FPELXIQ>
.
--
*OSCOM Lab*
*OSservatorio di Comunicazione Ortoformativa Multimediale*
*oscom.it <http://www.oscom.it>*
|
I'm also in favor of the tag cloud to be re-implemented. I read somewhere that it was suppose to be implemented in V5.0.3 but currently already at V5.3+ so kinda wondering what the e.t.a. is on this. |
@Rocketeer65 Yes, what you describe is the way it works now. But that doesn't help with hints of what tags have been used before - you'd have to know that you want something with "ann" in it. In my case (magazine articles), it might be hard to think of what common topics are touched on in the article we're uploading - a display of common ones we have already used would help. And a single concept might be described by many terms that don't use the same letters - for example, the following sets are closely related words that don't have any sets of letters in common:
I would want to know which of similar terms is used most often, so that we avoid using too many synonyms. That's important for making tag archives more effective and complete. |
I think just showing the list of 5 tags below without any background, and without a "view all" link works best here. Let's move forward with that. |
@mapk What is the reason you don't like to have the "view all" link added? I think adding that would be a must. Many users are asking for this. |
@papigiulio, I'm not opposed to it. 😄 I felt it was a link that took the user away from their focus of adding a tag to the page. Most often than not, the user is going to tag the page with related words they've already thought of. To find out if they have that tag, the user can begin typing and see if any existing tags pop up. If others feel this is a necessary bit to this, we can include it. |
Won't users find it more easy to click a tag than typing it? :) Personally I'm using a ton of tags so I sometimes have a hard time remembering which tags I have. Hence having a 'show all' link would make ones work a lot easier. :) |
I agree - we definitely need a "Show All" option. |
I believe the main problem all along the way with tags is that they are hard to discover (as only a very few are available to be seen). We now have a chance to improve the discoverability of available tags. Perhaps we should think totally new and rethink how tags should be discovered and selected. |
The Simple Tags Plugin provides an interesting approach: It has a context-based tag suggestion mechanism. So if the suggested tags are provided based upon the content of the related post it could be quite useful to have a list with a preselection of only a few tags... |
I agree that taking the user away from the editor would not be ideal. I think Mark's suggestion comes from the fact that I wrote:
In retrospect, I don't think this would be a good UX. However, if this link opens in a new tab, or just expands the list of tags in place, then I think that would be worth considering. I do however also see a problem with expanding the list of tags in place. If the user has too many tags, the list would be way too long and unwieldy. |
Opening in a new tab wouldn't let you select a tag from there - I guess you'd just use it as a reference and go back to the editing page and type them? The tags are in a fairly small font, and you could let them flow instead of just one per line. I don't see a problem with expanding in place. |
Someone willing to review my pull request ? |
Thank you for creating the pull request, Oliver! |
Please please add the variable-size tag cloud back. Having variable size tags is a wonderful human-interface technique and immediately draws the user's attention to the most-used tags, in a way a fixed-size list can never do. My posts cover a lot of territory, and I used this feature a lot in the classic editor. I can't believe the 'new-improved' Wordpress killed this off. Removing this feature is right out of the 'programmer-centric' paradigm, where things are done (or not done, in this case) for the coder's convenience, not for the user's. Please bring this back - properly! Frank |
Hey @paynterf, thanks for the feedback!
Is the purpose of this component to tag the post with the "most used" tags or with the most relevant tags? Shouldn't the content dictate the tags used – not tag popularity? If one wanted to see how popular tags are among your posts, the author could always visit the Tags page in wp-admin. |
Of course the purpose is to use the most relevant tags, but the component
should help, rather than hinder the user in the pursuit of this goal. My
posts on different aspects of robotics cover years, and so I have trouble
remembering whether I typically use 'robot' or 'robots' or 'wall-tracking'
or something else entirely, and whether I have used 'MPU6050' or 'IMU' (or
both) to tag posts where I discuss the MPU6050 IMU. The previous
variable-size tag cloud display made this task trivial, and helped me
evolve a consistent tagging system that gets better and more consistent
over time. Using a consistent tagging system makes it easier for other
post consumers to find what they are after, so they benefit as well.
As many have already pointed out, the current system forces the user to
either make repeated guesses to see what previously used tags pop up, or
just wing it. This is exactly the wrong thing to do - forcing the user to
do the computer's job because the programmer isn't doing theirs.
Just my $0.02
Frank
…On Mon, Oct 12, 2020 at 4:15 PM Mark Uraine ***@***.***> wrote:
Hey @paynterf <https://github.com/paynterf>, thanks for the feedback!
Having variable size tags is a wonderful human-interface technique and
immediately draws the user's attention to the most-used tags, in a way a
fixed-size list can never do.
Is the purpose of this component to tag the post with the "most used" tags
or with the most relevant tags? Shouldn't the content dictate the tags used
– not tag popularity?
If one wanted to see how popular tags are among your posts, the author
could always visit the Tags page in wp-admin.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8867 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA6T32YR2FQAYVP5YMPBWJLSKNPXDANCNFSM4FPELXIQ>
.
--
G.Frank Paynter, PhD
OSU ESL Research Scientist (ret)
EM Workbench LLC
614 638-6749 (cell)
|
@paynterf those are some really strong examples! Thanks for providing them. When tags that mean the same thing have become inconsistent in their naming convention, this additional visual layer helps identify the more frequently used tags to ensure future consistency. I get it, and for those reasons, I can see your request as a benefit! 👍 |
Some examples. So that we can visually get a feel of what this looks like. Using a variable tag cloud shows the most popular tags in a visual way. Like so. We can right away see that Code Snippets, Fontawesome icons and Google Analytics tags have been used the most. A more analytical way would be to do something like the following options. The above shows by adding (number) which tags are used the most. This is a logical way compared to the visual way of having the tag itself change size based on amount of times it has been used. EDIT: As in using this in Gutenberg: It creates a consistency with how tags are seen in the classic editor. |
Please bring this back +1 . |
Please Please Please bring this back. I use this all the time on my blog site. It is SO much easier to use tags consistently over hundreds of posts. As it is now, one has to do 'reconnaissance by fire' to add tags to a post. You start by typing a few letters of a tag that you remember, and watching to see what gets filled in. If something(s) appear, you can select from that, but it still doesn't give you any feel for which tags were used the most. Say I had used 'robot' and 'Wall-E2' (my wall-following robot) in past posts, but I used 'Wall-E2' 125 times and 'robot' twice. I probably want to use 'Wall-E2' again, but I have no way of knowing (other than my rapidly failing memory) to know which one to pick. Isn't the whole idea to make things easier for the user, not harder? |
Check out the new PR here: #30598 There is a simple way to test a PR. Follow the steps I mention here: |
There are a lot of additional discussions in the PR which brings up various things discussed above here in this issue. |
For a future version, it might be an idea to allow manipulating this list (using filters?). I can imagine this could come in useful for plugins that might want to try and suggest tags based on the post that is currently being edited. |
Hi @vdwijngaert Koen |
I'll try to do it as soon as the PR gets merged! |
Describe the bug
Whe you will introduce a tag for an article the link below for the tag cloud is missing (the code at the link is: class="button-link tagcloud-link" id="link-post_tag")
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A link that is present for choosing from my list of most used tag
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: