mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-06 10:46:57 +00:00
Add skip-footer, clean up layout
This commit is contained in:
parent
a58a8bd5b6
commit
93a738e6e2
@ -1,11 +1,11 @@
|
||||
created: 20250326000304980
|
||||
list-after: $:/core/ui/ViewTemplate/body
|
||||
modified: 20250326012903180
|
||||
modified: 20250327020654861
|
||||
tags: $:/tags/ViewTemplate
|
||||
title: $:/editions/tw5.com/more-info-view-template
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<% if [<currentTiddler>!is[system]] %>
|
||||
<% if [<currentTiddler>!is[system]!skip-footer[yes]] %>
|
||||
|
||||
<div class="tc-more-info-footer">
|
||||
<<tabs
|
||||
|
@ -1,4 +1,5 @@
|
||||
list: HelloThere [[Quick Start]] [[Find Out More]] [[TiddlyWiki on the Web]] [[Testimonials and Reviews]] GettingStarted Community
|
||||
skip-footer: yes
|
||||
tags: TableOfContents
|
||||
title: Welcome
|
||||
type: text/vnd.tiddlywiki
|
||||
|
@ -1,5 +1,6 @@
|
||||
created: 20130909151600000
|
||||
modified: 20210322152237662
|
||||
skip-footer: yes
|
||||
tags: TableOfContents Welcome
|
||||
title: Community
|
||||
type: text/vnd.tiddlywiki
|
||||
|
@ -3,6 +3,7 @@ created: 20241009150445080
|
||||
icon: $:/core/images/link
|
||||
list: TalkTiddlyWiki [[TiddlyWiki on YouTube]] [[TiddlyWiki on Reddit]] [[TiddlyWiki on Discord]] [[TiddlyWiki on GitHub]] [[TiddlyWiki on Mastodon]] [[TiddlyWiki on Gitter]] [[TiddlyWiki on Open Collective]]
|
||||
modified: 20241115170824144
|
||||
skip-footer: yes
|
||||
tags: Welcome
|
||||
title: TiddlyWiki on the Web
|
||||
type: text/vnd.tiddlywiki
|
||||
|
@ -1,5 +1,6 @@
|
||||
created: 20131129090249275
|
||||
modified: 20220819041016415
|
||||
skip-footer: yes
|
||||
tags: [[Working with TiddlyWiki]] Welcome
|
||||
title: GettingStarted
|
||||
type: text/vnd.tiddlywiki
|
||||
|
@ -2,6 +2,7 @@ color: #880
|
||||
created: 20241009150347613
|
||||
icon: $:/core/images/help
|
||||
modified: 20241115170824144
|
||||
skip-footer: yes
|
||||
tags: Welcome
|
||||
title: Find Out More
|
||||
type: text/vnd.tiddlywiki
|
||||
|
@ -2,6 +2,7 @@ created: 20130822170200000
|
||||
icon: $:/core/icon
|
||||
list: [[A Gentle Guide to TiddlyWiki]] [[Discover TiddlyWiki]] [[Some of the things you can do with TiddlyWiki]] [[Ten reasons to switch to TiddlyWiki]] Examples [[What happened to the original TiddlyWiki?]]
|
||||
modified: 20241115170824144
|
||||
skip-footer: yes
|
||||
tags: Welcome
|
||||
title: HelloThere
|
||||
type: text/vnd.tiddlywiki
|
||||
|
@ -1,6 +1,7 @@
|
||||
color: #088
|
||||
icon: $:/core/images/star-filled
|
||||
modified: 20241115170824144
|
||||
skip-footer: yes
|
||||
tags: Welcome
|
||||
title: Testimonials and Reviews
|
||||
type: text/vnd.tiddlywiki
|
||||
|
@ -3,6 +3,7 @@ created: 20241009163451663
|
||||
icon: $:/core/images/tip
|
||||
list: GettingStarted [[Getting Started Video]] [[Find Out More]] [[TiddlyWiki on the Web]] [[Testimonials and Reviews]]
|
||||
modified: 20241115170824144
|
||||
skip-footer: yes
|
||||
tags: Welcome
|
||||
title: Quick Start
|
||||
type: text/vnd.tiddlywiki
|
||||
|
@ -166,11 +166,7 @@ type: text/vnd.tiddlywiki
|
||||
}
|
||||
|
||||
.tc-more-info-footer {
|
||||
border-top: 1px solid <<colour tab-divider>>;
|
||||
background-color: <<colour message-background>>;
|
||||
padding: 0 1em .5em;
|
||||
}
|
||||
.tc-more-info-footer-list {
|
||||
column-width: 20em;
|
||||
margin-top: 2em;
|
||||
.tc-tab-buttons {font-size: 100%;}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user