Merge branch 'tiddlywiki-com'

Jermolene-patch-1
Jeremy Ruston 2020-04-14 15:16:38 +01:00
commit 27ab7d81b7
3 zmienionych plików z 6 dodań i 4 usunięć

Wyświetl plik

@ -10,4 +10,4 @@ The code and documentation of TiddlyWiki is hosted on GitHub at:
https://github.com/Jermolene/TiddlyWiki5
GitHub also offer a free web hosting service called [[GitHub Pages|https://pages.github.com/]] that can be used directly from the single file configuration. See [[Saving to GitHub]].
GitHub also offer a free web hosting service called [[GitHub Pages|https://pages.github.com/]] that can be used directly from the single file configuration. See [[Saving to a Git service]].

Wyświetl plik

@ -15,11 +15,11 @@ The following substitutions are made:
|!Character |!Replacement |
|`\` |`\\` |
|`"` |`\\"` |
|`"` |`\"` |
|`\r` (carriage return) |`\\r` |
|`\n` (line feed) |`\\n` |
|`\x08` (backpsace) |`\\b` |
|`\x0c` (formfield) |`\\f` |
|`\x08` (backspace) |`\\b` |
|`\x0c` (form field) |`\\f` |
|`\t` (tab) |`\\t` |
|Characters from 0x00 to 0x1f |`\\x##` where ## is two hex digits |
|Characters from 0x80 to 0xffff |`\\u####` where #### is four hex digits |

Wyświetl plik

@ -374,6 +374,8 @@ Marica Odagaki, @ento, 2019/08/30
Mark Stegeman, @markstegeman, 2019/08/31
Mohammad Rahmani, @kookma, 2019/09/03
Jan-Oliver Kaiser, @janno, 2019/09/06
Xavier Maysonnave, @xmaysonnave, 2019/11/08