mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-20 22:16:52 +00:00
Admin styling
This commit is contained in:
parent
2f09c32d2d
commit
82fae45656
@ -8,9 +8,19 @@ title: MultiWikiServer Administration
|
||||
<a href={{{ [{!!recipe-name}addprefix[/wiki/]] }}} rel="noopener noreferrer" target="_blank">
|
||||
<$text text={{!!recipe-name}}/>
|
||||
</a>
|
||||
<ol>
|
||||
<$list filter="[list<currentTiddler>]">
|
||||
<li>
|
||||
<$text text=<<currentTiddler>>/>
|
||||
</li>
|
||||
</$list>
|
||||
</ol>
|
||||
</li>
|
||||
</$list>
|
||||
</ul>
|
||||
<div>
|
||||
Higher numbered bags take priority if a tiddler with the same title is in more than one bag
|
||||
</div>
|
||||
<h1>Bags</h1>
|
||||
<ul>
|
||||
<$list filter="[prefix[$:/state/multiwikiserver/bags/]]">
|
||||
|
@ -3,3 +3,10 @@ tags: $:/tags/Stylesheet
|
||||
|
||||
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline macrocallblock
|
||||
|
||||
/*
|
||||
Styles specific to the full screen layout
|
||||
*/
|
||||
|
||||
.mws-admin-layout {
|
||||
padding: 1rem;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user