tag:danbooru.me,2005:/forum_topics/15990 Let's stop using bold / italics / underline to indicate tag counts 2019-03-17T18:02:07-04:00 tag:danbooru.me,2005:ForumPost/155488 2019-03-17T18:02:07-04:00 2019-03-17T18:02:07-04:00 @BrokenEagle98: > Shinjidude said: > > Even if we could do... <blockquote> <p>Shinjidude said:</p> <p>Even if we could do this (it's certainly possible, but I'm not sure what performance impact it might have, or how much alteration would need made to the codebase), I think having 1-7 digits next to each tag in a list would be very visually cluttered, and not so helpful. It might be harder to read than the current situation.</p> </blockquote><p>Yeah, that's what I was thinking. I like the idea of having a general idea of where the tag counts are at on the meta-wiki pages, but the actual tag counts are unnecessary and cluttering like you said. Those interested can query the <code>/tags</code> endpoint, or better yet, a link can be provided somewhere on the page which will open up the <code>/tags</code> endpoint with the tags in the same order as on the wiki page.</p><p>I currently added such a link to the bottom of the <a class="dtext-link dtext-wiki-link" href="/wiki_pages/list_of_animals">List of animals</a> wiki. There might be a better way to position or present such a link, but I went with that for now.</p><p>It looks like the following.</p><h4>Current postcounts</h4><ul><li><a class="dtext-link" href="/tags?search%5Bid%5D=464534,464539,2716,544641,4039,609,464563,562796,6267,461528,14936,382030,464542,379740,440092,383799,10671,461244,1250383,4410,494252,391475,2334,494106,271102,534895,544652,380038,424698,391394,539865,144844,228746,10698,660440,1287314,412042,457105,8301,5958,8785,397963,4864,1929,1928,9347,4440,191583,464560,492740,619338,7461,710692,5953,5114,7844,477389,504439,517244,665075,405516,561682,492826,464557,554948,3237,433080,13763,389577,708218,473571,1466416,611159,622964,637897,540749,10340,1383588,1269164,1310944,653697,1383589,1244997,593391,406032,521014,457857,651357,464556,75230,4568,636079,425041,572568,676990,1310265,5991,1739,664189,2288,398993,5001,414178,537268,414179,1266991,624729,482802,406745,118048,3742,424180,8371,377,596962,15255,380154,469061,404357,3093,419431,1780,389021,6352,8981,379108,5011,12458,521591,9921,4091,1274530,375377,11062,3513,472,483043,69844,4768,483994&amp;search%5Bhide_empty%5D=no&amp;search%5Border%5D=custom&amp;limit=1000">Click here</a></li></ul> BrokenEagle98 /users/23799 tag:danbooru.me,2005:ForumPost/155486 2019-03-17T17:03:50-04:00 2019-03-17T17:05:49-04:00 @Shinjidude: > Danielx21 said: > > Here's another idea: is... <blockquote> <p>Danielx21 said:</p> <p>Here's another idea: is it possible to tweak Danbooru's system and have a way to get the tag count automatically?</p> <p>For example, typing this:</p> <pre>[count:blue_bikini] </pre> <p>...resulting in this, the tag count of <a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_bikini">blue bikini</a> automatically up to date:</p> <p>9986</p> <p>I'm just asking because tag counts automatically appears everywhere, so there must be some function in place to do this already.</p> </blockquote><p>Even if we could do this (it's certainly possible, but I'm not sure what performance impact it might have, or how much alteration would need made to the codebase), I think having 1-7 digits next to each tag in a list would be very visually cluttered, and not so helpful. It might be harder to read than the current situation.</p> Shinjidude /users/1002 tag:danbooru.me,2005:ForumPost/155481 2019-03-17T14:54:39-04:00 2019-03-17T14:54:39-04:00 @Danielx21: Here's another idea: is it possible to tweak... <p>Here's another idea: is it possible to tweak Danbooru's system and have a way to get the tag count automatically?</p><p>For example, typing this:</p><pre>[count:blue_bikini] </pre><p>...resulting in this, the tag count of <a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_bikini">blue bikini</a> automatically up to date:</p><p>9986</p><p>I'm just asking because tag counts automatically appears everywhere, so there must be some function in place to do this already.</p> Danielx21 /users/345814 tag:danbooru.me,2005:ForumPost/155449 2019-03-16T15:30:31-04:00 2019-03-16T16:17:51-04:00 @BrokenEagle98: > Shinjidude said: > > Personally, I actually... <blockquote> <p>Shinjidude said:</p> <p>Personally, I actually like the de-emphasized style better, as the "regular style" ones draw my eye automatically which makes it hard to read the text. It takes longer to read the de-emphasized ones, but to me the content of the text is more important than the magnitude of the tag being linked to.</p> </blockquote><p>After thinking about it for a bit, it probably would be better to put the de-emphasized version there by default, since that throws in HTML elements that allow the user to adjust those elements as desired with Custom CSS.</p><p>For instance, the following restores the size of the symbols but leaves the grey color, while also shrinking the size of the follow-on markers if they exist.</p><pre>/*Adjust this to modify the symbols*/ #wiki-page-body li &gt; .tn:first-of-type { font-size: 1em; } /*Adjust this to modify the follow-on text*/ #wiki-page-body li &gt; .tn:nth-of-type(2) { font-size: 0.7em; } </pre><p>Both the symbols and the follow-on text can be removed entirely by setting the <strong>font-size</strong> to 0, or the color can be set to white so that it only shows up when the text is selected.</p><blockquote><p>It'd be nice if somehow we could suppress the bullets in the lists and replace them with the symbols.</p></blockquote><p>That would also be possible with ID'd headers, for instance "<code>[nodtext]h4#stylized-other-text.[/nodtext]</code>". All applicable header IDs need to start with the same ID text, such as "stylized", which translates to "dtext-stylized" when rendered by Danbooru.</p><pre>/*Adjust the margin-left to move the position*/ #wiki-page-body [id^="dtext-stylized-"] + ul li { list-style-type: none; margin-left: -0.5em; } </pre><p>I did up the <a class="dtext-link dtext-wiki-link" href="/wiki_pages/tag_group%3Atechnology">Tag Group:Technology</a> wiki that way for anybody that wants to test. The "<strong>See also</strong>" section at the end shows the regular bullets, which demonstrates that it can be limited by section.</p><p>One limitation though is that no elements can lie between the header and the bullet list. I had to move a couple of "See also" text lines to the end of the bullet group, but they should probably have been there anyways.</p><blockquote><p>I'd also suggest adding commas to the numbers in the legend just for ease of reading there too.</p></blockquote><p>I'm guessing something like the following?</p><blockquote><p><u><strong>Legend:</strong></u><br>◎ - 0 ... 100 posts<br>◔ - 101 ... 1,000 posts<br>◑ - 1,001 ... 10,000 posts<br>◕ - 10,001 ... 100,000 posts<br>◉ - 100,001 and beyond</p></blockquote><h5>Edit:</h5><p>After thinking about it a bit more, I thought maybe putting the vertical bars and spaces inside the deemphasized sections would be better. That way users could remove all styling in its entirety if they wanted to with the following.</p><pre>#wiki-page-body li &gt; .tn { font-size: 0; line-height: 1em; } </pre><p>I did up the <a class="dtext-link dtext-wiki-link" href="/wiki_pages/list_of_animals">List of Animals</a> wiki in that adjusted style. That style still works for me, so I'd be fine with doing that.</p> BrokenEagle98 /users/23799 tag:danbooru.me,2005:ForumPost/155425 2019-03-16T11:15:45-04:00 2019-03-16T11:17:59-04:00 @Shinjidude: Personally, I actually like the de-emphasized... <p>Personally, I actually like the de-emphasized style better, as the "regular style" ones draw my eye automatically which makes it hard to read the text. It takes longer to read the de-emphasized ones, but to me the content of the text is more important than the magnitude of the tag being linked to. It'd be nice if somehow we could suppress the bullets in the lists and replace them with the symbols. I'd also suggest adding commas to the numbers in the legend just for ease of reading there too.</p> Shinjidude /users/1002 tag:danbooru.me,2005:ForumPost/155417 2019-03-16T02:49:51-04:00 2019-03-16T02:49:51-04:00 @BrokenEagle98: I did up about a dozen wikis, using a... <p>I did up about a dozen wikis, using a deemphasized and a regular style. I added the regular style since my poor poor coder's eyes were having to squint a lot to see some of those small symbols clearly. It's fine to deemphasize them when they are numbers since those are distinct and the human eye is trained to see them in most cultures, but those circular symbols are harder to discern.</p><h4>Deemphasized style</h4><ul> <li><a class="dtext-link dtext-wiki-link" href="/wiki_pages/list_of_airplanes">List of airplanes</a></li> <li><a class="dtext-link dtext-wiki-link" href="/wiki_pages/list_of_ground_vehicles">List of ground vehicles</a></li> <li><a class="dtext-link dtext-wiki-link" href="/wiki_pages/list_of_ships">List of ships</a></li> <li><a class="dtext-link dtext-wiki-link" href="/wiki_pages/list_of_weapons">List of weapons</a></li> <li><a class="dtext-link dtext-wiki-link" href="/wiki_pages/tag_group%3Atechnology">Tag Group:Technology</a></li> </ul><h4>Regular style</h4><ul> <li><a class="dtext-link dtext-wiki-link" href="/wiki_pages/list_of_aqua_tags">List of aqua tags</a></li> <li><a class="dtext-link dtext-wiki-link" href="/wiki_pages/list_of_black_tags">List of black tags</a></li> <li><a class="dtext-link dtext-wiki-link" href="/wiki_pages/list_of_blue_tags">List of blue tags</a></li> <li><a class="dtext-link dtext-wiki-link" href="/wiki_pages/list_of_brown_tags">List of brown tags</a></li> <li><a class="dtext-link dtext-wiki-link" href="/wiki_pages/list_of_green_tags">List of green tags</a></li> <li><a class="dtext-link dtext-wiki-link" href="/wiki_pages/list_of_grey_tags">List of grey tags</a></li> <li><a class="dtext-link dtext-wiki-link" href="/wiki_pages/list_of_orange_tags">List of orange tags</a></li> <li><a class="dtext-link dtext-wiki-link" href="/wiki_pages/list_of_pink_tags">List of pink tags</a></li> <li><a class="dtext-link dtext-wiki-link" href="/wiki_pages/list_of_purple_tags">List of purple tags</a></li> <li><a class="dtext-link dtext-wiki-link" href="/wiki_pages/list_of_red_tags">List of red tags</a></li> <li><a class="dtext-link dtext-wiki-link" href="/wiki_pages/list_of_white_tags">List of white tags</a></li> <li><a class="dtext-link dtext-wiki-link" href="/wiki_pages/list_of_yellow_tags">List of yellow tags</a></li> </ul><p>My own preference would be the regular style since they're easier to see, and because they aren't numbers, they don't conflict with the alphanumeric tags making them easy to ignore/filter out if desired.</p> BrokenEagle98 /users/23799 tag:danbooru.me,2005:ForumPost/155414 2019-03-15T23:43:47-04:00 2019-03-15T23:43:47-04:00 @BrokenEagle98: > GabrielWB said: > > ...Yeah, I like it.... <blockquote> <p>GabrielWB said:</p> <p>...</p> </blockquote><p>Yeah, I like it. Those symbols are intuitive, and I agree that several of the number categories are probably unneeded. I also like the bounding "|" on both sides when it occurs, as it still draws the eye to the tag without too much distraction.</p><p>You gave a good argument for small tags, but I also have one for larger tags. The larger a tag is, the less acceptable it is to have no wiki. Highlighting this helps draw attention to this fact where it is most needed. Granted one could just use the tags endpoint for that, however that entails a large never-ending quest which would put off the most dedicated users. However, taking care of a few entries in one of the List_of/Tag_group wikis is a lot more doable, especially in the spur of the moment, and gives a sense of accomplishment once finished.</p><p>I'd like to do up several wikis in that style, so that people can get a good idea of how it works for them. Sometimes it just takes getting used to something before the value of using it is discovered.</p> BrokenEagle98 /users/23799 tag:danbooru.me,2005:ForumPost/155413 2019-03-15T23:09:16-04:00 2019-03-15T23:09:16-04:00 @GabrielWB: > BrokenEagle98 said: > > I like the way... <blockquote> <p>BrokenEagle98 said:</p> <p>I like the way you're thinking, however:</p> <p>1. All emoji don't have universal support in all browsers.<br>2. No matter how much I stare at the legend, the symbols still mean nothing to me.<br>3. Consideration must be taken for users which may be partially or wholly color blind.<br>4. Those yellows are murder on my eyes... and that red-almost-black triangle is irksome...pick a color!</p> </blockquote><p>While I'm of the personal opinion that people who use devices/operating systems/browsers that don't support Unicode 6.0 from 2010 should really consider upgrading, I do agree with those other points. I didn't consider readability of colours for some people.</p><p>Using a number scale for scalability is pretty ingenious, but I do have to ask if it's needed to differentiate between the larger numbers (say beyond 100000 posts)<br><a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/1girl">1girl</a> is the largest tag on Danbooru with 2392256 posts. It will break ten million eventually, and it would certainly be a major milestone, but I don't think that it would be valueable to create a new category just for that when it comes to tag counts.</p><p>The great value of pages like <a class="dtext-link dtext-wiki-link" href="/wiki_pages/list_of_blue_tags">list of blue tags</a> is that it shows tags that are underused and I think that the focus should be put there. In other words:</p><blockquote> <p>evazion said:</p> <p>I don't think tag size is that important to begin with. Big tags don't necessarily deserve more emphasis than small tags.</p> </blockquote><p>I would argue that tag size is important, but for the inverse reason, namely that small tags need more attention than larger tags to make them more used.</p><p>I still think that using symbols is far more readable than numbers, so I would like to propose this version by <s>stealing</s> taking inspiration from an idea posted by <a href="/users?name=Shinjidude">@Shinjidude</a> back in 2012 in <a class="dtext-link dtext-id-link dtext-forum-topic-id-link" href="/forum_topics/8229">topic #8229</a></p><blockquote><p>Shinjidude said:<br>A symbol to the right or left? Maybe one similar to those used for ranking by Consumer Reports? (○◒◓●) or (○◔◑◕●) A numeric value of some sort?</p></blockquote><p>No more colours, and original symbols from Unicode revision 1.1 that should be supported everywhere.<br>It's pretty much a small pie-chart that fills up as a tag grows.</p><p>◎ - 0 ... 100 posts<br>◔ - 101 ... 1000 posts<br>◑ - 1001 ... 10000 posts<br>◕ - 10001 ... 100000 posts<br>◉ - 100001 and beyond</p><p>Which results in:</p><ul> <li>◕ | <a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_background">Blue background</a> </li> <ul> <li>◔ | <a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-empty" href="/wiki_pages/light_blue_background" title="This wiki page does not have a tag">Light Blue Background</a> </li> <li>◔ | <a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/kinda_blue_background" title="This wiki page does not have a tag">Kinda Blue Background</a> </li> <li>◑ | <a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/not_really_blue_background" title="This wiki page does not have a tag">Not Really Blue Background</a> | <span class="tn">No tags</span> </li> <li>◑ | <a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/dark_blue_background" title="This wiki page does not have a tag">Dark Blue Background</a> | <span class="tn">No wiki</span> </li> <li>◉ | <a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/could_be_more_blue_background" title="This wiki page does not have a tag">Could be more Blue Background</a> | <span class="tn">No wiki</span> </li> </ul> <li>◑ | <a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_bikini">Blue bikini</a> </li> <li>◔ | <a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_border">Blue border</a> </li> </ul><p>And the de-emphasized version:</p><ul> <li> <span class="tn">◕</span> | <a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_background">Blue background</a> </li> <ul> <li> <span class="tn">◔</span> | <a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-empty" href="/wiki_pages/light_blue_background" title="This wiki page does not have a tag">Light Blue Background</a> </li> <li> <span class="tn">◔</span> | <a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/kinda_blue_background" title="This wiki page does not have a tag">Kinda Blue Background</a> </li> <li> <span class="tn">◑</span> | <a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/not_really_blue_background" title="This wiki page does not have a tag">Not Really Blue Background</a> | <span class="tn">No tags</span> </li> <li> <span class="tn">◑</span> | <a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/dark_blue_background" title="This wiki page does not have a tag">Dark Blue Background</a> | <span class="tn">No wiki</span> </li> <li> <span class="tn">◉</span> | <a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/could_be_more_blue_background" title="This wiki page does not have a tag">Could be more Blue Background</a> | <span class="tn">No wiki</span> </li> </ul> <li> <span class="tn">◑</span> | <a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_bikini">Blue bikini</a> </li> <li> <span class="tn">◔</span> | <a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_border">Blue border</a><br> </li> </ul> GabrielWB /users/9654 tag:danbooru.me,2005:ForumPost/155409 2019-03-15T21:32:49-04:00 2019-03-15T21:32:49-04:00 @evazion: I really don't think there needs to be any kind... <p>I really don't think there needs to be any kind of special formatting. I agree with everything said in the OP. It's just plain hard to read.</p><p>I don't think tag size is that important to begin with. Big tags don't necessarily deserve more emphasis than small tags.</p><p>I recently wanted to update <a class="dtext-link dtext-wiki-link" href="/wiki_pages/tag_group%3Aattire">tag group:attire</a>, but the wiki was so hard to read, let alone edit, that I ended up removing all the formatting just so I could make my change. Other kinds of formatting would be even harder to edit. Their readability is a bit better, but still not great compared to plain text.</p><blockquote> <p>Danielx21 said:</p> <p>If it's not too hard to find, I'd be interested in seeing any old discussions about that. I tried to search the forum for "dynamic rendering" or just "dynamic" but couldn't find it.</p> </blockquote><p>There was some discussion in <a rel="external nofollow noreferrer" class="dtext-link dtext-id-link dtext-github-id-link" href="https://github.com/r888888888/danbooru/issues/2755">issue #2755</a>. In the extreme case you can have 1000+ tags on a single page (see <a class="dtext-link dtext-wiki-link" href="/wiki_pages/list_of_original_characters">list of original characters</a> or <a class="dtext-link dtext-id-link dtext-forum-topic-id-link" href="/forum_topics/13868">topic #13868</a>). Handling these worst case scenarios efficiently proved to be challenging.</p><p>That said, my Danbooru EX userscript does have a feature that marks broken links. The way it does it though (using Javascript to add the formatting after the page loads) is kind of hacky and wouldn't be the best way for Danbooru itself to do it.</p> evazion /users/52664 tag:danbooru.me,2005:ForumPost/155406 2019-03-15T20:28:58-04:00 2019-03-15T20:28:58-04:00 @Shinjidude: > BrokenEagle98 said: > > That was the idea. I... <blockquote> <p>BrokenEagle98 said:</p> <p>That was the idea. I already have something that can process and stylize the links as they currently are.</p> <p>Not sure about smaller numbers... but the following is how such would look, using the same Log 10 scale...</p> </blockquote><p>I haven't really been following this thread closely, but I will say this last styling looks so much better than anything else in the thread so far.</p> Shinjidude /users/1002 tag:danbooru.me,2005:ForumPost/155405 2019-03-15T20:25:48-04:00 2019-03-15T20:25:48-04:00 @BrokenEagle98: > 7HS said: > > Wouldn't this be an ideal use... <blockquote> <p>7HS said:</p> <p>Wouldn't this be an ideal use case for a bot? Wiki pages don't need to list tag counts that are up-to-date to the minute (especially if we go with some symbolic representation of popularity that doesn't include exact numbers,) they could be gone through and updated as infrequently as every week, and the updates could even be staggered - this page on Mondays, this page on Tuesdays, etc. - to reduce server impact.</p> </blockquote><p>That was the idea. I already have something that can process and stylize the links as they currently are.</p><blockquote><p>I sort of wonder if people would expect <em>smaller</em> numbers to represent more popular tags, though, as if ranking votes in a contest/election. Perhaps all tags in each subsection of a tag list should just be ranked from highest (#1) to lowest (#2, #3, etc...) post counts, so there's less ambiguity about what the numbers represent.</p></blockquote><p>Not sure about smaller numbers... but the following is how such would look, using the same Log 10 scale.</p><ul> <li> <span class="tn">5</span>| <a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_background">Blue background</a> </li> <ul> <li> <span class="tn">7</span>| <a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-empty" href="/wiki_pages/light_blue_background" title="This wiki page does not have a tag">Light Blue Background</a> </li> <li> <span class="tn">7</span>| <a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/kinda_blue_background" title="This wiki page does not have a tag">Kinda Blue Background</a> </li> <li> <span class="tn">6</span>| <a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/not_really_blue_background" title="This wiki page does not have a tag">Not Really Blue Background</a> | <span class="tn">No tags</span> </li> <li> <span class="tn">6</span>| <a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/dark_blue_background" title="This wiki page does not have a tag">Dark Blue Background</a> | <span class="tn">No wiki</span> </li> <li> <span class="tn">4</span>| <a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/could_be_more_blue_background" title="This wiki page does not have a tag">Could be more Blue Background</a> | <span class="tn">No wiki</span> </li> </ul> <li> <span class="tn">6</span>| <a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_bikini">Blue bikini</a> </li> <li> <span class="tn">7</span>| <a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_border">Blue border</a> </li> </ul><p>If you're talking about using numbers to order them by tag count, then there would be no need for numbers at all. However, such a scheme would drastically impinge the human lookup time for tags, as there's a reason that dictionaries are in alphabetical order. Also, how would one handle subtags?</p> BrokenEagle98 /users/23799 tag:danbooru.me,2005:ForumPost/155403 2019-03-15T17:12:29-04:00 2019-03-15T17:15:27-04:00 @7HS: Wouldn't this be an ideal use case for a bot?... <p>Wouldn't this be an ideal use case for a bot? Wiki pages don't need to list tag counts that are up-to-date to the minute (especially if we go with some symbolic representation of popularity that doesn't include exact numbers,) they could be gone through and updated as infrequently as every week, and the updates could even be staggered - this page on Mondays, this page on Tuesdays, etc. - to reduce server impact.</p><p>Also, I think BrokenEagle98's suggestions (in the form shown in the edit) look quite sound and unobtrusive.</p><p>I sort of wonder if people would expect <em>smaller</em> numbers to represent more popular tags, though, as if ranking votes in a contest/election. Perhaps all tags in each subsection of a tag list should just be ranked from highest (#1) to lowest (#2, #3, etc...) post counts, so there's less ambiguity about what the numbers represent.</p> 7HS /users/9548 tag:danbooru.me,2005:ForumPost/155398 2019-03-15T13:33:09-04:00 2019-03-15T13:33:09-04:00 @BrokenEagle98: > Danielx21 said: > > If it's not too hard to... <blockquote> <p>Danielx21 said:</p> <p>If it's not too hard to find, I'd be interested in seeing any old discussions about that. I tried to search the forum for "dynamic rendering" or just "dynamic" but couldn't find it.</p> </blockquote><p><a href="/users?name=evazion">@evazion</a> did something similar, trying to colorize the links based upon the tag category. It was discussed on either Discord/GitHub.</p><blockquote><p>Wikipedia and Danbooru could potentially have different circumstances (budget, server issues, how the software works or whatever), but somehow Wikipedia makes the red / blue links work.</p></blockquote><p>They have the budget AND the manpower AND the servers. Danbooru pretty much is maintained by one guy and the budget only pays for a scant amount of servers.</p><blockquote><p>Maybe this was discussed before, but I guess the red / blue links could be cached (instead of checking for blue / red links every time someone sees a page). When someone edits or creates a wiki page such as <a class="dtext-link dtext-wiki-link" href="/wiki_pages/list_of_blue_tags">list of blue tags</a>, the software checks for red or blue links upon saving, and keeps the style saved until the page is edited again. It could potentially be out of date sometimes, but that seems easily fixed by editing the page or just clicking "Submit" without doing any changes. The idea of having blue / red links has the added benefit of being easy to ignore in case people are not interested on whether a wiki exists or not.</p></blockquote><p>Gauging by the lack of activity on GitHub overall and especially recently, it's very likely that any kind of "feature requests" will end up by the wayside.</p><blockquote><p>In my opinion, there's this problem with bold / italics / underline, which is the same problem with emoji and numbers suggested above. I think they draw too much attention. Some people may care about the info presented but others may not, in which case the bold / italics / underline / emoji / numbers may be considered a nuisance rather than something helpful.</p></blockquote><p>That's your opinion, so that's apparently your vote. I'm guessing that most people don't care, given the lack of protest in the several years such a system has been in effect.</p> BrokenEagle98 /users/23799 tag:danbooru.me,2005:ForumPost/155396 2019-03-15T10:13:58-04:00 2019-03-15T10:25:18-04:00 @Danielx21: > BrokenEagle98 said: > > Dynamic rendering... <blockquote> <p>BrokenEagle98 said:</p> <p>Dynamic rendering has been attempted in the past, but the overhead is so intense that it makes some pages take forever to rend, and it would cause the server to slow down to mush for everybody else.</p> </blockquote><p>If it's not too hard to find, I'd be interested in seeing any old discussions about that. I tried to search the forum for "dynamic rendering" or just "dynamic" but couldn't find it.</p><p>Wikipedia and Danbooru could potentially have different circumstances (budget, server issues, how the software works or whatever), but somehow Wikipedia makes the red / blue links work.</p><p>Maybe this was discussed before, but I guess the red / blue links could be cached (instead of checking for blue / red links every time someone sees a page). When someone edits or creates a wiki page such as <a class="dtext-link dtext-wiki-link" href="/wiki_pages/list_of_blue_tags">list of blue tags</a>, the software checks for red or blue links upon saving, and keeps the style saved until the page is edited again. It could potentially be out of date sometimes, but that seems easily fixed by editing the page or just clicking "Submit" without doing any changes. The idea of having blue / red links has the added benefit of being easy to ignore in case people are not interested on whether a wiki exists or not.</p><p>In my opinion, there's this problem with bold / italics / underline, which is the same problem with emoji and numbers suggested above. I think they draw too much attention. Some people may care about the info presented but others may not, in which case the bold / italics / underline / emoji / numbers may be considered a nuisance rather than something helpful.</p> Danielx21 /users/345814 tag:danbooru.me,2005:ForumPost/155391 2019-03-15T02:42:32-04:00 2019-03-15T14:01:50-04:00 @BrokenEagle98: > GabrielWB said: > > ...I like the way you're... <blockquote> <p>GabrielWB said:</p> <p>...</p> </blockquote><p>I like the way you're thinking, however:</p><p>1. All emoji don't have universal support in all browsers.<br>2. No matter how much I stare at the legend, the symbols still mean nothing to me.<br>3. Consideration must be taken for users which may be partially or wholly color blind.<br>4. Those yellows are murder on my eyes... and that red-almost-black triangle is irksome...pick a color!</p><p>That's the problem with those geometric symbols... they don't carry a lot of meaning.</p><p>As an alternative, I propose using numbers based off a 10-based logarithmic scale (starting at 1).</p><ul> <li>5|<a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_background">Blue background</a> - 23748</li> <ul> <li>3|<a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-empty" href="/wiki_pages/light_blue_background" title="This wiki page does not have a tag">Light Blue Background</a> - 404</li> <li>3|<a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/kinda_blue_background" title="This wiki page does not have a tag">Kinda Blue Background</a> - 403</li> <li>4|<a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/not_really_blue_background" title="This wiki page does not have a tag">Not Really Blue Background</a> - 9001</li> <li>4|<a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/dark_blue_background" title="This wiki page does not have a tag">Dark Blue Background</a> - 4250</li> <li>6|<a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/could_be_more_blue_background" title="This wiki page does not have a tag">Could be more Blue Background</a> - 999999</li> </ul> <li>4|<a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_bikini">Blue bikini</a> - 9970</li> <li>3|<a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_border">Blue border</a> - 294</li> </ul><p>Those symbols are instantly recognizable, and it won't take long to get used to how much weight each number has. Also, for those worrying about running out of numbers, well that won't happen until Danbooru gets over 1000000000 posts, which is a little over 290 times more posts than Danbooru currently has. Hopefully in 1000 years from now, they'll have fast enough machines to facilitate a better scheme.</p><h5>Edit:</h5><p>A deemphasis on the rating numbers, removing the tag counts, plus "No wiki"/"No tags" markers.</p><ul> <li> <span class="tn">5</span>| <a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_background">Blue background</a> </li> <ul> <li> <span class="tn">3</span>| <a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-empty" href="/wiki_pages/light_blue_background" title="This wiki page does not have a tag">Light Blue Background</a> </li> <li> <span class="tn">3</span>| <a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/kinda_blue_background" title="This wiki page does not have a tag">Kinda Blue Background</a> </li> <li> <span class="tn">4</span>| <a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/not_really_blue_background" title="This wiki page does not have a tag">Not Really Blue Background</a> <span class="tn">No tags</span> </li> <li> <span class="tn">4</span>| <a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/dark_blue_background" title="This wiki page does not have a tag">Dark Blue Background</a> <span class="tn">No wiki</span> </li> <li> <span class="tn">6</span>| <a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/could_be_more_blue_background" title="This wiki page does not have a tag">Could be more Blue Background</a> <span class="tn">No wiki</span> </li> </ul> <li> <span class="tn">4</span>| <a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_bikini">Blue bikini</a> </li> <li> <span class="tn">3</span>| <a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_border">Blue border</a> </li> </ul><p>...or...</p><ul> <li> <span class="tn">5</span>| <a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_background">Blue background</a> </li> <ul> <li> <span class="tn">3</span>| <a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-empty" href="/wiki_pages/light_blue_background" title="This wiki page does not have a tag">Light Blue Background</a> </li> <li> <span class="tn">3</span>| <a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/kinda_blue_background" title="This wiki page does not have a tag">Kinda Blue Background</a> </li> <li> <span class="tn">4</span>| <a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/not_really_blue_background" title="This wiki page does not have a tag">Not Really Blue Background</a> | <span class="tn">No tags</span> </li> <li> <span class="tn">4</span>| <a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/dark_blue_background" title="This wiki page does not have a tag">Dark Blue Background</a> | <span class="tn">No wiki</span> </li> <li> <span class="tn">6</span>| <a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/could_be_more_blue_background" title="This wiki page does not have a tag">Could be more Blue Background</a> | <span class="tn">No wiki</span> </li> </ul> <li> <span class="tn">4</span>| <a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_bikini">Blue bikini</a> </li> <li> <span class="tn">3</span>| <a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_border">Blue border</a> </li> </ul><p>Optionally, "No tags"/"No wiki" could be shortened somehow, like "NT"/"NW", "†"/"‡", etc.</p> BrokenEagle98 /users/23799 tag:danbooru.me,2005:ForumPost/155390 2019-03-15T01:52:11-04:00 2019-03-15T01:53:02-04:00 @GabrielWB: Another way would be to use emoji. If you dig... <p>Another way would be to use emoji. If you dig beyond the usual Laughing Face and Poop emojis, there are a number of colourful shapes that could be used to indicate the category a tag belongs to.</p><p>For example:<br>❇️ = 0-500 posts<br>🔺 = 501-5000 posts<br>🔶 = 5001-50000 posts<br>🔷 = 50001-... posts</p><p>The first entries of the <a class="dtext-link dtext-wiki-link" href="/wiki_pages/list_of_blue_tags">list_of_blue_tags</a> page would then look like this:</p><ul> <li>🔶|<a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_background">Blue background</a> </li> <li>🔶|<a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_bikini">Blue bikini</a> </li> <li>❇️|<a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_border">Blue border</a> </li> <li>🔶|<a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_bow">Blue bow</a> </li> <li>❇️|<a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_card">Blue card</a> </li> <li>🔶|<a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_dress">Blue dress</a> </li> <li>🔷|<a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_eyes">Blue eyes</a> </li> <li>🔺|<a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_fire">Blue fire</a><br>...</li> </ul><p>And hierarchies are still possible.</p><ul> <li>🔶|<a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_background">Blue background</a> - 23748</li> <ul> <li>❇️|<a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-empty" href="/wiki_pages/light_blue_background" title="This wiki page does not have a tag">Light Blue Background</a> - 404</li> <li>❇️|<a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/kinda_blue_background" title="This wiki page does not have a tag">Kinda Blue Background</a> - 403</li> <li>🔶|<a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/not_really_blue_background" title="This wiki page does not have a tag">Not Really Blue Background</a> - 9001</li> <li>🔺|<a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/dark_blue_background" title="This wiki page does not have a tag">Dark Blue Background</a> - 4250</li> <li>🔷|<a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/could_be_more_blue_background" title="This wiki page does not have a tag">Could be more Blue Background</a> - 999999</li> </ul> <li>🔶|<a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_bikini">Blue bikini</a> - 9970</li> <li>❇️|<a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_border">Blue border</a> - 294<br>...</li> </ul><p>And the great thing is that if we ever get dynamically updated post numbers, these symbols could be moved to that system so they would change dynamically.</p><ul> <li> <a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_background">Blue background</a> - 🔶23748</li> <li> <a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_bikini">Blue bikini</a> - 🔶9970</li> <li> <a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_border">Blue border</a> - ❇️294</li> <li> <a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_bow">Blue bow</a> - 🔶15354</li> <li> <a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_card">Blue card</a> - ❇️46</li> <li> <a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_dress">Blue dress</a> - 🔶27648</li> <li> <a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_eyes">Blue eyes</a> - 🔷687920</li> <li> <a class="dtext-link dtext-wiki-link tag-type-0" href="/wiki_pages/blue_fire">Blue fire</a> - 🔺1680<br>...<br> </li> </ul> GabrielWB /users/9654 tag:danbooru.me,2005:ForumPost/155383 2019-03-14T18:05:34-04:00 2019-03-14T18:05:34-04:00 @BrokenEagle98: > Danielx21 said: > > Maybe Danbooru could do... <blockquote> <p>Danielx21 said:</p> <p>Maybe Danbooru could do what Wikipedia does:</p> <p>If a wiki does not exist, links to that wiki could be red instead of blue.</p> <p>I mean the software itself would automatically present links like this as needed.</p> </blockquote><p>Dynamic rendering has been attempted in the past, but the overhead is so intense that it makes some pages take forever to rend, and it would cause the server to slow down to mush for everybody else.</p><blockquote> <p>fossilnix said:</p> <p>I'd be in favor of getting rid of the formatting because it's hard to understand and quickly out of date. If we keep it, it should be mechanically updated (it's far too much work for users to do by hand). and maybe instead of text styling, it'd be easier to read plain old numbers</p> </blockquote><p>Extra text for numbers would be far more distracting than text styling.</p><ul> <li> <a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/sometag" title="This wiki page does not have a tag">sometag</a> - 1000</li> <li> <a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/someothertag" title="This wiki page does not have a tag">someothertag</a> - 2000</li> </ul><p>Tables could be used...</p><table class="striped"><tbody> <tr> <td><a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/sometag" title="This wiki page does not have a tag">sometag</a></td> <td>1000</td> </tr> <tr> <td><a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/someothertag" title="This wiki page does not have a tag">someothertag</a></td> <td>2000</td> </tr> </tbody></table><h6></h6><p>...however with tables you lose the easy ability to do hierarchies...</p><table class="striped"><tbody> <tr> <td><a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/sometag" title="This wiki page does not have a tag">sometag</a></td> <td></td> <td>1000</td> </tr> <tr> <td></td> <td><a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/subtag" title="This wiki page does not have a tag">subtag</a></td> <td>1000</td> </tr> <tr> <td><a class="dtext-link dtext-wiki-link dtext-wiki-does-not-exist dtext-tag-does-not-exist" href="/wiki_pages/someothertag" title="This wiki page does not have a tag">someothertag</a></td> <td></td> <td>2000</td> </tr> </tbody></table><h6></h6><p>...plus it looks terrible.</p> BrokenEagle98 /users/23799 tag:danbooru.me,2005:ForumPost/155382 2019-03-14T17:40:37-04:00 2019-03-14T17:41:55-04:00 @Danielx21: > BrokenEagle98 said: > > The curly brace... <blockquote> <p>BrokenEagle98 said:</p> <p>The curly brace thing isn't that big a deal to me, but I can see how it might be to others. To be honest, I originally tried adding a <span class="tn">No wiki</span> to the right of the tags to indicate such, but at the time the use of the <strong>[tn]</strong> forced a newline and looked awful. However, that is no longer the case, so I could go back to using <span class="tn">No wiki</span> and <span class="tn">No posts</span> instead of the surrounding characters.</p> </blockquote><p>Maybe Danbooru could do what Wikipedia does:</p><p>If a wiki does not exist, links to that wiki could be red instead of blue.</p><p>I mean the software itself would automatically present links like this as needed.</p> Danielx21 /users/345814 tag:danbooru.me,2005:ForumPost/155371 2019-03-14T00:24:01-04:00 2019-03-14T00:24:01-04:00 @fossilnix: I'd be in favor of getting rid of the... <p>I'd be in favor of getting rid of the formatting because it's hard to understand and quickly out of date. If we keep it, it should be mechanically updated (it's far too much work for users to do by hand). and maybe instead of text styling, it'd be easier to read plain old numbers</p> fossilnix /users/387740 tag:danbooru.me,2005:ForumPost/155369 2019-03-13T21:44:29-04:00 2019-03-13T22:14:14-04:00 @BrokenEagle98: I think I've probably done most of the recent... <p>I think I've probably done most of the recent such formatting, though I have tried to restrict its use to meta-wikis only.</p><p>As for myself, I kind of like the extra formatting for the tag size, as it gives a certain weight to the tags. Otherwise, all of the tags look the same, without any way to know which ones are more heavily used. Also, for the majority of such lists/groups, it is not as simple as as a search <strong>blue_*</strong> on the tags page.</p><p>Beyond the formatting used for tag size, which is admittedly more optional, the primary use was to identify fixup items, such as tags which didn't have wikis, had wikis but no posts, or had neither a wiki or posts.</p><p>The curly brace thing isn't that big a deal to me, but I can see how it might be to others. To be honest, I originally tried adding a <span class="tn">No wiki</span> to the right of the tags to indicate such, but at the time the use of the <strong>[tn]</strong> forced a newline and looked awful. However, that is no longer the case, so I could go back to using <span class="tn">No wiki</span> and <span class="tn">No posts</span> instead of the surrounding characters.</p><p><strong>Example at:</strong> <a class="dtext-link dtext-wiki-link" href="/wiki_pages/list_of_blue_tags">List of Blue Tags</a></p><p>Also, as far as the maintenance of those meta-wikis, I hadn't set up any recurring tasks for such, though it shouldn't be too hard to do so. I'm guessing that monthly should be often enough to keep them current? </p> BrokenEagle98 /users/23799