1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-05 19:53:17 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/definitions/ContentType.tid

31 lines
980 B
Plaintext
Raw Normal View History

2013-08-28 19:14:27 +00:00
created: 201308281859
modified: 201308281859
2014-09-11 14:52:47 +00:00
tags: Definitions concepts
2013-08-28 19:14:27 +00:00
title: ContentType
Used in Internet protocols to indicate the type that should be used to interpret the content of a web resource.
2014-09-11 14:52:47 +00:00
In TiddlyWiki, the `type` field gives the content type to apply to the main `text` field.
2014-09-01 13:23:12 +00:00
!! List of Common Content Types
|!Group |!Type |!Content of `type` field |
|^''Developer'' |Data dictionary |application/x-tiddler-dictionary|
2014-09-01 13:23:12 +00:00
|~|~JavaScript code |application/javascript|
|~|JSON data |application/json|
|~|Static stylesheet |text/css|
|^''Image''|GIF image |image/gif|
|~|ICO format icon file |image/x-icon|
|~|JPEG image |image/jpeg|
2014-09-01 13:23:12 +00:00
|~|PDF image |application/pdf|
|~|PNG image |image/png|
|~|Structured Vector Graphics image |image/svg+xml|
|^''Text''|HTML markup |text/html|
2014-09-01 13:23:12 +00:00
|~|Cascading Stylesheet text |text/css|
|~|Comma-separated values |text/csv|
|~|Plain text |text/plain|
2014-09-01 13:23:12 +00:00
|~|~TiddlyWiki 5 |text/vnd.tiddlywiki|
|~|~TiddlyWiki Classic |text/x-tiddlywiki|
2013-08-28 19:14:27 +00:00