1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-21 03:39:43 +00:00

Improve prerelease presentation

This commit is contained in:
Jeremy Ruston 2024-07-28 22:34:24 +01:00
parent c412ea52da
commit ea8e805e1c
2 changed files with 24 additions and 1 deletions

View File

@ -1,12 +1,18 @@
title: TiddlyWiki Pre-release title: TiddlyWiki Pre-release
modified: 20230731122156493 modified: 20230731122156493
This is a pre-release build of TiddlyWiki provided for testing and review purposes. ''Please don't try to depend on the pre-release for anything important'' -- you should use the latest official release from https://tiddlywiki.com. <div class="tc-scary-warning">
!!! This is a pre-release build of TiddlyWiki provided for testing and review purposes.
''Please don't try to depend on the pre-release for anything important'' -- you should use the latest official release from https://tiddlywiki.com.
All of the changes in this pre-release are provisional until it is released and they become frozen by our backwards compatibility policies. This is the perfect time to raise questions or make suggestions. Please [[open a ticket at GitHub|https://github.com/TiddlyWiki/TiddlyWiki5/issues/new/choose]] or make a post at https://talk.tiddlywiki.org/. All of the changes in this pre-release are provisional until it is released and they become frozen by our backwards compatibility policies. This is the perfect time to raise questions or make suggestions. Please [[open a ticket at GitHub|https://github.com/TiddlyWiki/TiddlyWiki5/issues/new/choose]] or make a post at https://talk.tiddlywiki.org/.
The pre-release is also available as an [[empty wiki|https://tiddlywiki.com/prerelease/empty.html]] ready for reuse. The pre-release is also available as an [[empty wiki|https://tiddlywiki.com/prerelease/empty.html]] ready for reuse.
</div>
<$list filter="[tag[ReleaseNotes]!has[released]!sort[created]]"> <$list filter="[tag[ReleaseNotes]!has[released]!sort[created]]">
<div class="tc-titlebar"> <div class="tc-titlebar">
<h2 class="tc-title"><$text text=<<currentTiddler>>/></h2> <h2 class="tc-title"><$text text=<<currentTiddler>>/></h2>

View File

@ -0,0 +1,17 @@
tags: $:/tags/Stylesheet
title: $:/_tw5.com/prerelease-styles
type: text/vnd.tiddlywiki
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline macrocallblock
.tc-scary-warning {
font-weight: bold;
padding: 0 1em;
margin-left: -1em;
margin-right: -1em;
color: #f22;
border-radius: 4px;
border: 3px solid transparent;
background: #ffd;
background: linear-gradient(#ffd, #ffd) padding-box, repeating-linear-gradient(-45deg, red 0, red 25%, transparent 0, transparent 50%) 0 / .6em .6em;
}