1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 10:13:16 +00:00
Commit Graph

1570 Commits

Author SHA1 Message Date
Jeremy Ruston
1f610c22f8 Merge pull request #1429 from aelocson/order-tagged
Adjust documentation following pull #1378
2015-01-28 13:54:50 +00:00
Jeremy Ruston
1e13eacd25 Merge pull request #1431 from aelocson/each-list-doc
Adjust documentation following pull #1422
2015-01-28 11:42:40 +00:00
Jermolene
99f24eefa4 Move if macro to macros directory 2015-01-28 11:42:12 +00:00
Astrid Elocson
d536030c5d Adjust documentation following pull #1422 2015-01-27 20:38:30 +00:00
Astrid Elocson
e6d204db0f Adjust documentation following pull #1378 2015-01-27 15:44:55 +00:00
Jeremy Ruston
618bc166ed Merge pull request #1382 from felixhayashi/patch-2
Releases.tid now switches to the newest releast per default
2015-01-27 14:12:15 +00:00
Jeremy Ruston
bc87486ee1 Merge pull request #1390 from aelocson/railroad
Improvements to railroad plugin
2015-01-27 13:54:50 +00:00
Jeremy Ruston
5ccbe961f9 Merge pull request #1412 from alexhough/patch-3
change to current version
2015-01-27 13:08:14 +00:00
alexhough
225b6ac950 changed to use <<version>> 2015-01-26 22:26:00 +00:00
Jeremy Ruston
6dbe0e310d Merge pull request #1408 from Mathobal/patch-1
WikiText error in documentation
2015-01-26 21:33:34 +00:00
Jeremy Ruston
b81432aee2 Merge pull request #1417 from aelocson/filter-docs
Overhaul the filter operator documentation
2015-01-26 18:43:24 +00:00
Jermolene
b845751d3c Add Punjabi and Hindi translations
Many thanks to Atul Grover
2015-01-26 16:48:11 +00:00
Astrid Elocson
baceb21fbb Document splitbefore and storyviews operators 2015-01-26 14:42:22 +00:00
Astrid Elocson
89163e0e85 Adjust style of filter operator placeholders 2015-01-26 09:26:24 +00:00
Astrid Elocson
88ea60cc7e correction to statement about filter whitespace 2015-01-25 10:53:56 +00:00
Astrid Elocson
15f05b076c Retarget a couple of links and add trailing linefeeds 2015-01-24 21:53:28 +00:00
Astrid Elocson
aac2a63e05 Overhaul the filter operator documentation: part 2 2015-01-24 21:18:44 +00:00
alexhough
910d59c166 change to current version 2015-01-23 09:16:16 +00:00
Ben Williams
e423c21912 WikiText error in documentation
A minor issue - the wrong slashes are used in part of this text for emphasis. This confused me until I realised what was going on (I thought the /'s were part of the template syntax).
2015-01-22 15:00:57 +00:00
Astrid Elocson
ade1c40911 Revise terminology around tiddler sets 2015-01-19 19:37:26 +00:00
Felix Küppers
adfb31a572 Update Releases.tid 2015-01-18 22:07:10 +01:00
Astrid Elocson
9bd3fb7238 Rename filter operator .tid files 2015-01-18 19:20:02 +00:00
Astrid Elocson
172c7ef7dd Overhaul the filter operator documentation: part 1 2015-01-18 18:39:00 +00:00
Astrid Elocson
8fc404bbca Make filter syntax explanations accurate 2015-01-14 21:27:07 +00:00
Astrid Elocson
53953399c3 Correct spaces to tabs 2015-01-13 22:48:18 +00:00
Astrid Elocson
35b99dccee Correct typo in sample tag name 2015-01-12 20:01:24 +00:00
Jermolene
f4005871b4 Correct extension for IteratorVariables
@tobibeer the problem was the missing .tid extension.
2015-01-11 22:29:41 +00:00
Astrid Elocson
5a20ac98fa Correct typo in macro name 2015-01-11 21:03:07 +00:00
Jeremy Ruston
17f2e5e7e6 Merge pull request #1332 from tobibeer/list-widget-iterator
documentation for list iterators
2015-01-11 19:59:28 +00:00
Jeremy Ruston
d197af7995 Merge pull request #1359 from aelocson/doc-macros
Introduce documentation macros
2015-01-11 19:57:19 +00:00
Astrid Elocson
28b6302a83 Improve filter documentation 2015-01-11 19:09:35 +00:00
Astrid Elocson
76a3a44d4c Introduce documentation macros 2015-01-11 19:04:14 +00:00
Astrid Elocson
d5278866fd Move style guide tiddlers to their own folder 2015-01-11 19:03:21 +00:00
Tobias Beer
557d1e9207 updated tw-code macro to use codeblock widget
As per fix....

https://github.com/Jermolene/TiddlyWiki5/pull/1332#issuecomment-69499836

Tested, working.
2015-01-11 18:15:27 +01:00
Jeremy Ruston
77ff5ce86b Merge pull request #1351 from dpdannemiller/patch-1
Update Creating and editing tiddlers.tid
2015-01-11 16:21:52 +00:00
Jermolene
f1ca5936e3 Move new editions/editiondescription filter docs
Might as well put them in tw5.com because we can’t build it with 5.1.17
any more anyway.
2015-01-11 15:19:50 +00:00
Tobias Beer
80631b35ea updated NestedLists, renamed to GroupedLists added tw-code macro
Didn't implement the codeblock widget as suggested here...

https://github.com/Jermolene/TiddlyWiki5/pull/1332#discussion_r22762157

...because it would only return `undefined`.
2015-01-11 11:55:22 +01:00
dpdannemiller
048b50924f Update Creating and editing tiddlers.tid
Typo.
2015-01-10 14:38:37 -06:00
Jeremy Ruston
be06cb1019 Merge pull request #1334 from tobibeer/variable-documentation
updates to variable documentation
2015-01-10 15:05:48 +00:00
Tobias Beer
391768ae3f updates to variable documentation 2015-01-07 16:18:36 +01:00
Tobias Beer
2ff7e0c6c6 removed superfluous newline 2015-01-06 21:22:47 +01:00
Tobias Beer
3d61dd1aa9 documentation for #1330
heavily modified ListWidget
extracted NestedLists

added IteratorVariables
2015-01-06 21:18:28 +01:00
Jeremy Ruston
f920e9e243 Merge pull request #1319 from felixhayashi/patch-1
Update and rename Taskgraph by Felix Kuppers.tid
2015-01-06 14:31:29 +00:00
Astrid Elocson
ed85fdddea Update Introduction to Filters.tid 2015-01-05 20:59:08 +00:00
Astrid Elocson
39d888b688 Update Introduction to Filters.tid 2015-01-05 20:58:36 +00:00
Astrid Elocson
90e43d5f5a Further improvements around filter documentation 2015-01-05 14:06:10 +00:00
Felix Küppers
ea4b282ed8 Update and rename Taskgraph by Felix Kuppers.tid to TiddlyMap by Felix Kuppers.tid 2015-01-04 21:43:00 +01:00
Jeremy Ruston
71357a8e39 Merge pull request #1316 from aelocson/filter-syntax
Use railroad diagrams to explain filter syntax
2015-01-04 16:00:17 +00:00
Jeremy Ruston
a8b9d2455c Merge pull request #1317 from twMat/patch-1
Update TiddlyWiki Hangouts.tid
2015-01-04 15:57:38 +00:00
Jermolene
95897103ef Update edit-text widget docs 2015-01-04 14:10:13 +00:00