mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-19 08:14:50 +00:00
Initial Commit
This commit is contained in:
parent
8ca0bf10e4
commit
2d6f568444
@ -2,7 +2,3 @@ created: 20131127215321439
|
||||
modified: 20140912135951542
|
||||
title: $:/DefaultTiddlers
|
||||
|
||||
[[TiddlyWiki Pre-release]]
|
||||
HelloThere
|
||||
GettingStarted
|
||||
Community
|
||||
|
@ -13,7 +13,6 @@
|
||||
"tiddlywiki/dynaview",
|
||||
"tiddlywiki/dynannotate",
|
||||
"tiddlywiki/codemirror",
|
||||
"tiddlywiki/menubar",
|
||||
"tiddlywiki/jszip"
|
||||
],
|
||||
"themes": [
|
||||
|
@ -0,0 +1,4 @@
|
||||
title: Landing Page Before Story
|
||||
tags: $:/tags/AboveStory
|
||||
|
||||
<$transclude tiddler="Landing page layout" mode="inline"/>
|
@ -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%;
|
||||
}
|
||||
|
||||
""">>
|
1
editions/tw5.com/tiddlers/landingpage/icons.json
Normal file
1
editions/tw5.com/tiddlers/landingpage/icons.json
Normal file
File diff suppressed because one or more lines are too long
1
editions/tw5.com/tiddlers/landingpage/tiddlers.json
Normal file
1
editions/tw5.com/tiddlers/landingpage/tiddlers.json
Normal file
File diff suppressed because one or more lines are too long
@ -3,6 +3,3 @@ modified: 20140912135951542
|
||||
title: $:/DefaultTiddlers
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
HelloThere
|
||||
GettingStarted
|
||||
Community
|
||||
|
2
editions/tw5.com/tiddlers/system/sidebar.tid
Normal file
2
editions/tw5.com/tiddlers/system/sidebar.tid
Normal file
@ -0,0 +1,2 @@
|
||||
title: $:/state/sidebar
|
||||
text: no
|
@ -5,8 +5,7 @@
|
||||
"tiddlywiki/browser-sniff",
|
||||
"tiddlywiki/railroad",
|
||||
"tiddlywiki/evernote",
|
||||
"tiddlywiki/internals",
|
||||
"tiddlywiki/menubar"
|
||||
"tiddlywiki/internals"
|
||||
],
|
||||
"themes": [
|
||||
"tiddlywiki/vanilla",
|
||||
|
Loading…
Reference in New Issue
Block a user