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
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
copyright.tid
icon.tid
plugin.info
readme.tid
sjcl-license.tid

readme.tid

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