1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-10 20:09:57 +00:00

Create RootStylesheet.tid

This commit is contained in:
Simon Huber 2024-04-03 21:02:20 +02:00 committed by GitHub
parent eeb4e7a7f7
commit 72a8e48581
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,14 @@
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">
<$view format="plainwikified"/>
</style>
</$list>
</$set>
</$set>