This commit fixes#8976, and adds tests for procedures, functions,
and macro definitions with spaces after the end statements, both
with and without names.
* Update Chinese Community.tid
(cherry picked from commit 3385f6899114037d8accd9adc4dc8fda55bfd521)
* Update Chinese Community.tid
(cherry picked from commit ffe91c987470c1527e8aafbb39b45b6861d09481)
* ci: added cerebrus action to validate files in PRs based on the target branch
* fix: reflect move of action repo to TW org
* use cerebrus v2
* fix: use pull_request_target to enable write access
Otherwise, when serializing the tiddlers as JSON when loading plugins,
derived values may end up with the incorrect values.
Take the `modified` field for example - without stringification, it ends
up as something like `new Date(2025, 3, 12, 6, 56, 23)`, which then gets
serialized as `"2025-04-12T11:56:23.000Z"` (in my timezone), rather than
`"20250412115623000"`. The string `"2025-04-12T11:56:23.000Z"` trips up
TiddlyWiki's date parser upon load, and it gets parsed as
`20250101000000000` instead.
Fixes GH #9021
* feat: add removeEventListener , and allow register multiple listeners
Instead of remove old one when add new one.
* refactor: simplify the logic, similar to wiki class's addEventListener
* feat: prevent adding the same event listener multiple times
* Make some editions use external core
* Revert tw5.com-docs use external js
* Revert "Revert tw5.com-docs use external js"
This reverts commit 93f36cb0af735b2d0c906c7422648beb37e2a9bf.
* Update docs for plugin versions
Update docs for share plugin.
Add docs for Tour and Geospatial plugin.
* Do not change modified field for some tiddlers
* Remove flags in language plugins
* Remove references to language icons
* Remove obsolete example
There are no incoming links to this tiddler
* Remove icon from en-GB language
* Temporarily add all the languages for testing
To be removed before merging
* Add new "language" icon
* Languageswitcher update
* Translator editon docs update
* Fixes for introduction edition
* Remove LanguageGallery in ja-JP edition
* Remove temporary setting
---------
Co-authored-by: Jeremy Ruston <jeremy@jermolene.com>