* Initial Commit
* Fix default tiddlers for prerelease
* Use parsermode: inline for tiddlers that don't semantically have paragraphs
* Tweak card styles
Cards can now grow slightly to fill the available space
* Rename "Community Links" to "TiddlyWiki on the Web", and excise the items to individual tiddlers
* Revert changes to core styles
* Introductory text for each welcome tiddler
* Colours for welcome tiddlers
* Simplify introduction of GettingStarted
* Update TiddlyFox information
* Move all the card related definitions into their own folder
Perhaps preparatory to making them into a plugin, or putting them into the core
* Add a hover effect for card icons
* Retract changes to GettingStarted and system fonts
We'll come back to that
* Revert properly
* initial en-PH
* English (PH) [en-ph] translation v1
* fix: moved en-PH to the correct file in /editions/full/tiddlywiki.info
* deleted since changes were mainly on styles, like em or en dash instead of regular dash
* upd: 'dependents' not needed in this particular case
* deleted 'empty' files
* upd: removed modifications which were mainly related on style (like em and en dashes);
upd: CamelCase instead of separating camelCase and PascalCase (see https://github.com/TiddlyWiki/TiddlyWiki5/pull/8669#pullrequestreview-2352481385 )
* upd: Simplified Confirm* strings;
upd: natural DateFormat (instead of formal format)
* upd: 'want' instead of 'wish'
* upd: natural DateFormat (instead of ISO format)
* minor: used 'the' instead of 'a' or 'an' as reading of '.html' depends on the reader (ie. a 'dot html' extension vs an 'html' extension)
* Update commands in "Generating Static Sites with TiddlyWiki" to use render command & add deprecated tag to some command
* Remove timestamp in deprecated commands
* chore: update editor file import to use procedures and substitute operator
* feat: refactor editor file-import UI to reuse filter from $:/config/Editor/EnableImportFilter
* feat: support for markdown in editor file import UI
* feat: improve markdown type detection and enable markdown image imports by default
* fix: uri encode tiddler titles for markdown
* escape characters instead of URI encoding
* fix: tweak regexp to simplify code and document escaping rules