Bob,
Sorry, I digress, Go with Mario's solution. I am speculating and working on
various projects all at once, its the way I like to work. Using the caption
if it exists and title if not.
$:/core/ui/ViewTemplate/title
replace
<h2 class="tc-title">
<$view field="title"/>
</h2>
as follows
<h2 class="tc-title">
<$view field="caption">
<$view field="title"/>
</$view>
</h2>
Alternatively I am working on a transclude that transcludes the current
tiddlers alt-title field
This means that the alt-title field can contain {{!!caption}} and so the
same thing as above, or use triple curly braces to generate the title.
I will share back with something more solid.
The tiddly serial number idea allows unique tiddler titles you don't need
to name, but I would be tempted to use the caption as well. My serial
number idea is more to allow the tiddlers to have any name (that is unique
and rename tolerant)
Regards
Tones
On Saturday, 10 October 2020 20:31:45 UTC+11, Bob Jansen wrote:
>
> Mario
>
> I 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
>
> Dr. Bob Jansen
> 122 Cameron St, Rockdale NSW 2216, Australia
> Ph: +61 414 297 448
> Skype: bobjtls
>
>
> On 10 Oct 2020, at 19:12, PMario <[email protected] <javascript:>> wrote:
>
> 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
> [email protected] <javascript:>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/6c8447b4-bcf3-4469-897f-26b806b4c3e1o%40googlegroups.com
>
> <https://groups.google.com/d/msgid/tiddlywiki/6c8447b4-bcf3-4469-897f-26b806b4c3e1o%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
>
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/903cf79a-8fd2-49e1-a4e0-9ab268378ccao%40googlegroups.com.