From bd56e4b96056b3156a8b424e52cceb4e0c8a74ed Mon Sep 17 00:00:00 2001 From: Jermolene Date: Mon, 18 Aug 2014 21:44:22 +0100 Subject: [PATCH] Fix ordering for the table of contents example --- editions/tw5.com/tiddlers/samples/TableOfContents/Contents.tid | 2 ++ editions/tw5.com/tiddlers/samples/TableOfContents/First.tid | 1 + .../tw5.com/tiddlers/samples/TableOfContents/SecondThree.tid | 1 + editions/tw5.com/tiddlers/samples/TableOfContents/Third.tid | 1 + 4 files changed, 5 insertions(+) create mode 100644 editions/tw5.com/tiddlers/samples/TableOfContents/Contents.tid diff --git a/editions/tw5.com/tiddlers/samples/TableOfContents/Contents.tid b/editions/tw5.com/tiddlers/samples/TableOfContents/Contents.tid new file mode 100644 index 000000000..dd8e3b769 --- /dev/null +++ b/editions/tw5.com/tiddlers/samples/TableOfContents/Contents.tid @@ -0,0 +1,2 @@ +title: Contents +list: First Second Third Fourth diff --git a/editions/tw5.com/tiddlers/samples/TableOfContents/First.tid b/editions/tw5.com/tiddlers/samples/TableOfContents/First.tid index f48ff0815..72650711c 100644 --- a/editions/tw5.com/tiddlers/samples/TableOfContents/First.tid +++ b/editions/tw5.com/tiddlers/samples/TableOfContents/First.tid @@ -1,4 +1,5 @@ title: First tags: Contents +list: FirstOne FirstTwo FirstThree Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/samples/TableOfContents/SecondThree.tid b/editions/tw5.com/tiddlers/samples/TableOfContents/SecondThree.tid index f87e1ac09..f1b0f1268 100644 --- a/editions/tw5.com/tiddlers/samples/TableOfContents/SecondThree.tid +++ b/editions/tw5.com/tiddlers/samples/TableOfContents/SecondThree.tid @@ -1,4 +1,5 @@ title: SecondThree tags: Second +list: SecondThreeOne SecondThreeTwo SecondThreeThree Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/samples/TableOfContents/Third.tid b/editions/tw5.com/tiddlers/samples/TableOfContents/Third.tid index 6b2c4db1d..8d5f734e8 100644 --- a/editions/tw5.com/tiddlers/samples/TableOfContents/Third.tid +++ b/editions/tw5.com/tiddlers/samples/TableOfContents/Third.tid @@ -1,4 +1,5 @@ title: Third tags: Contents +list: ThirdOne ThirdTwo ThirdThree Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. \ No newline at end of file