mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-10 20:09:57 +00:00
Create RootStylesheet.tid
This commit is contained in:
parent
eeb4e7a7f7
commit
72a8e48581
14
core/ui/RootStylesheet.tid
Normal file
14
core/ui/RootStylesheet.tid
Normal 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>
|
Loading…
Reference in New Issue
Block a user