buggyj / tiddlyclip-plugin

tw plugin for tiddlyclip
MIT License
13 stars 1 forks source link

configure separator string used in subtiddler in tiddler names-string #114

Open buggyj opened 1 year ago

buggyj commented 1 year ago

At present we have tiddler->subtiddler - the separator string ('->') should be configurable at startup via a tid - ie contained in the text field, and an empty value should disable it.

Also: Maybe the default should be a bit more complicated -maybe tiddler@:->subtiddler. As this feature has not be documented before I feel it is safe to change it.

arunnbabu81 commented 1 year ago

As this feature has not be documented before I feel it is safe to change it.

What feature is it

buggyj commented 1 year ago

in wikitext we have the form {{tiddler!!field}} which denoted transclude field of tiddler. To make plugins within tiddlyclip I use the form plugintiddler->shadowtiddler - which is not part of wiki text. There would be a problem if there is a tiddler with a name such as goto->shop, tiddlyclip would think that this is a plugin called 'goto' containing a shadow tiddler callled 'shops'.

arunnbabu81 commented 1 year ago

Thanks for explaining.

buggyj commented 1 year ago

I think '->' should be replace with something more complicated, maybe plugintiddler@:->shadowtiddler or plugintiddler|->|hadowtiddler

arunnbabu81 commented 1 year ago

Is there anything an end user should know about regarding this

buggyj commented 1 year ago

It is only useful for making plugins.