1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-25 09:30:28 +00:00

Fix content type typo

This commit is contained in:
Jermolene 2014-08-15 10:06:19 +01:00
parent 95926b85b9
commit 0aeb9d36a0
9 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@ created: 20140811112343634
modified: 20140811114420597 modified: 20140811114420597
tags: message tags: message
title: WidgetMessage: tw-auto-save-wiki title: WidgetMessage: tw-auto-save-wiki
type: application/x-tiddler type: text/vnd.tiddlywiki
The autosave wiki message causes the current saver module to perform a background save if it is required. The autosave wiki message causes the current saver module to perform a background save if it is required.

View File

@ -2,7 +2,7 @@ created: 20140811112201235
modified: 20140811115140378 modified: 20140811115140378
tags: message tags: message
title: WidgetMessage: tw-download-file title: WidgetMessage: tw-download-file
type: application/x-tiddler type: text/vnd.tiddlywiki
The download file message causes the current saver module to prompt the user to download the result of parsing a specified template tiddler as a file. It requires the following properties on the `event` object: The download file message causes the current saver module to prompt the user to download the result of parsing a specified template tiddler as a file. It requires the following properties on the `event` object:

View File

@ -2,7 +2,7 @@ created: 20140811112400855
modified: 20140811113627373 modified: 20140811113627373
tags: message tags: message
title: WidgetMessage: tw-full-screen title: WidgetMessage: tw-full-screen
type: application/x-tiddler type: text/vnd.tiddlywiki
The fullscreen message toggles the "fullscreen" mode of the browser, if it supports it. The fullscreen message toggles the "fullscreen" mode of the browser, if it supports it.

View File

@ -2,7 +2,7 @@ created: 20140811112445887
modified: 20140811113336694 modified: 20140811113336694
tags: message tags: message
title: WidgetMessage: tw-login title: WidgetMessage: tw-login
type: application/x-tiddler type: text/vnd.tiddlywiki
The login message prompts the user for a username and password and attempts to login to the current serverside host. The tiddler [[$:/status/IsLoggedIn]] reflects the current login status with the values "yes" or "no", and [[$:/status/UserName]] reflects the current username. The login message prompts the user for a username and password and attempts to login to the current serverside host. The tiddler [[$:/status/IsLoggedIn]] reflects the current login status with the values "yes" or "no", and [[$:/status/UserName]] reflects the current username.

View File

@ -2,7 +2,7 @@ created: 20140811112457311
modified: 20140811113344084 modified: 20140811113344084
tags: message tags: message
title: WidgetMessage: tw-logout title: WidgetMessage: tw-logout
type: application/x-tiddler type: text/vnd.tiddlywiki
The logout message attempts to log the user out of the current serverside host. The tiddler [[$:/status/IsLoggedIn]] reflects the current login status with the values "yes" or "no", and [[$:/status/UserName]] reflects the current username. The logout message attempts to log the user out of the current serverside host. The tiddler [[$:/status/IsLoggedIn]] reflects the current login status with the values "yes" or "no", and [[$:/status/UserName]] reflects the current username.

View File

@ -2,7 +2,7 @@ created: 20140811112133701
modified: 20140811120203685 modified: 20140811120203685
tags: message tags: message
title: WidgetMessage: tw-modal title: WidgetMessage: tw-modal
type: application/x-tiddler type: text/vnd.tiddlywiki
The modal message displays a specified tiddler in a modal overlay that dims the main page. It requires the following properties on the `event` object: The modal message displays a specified tiddler in a modal overlay that dims the main page. It requires the following properties on the `event` object:

View File

@ -2,7 +2,7 @@ created: 20140811112304772
modified: 20140811120248738 modified: 20140811120248738
tags: message tags: message
title: WidgetMessage: tw-notify title: WidgetMessage: tw-notify
type: application/x-tiddler type: text/vnd.tiddlywiki
The notify message briefly displays a specified tiddler as a small alert in the upper right corner of the page. It requires the following properties on the `event` object: The notify message briefly displays a specified tiddler as a small alert in the upper right corner of the page. It requires the following properties on the `event` object:

View File

@ -2,7 +2,7 @@ created: 20140811112325641
modified: 20140811115149288 modified: 20140811115149288
tags: message tags: message
title: WidgetMessage: tw-save-wiki title: WidgetMessage: tw-save-wiki
type: application/x-tiddler type: text/vnd.tiddlywiki
The save wiki message causes the current saver module to perform a full save operation. The save operation can involve user interaction, unlike the [[WidgetMessage: tw-auto-save-wiki]]/ The save wiki message causes the current saver module to perform a full save operation. The save operation can involve user interaction, unlike the [[WidgetMessage: tw-auto-save-wiki]]/

View File

@ -2,7 +2,7 @@ created: 20140811112435281
modified: 20140811113453568 modified: 20140811113453568
tags: message tags: message
title: WidgetMessage: tw-server-refresh title: WidgetMessage: tw-server-refresh
type: application/x-tiddler type: text/vnd.tiddlywiki
The server refresh message attempts to synchronise the latest changes to the current serverside host. The server refresh message attempts to synchronise the latest changes to the current serverside host.