1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00
TiddlyWiki5/core
Robin Munn c23eedd069
Fix incorrect base64 encoding of astral-plane text (#4813)
Most astral-plane text is emojis like U+1F4DA BOOKS (📚), but some
languages like Osage have their alphabet entirely in the supplementary
multilingual plane as well. For proper support of languages like Osage,
and newer emojis, the UTF-8 decode and encode functions need to properly
handle codepoints above U+FFFF, which are represented by a surrogate
pair in Javascript strings.
2020-08-17 17:33:46 +01:00
..
images Remove extraneous paths from line-width and list icons 2019-11-25 12:15:24 +00:00
language TiddlySpot Saver: Add link to control panel 2020-07-30 19:14:53 +01:00
modules Fix incorrect base64 encoding of astral-plane text (#4813) 2020-08-17 17:33:46 +01:00
palettes Adding SolarizedDark Palette, updated SolarizedLight and one tiny UI fix (#4799) 2020-08-11 18:54:17 +01:00
templates Fix syncing issues with external JS template 2020-08-14 11:06:08 +01:00
ui Fix #4794 - tc-type-selector-wrapper not containing tc-edit (#4798) 2020-08-10 09:25:14 +01:00
wiki Fix syncing issues with external JS template 2020-08-14 11:06:08 +01:00
acknowledgements.tid Remove extraneous text/vnd.tiddlywiki from system tiddlers in light of #2883 2017-06-09 15:42:32 +01:00
copyright.tid It's 2020! 2020-01-03 11:34:26 +00:00
icon.tid Experimental SVG Compression 2015-03-31 14:39:36 +01:00
plugin.info Minor tweaks to plugin library listings 2020-04-06 10:15:18 +01:00
readme.tid Add/update plugin readmes 2014-08-07 15:49:52 +01:00
sjcl-license.tid Move SJCL license file into core plugin 2017-04-23 09:53:18 +01:00

title: $:/core/readme

This plugin contains TiddlyWiki's core components, comprising:

* JavaScript code modules
* Icons
* Templates needed to create TiddlyWiki's user interface
* British English (''en-GB'') translations of the localisable strings used by the core