kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Merge branch 'tiddlywiki-com'
commit
27ab7d81b7
|
@ -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]].
|
||||
|
|
|
@ -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 |
|
||||
|
|
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue