Create RootStylesheet.tid

This commit is contained in:
Simon Huber 2024-03-29 14:03:14 +01:00 committed by GitHub
parent e43cd2d989
commit 7f53328b25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
title: $:/core/ui/RootStylesheet
code-body: yes
\import [subfilter{$:/core/config/GlobalImportFilter}]
\whitespace trim
<$set name="currentTiddler" value={{$:/language}}>
<$set name="languageTitle" value={{!!name}}>
<$list filter="[all[shadows+tiddlers]tag[$:/tags/Stylesheet]!has[draft.of]]">
<style type="text/css">
<$transclude mode="block"/>
</style>
</$list>
</$set>
</$set>