1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 03:03:18 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/styleguide/Tiddler Structure.tid

19 lines
1.4 KiB
Plaintext
Raw Normal View History

2015-01-11 19:04:14 +00:00
created: 20150110183300000
modified: 20210207124737959
2014-12-26 19:29:41 +00:00
title: Tiddler Structure
2015-01-11 19:04:14 +00:00
tags: [[Improving TiddlyWiki Documentation]]
2014-12-26 19:29:41 +00:00
In accordance with the [[Philosophy of Tiddlers]], documentation tiddlers are typically short and interlinked.
2015-01-11 19:04:14 +00:00
When a tiddler seems as if it needs to contain subheadings, this is often a sign that it should in fact be split into several tiddlers. But it is reasonable for a [[reference tiddler|Reference Tiddlers]] to consist of an untitled introductory section followed by a titled section of details.
2014-12-26 19:29:41 +00:00
Consistency of terminology is essential if the reader is not to become confused. Consistent typography and punctuation lend a professional quality to the documentation. Macros can improve the consistency and maintainability of the text.
Use numbered lists for step-by-step instructions, and bullet points for lists whose order is arbitrary. Use a definition list in preference to a bulleted list if each bulleted item would begin with a term and a colon. If at all possible, avoid burdening the reader with a nested list.
2015-01-11 19:04:14 +00:00
Use a table when information naturally falls into three or more columns, and also for lists of parameters, attributes, etc in [[reference tiddlers|Reference Tiddlers]].
2014-12-26 19:29:41 +00:00
Avoid periods at the end of list items, headings and table cell text.
2014-12-26 19:29:41 +00:00
The documentation describes the current reality of ~TiddlyWiki. Avoid discussing future aspirations.