1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Add version banner for docs for #5383

This commit is contained in:
jeremy@jermolene.com 2021-04-02 09:34:27 +01:00
parent ef6307a64e
commit 54d3782167

View File

@ -1,6 +1,6 @@
caption: view
created: 20131024141900000
modified: 20180730201626985
modified: 20210402093330113
tags: Widgets
title: ViewWidget
type: text/vnd.tiddlywiki
@ -29,7 +29,7 @@ The following formats can be specified in the `format` attribute:
|!Format |!Description |
|''text'' |Plain text (default) |
|''htmlencoded'' |The field is displayed with HTML encoding |
|''htmltextencoded'' |The field is displayed with HTML encoding, only double quotes (") are not escaped. This creates a more compact htmlencoding appropriate for html text content, but //not// for attributes. |
|''htmltextencoded'' |<<.from-version "5.1.24">> The field is displayed with HTML encoding, only double quotes (") are not escaped. This creates a more compact htmlencoding appropriate for html text content, but //not// for attributes. |
|''urlencoded'' |The field is displayed with URL encoding |
|''doubleurlencoded'' |The field is displayed with double URL encoding |
|''htmlwikified'' |The field is wikified according to the mode attribute and the resulting HTML returned as plain text (ie HTML elements will appear in plain text) |