Thanks Jeremy, that's perfect.
On Monday, February 1, 2021 at 5:14:26 AM UTC-5 wrote:
> I think it would be feasible to have some kind of hidden setting for
> customising the criteria of what constitutes a system tiddler, and it could
> be pretty useful in some situations. For example, the $:/ sequence is
> awkward to type, kind of intentionally as it’s supposed to act like a big,
> obvious label. But one could imagine that if one were working with lots of
> custom transclusion templates that it would be convenient to add, say, a
> dash as an alternative system tiddler prefix. Then one could write things
> like {{$:/core/images/down-arrow||-big}} instead
> of {{$:/core/images/down-arrow||$:/big}}
>
> There is a single point in the JS code where we perform the system tiddler
> check:
>
> exports.isSystemTiddler = function(title) {
> return title && title.indexOf("$:/") === 0;
> };
>
>
>
> https://github.com/Jermolene/TiddlyWiki5/blob/12f18474755c94362eef7191eafb532bafb743b1/core/modules/wiki.js#L206-L208
>
> Best wishes
>
> Jeremy.
>
>
--
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/d5aa2cbf-a9c0-4e8b-a806-eb86fa9615ddn%40googlegroups.com.