Skip to content

Commit b6726fe

Browse files
authored
Merge pull request #1 from talha131/setup-travis
Setup travis
2 parents 6fe6a30 + cabfad0 commit b6726fe

567 files changed

Lines changed: 15398 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
**/.DS_Store
3+
tiddlers/$__StoryList.tid

.travis.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
language: node_js
2+
node_js:
3+
- "11"
4+
dist: trusty
5+
sudo: false
6+
7+
branches:
8+
only:
9+
- master
10+
11+
install:
12+
- npm install -g tiddlywiki
13+
14+
script:
15+
- tiddlywiki --verbose --build index
16+
17+
deploy:
18+
provider: pages
19+
skip_cleanup: true
20+
github_token: $GITHUB_TOKEN
21+
local_dir: output
22+
on:
23+
branch: master

tiddlers/$__.mr_colors.tid

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
created: 20181028033327986
2+
creator: Mohammad
3+
description: part of example 11, using color names from a data dictionary
4+
modified: 20190216180307390
5+
modifier: Mohammad
6+
tags: exmp11
7+
title: $:/.mr/colors
8+
type: application/x-tiddler-dictionary
9+
10+
AliceBlue:#F0F8FF
11+
AntiqueWhite:#FAEBD7
12+
Aqua:Aqua
13+
Aquamarine:#7FFFD4
14+
Azure:Azure
15+
Beige:#F5F5DC
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
created: 20180906042308596
2+
creator: Mohammad
3+
modified: 20190216180307384
4+
modifier: Mohammad
5+
tags: kookma $:/tags/Stylesheet
6+
title: $:/.mr/kookma/stylesheet/tw-version
7+
type: application/x-tiddler
8+
9+
<pre>/* TW-version added to site title */
10+
.tc-site-title:before {
11+
content:"TW <<version>>";
12+
position:absolute;
13+
margin-top:-1.9em;
14+
color:silver;
15+
font-size:13px;
16+
}
17+
</pre>

tiddlers/$__.mr_macro_utility.tid

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
created: 20190128161742986
2+
creator: Mohammad
3+
description: contains utility macros for TW-Scripts documentation
4+
modified: 20190216180307378
5+
modifier: Mohammad
6+
tags: $:/tags/Macro
7+
title: $:/.mr/macro/utility
8+
type: text/vnd.tiddlywiki
9+
10+
\define advanced-search()
11+
[[Advanced Search|$:/AdvancedSearch]] {{$:/core/ui/Buttons/advanced-search}}
12+
\end
13+
14+
\define make-link(title:"Empty")
15+
<$reveal type="match" text=<<__title__>> default="Empty">
16+
<$link to="$(currentTiddler)$" ><$text text="$(currentTiddler)$" /></$link>
17+
</$reveal>
18+
<$reveal type="nomatch" text=<<__title__>> default="Empty">
19+
<$link to=<<__title__>>><$text text=<<__title__>> /></$link>
20+
</$reveal>
21+
\end

tiddlers/$__.mr_toc.tid

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
created: 20190206031926928
2+
creator: Mohammad
3+
list: syntax search datatiddler batch
4+
modified: 20190216180307371
5+
modifier: Mohammad
6+
tags:
7+
title: $:/.mr/toc
8+
type: text/vnd.tiddlywiki
9+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.ol,
2+
.ol ol {
3+
counter-reset: item;
4+
}
5+
6+
.ol li {
7+
display: block;
8+
position: relative;
9+
}
10+
11+
.ol li:before {
12+
content: counters(item, ".")".";
13+
counter-increment: item;
14+
position: absolute;
15+
margin-right: 100%;
16+
right: 10px; /* space between number and text */
17+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
created: 20141201201027548
2+
creator: Tobias Beer
3+
modified: 20190216180307362
4+
modifier: Mohammad
5+
responder: Tobis Beer
6+
tags: $:/tags/Stylesheet
7+
title: $:/.tb/styles/really-numbered
8+
type: text/css
9+
url: https://tobibeer.github.io/tb5/#Advanced%20Numbered%20Lists

tiddlers/$__DefaultTiddlers.tid

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
created: 20190107164140913
2+
creator: Mohammad
3+
modified: 20190216180307744
4+
modifier: Mohammad
5+
title: $:/DefaultTiddlers
6+
type: text/vnd.tiddlywiki
7+
8+
[[Search Wiki]]
9+
[[Search in Tiddlywiki Toolmap]]
10+
[[Search in Official Tiddlywiki Site]]
11+
[[Hot Resources]]
12+
[[Latest Topics]]
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
created: 20190201133706194
2+
creator: Mohammad
3+
modified: 20190216180307711
4+
modifier: Mohammad
5+
title: $:/ImageState/dipper.jpg
6+
type: text/vnd.tiddlywiki
7+
8+
hide

0 commit comments

Comments
 (0)