How important is it to use the full plugin title, say $:/plugin/TWaddle/Foo 
, as prefix for the constituing shadow tids?

I ask because this makes for very long titles on shadow tids that are both 
difficult to read and error prone to type when referred to inside the 
plugin.

One specific tiddler that requires the full path is the *"readme"* for it 
to show as opened by default in the the plugin library. (BTW, I wish we 
could control what tab to open). Other than this one tiddler I know of no 
other aspects. Are there any?

...


On a related note; Peeking inside a plugin I observer that the json repeats 
the shadow titles twice: (Here scaled off to only show the title fields)

{
    "tiddlers": {
        "$:/plugin/TWaddle/Foo/Bar": {
            "title": "$:/plugin/TWaddle/Foo/Bar"
        },

        "$:/plugin/TWaddle/Foo/Frotz": {
            "title": "$:/plugin/TWaddle/Foo/Frotz"
        }
    }
}


Why is this?
Can this fact be used to somehow shorten the titles without negative 
consequences or must their mentions appear identical (which then again 
provokes why they're double to begin with)?

<:-)

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/3b7d929e-d5e8-4780-9154-cdfe9d07465e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to