* Add test for existing table parsing functionality
* Add expected start/end for tr elements in table wikitext test
* Populate start/end properties for tr elements
* Add expected start/end for th/td elements in table wikitext test
* Populate start/end properties for th/td elements
* feat: allow tags have its ViewTemplate tag and cascade
* feat: quick addition of subtitle cascade
* docs: tag subtitle cascade control panel
* Update ControlPanel.multids
* Update text_vnd.tiddlywiki_multiple.tid
This PR addresses the idea in #8465
* Update text_vnd.tiddlywiki_multiple.tid
This addresses the idea in #8465 for de-DE language
* add text/vnd.tiddlywiki-multiple to editor type dropdown
* de-DE add text/vnd.tiddlywiki-multiple to editor type dropdown
* move text/x-tiddlywiki to classictools plugin
* remove image/x-icon from all languages files
* move type text/vnd.tiddlywiki-multiple to Developer
* Update chinese language files
* add chinese translations for OpenControlPanel/Hint in Buttons.multids
* Update chinese language files
* Add chinese translations for procedure and function snippet to "stamp button"
* add $compound-filter parameter to data-widget
* update TestCaseTemplate to use $compound-filter parameter
* update data-widget, TestCaseTiddlers and CompoundTiddlers docs
* add tag-tiddler to tag-pill drag & drop import, add hidden setting for TagPillDragFilter
* update docs to make Be Aware clearer
* exclude the tag tiddler and update hidden docs accordingly
* Reverse latitude and longitude in olc-decode tests to match proper geojson output format
* Reverse latitude and longitude in olc-decode to match proper geojson output format
* Reverse latitude and longitude in geopoint expected results to match proper geojson format
* Reverse latitude and longitude in geolookup expected results to match proper geojson format
* Corrected the Oxford to New York distances
* Oxford is actually 12 miles closer to New York than Winchester
Used calculator at https://www.nhc.noaa.gov/gccalc.shtml to check
Reversed latitude and longitude to correct the geojson
* Reversed the latitude and longitude turf.point arguments in the geopoint function
* Swapped latitude and longitude in geopoint function calls
Deno's node emulation can run TiddlyWiki now that it supports the VM isolates API, but the window global exists in that environment, so both browser and node were being detected, causing the autoboot to trip up on nonexistent argv, as the boot was happening in the constructor right before argv was set.
Ref: https://github.com/denoland/deno/issues/19286
Ref: https://github.com/flexdinesh/browser-or-node