mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-19 00:04:51 +00:00
14 lines
947 B
Plaintext
14 lines
947 B
Plaintext
created: 20141226192500000
|
|
title: Tiddler Titles
|
|
tags: documenting
|
|
|
|
Each of the main words of a tiddler title begins with a capital letter, but minor words such as "and", "or", "the", "to" and "with" do not. Avoid starting a tiddler with the word "the".
|
|
|
|
[[Reference Tiddlers]] have ~CamelCase nouns as their titles, e.g. ''~RevealWidget'', ''~CamelCase'', ''CSS''. The title is plural if it denotes a category, e.g. ''~KeyboardShortcuts'', ''~TiddlerFields''. Such categories are used to tag more specific tiddlers within the category.
|
|
|
|
Other tags usually consist of a single lowercase word. Avoid spaces in tags.
|
|
|
|
[[Instruction Tiddlers]] have spaces between the words of their titles. Each word that contributes significantly to the meaning of the title starts with a capital letter. Words that are little more than structural signposts ("the", "and", "of", etc) are entirely lowercase.
|
|
|
|
How-to tiddlers have titles that begin with ''How to''.
|