mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-08-18 08:48:53 +00:00
* Refactor class attributes for edit field wrapper The problem here is, that if we have an existing field with name - say - "field1" and we want to add a field with name "field12345", at the moment we insert "field1" the edit-text widget re-renders because its classes change. The `tc-edit-field-exists` class must go outside to the container div. * Add changenote for bugfix in field-name inputs Fixes the field-name input re-rendering issue that caused loss of focus when inserting existing field-names.
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