On Tuesday, December 12, 2017 at 5:11:32 PM UTC+1, Eskha wrote: > > * automatically set the field type to text/x-marked when drooping a .md > file to tiddlywiki, >
.md is associated with markdown ... TW knows it as mime type: text/x-markdown ... which is outdated since 2016, since the standard was released. The markdown mime type is standardized <https://tools.ietf.org/html/rfc7763> as: text/markdown it's possible to add a variant hint <https://tools.ietf.org/html/rfc7763#section-5>: text/markdown; variant=original .. or variant=gfm ... Variants that are standardized atm can be found here. https://tools.ietf.org/html/rfc7764#page-10 So if you want text/x-marked as standard for .md files it is clearly plugin territorry. IMO the core should go with text/markup; variant .... Which still involves some work, since the existing TW MD-plugins use text/x-markdown atm, which we will need to change .... some time. have fun! mario -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/2a3b6dc1-571e-4320-8d5e-d4f383cb2243%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

