-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* tc-subtitle is not a sibling to tc-body, So tc-subtitle needs a clearfix to contains float:right * add clearfix to all tiddler elements that could contain floats * add clearfix to tc-tiddler-title in ViewTemplate * add clearfix to plugin/blog/templates * add clearfix to plugin/tour/templates * remove test tiddler * rename draft title class to tc-tiddler-title-draft * undo title field covering * move tc-clearfix to tc-float-right in the base CSS file * rename clearfix CSS class to tc-clearfix * update documentation tiddlers
- Loading branch information
Showing
12 changed files
with
34 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
title: $:/core/templates/server/static.tiddler.wikitext | ||
|
||
\whitespace trim | ||
<div class="tc-tiddler-title"> | ||
<div class="tc-tiddler-title tc-clearfix"> | ||
<div class="tc-titlebar"> | ||
<h2><$text text=<<currentTiddler>>/></h2> | ||
</div> | ||
</div> | ||
<div class="tc-subtitle"> | ||
<div class="tc-subtitle tc-clearfix"> | ||
<$link to={{!!modifier}}> | ||
<$view field="modifier"/> | ||
</$link> <$view field="modified" format="date" template={{$:/language/Tiddler/DateFormat}}/> | ||
</div> | ||
<div class="tc-tags-wrapper"> | ||
<div class="tc-tags-wrapper" tc-clearfix> | ||
<$list filter="[all[current]tags[]sort[title]]"> | ||
<a href={{{ [<currentTiddler>encodeuricomponent[]] }}}> | ||
<$macrocall $name="tag-pill" tag=<<currentTiddler>>/> | ||
</a> | ||
</$list> | ||
</div> | ||
<div class="tc-tiddler-body"> | ||
<div class="tc-tiddler-body tc-clearfix"> | ||
<$transclude mode="block"/> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
title: Tiddlyhost | ||
tags: Definitions | ||
created: 20230410105035569 | ||
modified: 20230410105035569 | ||
tags: Definitions | ||
title: Tiddlyhost | ||
type: text/vnd.tiddlywiki | ||
|
||
<span style="float:right;">[img width=140 [Tiddlyhost Logo]]</span> | ||
|
||
[[Tiddlyhost.com|https://tiddlyhost.com/]] is a hosting service for TiddlyWiki created by Simon Baird. Once you sign up and confirm your email you can create "sites", (i.e. ~TiddlyWikis), with support for online saving. Sites can be private or public, and you can optionally list them on the taggable and searchable [[Tiddlyhost Hub|https://tiddlyhost.com/hub]] where they'll be discoverable by others. | ||
|
||
Unlike [[TiddlySpot|Saving on TiddlySpot]], [[Tiddlyhost|https://tiddlyhost.com]] is secure, open source, and has proper support for TiddlyWiki5. It also allows uploading existing ~TiddlyWiki files, supports TiddlyWikiClassic, and lets you claim ownership of your ~TiddlySpot sites. For more information see the [[FAQ|https://github.com/simonbaird/tiddlyhost/wiki/FAQ]] and the [[About|https://tiddlyhost.com/about]] page. | ||
|
||
<div style="clear: both;"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
title: Xememex | ||
tags: Definitions | ||
created: 20230410105035569 | ||
modified: 20230410105035569 | ||
tags: Definitions | ||
title: Xememex | ||
type: text/vnd.tiddlywiki | ||
|
||
<span style="float:right;">[img width=340 [Xememex Logo]]</span> | ||
|
||
|
@@ -10,5 +11,3 @@ Xememex is a multiuser TiddlyWiki from [[Intertwingled Innovations]]. It allows | |
The largest customer implementation has hundreds of online wikis with thousands of users. See https://manuals.annafreud.org/ | ||
|
||
Xememex is currently only available under commercial terms from Intertwingled Innovations. Contact [[Jeremy Ruston at Intertwingled Innovations|mailto:[email protected]]] for more details. | ||
|
||
<div style="clear: both;"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters