Initial Commit

This commit is contained in:
jeremy@jermolene.com 2023-01-03 18:47:59 +00:00
parent 8ca0bf10e4
commit 2d6f568444
9 changed files with 40 additions and 10 deletions

View File

@ -2,7 +2,3 @@ created: 20131127215321439
modified: 20140912135951542
title: $:/DefaultTiddlers
[[TiddlyWiki Pre-release]]
HelloThere
GettingStarted
Community

View File

@ -13,7 +13,6 @@
"tiddlywiki/dynaview",
"tiddlywiki/dynannotate",
"tiddlywiki/codemirror",
"tiddlywiki/menubar",
"tiddlywiki/jszip"
],
"themes": [

View File

@ -0,0 +1,4 @@
title: Landing Page Before Story
tags: $:/tags/AboveStory
<$transclude tiddler="Landing page layout" mode="inline"/>

View File

@ -0,0 +1,31 @@
title: Landing Page Extra Styles
tags: $:/tags/Stylesheet
\define if-story-river-not-empty(rules)
<$list filter="[list[$:/StoryList]count[]!match[0]]" variable="ignore">
$rules$
</$list>
\end
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline macrocallblock
.story-backdrop {
position: absolute;
top: 0;
left: 0;
right: 0;
transform-origin: 50% 0;
perspective: 1000px;
transition: transform 0.5s ease-in-out,
opacity 0.5s ease-in-out;
opacity: 100%;
}
<<if-story-river-not-empty """
.story-backdrop {
transform: scale(0.5) rotateX(10deg);
opacity: 50%;
}
""">>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -3,6 +3,3 @@ modified: 20140912135951542
title: $:/DefaultTiddlers
type: text/vnd.tiddlywiki
HelloThere
GettingStarted
Community

View File

@ -0,0 +1,2 @@
title: $:/state/sidebar
text: no

View File

@ -5,8 +5,7 @@
"tiddlywiki/browser-sniff",
"tiddlywiki/railroad",
"tiddlywiki/evernote",
"tiddlywiki/internals",
"tiddlywiki/menubar"
"tiddlywiki/internals"
],
"themes": [
"tiddlywiki/vanilla",