mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-05 18:20:38 -08:00
10 lines
290 B
Text
10 lines
290 B
Text
title: $:/snippets/DebugStylesheets
|
|
|
|
\whitespace trim
|
|
<style>[test]{list-style:'❌'}</style>
|
|
<ul>
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/Stylesheet]has[modified]]" counter="n">
|
|
<style>{{!!text}}[test="<<n>>"]{list-style:disc;}</style>
|
|
<li test=<<n>>><$link/></li>
|
|
</$list>
|
|
</ul>
|