mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-30 13:29:56 +00:00
Docs Tweaks
This commit is contained in:
parent
34b25a635b
commit
3d647ec011
@ -5,23 +5,27 @@ title: ContentType
|
|||||||
|
|
||||||
Used in Internet protocols to indicate the type that should be used to interpret the content of a web resource.
|
Used in Internet protocols to indicate the type that should be used to interpret the content of a web resource.
|
||||||
|
|
||||||
Under TiddlyWiki5, the `type` field is given the content type to apply to the main `text` field.
|
Under TiddlyWiki5, the `type` field gives the content type to apply to the main `text` field.
|
||||||
|
|
||||||
!!List of available types
|
!! List of Common Content Types
|
||||||
|
|
||||||
|!Group |!Type |!Content of `type` field |
|
|!Group |!Type |!Content of `type` field |
|
||||||
|^''Developer'' |Data dictionary |application/x-tiddler-dictionary|
|
|^''Developer'' |Data dictionary |application/x-tiddler-dictionary|
|
||||||
|~|JavaScript code |application/javascript|
|
|~|~JavaScript code |application/javascript|
|
||||||
|~|JSON data |application/json|
|
|~|JSON data |application/json|
|
||||||
|~|Static stylesheet |text/css|
|
|~|Static stylesheet |text/css|
|
||||||
|^''Image''|GIF image |image/gif|
|
|^''Image''|GIF image |image/gif|
|
||||||
|~|ICO format icon file |image/x-icon|
|
|~|ICO format icon file |image/x-icon|
|
||||||
|~|JPEG image |image/jpeg|
|
|~|JPEG image |image/jpeg|
|
||||||
|
|~|PDF image |application/pdf|
|
||||||
|~|PNG image |image/png|
|
|~|PNG image |image/png|
|
||||||
|~|Structured Vector Graphics image |image/svg+xml|
|
|~|Structured Vector Graphics image |image/svg+xml|
|
||||||
|^''Text''|HTML markup |text/html|
|
|^''Text''|HTML markup |text/html|
|
||||||
|
|~|Cascading Stylesheet text |text/css|
|
||||||
|
|~|Comma-separated values |text/csv|
|
||||||
|~|Plain text |text/plain|
|
|~|Plain text |text/plain|
|
||||||
|~|TiddlyWiki 5 |text/vnd.tiddlywiki|
|
|~|Plain text |text/plain|
|
||||||
|~|TiddlyWiki Classic |text/x-tiddlywiki|
|
|~|~TiddlyWiki 5 |text/vnd.tiddlywiki|
|
||||||
|
|~|~TiddlyWiki Classic |text/x-tiddlywiki|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user