> My usual convention is to name tiddlers in lowercase (I almost never use > CamelCase.) My later references to them occur in natural sentence flow, > sometimes at the beginning of a sentence when capitalization is needed. I > would like a way to selectively make tiddler links that are > case-insensitive. Perhaps with a single character at the beginning of the > tiddler reference? (one that's currently unused in TW syntax.) >
That's pretty much the use case that aliases are intended to help (the other being dealing with plurals, so "tiddler" and "tiddlers" all go to the same tiddler. The trouble with case insensitive links is that they can be ambiguous; what should "life" match if we've got tiddlers called "LIFE" and "Life"? Best wishes Jeremy > Example with a tiddler named life -- > > Case-insensitive link: > [[¿Life]] imitates art. > This WikiText would link to the tiddler life without having to type > [[Life|life]] > I couldn't think of an unused character; implement with a more typical > ASCII character than ¿ > The use of a prepending character for this has some consistency with the ~ > that suppresses auto-linking mixed case. > > I think there could be other scenarios, apart from initial letter > capitalization, where this may be useful. > > As an alternative, various capitalizations could be stored as aliases, > using Stephen's functionality. What seems the cleaner approach, both for > the end-user and the core architecture? > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/tiddlywiki. > For more options, visit https://groups.google.com/groups/opt_out. > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

