<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[Feature request] Clickable breadcrumbs in Wiki for categories]]></title><description><![CDATA[<p dir="auto">Can we have clickable (linked) category links for the Wiki pages when there are super-categories of the current page, like we do in the forums?</p>
<p dir="auto">Compare the navigation in the wiki to these in the forums:</p>
<p dir="auto">!<a href="http://khan.thpinfo.com/~thp/images/qtdevnet-breadcrumb.png" target="_blank" rel="noopener noreferrer nofollow ugc">http://khan.thpinfo.com/~thp/images/qtdevnet-breadcrumb.png</a>(Breadcrumbs comparison)!</p>
<p dir="auto">This would help navigating up from e.g. the downloads category to a higher wiki page.</p>
<p dir="auto">In the screenshot below, the wiki breadcrumbs should say:</p>
<p dir="auto">Wiki Home &gt; LanguageBindings -&gt; PySide -&gt; Downloads (downloads should be bold, PySide and LanguageBindings should be clickable links to the category overview pages).</p>
]]></description><link>https://forum.qt.io/topic/2093/feature-request-clickable-breadcrumbs-in-wiki-for-categories</link><generator>RSS for Node</generator><lastBuildDate>Thu, 10 Sep 2026 16:07:49 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/2093.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 03 Dec 2010 15:55:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Feature request] Clickable breadcrumbs in Wiki for categories on Sat, 04 Dec 2010 17:03:39 GMT]]></title><description><![CDATA[<p dir="auto">As for this suggestion, it seems it is only for <em>sub</em>categories. That's fine and simple. You are only covering a subset of the wiki.</p>
<p dir="auto">However, I am interested in there being some structure for all entries (from sub-categories). Of course the ones I mentioned have (multiple) categories attached. This makes it difficult but not impossible.</p>
<p dir="auto">I guess your answer is 'No breadcrumb'.</p>
<p dir="auto">Perhaps I'll suggest an alternative.</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://forum.qt.io/post/62519</link><guid isPermaLink="true">https://forum.qt.io/post/62519</guid><dc:creator><![CDATA[xsacha]]></dc:creator><pubDate>Sat, 04 Dec 2010 17:03:39 GMT</pubDate></item><item><title><![CDATA[Reply to [Feature request] Clickable breadcrumbs in Wiki for categories on Sat, 04 Dec 2010 10:41:13 GMT]]></title><description><![CDATA[<p dir="auto">This is only for <em>Categories</em>. Please read the title of this thread. Then read the first post again. If the wiki page is not a category, nothing will change. Or if pseudocode is easier to understand:</p>
<p dir="auto">@<br />
if pagename.startswith('Category:')<br />
supercategories = pagename.split('::')<br />
for category in supercategories:<br />
if category != supercategories[-1]:<br />
print link_to(category)<br />
else:<br />
print bold(category)<br />
else:<br />
print bold(pagename)<br />
@</p>
<p dir="auto">It even says "for category pages only" in my last post. It's okay if you don't get it - just wait until it's implemented and it will become clear. In case there are <em>real</em> questions about the implementation from people who actually <em>do</em> the implementation, I'll be happy to answer them over at the bug tracker:</p>
<p dir="auto"><a href="http://bugreports.qt.nokia.com/browse/QTWEBSITE-116" target="_blank" rel="noopener noreferrer nofollow ugc">http://bugreports.qt.nokia.com/browse/QTWEBSITE-116</a></p>
]]></description><link>https://forum.qt.io/post/62381</link><guid isPermaLink="true">https://forum.qt.io/post/62381</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sat, 04 Dec 2010 10:41:13 GMT</pubDate></item><item><title><![CDATA[Reply to [Feature request] Clickable breadcrumbs in Wiki for categories on Sat, 04 Dec 2010 06:06:48 GMT]]></title><description><![CDATA[<p dir="auto">There are wiki entries with 'HowTo', 'Learning', 'Snippet', 'Quick' and more. Which breadcrumbs would they receive?</p>
]]></description><link>https://forum.qt.io/post/62342</link><guid isPermaLink="true">https://forum.qt.io/post/62342</guid><dc:creator><![CDATA[xsacha]]></dc:creator><pubDate>Sat, 04 Dec 2010 06:06:48 GMT</pubDate></item><item><title><![CDATA[Reply to [Feature request] Clickable breadcrumbs in Wiki for categories on Sat, 04 Dec 2010 03:56:25 GMT]]></title><description><![CDATA[<p dir="auto">[quote author="xsacha" date="1291434237"]The forum works differently in that there is only one path to a thread, so it can always display the path in the breadcrumbs.[/quote]</p>
<p dir="auto">As described in my original post, the idea is to have these breadcrumbs for Category pages only where there is a "super-category". I don't think it's a good idea to include history in the breadcrumbs. What I want is just to have an easy way to go from a sub-category to its super-category without having to manually edit the URL or go through the home page.</p>
]]></description><link>https://forum.qt.io/post/62292</link><guid isPermaLink="true">https://forum.qt.io/post/62292</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sat, 04 Dec 2010 03:56:25 GMT</pubDate></item><item><title><![CDATA[Reply to [Feature request] Clickable breadcrumbs in Wiki for categories on Sat, 04 Dec 2010 03:43:57 GMT]]></title><description><![CDATA[<p dir="auto">The forum works differently in that there is only one path to a thread, so it can always display the path in the breadcrumbs.</p>
<p dir="auto">Each wiki article can have multiple categories. So you can only display the breadcrumb if the user has manually clicked on that category (in their history).</p>
]]></description><link>https://forum.qt.io/post/62288</link><guid isPermaLink="true">https://forum.qt.io/post/62288</guid><dc:creator><![CDATA[xsacha]]></dc:creator><pubDate>Sat, 04 Dec 2010 03:43:57 GMT</pubDate></item><item><title><![CDATA[Reply to [Feature request] Clickable breadcrumbs in Wiki for categories on Fri, 03 Dec 2010 17:01:50 GMT]]></title><description><![CDATA[<p dir="auto">One more addition. When you go to article history it will be nice to have article name clickable (as now) and non clickable element with name like "History".</p>
]]></description><link>https://forum.qt.io/post/62126</link><guid isPermaLink="true">https://forum.qt.io/post/62126</guid><dc:creator><![CDATA[DenisKormalev]]></dc:creator><pubDate>Fri, 03 Dec 2010 17:01:50 GMT</pubDate></item><item><title><![CDATA[Reply to [Feature request] Clickable breadcrumbs in Wiki for categories on Fri, 03 Dec 2010 16:46:21 GMT]]></title><description><![CDATA[<p dir="auto">thp, your suggestion is definetely better than current situation. Also it will help for better ui similarity in wiki and forum.</p>
]]></description><link>https://forum.qt.io/post/62120</link><guid isPermaLink="true">https://forum.qt.io/post/62120</guid><dc:creator><![CDATA[DenisKormalev]]></dc:creator><pubDate>Fri, 03 Dec 2010 16:46:21 GMT</pubDate></item><item><title><![CDATA[Reply to [Feature request] Clickable breadcrumbs in Wiki for categories on Fri, 03 Dec 2010 16:38:49 GMT]]></title><description><![CDATA[<p dir="auto">For the page in the screenshot above got to</p>
<h1>Wiki home</h1>
<h1>Click on "Overview" of Language Bindings, which opens Category:LanguageBindings</h1>
<h1>Go to the middle of the page, section Subcategories and click on PySide</h1>
<p dir="auto">That's indeed a bit awkward to find. The more I think on it the more I tend to the conclusion that the wiki structure is not as easy and convenient to navigate through as it could be. I will do some research on other sides to give examples of how it may work better.</p>
]]></description><link>https://forum.qt.io/post/62114</link><guid isPermaLink="true">https://forum.qt.io/post/62114</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Fri, 03 Dec 2010 16:38:49 GMT</pubDate></item><item><title><![CDATA[Reply to [Feature request] Clickable breadcrumbs in Wiki for categories on Fri, 03 Dec 2010 16:22:04 GMT]]></title><description><![CDATA[<p dir="auto">How do you even see all the wiki pages? There doesn't seem to be any structure :. Someone mentioned an article in wiki but I didn't know how to find it. Searching didn't help as I wasn't really sure of the name.</p>
]]></description><link>https://forum.qt.io/post/62108</link><guid isPermaLink="true">https://forum.qt.io/post/62108</guid><dc:creator><![CDATA[xsacha]]></dc:creator><pubDate>Fri, 03 Dec 2010 16:22:04 GMT</pubDate></item><item><title><![CDATA[Reply to [Feature request] Clickable breadcrumbs in Wiki for categories on Fri, 03 Dec 2010 16:18:40 GMT]]></title><description><![CDATA[<p dir="auto">yeah, both usability and consistency would have been better</p>
]]></description><link>https://forum.qt.io/post/62106</link><guid isPermaLink="true">https://forum.qt.io/post/62106</guid><dc:creator><![CDATA[infoctopus]]></dc:creator><pubDate>Fri, 03 Dec 2010 16:18:40 GMT</pubDate></item></channel></rss>