Hello,
I have a problem with how deserializers are called. Deserializers are
called based on tiddler type or file extension. Anyway, when a deserializer
is called the deserializer name is passed to the deserializer as the
tiddler type. Then the deserializer has no idea of the original type of the
tiddler it is deserializing. This is a big problem and also ends with a
tiddler with an incorrect type set.
Let say I have this tiddler type
"text/shell-script","utf8",".sh",{deserializerType:"text/plain"}
Then the deserializer text/plain will be called, but It will receive
"text/plain" as type which is obviously not correct an my tiddler will end
with a type of text/plain which is also not correct. Is not another better
way to do this? why not the original tiddler type is passed instead of just
the deserializer name?
Thanks for any help.
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywikidev.
For more options, visit https://groups.google.com/d/optout.