@@ -134,12 +134,14 @@ is enabled.
134134<!-- md:version 8.2.0 -->
135135<!-- md:default none -->
136136
137- !!! info "This setting is not needed in [Insiders] "
137+ !!! warning "This setting is deprecated "
138138
139- Insiders ships a __ground up rewrite of the tags plugin__ which is infinitely
140- more powerful than the current version in the community edition. It allows
141- for an arbitrary number of tags indexes (listings), [scoped listings],
142- [shadow tags], [nested tags], and much more.
139+ As of version <!-- md:version 9.6.0 -->, this setting is deprecated, as this
140+ version ships a __ground up rewrite of the tags plugin__ which is much more
141+ powerful than the previous version. Tags [listings] can be used on any page
142+ now.
143+
144+ <div style="opacity : 0.5" markdown>
143145
144146Use this setting to specify the location of the tags index, which is the page
145147used to render a list of all tags and their associated pages. If this setting is
@@ -158,17 +160,15 @@ if you want to have a tags index.
158160
159161The provided path is resolved from the [`docs` directory][mkdocs.docs_dir].
160162
161- [Insiders] : ../insiders/index.md
162- [scoped listings] : ../setup/setting-up-tags.md#scoped-listings
163- [shadow tags] : ../setup/setting-up-tags.md#shadow-tags
164- [nested tags] : ../setup/setting-up-tags.md#nested-tags
163+ </div>
164+
165+ [listings] : ../setup/setting-up-tags.md#adding-a-tags-index
165166
166167---
167168
168169# ### <!-- md:setting config.tags_slugify -->
169170
170- <!-- md:sponsors -->
171- <!-- md:version insiders-4.25.0 -->
171+ <!-- md:version 9.6.0 -->
172172<!-- md:default [`pymdownx.slugs.slugify`][pymdownx.slugs.slugify] -->
173173
174174Use this setting to change the function for generating URL-compatible slugs
@@ -194,8 +194,7 @@ more granular control.
194194
195195# ### <!-- md:setting config.tags_slugify_separator -->
196196
197- <!-- md:sponsors -->
198- <!-- md:version insiders-4.25.0 -->
197+ <!-- md:version 9.6.0 -->
199198<!-- md:default `-` -->
200199
201200Use this setting to change the separator that is passed to the slugification
@@ -212,8 +211,7 @@ plugins:
212211
213212# ### <!-- md:setting config.tags_slugify_format -->
214213
215- <!-- md:sponsors -->
216- <!-- md:version insiders-4.48.0 -->
214+ <!-- md:version 9.6.0 -->
217215<!-- md:default `tag:{slug}` -->
218216
219217Use this setting to change the format string that is used when generating tag
@@ -272,8 +270,7 @@ plugins:
272270
273271# ### <!-- md:setting config.tags_sort_by -->
274272
275- <!-- md:sponsors -->
276- <!-- md:version insiders-4.26.2 -->
273+ <!-- md:version 9.6.0 -->
277274<!-- md:default `material.plugins.tags.tag_name` -->
278275
279276Use this setting to specify a custom function for comparing tags. By default,
@@ -294,8 +291,7 @@ or number representing the tag, that is used for sorting, and reference it in
294291
295292# ### <!-- md:setting config.tags_sort_reverse -->
296293
297- <!-- md:sponsors -->
298- <!-- md:version insiders-4.26.2 -->
294+ <!-- md:version 9.6.0 -->
299295<!-- md:default `false` -->
300296
301297Use this setting to reverse the order in which tags are sorted when comparing
@@ -312,8 +308,7 @@ plugins:
312308
313309# ### <!-- md:setting config.tags_name_property -->
314310
315- <!-- md:sponsors -->
316- <!-- md:version insiders-4.48.0 -->
311+ <!-- md:version 9.6.0 -->
317312<!-- md:default [`tags`][meta.tags] -->
318313
319314Use this setting to change the name of the front matter property that is used by
@@ -330,8 +325,7 @@ plugins:
330325
331326# ### <!-- md:setting config.tags_name_variable -->
332327
333- <!-- md:sponsors -->
334- <!-- md:version insiders-4.48.0 -->
328+ <!-- md:version 9.6.0 -->
335329<!-- md:default `tags` -->
336330
337331Use this setting to change the name of the template variable that is used by
@@ -348,8 +342,7 @@ plugins:
348342
349343# ### <!-- md:setting config.tags_allowed -->
350344
351- <!-- md:sponsors -->
352- <!-- md:version insiders-4.25.0 -->
345+ <!-- md:version 9.6.0 -->
353346<!-- md:default none -->
354347
355348The plugin allows to check tags against a predefined list, in order to catch
@@ -377,8 +370,7 @@ The following settings are available for listings:
377370
378371# ### <!-- md:setting config.listings -->
379372
380- <!-- md:sponsors -->
381- <!-- md:version insiders-4.48.0 -->
373+ <!-- md:version 9.6.0 -->
382374<!-- md:default `true` -->
383375
384376Use this setting to enable or disable listings. It is normally not necessary to
@@ -400,8 +392,7 @@ is enabled.
400392
401393# ### <!-- md:setting config.listings_map -->
402394
403- <!-- md:sponsors -->
404- <!-- md:version insiders-4.48.0 -->
395+ <!-- md:version 9.6.0 -->
405396<!-- md:default none -->
406397
407398Use this define listing configurations that you can then reference in listings
@@ -431,8 +422,7 @@ See the [listings section] for a list of all available settings.
431422
432423# ### <!-- md:setting config.listings_sort_by -->
433424
434- <!-- md:sponsors -->
435- <!-- md:version insiders-4.39.0 -->
425+ <!-- md:version 9.6.0 -->
436426<!-- md:default `material.plugins.tags.item_title` -->
437427
438428Use this setting to specify a custom function for comparing listing items. By
@@ -463,8 +453,7 @@ or number representing the item, that is used for sorting, and reference it in
463453
464454# ### <!-- md:setting config.listings_sort_reverse -->
465455
466- <!-- md:sponsors -->
467- <!-- md:version insiders-4.39.0 -->
456+ <!-- md:version 9.6.0 -->
468457<!-- md:default `false` -->
469458
470459Use this setting to reverse the order in which items are sorted when comparing
@@ -481,8 +470,7 @@ plugins:
481470
482471# ### <!-- md:setting config.listings_tags_sort_by -->
483472
484- <!-- md:sponsors -->
485- <!-- md:version insiders-4.48.0 -->
473+ <!-- md:version 9.6.0 -->
486474<!-- md:default `material.plugins.tags.tag_name` -->
487475
488476Use this setting to specify a custom function for comparing tags in listings. By
@@ -503,8 +491,7 @@ or number representing the tag, that is used for sorting, and reference it in
503491
504492# ### <!-- md:setting config.listings_tags_sort_reverse -->
505493
506- <!-- md:sponsors -->
507- <!-- md:version insiders-4.48.0 -->
494+ <!-- md:version 9.6.0 -->
508495<!-- md:default `false` -->
509496
510497Use this setting to reverse the order in which tags are sorted when comparing
@@ -521,8 +508,7 @@ plugins:
521508
522509# ### <!-- md:setting config.listings_directive -->
523510
524- <!-- md:sponsors -->
525- <!-- md:version insiders-4.48.0 -->
511+ <!-- md:version 9.6.0 -->
526512<!-- md:default `material/tags` -->
527513
528514Use this setting to change the name of the directive the plugin will look for
@@ -777,8 +763,7 @@ The following settings are available:
777763
778764# ### <!-- md:setting listing.scope -->
779765
780- <!-- md:sponsors -->
781- <!-- md:version insiders-4.48.0 -->
766+ <!-- md:version 9.6.0 -->
782767<!-- md:default `false` -->
783768
784769This setting specifies whether the listing should only consider pages that are
@@ -879,8 +864,7 @@ setting on a per-listing basis:
879864
880865# ### <!-- md:setting listing.include -->
881866
882- <!-- md:sponsors -->
883- <!-- md:version insiders-4.48.0 -->
867+ <!-- md:version 9.6.0 -->
884868<!-- md:default none -->
885869
886870Use this setting to specify which tags should be included in the listing. Each
@@ -917,8 +901,7 @@ If this setting is left empty, all tags and pages are included.
917901
918902# ### <!-- md:setting listing.exclude -->
919903
920- <!-- md:sponsors -->
921- <!-- md:version insiders-4.48.0 -->
904+ <!-- md:version 9.6.0 -->
922905<!-- md:default none -->
923906
924907Use this setting to specify which tags should be excluded from the listing. Each
0 commit comments