Perhaps do as I do, and use a seperate field such as “object-type” and use the cascade mechanism or view template to display the content differently,
It is not advisable to use the tiddler “type” field for anything other than its intended use, it is in fact a mime type. Of course you could study the use of additional mime types.
I see MP4 is there already but the remaining tiddler types look more like they will be wikitext with different content so type can be empty or TiddlyWiki5
otherwise search for “type field” or “mime types” here or in google groups see see previous discussions.
The only thing I think I’m going to look into changing is possibly moving the dropdown arrow to be between the text field and the button, just because having the arrow below the text area is a little bit unappealing.
ATM I can’t figure out how to do so without editting the edittemplate tiddler, I did create a proof of concept that, while a bit jury rigged, works as intended!
The thingy is separately located below the other stuff because it is a an edittemplate in order to not modify any core tiddlers. I.e the arrow can be placed where you describe it but that would mean overwriting the core template named $:/core/ui/EditTemplate/fields This might never become a problem but if a future update of TW has an update to that tiddler then the update modifications will not kick in, as you have the tiddler is overwritten.
Anyway, if you still want to insert the arrow there, this would probably work:
In $:/core/ui/EditTemplate/fields, locate the exact location where you want the button. (To do this, I throw in a lot of “aaa”, “bbb”, … etc in different places to see where they appear in viewmode, so to zoom in on the exact area). Once located, insert this macro call there:
<<new-field-value-dropdown>>
…and save that tiddler.
Now open the Fieldvalueselector tiddler and edit:
delete the macrocall seen close to bottom of the tiddler
delete the whole style block
change the tag from $:/tags/EditTemplate into $:/tags/Macro
That is basically it. It may be that the button is not styled correctly, I don’t know. If you need help with that then @twMat me here
Looking at your brilliant solution, I am wondering the purpose of the buget: shadow field and content in it ?
I created a new tiddler C tagged account-holder without this field and the dropdown works…
Is it a way for you to document or trace your modifications in your wiki ?