--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/vhONBFUgmp4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/bea1e385-e03d-44e1-a1b0-5c0967f54d99o%40googlegroups.com.
TonesMaybe we need to learn a lesson from databases, have every tiddler with a unique key generated by the system and use the title as a user field.Bobj
Folks,--I thought I would chime in here and say the title is the unique key to a tiddler, so we must keep that true. However in lists of tiddlers we can present links that look like compound keysBlue Poles, oil on canvas, 2000x1500cm, 1987 (This is actually a row constructed from values found in various fields which have great value being independent)Lists give you this flexibility. Depending on how you design your wiki this is often sufficient. Construct a tiddler that presents the data within you wiki however you want.I don't see why we could not have a way to hide the title title with css and display this constructed one in the view template.But we should always keep tiddler titles simple and have a method by which to make them unique, even if it were by naming them by a unique serial number.Also Mario's subtitle field suggestion also the masks the possibility of using his alias plugin as well. In that case there are almost two (or more) titles for the same tiddler.RegardsTones
On Friday, 9 October 2020 22:46:59 UTC+11, Bob Jansen wrote:Is it possible to have a tilddler with a title, say TK15, but on display to display a more meaningful title?My TW has tiddlers with such obscure titles as they represent an asset number but the actual asset, an artwork, may have a title ofBlue Poles, oil on canvas, 2000x1500cm, 1987It would be better for my user to see the meaningful title but underneath to keep the asset number format for TW operations.bobj
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/vhONBFUgmp4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddl...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/3e219642-57c2-48cf-ac2c-e7cbc774c5e9o%40googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/vhONBFUgmp4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/6c8447b4-bcf3-4469-897f-26b806b4c3e1o%40googlegroups.com.
<h2 class="tc-title">
<$view field="title"/>
</h2>
<h2 class="tc-title">
<$view field="caption">
<$view field="title"/>
</$view>
</h2>MarioI did see your post and will investigate it for my problem. Tones’ info provides a general solution by having every tiddler having a system generated and unalterable unique id with the ‘title’ now being a user field. Also he is describing a pointer based ‘database’ along the lines that my TW is implementing. This I presume might be for a future TW version
Bobj
--Hi,I'm a bit confused. Did you see my post, that contains a solution in the attachment.It's simple and allows you to build your title in any way you want.?!-m
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/vhONBFUgmp4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddl...@googlegroups.com.