mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 17:10:29 +00:00
Break the links up into separate tiddlers
This commit is contained in:
parent
03cfa61ae8
commit
34445dcc68
27
editions/tw5.com/tiddlers/Articles.tid
Normal file
27
editions/tw5.com/tiddlers/Articles.tid
Normal file
@ -0,0 +1,27 @@
|
||||
created: 20140320230543190
|
||||
modified: 20140320231444981
|
||||
tags: introduction community
|
||||
title: Articles
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
Submit new entries to this collection of articles via GitHub, Twitter or by posting in the [[TiddlyWiki Groups]].
|
||||
|
||||
<div class="tw-link-info">
|
||||
|
||||
<$list filter="[tag[articles]!sort[modified]]">
|
||||
|
||||
<div class="tw-link-info-item">
|
||||
|
||||
! <$view field="title"/>
|
||||
|
||||
!!! <a href={{!!url}} target="_blank"><$text text={{!!url}}/></a>
|
||||
|
||||
<div class="tw-subtitle">Updated <$view field="modified" format="relativedate"/></div>
|
||||
|
||||
<$transclude/>
|
||||
|
||||
</div>
|
||||
|
||||
</$list>
|
||||
|
||||
</div>
|
@ -1,5 +1,5 @@
|
||||
created: 20130909151600000
|
||||
modified: 20140302181824943
|
||||
modified: 20140321090723435
|
||||
tags: community
|
||||
title: Community
|
||||
type: text/vnd.tiddlywiki
|
||||
@ -19,34 +19,6 @@ The ~TiddlyWiki discussion groups are mailing lists for talking about ~TiddlyWik
|
||||
|
||||
New releases of TiddlyWiki, TiddlyDesktop and TiddlyFox are announced via the discussion groups and Twitter.
|
||||
|
||||
! Resources for TiddlyWiki5
|
||||
|
||||
* [[TW5 Mall|http://www.giffmex.org/tw5mall.htm]] -- DaveGifford's growing catalogue of hints and tips
|
||||
* Several [[customisation howto's and theme tweaks|http://tongerner.tiddlyspot.com/]] from TonGerner
|
||||
* [[TW5Magick|http://tw5magick.tiddlyspot.com/]] -- a collection of hints and tips from StephanHradek
|
||||
* [[BJHacks|http://bjhacks.tiddlyspot.com]] -- a collection of plugins from BJ
|
||||
* A [[collection of articles|http://blog.jeffreykishner.com/tiddlywiki/]] from JeffreyKishner
|
||||
* A new theme from [[BobRobison|http://tw5gray.tiddlyspot.com]]
|
||||
* [[Bestrew|http://nocategories.net/tiddlywiki/bestrew.html]] -- DylanKinnett's adaptation of TiddlyWiki5 as a writers manuscript submission tracker
|
||||
* [[BrainTest|http://braintest.tiddlyspot.com]], a collection of tips and experiments from DanieloRodriguez
|
||||
* [[Coding for TiddlyWiki5|http://cjhunt.github.io]], an introduction to developing extensions and plugins from ChrisHunt
|
||||
* [[Hosting TiddlyWiki5 on GoogleDrive|https://googledrive.com/host/0B51gSXixfJ2Qb0I4R2M4MWJVMlU]] from TonyChing
|
||||
|
||||
! Blog posts and articles about TiddlyWiki5
|
||||
|
||||
* Reaction to TiddlyWiki5 from the translator of the German edition of TiddlyWikiClassic: "[[TiddlyWiki 5 im Betatest|http://blog.netplanet.org/2014/01/03/tiddlywiki-5-im-betatest/]]"
|
||||
* A gamers guide to using TiddlyWiki5: "[[Shining Ark 7 Using TiddlyWiki|http://helugame.wordpress.com/2013/09/07/shining-ark-7-using-tiddlywiki/]]"
|
||||
* An introduction to TiddlyWiki5 by [[Moongift (in Japanese)|http://www.moongift.jp/2013/11/tiddlywiki5-%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%E5%88%B7%E6%96%B0%E3%80%82%E6%AC%A1%E3%81%AE25%E5%B9%B4%E3%82%92%E7%9B%AE%E6%8C%87%E3%81%99tiddlywiki-2/]]
|
||||
|
||||
! Examples of TiddlyWiki5 being used in the wild
|
||||
|
||||
; http://freedombits.org
|
||||
: A manifesto for the preservation of free speech through the exchange of randomized data
|
||||
; http://giffmex.org/nt/1johnnotebase.html
|
||||
: A study notebook for the Bible
|
||||
; http://tesis.tiddlyspot.com/
|
||||
: A thesis notebook
|
||||
|
||||
! Local ~TiddlyWiki Interest Groups
|
||||
|
||||
Local meetings of ~TiddlyWiki enthusiasts around the world:
|
||||
@ -54,3 +26,7 @@ Local meetings of ~TiddlyWiki enthusiasts around the world:
|
||||
* [[OXTWIG]], the ''Oxford ~TiddlyWiki Interest Group'' meets monthly in Oxford, UK to share experiences of using TiddlyWiki
|
||||
|
||||
//If you are a ~TiddlyWiki enthusiast please consider starting a local TWIG in your area, it's a great way to spread the word about using TiddlyWiki//
|
||||
|
||||
! Links
|
||||
|
||||
<<tabs "Latest Resources Examples Articles" "Latest">>
|
||||
|
@ -1,8 +1,27 @@
|
||||
created: 201309091551
|
||||
modified: 201309091551
|
||||
created: 20140320230543190
|
||||
modified: 20140320231444981
|
||||
tags: introduction community
|
||||
title: Examples
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
Examples of TiddlyWiki5 being used in the wild:
|
||||
This collection showcases inspiring and interesting examples of TiddlyWiki being used in the wild.
|
||||
|
||||
|!Site |!Description |
|
||||
|http://freedombits.org |A manifesto for the preservation of free speech through the exchange of randomized data |
|
||||
Submit new entries to this collection via GitHub, Twitter or by posting in the [[TiddlyWiki Groups]].
|
||||
|
||||
<div class="tw-link-info">
|
||||
|
||||
<$list filter="[tag[examples]!sort[modified]]">
|
||||
|
||||
<div class="tw-link-info-item">
|
||||
|
||||
! <$view field="title"/>
|
||||
|
||||
!!! <a href={{!!url}} target="_blank"><$text text={{!!url}}/></a>
|
||||
|
||||
<div class="tw-subtitle">Updated <$view field="modified" format="relativedate"/></div>
|
||||
|
||||
<$transclude/>
|
||||
|
||||
</div>
|
||||
|
||||
</$list>
|
||||
|
25
editions/tw5.com/tiddlers/Latest.tid
Normal file
25
editions/tw5.com/tiddlers/Latest.tid
Normal file
@ -0,0 +1,25 @@
|
||||
created: 20140321090511826
|
||||
modified: 20140321090650144
|
||||
tags: community introduction
|
||||
title: Latest
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
The latest news, articles, resources and examples.
|
||||
|
||||
<div class="tw-link-info">
|
||||
|
||||
<$list filter="[tag[articles]] [tag[examples]] [tag[resources]] +[!sort[modified]limit[7]]">
|
||||
|
||||
<div class="tw-link-info-item">
|
||||
|
||||
! <$view field="title"/>
|
||||
|
||||
!!! <a href={{!!url}} target="_blank"><$text text={{!!url}}/></a>
|
||||
|
||||
<div class="tw-subtitle">Updated <$view field="modified" format="relativedate"/></div>
|
||||
|
||||
<$transclude/>
|
||||
|
||||
</div>
|
||||
|
||||
</$list>
|
27
editions/tw5.com/tiddlers/Resources.tid
Normal file
27
editions/tw5.com/tiddlers/Resources.tid
Normal file
@ -0,0 +1,27 @@
|
||||
created: 20140320230543190
|
||||
modified: 20140320231444981
|
||||
tags: introduction community
|
||||
title: Resources
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
These resources created by the TiddlyWiki [[Community]] help you get the best out of TiddlyWiki. Submit new entries via GitHub, Twitter or by posting in the [[TiddlyWiki Groups]].
|
||||
|
||||
<div class="tw-link-info">
|
||||
|
||||
<$list filter='[tag[resources]!sort[modified]]'>
|
||||
|
||||
<div class="tw-link-info-item">
|
||||
|
||||
! <$view field="title"/>
|
||||
|
||||
!!! <a href={{!!url}} target="_blank"><$text text={{!!url}}/></a>
|
||||
|
||||
<div class="tw-subtitle">Updated <$view field="modified" format="relativedate"/></div>
|
||||
|
||||
<$transclude/>
|
||||
|
||||
</div>
|
||||
|
||||
</$list>
|
||||
|
||||
</div>
|
@ -0,0 +1,14 @@
|
||||
created: 20140220085406905
|
||||
modified: 20140220084548184
|
||||
tags: articles
|
||||
title: "Creating a baby journal with TiddlyWiki 5" from A Penguin in Redmond
|
||||
type: text/vnd.tiddlywiki
|
||||
url: http://a-penguin-in-redmond.blogspot.co.uk/2014/02/creating-baby-journal-with-tiddlywiki-5.html
|
||||
|
||||
A guide to creating a baby journal with TiddlyWiki.
|
||||
|
||||
<<<
|
||||
Keeping a journal about your baby is fun. It allows you to keep track of those events in your baby's life and development that are most important to you, and to tell them in your own words. [...]
|
||||
|
||||
There are plenty of online services that can help to keep such a diary, but you need to have an internet connection to access them, and you have to trust them to keep your data safe.
|
||||
<<<
|
@ -0,0 +1,14 @@
|
||||
created: 20140312085406905
|
||||
modified: 20140312084543862
|
||||
tags: articles
|
||||
title: "Install and run TiddlyWiki on a CentOS 6 VPS using Nginx" from RoseHosting
|
||||
type: text/vnd.tiddlywiki
|
||||
url: http://www.rosehosting.com/blog/install-and-run-tiddlywiki-on-a-centoos-6-vps-using-nginx/
|
||||
|
||||
A step by step guide to running TiddlyWiki on a ~CentOS Virtual Private Server.
|
||||
|
||||
<<<
|
||||
In this tutorial we will guide you through the steps of installing and running TiddlyWiki on a ~CentOS 6 VPS.
|
||||
|
||||
We will also install and configure Nginx as a reverse proxy, so you can run TiddlyWiki behind Nginx.
|
||||
<<<
|
@ -0,0 +1,7 @@
|
||||
created: 20131111085406905
|
||||
modified: 20131111084548184
|
||||
tags: articles
|
||||
title: "デザイン刷新。次の25年を目指すTiddlyWiki" by Moongift
|
||||
url: http://www.moongift.jp/2013/11/tiddlywiki5-%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%E5%88%B7%E6%96%B0%E3%80%82%E6%AC%A1%E3%81%AE25%E5%B9%B4%E3%82%92%E7%9B%AE%E6%8C%87%E3%81%99tiddlywiki-2/
|
||||
|
||||
An introduction to TiddlyWiki in Japanese.
|
@ -0,0 +1,13 @@
|
||||
created: 20130907085406905
|
||||
modified: 20130907084548184
|
||||
tags: articles
|
||||
title: "Shining Ark Using TiddlyWiki" by Helu
|
||||
url: http://helugame.wordpress.com/2013/09/07/shining-ark-7-using-tiddlywiki/
|
||||
|
||||
A gamers guide to using TiddlyWiki.
|
||||
|
||||
<<<
|
||||
I’ve been using TiddlyWiki for this game mainly to record the monsters’ locations and the items that they drop. This is so that when I need a certain item to upgrade/create weapons, I can quickly look it up; which monsters drop it and which quests have those monsters.
|
||||
|
||||
As I play the game, as I encounter new information, I just input them into my Shining Ark TiddlyWiki. It’s like I’m building a wiki from scratch. The reason why I don’t just use online wikis is that 1) it’s too easy to get spoiled and 2) sometimes online wikis provide too much information (who cares about the non-gameplay related descriptions that can be found in the game, etc).
|
||||
<<<
|
@ -0,0 +1,13 @@
|
||||
created: 20140105085406905
|
||||
modified: 20140105084548184
|
||||
tags: articles
|
||||
title: "TiddlyWiki 5 im Betatest" by besim
|
||||
url: http://blog.netplanet.org/2014/01/03/tiddlywiki-5-im-betatest/
|
||||
|
||||
Reaction to TiddlyWiki5 from the translator of the German edition of TiddlyWikiClassic.
|
||||
|
||||
<<<
|
||||
There is little software that can still inspire me so even after years, as on the first day. This includes TiddlyWiki, the "pocket-wiki". The latter is because the Wiki completely fits into an HTML file, and this HTML file brings everything - JavaScript program logic, CSS appearance and the entire Wiki content as stored records. So a TiddlyWiki file is then sometimes happy times some megabytes in size, but just has the unbeatable advantage that it works just as fast file created locally in a variety of browsers.
|
||||
<<<
|
||||
|
||||
(Translation from German by Google Translate)
|
17
editions/tw5.com/tiddlers/links/examples/freedombits.tid
Normal file
17
editions/tw5.com/tiddlers/links/examples/freedombits.tid
Normal file
@ -0,0 +1,17 @@
|
||||
created: 20130907085406905
|
||||
modified: 20130907084548184
|
||||
tags: examples
|
||||
title: Freedom Bits - preserve your rights to free speech and association
|
||||
url: http://freedombits.org
|
||||
|
||||
A manifesto for the preservation of free speech through the exchange of randomized data.
|
||||
|
||||
<<<
|
||||
Worried that using encryption will make you stand out from the crowd?
|
||||
|
||||
Do something about it!
|
||||
|
||||
Preserve our rights to free speech and association by sending Randomized Data to your friends and friends of friends – only to those who have given their consent – and encourage them to do the same.
|
||||
|
||||
We call data like that Freedom Bits.
|
||||
<<<
|
@ -0,0 +1,7 @@
|
||||
created: 20131207085406905
|
||||
modified: 20131207084548184
|
||||
tags: examples
|
||||
title: 1 John Notebase
|
||||
url: http://giffmex.org/nt/1johnnotebase.html
|
||||
|
||||
A study notebook for the Bible.
|
15
editions/tw5.com/tiddlers/links/examples/thesisnotebook.tid
Normal file
15
editions/tw5.com/tiddlers/links/examples/thesisnotebook.tid
Normal file
@ -0,0 +1,15 @@
|
||||
created: 20130302085406905
|
||||
modified: 20130302084548184
|
||||
tags: examples
|
||||
title: "A Thesis Notebook" by Alberto Molina
|
||||
url: http://tesis.tiddlyspot.com/
|
||||
|
||||
A thesis notebook based on TiddlyWiki.
|
||||
|
||||
<<<
|
||||
This is an example of a thesis notebook powered by TiddlyWiki 5.0.8-beta.
|
||||
|
||||
TiddlyWiki is a great piece of software created by Jeremy Ruston. It allows you, among other things, to take notes, organize ideas, store information, and display all your stuff the way you want. It is an incredibly flexible tool you can adapt to fit almost all your needs.
|
||||
|
||||
This TiddlyWiki has been customized to serve as a philosophy notebook centered around authors, books and papers, concepts and theories, and personal notes. I use it along with Zotero, which is a dedicated bibliography software. Both are free, open source projects. TiddlyWiki can be downloaded at http://tiddlywiki.com.
|
||||
<<<
|
8
editions/tw5.com/tiddlers/links/resources/BJHacks.tid
Normal file
8
editions/tw5.com/tiddlers/links/resources/BJHacks.tid
Normal file
@ -0,0 +1,8 @@
|
||||
created: 20140315085406905
|
||||
modified: 20140321084548184
|
||||
tags: resources
|
||||
title: "BJHacks" by buggyj
|
||||
type: text/vnd.tiddlywiki
|
||||
url: http://bjhacks.tiddlyspot.com
|
||||
|
||||
buggyj has created several useful plugins, including a WYSIWYG HTML editor, a configurable calendar and tag lists with draggable ordering.
|
14
editions/tw5.com/tiddlers/links/resources/BrainTest.tid
Normal file
14
editions/tw5.com/tiddlers/links/resources/BrainTest.tid
Normal file
@ -0,0 +1,14 @@
|
||||
created: 20140315085406905
|
||||
modified: 20140321084548184
|
||||
tags: resources
|
||||
title: "BrainTest - tools for a digital brain" by Danielo Rodriguez
|
||||
type: text/vnd.tiddlywiki
|
||||
url: http://braintest.tiddlyspot.com/
|
||||
|
||||
A collection of customisations and macros from Danielo Rodriguez.
|
||||
|
||||
<<<
|
||||
This is my personal tiddlywiki file for testing.
|
||||
|
||||
Here I will post the tools and Macros that I develop for this awesome tool. That way, all the help the comunity gave me can came back to the comunity again.
|
||||
<<<
|
@ -0,0 +1,11 @@
|
||||
created: 20140315085406905
|
||||
modified: 20140321084548184
|
||||
tags: resources
|
||||
title: "Hosting TiddlyWiki5 on GoogleDrive" by Tony Ching
|
||||
url: https://googledrive.com/host/0B51gSXixfJ2Qb0I4R2M4MWJVMlU
|
||||
|
||||
Tony Ching's quick guide for sharing TiddlyWiki with Google Drive.
|
||||
|
||||
<<<
|
||||
Anyway your self-contained a non-linear personal web notebook can be hosted on Google Drive, a free cloud service from Google.com. Because TiddlyWiki5 now supports the Stanford Javascript Crypto Library (SJCL), you can encrypt your content from prying eyes (excluding the NSA of course)
|
||||
<<<
|
12
editions/tw5.com/tiddlers/links/resources/TW5 Magick.tid
Normal file
12
editions/tw5.com/tiddlers/links/resources/TW5 Magick.tid
Normal file
@ -0,0 +1,12 @@
|
||||
created: 20140315085406905
|
||||
modified: 20140321084548184
|
||||
tags: resources
|
||||
title: "TW5 Magick" by Stephan Hradek
|
||||
type: text/vnd.tiddlywiki
|
||||
url: http://tw5magick.tiddlyspot.com/
|
||||
|
||||
Stephan Hradek's growing catalogue of tips and tutorials. Stephan has also developed several plugins and macros that you can find at http://tiddlystuff.tiddlyspot.com/.
|
||||
|
||||
<<<
|
||||
Some things in TiddlyWiki seem like Magic. As my preferred nick is Skeeve, I felt that TW5 Magick is a proper name for this collection of some of the "magic" tricks one can do with TiddlyWiki.
|
||||
<<<
|
12
editions/tw5.com/tiddlers/links/resources/TW5 Mall.tid
Normal file
12
editions/tw5.com/tiddlers/links/resources/TW5 Mall.tid
Normal file
@ -0,0 +1,12 @@
|
||||
created: 20140315085406905
|
||||
modified: 20140321084548184
|
||||
tags: resources
|
||||
title: "TW5 Mall" by David Gifford
|
||||
type: text/vnd.tiddlywiki
|
||||
url: http://www.giffmex.org/tw5mall.htm
|
||||
|
||||
Dave Gifford's growing catalogue of tips and tutorials.
|
||||
|
||||
<<<
|
||||
TiddlyWiki 5 is a great tool for note-taking, bookmarking, blogging, organizing to do lists, writing books, and more. But many of the things that can be done in TiddlyWiki 5 are often hidden to the new user, either because the user doesn't know about it or because the user doesn't know how to do it. TW5 mall is a modest catalog of hacks where you can discover new tricks in TiddlyWiki 5 and also find out in layman's terms how to implement them.
|
||||
<<<
|
@ -0,0 +1,12 @@
|
||||
created: 20140315085406905
|
||||
modified: 20140321084533577
|
||||
tags: resources
|
||||
title: "TW5 Tribal Knowledge" from Scott Kingery
|
||||
type: text/vnd.tiddlywiki
|
||||
url: http://dl.dropboxusercontent.com/u/118970/wiki/tw5tribalknowledge.html
|
||||
|
||||
Tips and guides for using TiddlyWiki.
|
||||
|
||||
<<<
|
||||
I never used Node.js until a couple weeks ago when I wanted to try a TW5 installation on Node and expand my knowledge a bit. I figured someone else may be in the same boat so I wrote it all down
|
||||
<<<
|
@ -0,0 +1,18 @@
|
||||
created: 20140315085406905
|
||||
modified: 20140321084539183
|
||||
tags: resources
|
||||
title: "TiddlyWiki 5 vis.js plug-in" by emkay
|
||||
type: text/vnd.tiddlywiki
|
||||
url: http://emkayonline.github.io/tw5visjs/
|
||||
|
||||
A beautifully presented timeline widget using vis.js (http://visjs.org).
|
||||
|
||||
Source: https://github.com/emkayonline/tw5visjs
|
||||
|
||||
<<<
|
||||
This plug-in allows TW5 to display tiddlers using the vis.js graphical timeline and graph widgets.
|
||||
|
||||
This plug-in has been testing on OS X with Safari, Chrome and Firefox, but should work under all operating systems and browser supported by TW5 and vis.js.
|
||||
|
||||
Also, the plug-in has been designed to work off-line, enabling it to be used without a wireless connection on an iPad/iPhone using TWEdit
|
||||
<<<
|
@ -0,0 +1,12 @@
|
||||
created: 20140129085406905
|
||||
modified: 20140129084548184
|
||||
tags: resources
|
||||
title: "TiddlyWiki Posts" by Jeffrey Kishner
|
||||
type: text/vnd.tiddlywiki
|
||||
url: http://blog.jeffreykishner.com/tiddlywiki/
|
||||
|
||||
A collection of articles covering integration with Fargo, Font Awesome and Google Calendar, and tips for managing task lists.
|
||||
|
||||
<<<
|
||||
I have become a regular user of TiddlyWiki and have become so accustomed to using Font Awesome icons in Fargo that I wanted to incorporate the icons into my wikis as well.
|
||||
<<<
|
@ -0,0 +1,8 @@
|
||||
created: 20140322085406905
|
||||
modified: 20140322084539183
|
||||
tags: resources
|
||||
title: "TiddlyWiki 舞" by Bram Chen
|
||||
type: text/vnd.tiddlywiki
|
||||
url: http://tw5-zh.tiddlyspot.com
|
||||
|
||||
A translation of the tiddlywiki.com documentation from Bram Chen, TiddlyWiki's Chinese translator.
|
@ -0,0 +1,16 @@
|
||||
created: 20140315085406905
|
||||
modified: 20140321084548184
|
||||
tags: resources
|
||||
title: "TiddlyWiki5 Coding" by Chris Hunt
|
||||
url: http://cjhunt.github.io/
|
||||
|
||||
Chris Hunt's detailed developer tutorials for getting started with writing widgets for TiddlyWiki.
|
||||
|
||||
<<<
|
||||
These pages document aspects TiddlyWiki5 programming, sharing "lessons learned" to help developers to get started with TiddlyWiki5 customization and extension.
|
||||
|
||||
There are currently two articles in this wiki:
|
||||
|
||||
* A Simple Widget
|
||||
* A More Complex Widget
|
||||
<<<
|
@ -0,0 +1,17 @@
|
||||
created: 20140315085406905
|
||||
modified: 20140321084548184
|
||||
tags: resources
|
||||
title: "TiddlyWiki5 Playground" by Ton Gerner
|
||||
type: text/vnd.tiddlywiki
|
||||
url: http://tongerner.tiddlyspot.com/
|
||||
|
||||
Huge collection of customisations and tweaks from Ton Gerner.
|
||||
|
||||
<<<
|
||||
I am a longtime user of TiddlyWiki Classic and still use it daily since you can't do everything in TiddlyWiki 5 (yet) ;)
|
||||
|
||||
I started experimenting with TW5 at the end of September 2013 (alpha10).
|
||||
Since I missed a few things in the layout I got used to in TiddlyWiki Classic 1, I started with modifying the layout of TW5.
|
||||
To share my knowledge, I made a few guides about these 'modifications'.
|
||||
The guides started as a non-linear personal web notebook (yeah, the subtitle of TiddlyWiki!). I started experimenting with layout things and used TW5 to document my experiments.
|
||||
<<<
|
34
editions/tw5.com/tiddlers/system/tw5.com-styles.tid
Normal file
34
editions/tw5.com/tiddlers/system/tw5.com-styles.tid
Normal file
@ -0,0 +1,34 @@
|
||||
title: $:/_tw5.com-styles
|
||||
tags: $:/tags/stylesheet
|
||||
|
||||
@media (min-width: 600px) {
|
||||
|
||||
.tw-link-info {
|
||||
-moz-column-count: 2;
|
||||
-moz-column-gap: 10px;
|
||||
-webkit-column-count: 2;
|
||||
-webkit-column-gap: 10px;
|
||||
column-count: 2;
|
||||
column-gap: 10px;
|
||||
}
|
||||
|
||||
.tw-link-info-item {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.tw-link-info-item {
|
||||
display: inline-block;
|
||||
border: 1px solid <<colour muted-foreground>>;
|
||||
padding: 5px 10px;
|
||||
margin-bottom: 10px;
|
||||
background: #fcf8f8;
|
||||
font-size: 0.8em;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.tw-link-info-item h1 {
|
||||
font-weight: 500;
|
||||
font-size: 16px;
|
||||
}
|
@ -36,7 +36,7 @@ body.tw-body {
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
line-height: 1em;
|
||||
line-height: 1.2;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user