mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-28 21:03:21 -08:00
Added SVG file extension info
This commit is contained in:
parent
c9fc19ed1c
commit
1741ea2df9
1 changed files with 2 additions and 1 deletions
|
|
@ -64,7 +64,8 @@ $tw.config.fileExtensions = {
|
|||
".jpg": {type: "image/jpeg", encoding: "base64"},
|
||||
".jpeg": {type: "image/jpeg", encoding: "base64"},
|
||||
".png": {type: "image/png", encoding: "base64"},
|
||||
".gif": {type: "image/gif", encoding: "base64"}
|
||||
".gif": {type: "image/gif", encoding: "base64"},
|
||||
".svg": {type: "image/svg+xml", encoding: "utf8"}
|
||||
};
|
||||
|
||||
/////////////////////////// Utility functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue