@@ -134,12 +134,14 @@ is enabled.
134
134
<!-- md:version 8.2.0 -->
135
135
<!-- md:default none -->
136
136
137
- !!! info "This setting is not needed in [Insiders] "
137
+ !!! warning "This setting is deprecated "
138
138
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>
143
145
144
146
Use this setting to specify the location of the tags index, which is the page
145
147
used 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.
158
160
159
161
The provided path is resolved from the [`docs` directory][mkdocs.docs_dir].
160
162
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
165
166
166
167
---
167
168
168
169
# ### <!-- md:setting config.tags_slugify -->
169
170
170
- <!-- md:sponsors -->
171
- <!-- md:version insiders-4.25.0 -->
171
+ <!-- md:version 9.6.0 -->
172
172
<!-- md:default [`pymdownx.slugs.slugify`][pymdownx.slugs.slugify] -->
173
173
174
174
Use this setting to change the function for generating URL-compatible slugs
@@ -194,8 +194,7 @@ more granular control.
194
194
195
195
# ### <!-- md:setting config.tags_slugify_separator -->
196
196
197
- <!-- md:sponsors -->
198
- <!-- md:version insiders-4.25.0 -->
197
+ <!-- md:version 9.6.0 -->
199
198
<!-- md:default `-` -->
200
199
201
200
Use this setting to change the separator that is passed to the slugification
@@ -212,8 +211,7 @@ plugins:
212
211
213
212
# ### <!-- md:setting config.tags_slugify_format -->
214
213
215
- <!-- md:sponsors -->
216
- <!-- md:version insiders-4.48.0 -->
214
+ <!-- md:version 9.6.0 -->
217
215
<!-- md:default `tag:{slug}` -->
218
216
219
217
Use this setting to change the format string that is used when generating tag
@@ -272,8 +270,7 @@ plugins:
272
270
273
271
# ### <!-- md:setting config.tags_sort_by -->
274
272
275
- <!-- md:sponsors -->
276
- <!-- md:version insiders-4.26.2 -->
273
+ <!-- md:version 9.6.0 -->
277
274
<!-- md:default `material.plugins.tags.tag_name` -->
278
275
279
276
Use 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
294
291
295
292
# ### <!-- md:setting config.tags_sort_reverse -->
296
293
297
- <!-- md:sponsors -->
298
- <!-- md:version insiders-4.26.2 -->
294
+ <!-- md:version 9.6.0 -->
299
295
<!-- md:default `false` -->
300
296
301
297
Use this setting to reverse the order in which tags are sorted when comparing
@@ -312,8 +308,7 @@ plugins:
312
308
313
309
# ### <!-- md:setting config.tags_name_property -->
314
310
315
- <!-- md:sponsors -->
316
- <!-- md:version insiders-4.48.0 -->
311
+ <!-- md:version 9.6.0 -->
317
312
<!-- md:default [`tags`][meta.tags] -->
318
313
319
314
Use this setting to change the name of the front matter property that is used by
@@ -330,8 +325,7 @@ plugins:
330
325
331
326
# ### <!-- md:setting config.tags_name_variable -->
332
327
333
- <!-- md:sponsors -->
334
- <!-- md:version insiders-4.48.0 -->
328
+ <!-- md:version 9.6.0 -->
335
329
<!-- md:default `tags` -->
336
330
337
331
Use this setting to change the name of the template variable that is used by
@@ -348,8 +342,7 @@ plugins:
348
342
349
343
# ### <!-- md:setting config.tags_allowed -->
350
344
351
- <!-- md:sponsors -->
352
- <!-- md:version insiders-4.25.0 -->
345
+ <!-- md:version 9.6.0 -->
353
346
<!-- md:default none -->
354
347
355
348
The plugin allows to check tags against a predefined list, in order to catch
@@ -377,8 +370,7 @@ The following settings are available for listings:
377
370
378
371
# ### <!-- md:setting config.listings -->
379
372
380
- <!-- md:sponsors -->
381
- <!-- md:version insiders-4.48.0 -->
373
+ <!-- md:version 9.6.0 -->
382
374
<!-- md:default `true` -->
383
375
384
376
Use this setting to enable or disable listings. It is normally not necessary to
@@ -400,8 +392,7 @@ is enabled.
400
392
401
393
# ### <!-- md:setting config.listings_map -->
402
394
403
- <!-- md:sponsors -->
404
- <!-- md:version insiders-4.48.0 -->
395
+ <!-- md:version 9.6.0 -->
405
396
<!-- md:default none -->
406
397
407
398
Use 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.
431
422
432
423
# ### <!-- md:setting config.listings_sort_by -->
433
424
434
- <!-- md:sponsors -->
435
- <!-- md:version insiders-4.39.0 -->
425
+ <!-- md:version 9.6.0 -->
436
426
<!-- md:default `material.plugins.tags.item_title` -->
437
427
438
428
Use 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
463
453
464
454
# ### <!-- md:setting config.listings_sort_reverse -->
465
455
466
- <!-- md:sponsors -->
467
- <!-- md:version insiders-4.39.0 -->
456
+ <!-- md:version 9.6.0 -->
468
457
<!-- md:default `false` -->
469
458
470
459
Use this setting to reverse the order in which items are sorted when comparing
@@ -481,8 +470,7 @@ plugins:
481
470
482
471
# ### <!-- md:setting config.listings_tags_sort_by -->
483
472
484
- <!-- md:sponsors -->
485
- <!-- md:version insiders-4.48.0 -->
473
+ <!-- md:version 9.6.0 -->
486
474
<!-- md:default `material.plugins.tags.tag_name` -->
487
475
488
476
Use 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
503
491
504
492
# ### <!-- md:setting config.listings_tags_sort_reverse -->
505
493
506
- <!-- md:sponsors -->
507
- <!-- md:version insiders-4.48.0 -->
494
+ <!-- md:version 9.6.0 -->
508
495
<!-- md:default `false` -->
509
496
510
497
Use this setting to reverse the order in which tags are sorted when comparing
@@ -521,8 +508,7 @@ plugins:
521
508
522
509
# ### <!-- md:setting config.listings_directive -->
523
510
524
- <!-- md:sponsors -->
525
- <!-- md:version insiders-4.48.0 -->
511
+ <!-- md:version 9.6.0 -->
526
512
<!-- md:default `material/tags` -->
527
513
528
514
Use this setting to change the name of the directive the plugin will look for
@@ -777,8 +763,7 @@ The following settings are available:
777
763
778
764
# ### <!-- md:setting listing.scope -->
779
765
780
- <!-- md:sponsors -->
781
- <!-- md:version insiders-4.48.0 -->
766
+ <!-- md:version 9.6.0 -->
782
767
<!-- md:default `false` -->
783
768
784
769
This setting specifies whether the listing should only consider pages that are
@@ -879,8 +864,7 @@ setting on a per-listing basis:
879
864
880
865
# ### <!-- md:setting listing.include -->
881
866
882
- <!-- md:sponsors -->
883
- <!-- md:version insiders-4.48.0 -->
867
+ <!-- md:version 9.6.0 -->
884
868
<!-- md:default none -->
885
869
886
870
Use 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.
917
901
918
902
# ### <!-- md:setting listing.exclude -->
919
903
920
- <!-- md:sponsors -->
921
- <!-- md:version insiders-4.48.0 -->
904
+ <!-- md:version 9.6.0 -->
922
905
<!-- md:default none -->
923
906
924
907
Use this setting to specify which tags should be excluded from the listing. Each
0 commit comments