tiddlywiki 5.3.4 → 5.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1144) hide show
  1. package/.github/ISSUE_TEMPLATE/bug_report.yml +2 -2
  2. package/.github/ISSUE_TEMPLATE/config.yml +1 -1
  3. package/.github/workflows/ci.yml +1 -1
  4. package/.github/workflows/cla-check.yml +30 -0
  5. package/.github/workflows/cla-signed.yml +70 -0
  6. package/bin/build-site.sh +1 -51
  7. package/bin/ci-pre-build.sh +1 -1
  8. package/bin/ci-push.sh +1 -1
  9. package/bin/readme-bld.sh +8 -0
  10. package/boot/boot.js +2 -2
  11. package/boot/bootprefix.js +1 -1
  12. package/code-of-conduct.md +1 -0
  13. package/contributing.md +1 -1
  14. package/core/images/discord.tid +5 -0
  15. package/core/images/input-button.tid +5 -0
  16. package/core/language/en-GB/Buttons.multids +2 -0
  17. package/core/language/en-GB/ControlPanel.multids +16 -0
  18. package/core/language/en-GB/EditTemplate.multids +2 -0
  19. package/core/language/en-GB/Search.multids +2 -0
  20. package/core/language/en-GB/Snippets/FunctionDefinition.tid +7 -0
  21. package/core/language/en-GB/Snippets/ProcedureDefinition.tid +7 -0
  22. package/core/language/en-GB/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
  23. package/core/modules/commands/build.js +1 -1
  24. package/core/modules/commands/render.js +15 -10
  25. package/core/modules/config.js +1 -1
  26. package/core/modules/editor/operations/text/excise.js +12 -4
  27. package/core/modules/editor/operations/text/wrap-selection.js +112 -24
  28. package/core/modules/filters/encodings.js +4 -4
  29. package/core/modules/macros/unusedtitle.js +6 -4
  30. package/core/modules/parsers/wikiparser/rules/conditional.js +2 -2
  31. package/core/modules/parsers/wikiparser/rules/table.js +6 -3
  32. package/core/modules/savers/put.js +3 -3
  33. package/core/modules/startup/plugins.js +1 -1
  34. package/core/modules/startup/rootwidget.js +3 -1
  35. package/core/modules/storyviews/classic.js +6 -6
  36. package/core/modules/upgraders/system.js +1 -1
  37. package/core/modules/utils/dom/dom.js +3 -2
  38. package/core/modules/utils/dom/http.js +5 -0
  39. package/core/modules/utils/edition-info.js +9 -5
  40. package/core/modules/utils/fakedom.js +49 -21
  41. package/core/modules/utils/filesystem.js +1 -1
  42. package/core/modules/utils/transliterate.js +1 -1
  43. package/core/modules/utils/utils.js +4 -2
  44. package/core/modules/widgets/data.js +16 -4
  45. package/core/modules/widgets/droppable.js +26 -5
  46. package/core/modules/widgets/genesis.js +10 -10
  47. package/core/modules/widgets/keyboard.js +10 -8
  48. package/core/modules/widgets/navigator.js +9 -5
  49. package/core/modules/widgets/widget.js +6 -1
  50. package/core/modules/wiki.js +26 -16
  51. package/core/palettes/Blanca.tid +1 -0
  52. package/core/palettes/Blue.tid +1 -0
  53. package/core/palettes/BrightMute.tid +1 -0
  54. package/core/palettes/ContrastDark.tid +9 -8
  55. package/core/palettes/ContrastLight.tid +9 -8
  56. package/core/palettes/CupertinoDark.tid +1 -0
  57. package/core/palettes/DarkPhotos.tid +1 -0
  58. package/core/palettes/DesertSand.tid +1 -0
  59. package/core/palettes/FlexokiDark.tid +212 -0
  60. package/core/palettes/FlexokiLight.tid +214 -0
  61. package/core/palettes/GruvBoxDark.tid +5 -0
  62. package/core/palettes/Nord.tid +5 -0
  63. package/core/palettes/Rocker.tid +1 -0
  64. package/core/palettes/SolarFlare.tid +5 -0
  65. package/core/palettes/SolarizedDark.tid +6 -1
  66. package/core/palettes/SolarizedLight.tid +6 -1
  67. package/core/palettes/SpartanDay.tid +1 -0
  68. package/core/palettes/SpartanNight.tid +1 -0
  69. package/core/palettes/Twilight.tid +1 -0
  70. package/core/palettes/Vanilla.tid +10 -9
  71. package/core/templates/server/static.tiddler.wikitext.tid +4 -4
  72. package/core/templates/social-metadata.tid +38 -0
  73. package/core/templates/tiddlywiki5.html.tid +1 -0
  74. package/core/ui/Actions/new-journal.tid +4 -4
  75. package/core/ui/Actions/new-tiddler.tid +3 -3
  76. package/core/ui/AdvancedSearch/Filter.tid +76 -51
  77. package/core/ui/AdvancedSearch/Shadows.tid +31 -18
  78. package/core/ui/AdvancedSearch/Standard.tid +20 -15
  79. package/core/ui/AdvancedSearch/System.tid +32 -19
  80. package/core/ui/Components/plugin-info.tid +4 -4
  81. package/core/ui/ControlPanel/Basics.tid +2 -17
  82. package/core/ui/ControlPanel/Cascades/ViewTemplateSubtitle.tid +9 -0
  83. package/core/ui/ControlPanel/Cascades/ViewTemplateTags.tid +9 -0
  84. package/core/ui/ControlPanel/Modals/AddPlugins.tid +4 -4
  85. package/core/ui/ControlPanel/Saving/GitHub.tid +1 -1
  86. package/core/ui/ControlPanel/Saving/GitLab.tid +1 -1
  87. package/core/ui/ControlPanel/Saving/TiddlySpot.tid +1 -1
  88. package/core/ui/ControlPanel/Saving/gitea.tid +1 -1
  89. package/core/ui/ControlPanel/Settings/RecentLimit.tid +10 -0
  90. package/core/ui/ControlPanel/SocialCard.tid +22 -0
  91. package/core/ui/DefaultSearchResultList.tid +2 -2
  92. package/core/ui/EditTemplate/controls.tid +1 -2
  93. package/core/ui/EditTemplate/fields.tid +26 -29
  94. package/core/ui/EditTemplate/type.tid +4 -4
  95. package/core/ui/EditToolbar/cancel.tid +11 -7
  96. package/core/ui/EditToolbar/delete.tid +11 -7
  97. package/core/ui/EditToolbar/save.tid +6 -7
  98. package/core/ui/EditorToolbar/bold.tid +2 -1
  99. package/core/ui/EditorToolbar/excise.tid +1 -1
  100. package/core/ui/EditorToolbar/file-import.tid +22 -12
  101. package/core/ui/EditorToolbar/heading-1.tid +1 -1
  102. package/core/ui/EditorToolbar/heading-2.tid +1 -1
  103. package/core/ui/EditorToolbar/heading-3.tid +1 -1
  104. package/core/ui/EditorToolbar/heading-4.tid +1 -1
  105. package/core/ui/EditorToolbar/heading-5.tid +1 -1
  106. package/core/ui/EditorToolbar/heading-6.tid +1 -1
  107. package/core/ui/EditorToolbar/italic.tid +2 -1
  108. package/core/ui/EditorToolbar/link-dropdown.tid +21 -16
  109. package/core/ui/EditorToolbar/link.tid +1 -1
  110. package/core/ui/EditorToolbar/linkify.tid +2 -1
  111. package/core/ui/EditorToolbar/list-bullet.tid +1 -1
  112. package/core/ui/EditorToolbar/list-number.tid +1 -1
  113. package/core/ui/EditorToolbar/mono-block.tid +1 -1
  114. package/core/ui/EditorToolbar/mono-line.tid +2 -1
  115. package/core/ui/EditorToolbar/picture.tid +1 -1
  116. package/core/ui/EditorToolbar/quote.tid +1 -1
  117. package/core/ui/EditorToolbar/stamp-dropdown-item-template.tid +1 -1
  118. package/core/ui/EditorToolbar/strikethrough.tid +2 -1
  119. package/core/ui/EditorToolbar/subscript.tid +2 -1
  120. package/core/ui/EditorToolbar/superscript.tid +2 -1
  121. package/core/ui/EditorToolbar/transcludify.tid +2 -1
  122. package/core/ui/EditorToolbar/underline.tid +2 -1
  123. package/core/ui/KeyboardShortcuts/open-control-panel.tid +8 -0
  124. package/core/ui/PageControls/advanced-search.tid +6 -7
  125. package/core/ui/PageControls/closeall.tid +5 -5
  126. package/core/ui/PageControls/controlpanel.tid +6 -7
  127. package/core/ui/PageControls/encryption.tid +8 -8
  128. package/core/ui/PageControls/export-page.tid +1 -1
  129. package/core/ui/PageControls/fold-all.tid +5 -5
  130. package/core/ui/PageControls/full-screen.tid +5 -5
  131. package/core/ui/PageControls/home.tid +5 -5
  132. package/core/ui/PageControls/import.tid +5 -5
  133. package/core/ui/PageControls/language.tid +9 -12
  134. package/core/ui/PageControls/layout.tid +4 -4
  135. package/core/ui/PageControls/manager.tid +6 -7
  136. package/core/ui/PageControls/more-page-actions.tid +17 -21
  137. package/core/ui/PageControls/network-activity.tid +5 -5
  138. package/core/ui/PageControls/new-image.tid +4 -4
  139. package/core/ui/PageControls/new-journal.tid +5 -6
  140. package/core/ui/PageControls/newtiddler.tid +4 -4
  141. package/core/ui/PageControls/palette.tid +4 -4
  142. package/core/ui/PageControls/print.tid +5 -5
  143. package/core/ui/PageControls/refresh.tid +5 -5
  144. package/core/ui/PageControls/savewiki.tid +5 -5
  145. package/core/ui/PageControls/storyview.tid +5 -8
  146. package/core/ui/PageControls/tag-button.tid +6 -7
  147. package/core/ui/PageControls/theme.tid +4 -4
  148. package/core/ui/PageControls/timestamp.tid +8 -8
  149. package/core/ui/PageControls/unfold-all.tid +5 -5
  150. package/core/ui/SideBar/Recent.tid +1 -1
  151. package/core/ui/SideBarSegments/search.tid +16 -14
  152. package/core/ui/TagManager.tid +17 -2
  153. package/core/ui/TagTemplate.tid +1 -1
  154. package/core/ui/TestCaseTemplate.tid +3 -1
  155. package/core/ui/TestCases/DefaultTemplate.tid +137 -79
  156. package/core/ui/TestCases/DefaultTemplateSourceTabs.tid +22 -1
  157. package/core/ui/TestCases/actions/Export.tid +1 -1
  158. package/core/ui/TestCases/actions/Import.tid +1 -1
  159. package/core/ui/ViewTemplate/body/code.tid +5 -0
  160. package/core/ui/ViewTemplate/body/import.tid +1 -0
  161. package/core/ui/ViewTemplate/body.tid +1 -1
  162. package/core/ui/ViewTemplate/lazy-loading.tid +10 -0
  163. package/core/ui/ViewTemplate/subtitle/default.tid +10 -0
  164. package/core/ui/ViewTemplate/subtitle/modifier.tid +1 -1
  165. package/core/ui/ViewTemplate/subtitle.tid +1 -7
  166. package/core/ui/ViewTemplate/tags/default.tid +11 -0
  167. package/core/ui/ViewTemplate/tags.tid +1 -3
  168. package/core/ui/ViewTemplate/title.tid +1 -1
  169. package/core/ui/ViewToolbar/clone.tid +14 -9
  170. package/core/ui/ViewToolbar/close-others.tid +4 -4
  171. package/core/ui/ViewToolbar/close.tid +13 -9
  172. package/core/ui/ViewToolbar/edit.tid +13 -9
  173. package/core/ui/ViewToolbar/export-tiddler.tid +1 -4
  174. package/core/ui/ViewToolbar/fold-others.tid +4 -4
  175. package/core/ui/ViewToolbar/fold.tid +8 -8
  176. package/core/ui/ViewToolbar/info.tid +8 -9
  177. package/core/ui/ViewToolbar/more-tiddler-actions.tid +16 -21
  178. package/core/ui/ViewToolbar/new-here.tid +6 -8
  179. package/core/ui/ViewToolbar/new-journal-here.tid +9 -17
  180. package/core/ui/ViewToolbar/open-window.tid +4 -4
  181. package/core/ui/ViewToolbar/permalink.tid +4 -4
  182. package/core/ui/ViewToolbar/permaview.tid +4 -4
  183. package/core/wiki/allfields.tid +25 -8
  184. package/core/wiki/config/EditorEnableImportFilter.tid +1 -1
  185. package/core/wiki/config/OfficialPluginLibrary.tid +1 -1
  186. package/core/wiki/config/RecentLimit.tid +3 -0
  187. package/core/wiki/config/ShortcutInfo.multids +1 -0
  188. package/core/wiki/config/TagPillDragFilter.tid +2 -0
  189. package/core/wiki/config/ViewTemplateBodyFilters.multids +3 -3
  190. package/core/wiki/config/ViewTemplateSubtitleFilters.multids +4 -0
  191. package/core/wiki/config/ViewTemplateTagsFilters.multids +4 -0
  192. package/core/wiki/config/shortcuts/shortcuts.multids +1 -0
  193. package/core/wiki/macros/CSS.tid +45 -34
  194. package/core/wiki/macros/colour-picker.tid +0 -2
  195. package/core/wiki/macros/copy-to-clipboard.tid +1 -1
  196. package/core/wiki/macros/diff.tid +1 -1
  197. package/core/wiki/macros/export.tid +43 -25
  198. package/core/wiki/macros/keyboard-driven-input.tid +91 -59
  199. package/core/wiki/macros/show-filter-count.tid +17 -0
  200. package/core/wiki/macros/tag-picker.tid +42 -33
  201. package/core/wiki/macros/tag.tid +1 -1
  202. package/core/wiki/macros/testcase.tid +1 -1
  203. package/core/wiki/macros/timeline.tid +8 -8
  204. package/core/wiki/macros/toc.tid +31 -24
  205. package/core/wiki/tags/TextEditorSnippet.tid +2 -0
  206. package/core/wiki/tags/ViewTemplate.tid +1 -1
  207. package/core/wiki/tags/ViewTemplateBodyFilter.tid +1 -1
  208. package/editions/de-AT/tiddlers/HelloThere.tid +1 -1
  209. package/editions/de-AT/tiddlers/community/Fur_Entwickler.tid +1 -1
  210. package/editions/de-AT/tiddlers/community/Wie_kann_ich_helfen_.tid +2 -2
  211. package/editions/de-AT/tiddlers/lexikon/GitHub.tid +1 -1
  212. package/editions/de-AT/tiddlers/maintainer/Wer pflegt diese Edition_.tid +1 -1
  213. package/editions/de-AT/tiddlers/referenz/Lizenzen.tid +3 -3
  214. package/editions/dev/tiddlers/Continuous Deployment.tid +1 -1
  215. package/editions/dev/tiddlers/GitHub Branches.tid +1 -1
  216. package/editions/dev/tiddlers/build/Scripts for building tiddlywiki.com.tid +3 -3
  217. package/editions/dev/tiddlers/from tw5.com/Developing plugins using Node.js and GitHub.tid +1 -1
  218. package/editions/dev/tiddlers/from tw5.com/How to create a translation for TiddlyWiki.tid +2 -2
  219. package/editions/dev/tiddlers/from tw5.com/JavaScript Macros.tid +1 -1
  220. package/editions/dev/tiddlers/from tw5.com/moduletypes/SyncAdaptorModules.tid +1 -1
  221. package/editions/dev/tiddlers/new/Filter Operators.tid +1 -1
  222. package/editions/dev/tiddlers/new/Using TiddlyWiki as a library.tid +1 -1
  223. package/editions/dev/tiddlers/system/ContributionBanner.tid +1 -1
  224. package/editions/dev/tiddlers/system/Sources.tid +1 -1
  225. package/editions/dev/tiddlers/system/github-fork-ribbon.tid +1 -1
  226. package/editions/dev/tiddlers/system/version-macros.tid +2 -2
  227. package/editions/empty/tiddlers/$__StoryList.tid +2 -0
  228. package/editions/es-ES/tiddlers/$__ContributionBanner.tid +1 -1
  229. package/editions/es-ES/tiddlers/Articles.tid +1 -1
  230. package/editions/es-ES/tiddlers/Contributing.tid +1 -1
  231. package/editions/es-ES/tiddlers/Contributor_License_Agreement.tid +2 -2
  232. package/editions/es-ES/tiddlers/Contributors.tid +1 -1
  233. package/editions/es-ES/tiddlers/Examples.tid +1 -1
  234. package/editions/es-ES/tiddlers/Forums.tid +2 -2
  235. package/editions/es-ES/tiddlers/HelloThere.tid +1 -1
  236. package/editions/es-ES/tiddlers/Installing_TiddlyWiki_on_Node.js.tid +1 -1
  237. package/editions/es-ES/tiddlers/Resources.tid +1 -1
  238. package/editions/es-ES/tiddlers/Signing_the_Contributor_License_Agreement.tid +2 -2
  239. package/editions/es-ES/tiddlers/Tutorials.tid +1 -1
  240. package/editions/fr-FR/tiddlers/$__ContributionBanner.tid +1 -1
  241. package/editions/fr-FR/tiddlers/$__editions_tw5.com_version-macros.tid +1 -1
  242. package/editions/fr-FR/tiddlers/Contributing.tid +4 -4
  243. package/editions/fr-FR/tiddlers/Contributors.tid +1 -1
  244. package/editions/fr-FR/tiddlers/Developers.tid +4 -4
  245. package/editions/fr-FR/tiddlers/GitHub.tid +1 -1
  246. package/editions/fr-FR/tiddlers/HelloThere.tid +1 -1
  247. package/editions/fr-FR/tiddlers/HelpingTiddlyWiki.tid +2 -2
  248. package/editions/fr-FR/tiddlers/How to add a banner for GitHub contributions.tid +1 -1
  249. package/editions/fr-FR/tiddlers/Release 5.1.2.tid +8 -8
  250. package/editions/fr-FR/tiddlers/Release_5.1.8.tid +45 -45
  251. package/editions/fr-FR/tiddlers/ReportingBugs.tid +1 -1
  252. package/editions/fr-FR/tiddlers/RoadMap.tid +1 -1
  253. package/editions/fr-FR/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid +1 -1
  254. package/editions/full/tiddlywiki.info +5 -6
  255. package/editions/geospatialdemo/tiddlers/Features.tid +13 -7
  256. package/editions/geospatialdemo/tiddlers/HelloThere.tid +5 -4
  257. package/editions/geospatialdemo/tiddlers/cities/LimehouseTownHall-image.jpeg +0 -0
  258. package/editions/geospatialdemo/tiddlers/cities/LimehouseTownHall-image.jpeg.meta +3 -0
  259. package/editions/geospatialdemo/tiddlers/cities/LimehouseTownHall.tid +3 -1
  260. package/editions/geospatialdemo/tiddlers/cities/Motovun-image.jpeg +0 -0
  261. package/editions/geospatialdemo/tiddlers/cities/Motovun-image.jpeg.meta +3 -0
  262. package/editions/geospatialdemo/tiddlers/cities/Motovun.tid +3 -1
  263. package/editions/geospatialdemo/tiddlers/cities/NewYork-image.jpeg +0 -0
  264. package/editions/geospatialdemo/tiddlers/cities/NewYork-image.jpeg.meta +3 -0
  265. package/editions/geospatialdemo/tiddlers/cities/NewYork.tid +3 -1
  266. package/editions/geospatialdemo/tiddlers/cities/Oxford-image.jpeg +0 -0
  267. package/editions/geospatialdemo/tiddlers/cities/Oxford-image.jpeg.meta +3 -0
  268. package/editions/geospatialdemo/tiddlers/cities/Oxford.tid +3 -1
  269. package/editions/geospatialdemo/tiddlers/cities/Toronto-image.jpeg +0 -0
  270. package/editions/geospatialdemo/tiddlers/cities/Toronto-image.jpeg.meta +3 -0
  271. package/editions/geospatialdemo/tiddlers/cities/Toronto.tid +3 -1
  272. package/editions/geospatialdemo/tiddlers/cities/Winchester-image.jpeg +0 -0
  273. package/editions/geospatialdemo/tiddlers/cities/Winchester-image.jpeg.meta +3 -0
  274. package/editions/geospatialdemo/tiddlers/cities/Winchester.tid +3 -1
  275. package/editions/geospatialdemo/tiddlers/config/FeatureVisbility.multids +4 -0
  276. package/editions/geospatialdemo/tiddlers/features/canada-census-subdivision-millesime-popuptemplate.tid +12 -0
  277. package/editions/geospatialdemo/tiddlers/features/canada-census-subdivision-millesime.geojson.meta +1 -0
  278. package/editions/geospatialdemo/tiddlers/features/harvard-glb-volc-geojson-popuptemplate.tid +10 -0
  279. package/editions/geospatialdemo/tiddlers/features/harvard-glb-volc-geojson.json.meta +2 -1
  280. package/editions/geospatialdemo/tiddlers/features/natural-earth-countries-low-res-popuptemplate.tid +32 -0
  281. package/editions/geospatialdemo/tiddlers/features/natural-earth-countries-low-res.json +1 -0
  282. package/editions/geospatialdemo/tiddlers/features/natural-earth-countries-low-res.json.meta +6 -0
  283. package/editions/geospatialdemo/tiddlers/features/us-states-popuptemplate.tid +6 -0
  284. package/editions/geospatialdemo/tiddlers/features/us-states.geojson.meta +1 -0
  285. package/editions/geospatialdemo/tiddlers/real-estate-demo/schema.json +2 -2
  286. package/editions/geospatialdemo/tiddlers/ui/geofeature.tid +1 -1
  287. package/editions/geospatialdemo/tiddlers/ui/geomarker.tid +4 -4
  288. package/editions/geospatialdemo/tiddlers/ui/popuptemplate.tid +9 -0
  289. package/editions/ja-JP/tiddlers/$_config_ViewTemplateSubtitle_original-modified.tid +6 -0
  290. package/editions/ja-JP/tiddlers/$_config_ViewTemplateTitleFilters_ja-default.tid +8 -0
  291. package/editions/ja-JP/tiddlers/$_core_ui_ViewTemplate_title_ja-default.tid +9 -0
  292. package/editions/ja-JP/tiddlers/$_editions_ja-JP_Macros_list.tid +25 -0
  293. package/editions/ja-JP/tiddlers/$_editions_ja-JP_Macros_timeline-title.tid +12 -0
  294. package/editions/ja-JP/tiddlers/$_editions_ja-JP_Macros_toc-caption.tid +16 -0
  295. package/editions/ja-JP/tiddlers/$_plugins_tiddlywiki_menubar_items_contents.tid +12 -0
  296. package/editions/ja-JP/tiddlers/_tw_shared/sites/classic.tiddlywiki.com.tid +7 -0
  297. package/editions/ja-JP/tiddlers/_tw_shared/sites/links.tiddlywiki.org.tid +7 -0
  298. package/editions/ja-JP/tiddlers/_tw_shared/sites/marketplace.tid +7 -0
  299. package/editions/ja-JP/tiddlers/_tw_shared/sites/talk.tiddlywiki.org.tid +7 -0
  300. package/editions/ja-JP/tiddlers/_tw_shared/sites/tiddlywiki.com.dev.tid +7 -0
  301. package/editions/ja-JP/tiddlers/_tw_shared/sites/tiddlywiki.com.prerelease.tid +7 -0
  302. package/editions/ja-JP/tiddlers/_tw_shared/sites/tiddlywiki.com.tid +7 -0
  303. package/editions/ja-JP/tiddlers/_tw_shared/sites/tiddlywiki.com.upgrade.tid +7 -0
  304. package/editions/ja-JP/tiddlers/_tw_shared/sites/tiddlywiki.org.tid +7 -0
  305. package/editions/ja-JP/tiddlers/_tw_shared/sites.tid +33 -0
  306. package/editions/ja-JP/tiddlers/about/Developers.tid +31 -0
  307. package/editions/ja-JP/tiddlers/about/Philosophy of Tiddlers.tid +13 -0
  308. package/editions/ja-JP/tiddlers/community/Articles.tid +28 -0
  309. package/editions/ja-JP/tiddlers/community/Community Editions.tid +27 -0
  310. package/editions/ja-JP/tiddlers/community/Community Palettes.tid +27 -0
  311. package/editions/ja-JP/tiddlers/community/Community Plugins.tid +27 -0
  312. package/editions/ja-JP/tiddlers/community/Community Themes.tid +27 -0
  313. package/editions/ja-JP/tiddlers/community/Community.tid +13 -0
  314. package/editions/ja-JP/tiddlers/community/Examples.tid +26 -0
  315. package/editions/ja-JP/tiddlers/community/Forums.tid +38 -0
  316. package/editions/ja-JP/tiddlers/community/Latest.tid +28 -0
  317. package/editions/ja-JP/tiddlers/community/Meetups.tid +16 -0
  318. package/editions/ja-JP/tiddlers/community/OXTWIG.tid +25 -0
  319. package/editions/ja-JP/tiddlers/community/Other Resources.tid +27 -0
  320. package/editions/ja-JP/tiddlers/community/TiddlyWiki Hangouts.tid +13 -0
  321. package/editions/ja-JP/tiddlers/community/TiddlyWiki on the Web.tid +18 -0
  322. package/editions/ja-JP/tiddlers/community/Tutorials.tid +28 -0
  323. package/editions/ja-JP/tiddlers/community/editions/_Noteself_ by Danielo Rodriguez.tid +35 -0
  324. package/editions/ja-JP/tiddlers/community/resources/TW5-firebase_ TiddlyWiki5 for Google Firebase by Peter Neumark.tid +29 -0
  325. package/editions/ja-JP/tiddlers/community/resources/TiddlyDrive Add-on for Google Drive by Joshua Stubbs.tid +26 -0
  326. package/editions/ja-JP/tiddlers/community/resources/TiddlyServer by Arlen Beiler.tid +30 -0
  327. package/editions/ja-JP/tiddlers/community/resources/Twexe_ Single File Tiddlywiki5 executable.tid +32 -0
  328. package/editions/ja-JP/tiddlers/community/resources/_Timimi_ Extension and executable by Riz.tid +36 -0
  329. package/editions/ja-JP/tiddlers/community/resources/_file-backups_ Extension Firefox by pmario.tid +20 -0
  330. package/editions/ja-JP/tiddlers/community/resources/_savetiddlers_ Extension for Chrome and Firefox by buggyj.tid +18 -0
  331. package/editions/ja-JP/tiddlers/concepts/Order of Tagged Tiddlers.tid +22 -0
  332. package/editions/ja-JP/tiddlers/concepts/TagTiddlers.tid +13 -0
  333. package/editions/ja-JP/tiddlers/demonstrations/KeyboardDrivenInput/Demonstration_ keyboard-driven-input Macro.tid +123 -0
  334. package/editions/ja-JP/tiddlers/demonstrations/Tasks/Compose ballad.tid +8 -0
  335. package/editions/ja-JP/tiddlers/demonstrations/Tasks/Get the Ring.tid +8 -0
  336. package/editions/ja-JP/tiddlers/demonstrations/Tasks/Go to Mordor.tid +8 -0
  337. package/editions/ja-JP/tiddlers/demonstrations/Tasks/Kill the Dragon.tid +9 -0
  338. package/editions/ja-JP/tiddlers/demonstrations/Tasks/Make the beds.tid +8 -0
  339. package/editions/ja-JP/tiddlers/demonstrations/Tasks/TaskManagementExample.tid +27 -0
  340. package/editions/ja-JP/tiddlers/demonstrations/Tasks/TaskManagementExampleDraggable.tid +25 -0
  341. package/editions/ja-JP/tiddlers/demonstrations/Tasks/TaskManagementExampleDraggableTemplate.tid +9 -0
  342. package/editions/ja-JP/tiddlers/demonstrations/Tasks/done.tid +8 -0
  343. package/editions/ja-JP/tiddlers/demonstrations/Tasks/task.tid +10 -0
  344. package/editions/ja-JP/tiddlers/features/Searching in TiddlyWiki.tid +24 -0
  345. package/editions/ja-JP/tiddlers/filters/Introduction to filter notation.tid +97 -0
  346. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Android.tid +22 -0
  347. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Chrome.tid +12 -0
  348. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Firefox.tid +13 -0
  349. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Internet Explorer.tid +13 -0
  350. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Node.js.tid +10 -0
  351. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Online.tid +15 -0
  352. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Safari.tid +13 -0
  353. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - iOS.tid +10 -0
  354. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted.tid +17 -0
  355. package/editions/ja-JP/tiddlers/hellothere/Find Out More.tid +18 -0
  356. package/editions/ja-JP/tiddlers/hellothere/HelloThere.tid +19 -0
  357. package/editions/ja-JP/tiddlers/hellothere/Testimonials and Reviews.tid +15 -0
  358. package/editions/ja-JP/tiddlers/hellothere/Welcome.tid +8 -0
  359. package/editions/ja-JP/tiddlers/hellothere/quickstart/Quick Start.tid +23 -0
  360. package/editions/ja-JP/tiddlers/hellothere/quickstart/desktop.tid +11 -0
  361. package/editions/ja-JP/tiddlers/hellothere/quickstart/diy.tid +11 -0
  362. package/editions/ja-JP/tiddlers/hellothere/quickstart/tiddlyhost.tid +11 -0
  363. package/editions/ja-JP/tiddlers/hellothere/quickstart/xememex.tid +11 -0
  364. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Funding.tid +10 -0
  365. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Grok TiddlyWiki.tid +10 -0
  366. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Intertwingled Innovations.tid +10 -0
  367. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Introduction Video.tid +11 -0
  368. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Latest Version.tid +15 -0
  369. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Marketplace.tid +10 -0
  370. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Newsletter.tid +10 -0
  371. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWikiLinks.tid +9 -0
  372. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Twenty Years of TiddlyWiki.tid +10 -0
  373. package/editions/ja-JP/tiddlers/howtos/Adding a Twitter Follow button.tid +24 -0
  374. package/editions/ja-JP/tiddlers/howtos/Adopt a Titles Policy.tid +16 -0
  375. package/editions/ja-JP/tiddlers/howtos/Concatenating text and variables using macro substitution.tid +61 -0
  376. package/editions/ja-JP/tiddlers/howtos/Constructing JSON tiddlers.tid +18 -0
  377. package/editions/ja-JP/tiddlers/howtos/Creating SubStories.tid +34 -0
  378. package/editions/ja-JP/tiddlers/howtos/Editing Tiddlers with Emacs.tid +40 -0
  379. package/editions/ja-JP/tiddlers/howtos/Editing Tiddlers with Vim.tid +11 -0
  380. package/editions/ja-JP/tiddlers/howtos/Editor toolbar.tid +22 -0
  381. package/editions/ja-JP/tiddlers/howtos/Formatting List Results as Tables with CSS - Specified Columns Methods.tid +51 -0
  382. package/editions/ja-JP/tiddlers/howtos/Formatting List Results as Tables with CSS - Variable Column Method.tid +85 -0
  383. package/editions/ja-JP/tiddlers/howtos/Formatting_List_Results_as_Tables_(no_CSS).tid +51 -0
  384. package/editions/ja-JP/tiddlers/howtos/Height of text editor.tid +8 -0
  385. package/editions/ja-JP/tiddlers/howtos/How to add a banner for GitHub contributions.tid +22 -0
  386. package/editions/ja-JP/tiddlers/howtos/How to change the sort order of sub-branches in a TOC macro.tid +27 -0
  387. package/editions/ja-JP/tiddlers/howtos/How to create a custom story tiddler template.tid +42 -0
  388. package/editions/ja-JP/tiddlers/howtos/How to create a custom tiddler colour rule.tid +38 -0
  389. package/editions/ja-JP/tiddlers/howtos/How to create a custom tiddler icon rule.tid +38 -0
  390. package/editions/ja-JP/tiddlers/howtos/How to create keyboard shortcuts.tid +107 -0
  391. package/editions/ja-JP/tiddlers/howtos/How to customize TiddlyDesktop.tid +34 -0
  392. package/editions/ja-JP/tiddlers/howtos/How to embed PDF and other documents.tid +37 -0
  393. package/editions/ja-JP/tiddlers/howtos/How to export tiddlers.tid +32 -0
  394. package/editions/ja-JP/tiddlers/howtos/How to hide the author's and other fields with CSS.tid +33 -0
  395. package/editions/ja-JP/tiddlers/howtos/How to put the last modification date in a banner.tid +29 -0
  396. package/editions/ja-JP/tiddlers/howtos/How to update TiddlyWiki to the latest version.tid +9 -0
  397. package/editions/ja-JP/tiddlers/howtos/How to widen tiddlers (aka storyriver).tid +17 -0
  398. package/editions/ja-JP/tiddlers/howtos/How_to_add_a_new_tab_to_the_sidebar.tid +17 -0
  399. package/editions/ja-JP/tiddlers/howtos/How_to_turn_off_camel_case_linking.tid +27 -0
  400. package/editions/ja-JP/tiddlers/howtos/Insert link.tid +12 -0
  401. package/editions/ja-JP/tiddlers/howtos/Insert picture.tid +10 -0
  402. package/editions/ja-JP/tiddlers/howtos/KeyboardShortcuts.tid +38 -0
  403. package/editions/ja-JP/tiddlers/howtos/Making curved text with SVG.tid +28 -0
  404. package/editions/ja-JP/tiddlers/howtos/Modifying JSON tiddlers.tid +20 -0
  405. package/editions/ja-JP/tiddlers/howtos/More actions.tid +8 -0
  406. package/editions/ja-JP/tiddlers/howtos/Reading data from JSON tiddlers.tid +36 -0
  407. package/editions/ja-JP/tiddlers/howtos/Sharing a TiddlyWiki on Dropbox.tid +27 -0
  408. package/editions/ja-JP/tiddlers/howtos/Simple ways to write protect tiddlers.tid +32 -0
  409. package/editions/ja-JP/tiddlers/howtos/Structuring TiddlyWiki.tid +14 -0
  410. package/editions/ja-JP/tiddlers/howtos/Tagging.tid +42 -0
  411. package/editions/ja-JP/tiddlers/howtos/Text preview.tid +20 -0
  412. package/editions/ja-JP/tiddlers/howtos/The First Rule of Using TiddlyWiki.tid +37 -0
  413. package/editions/ja-JP/tiddlers/howtos/Upgrading.tid +64 -0
  414. package/editions/ja-JP/tiddlers/howtos/Using Excise.tid +20 -0
  415. package/editions/ja-JP/tiddlers/howtos/Using Stamp.tid +59 -0
  416. package/editions/ja-JP/tiddlers/howtos/Visible Transclusions.tid +16 -0
  417. package/editions/ja-JP/tiddlers/howtos/Windows HTA Hack.tid +18 -0
  418. package/editions/ja-JP/tiddlers/images/Icon Gallery.tid +16 -0
  419. package/editions/ja-JP/tiddlers/learning/Copying tiddlers between TiddlyWiki files.tid +11 -0
  420. package/editions/ja-JP/tiddlers/learning/Introduction to Lists.tid +59 -0
  421. package/editions/ja-JP/tiddlers/learning/Learning.tid +14 -0
  422. package/editions/ja-JP/tiddlers/menubar/gettingstarted.tid +7 -0
  423. package/editions/ja-JP/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid +44 -0
  424. package/editions/ja-JP/tiddlers/nodejs/Serving TW5 from Android.tid +48 -0
  425. package/editions/ja-JP/tiddlers/saving/Emergency Tiddler Export.tid +31 -0
  426. package/editions/ja-JP/tiddlers/saving/Encryption.tid +20 -0
  427. package/editions/ja-JP/tiddlers/saving/Installing TiddlyWiki on Microsoft Internet Information Server.tid +70 -0
  428. package/editions/ja-JP/tiddlers/saving/Saving on Android.tid +35 -0
  429. package/editions/ja-JP/tiddlers/saving/Saving on Browser with TiddlyStow.tid +19 -0
  430. package/editions/ja-JP/tiddlers/saving/Saving on Browser with the File System Access API.tid +22 -0
  431. package/editions/ja-JP/tiddlers/saving/Saving on TidGi.tid +27 -0
  432. package/editions/ja-JP/tiddlers/saving/Saving on TiddlyDesktop.tid +21 -0
  433. package/editions/ja-JP/tiddlers/saving/Saving on TiddlyHost.tid +21 -0
  434. package/editions/ja-JP/tiddlers/saving/Saving on a PHP Server.tid +50 -0
  435. package/editions/ja-JP/tiddlers/saving/Saving on iPad_iPhone.tid +31 -0
  436. package/editions/ja-JP/tiddlers/saving/Saving to a Git service.tid +32 -0
  437. package/editions/ja-JP/tiddlers/saving/Saving via WebDAV.tid +91 -0
  438. package/editions/ja-JP/tiddlers/saving/Saving via a Minimal Web Server.tid +48 -0
  439. package/editions/ja-JP/tiddlers/saving/Saving via minimal Ruby server.tid +21 -0
  440. package/editions/ja-JP/tiddlers/saving/Saving with Polly.tid +31 -0
  441. package/editions/ja-JP/tiddlers/saving/Saving with TW Receiver.tid +17 -0
  442. package/editions/ja-JP/tiddlers/saving/Saving with TiddlyFox.tid +15 -0
  443. package/editions/ja-JP/tiddlers/saving/Saving with TiddlyIE.tid +27 -0
  444. package/editions/ja-JP/tiddlers/saving/Saving with TiddlyPWA.tid +17 -0
  445. package/editions/ja-JP/tiddlers/saving/Saving with the HTML5 saver.tid +29 -0
  446. package/editions/ja-JP/tiddlers/saving/Saving.tid +75 -0
  447. package/editions/ja-JP/tiddlers/saving/TiddlyBucket - Save to AWS or Google Storage.tid +16 -0
  448. package/editions/ja-JP/tiddlers/saving/TiddlyWiki in the Sky for Dropbox.tid +19 -0
  449. package/editions/ja-JP/tiddlers/system/$_core_macros_list.tid +115 -0
  450. package/editions/ja-JP/tiddlers/system/$_core_macros_tag.tid +41 -0
  451. package/editions/ja-JP/tiddlers/system/$_core_ui_SideBar_Open.tid +42 -0
  452. package/editions/ja-JP/tiddlers/system/$_core_ui_TagPickerTagTemplate.tid +27 -0
  453. package/editions/ja-JP/tiddlers/system/TableOfContents.tid +16 -0
  454. package/editions/ja-JP/tiddlers/testimonials/Testimonials - Joe Armstrong.tid +9 -0
  455. package/editions/ja-JP/tiddlers/testimonials/Testimonials - Network World.tid +9 -0
  456. package/editions/ja-JP/tiddlers/testimonials/Testimonials - Product Hunt.tid +9 -0
  457. package/editions/ja-JP/tiddlers/videos/Getting Started Video.tid +13 -0
  458. package/editions/ja-JP/tiddlers/videos/Introducing TiddlyDesktop Video.tid +11 -0
  459. package/editions/ja-JP/tiddlers/videos/Introduction Video.tid +15 -0
  460. package/editions/ja-JP/tiddlers/videos/TiddlyWiki on Firefox for Android Video.tid +11 -0
  461. package/editions/ja-JP/tiddlers/videos/Videos.tid +13 -0
  462. package/editions/ja-JP/tiddlers/videos/Working with the TiddlyWiki5 repository video.tid +11 -0
  463. package/editions/ja-JP/tiddlers/wikitext/Images in WikiText.tid +69 -0
  464. package/editions/ja-JP/tiddlers/workingwithtw/Audio.tid +27 -0
  465. package/editions/ja-JP/tiddlers/workingwithtw/BrowserCompatibility.tid +14 -0
  466. package/editions/ja-JP/tiddlers/workingwithtw/Creating and editing tiddlers.tid +37 -0
  467. package/editions/ja-JP/tiddlers/workingwithtw/Creating journal tiddlers.tid +42 -0
  468. package/editions/ja-JP/tiddlers/workingwithtw/Formatting text in TiddlyWiki.tid +59 -0
  469. package/editions/ja-JP/tiddlers/workingwithtw/Navigating between open tiddlers.tid +22 -0
  470. package/editions/ja-JP/tiddlers/workingwithtw/Performance.tid +35 -0
  471. package/editions/ja-JP/tiddlers/workingwithtw/Sharing your tiddlers with others.tid +19 -0
  472. package/editions/ja-JP/tiddlers/workingwithtw/Using links to navigate between tiddlers.tid +55 -0
  473. package/editions/ja-JP/tiddlers/workingwithtw/Working with TiddlyWiki.tid +13 -0
  474. package/editions/ko-KR/tiddlers/system/ContributionBanner.tid +1 -1
  475. package/editions/ko-KR/tiddlers/system/Sources.tid +1 -1
  476. package/editions/multiwikiserver/tiddlers/$__StoryList.tid +0 -0
  477. package/editions/pluginlibrary/tiddlers/GettingStarted.tid +2 -2
  478. package/editions/pluginlibrary/tiddlywiki.info +1 -1
  479. package/editions/prerelease/tiddlers/{Release 5.3.5.tid → Release 5.3.7.tid } +6 -16
  480. package/editions/prerelease/tiddlers/system/DefaultTiddlers.tid +4 -0
  481. package/editions/prerelease/tiddlers/system/PrereleaseLocalPluginLibrary.tid +1 -1
  482. package/editions/prerelease/tiddlers/system/PrereleaseOfficialPluginLibrary.tid +1 -1
  483. package/editions/prerelease/tiddlers/system/SiteDomain.tid +3 -0
  484. package/editions/prerelease/tiddlers/system/SitePreviewUrl.tid +3 -0
  485. package/editions/prerelease/tiddlers/system/SiteUrl.tid +3 -0
  486. package/editions/prerelease/tiddlers/system/TiddlyWiki Pre-release.tid +8 -2
  487. package/editions/prerelease/tiddlers/system/styles.tid +6 -0
  488. package/editions/server/tiddlers/$__StoryList.tid +3 -0
  489. package/editions/test/tiddlers/tests/data/conditionals/Basic.tid +1 -1
  490. package/editions/test/tiddlers/tests/data/conditionals/BlockMode.tid +6 -6
  491. package/editions/test/tiddlers/tests/data/conditionals/Else.tid +1 -1
  492. package/editions/test/tiddlers/tests/data/conditionals/Elseif.tid +1 -1
  493. package/editions/test/tiddlers/tests/data/conditionals/MissingEndIf.tid +1 -1
  494. package/editions/test/tiddlers/tests/data/conditionals/MultipleResults.tid +1 -1
  495. package/editions/test/tiddlers/tests/data/conditionals/Nested.tid +6 -6
  496. package/editions/test/tiddlers/tests/data/conditionals/NestedElseif.tid +8 -8
  497. package/editions/test/tiddlers/tests/data/data-widget/ImportCustomTitle.tid +23 -0
  498. package/editions/test/tiddlers/tests/data/filters/fake-variables.tid +1 -1
  499. package/editions/test/tiddlers/tests/data/functions/FunctionFilterrunVariables4.tid +20 -0
  500. package/editions/test/tiddlers/tests/data/genesis-widget/MultipleAttributes.tid +1 -1
  501. package/editions/test/tiddlers/tests/data/macros/unusedtitle/basic-params.tid +9 -1
  502. package/editions/test/tiddlers/tests/data/macros/unusedtitle/template-startCount.tid +27 -0
  503. package/editions/test/tiddlers/tests/data/macros/unusedtitle/template.tid +1 -1
  504. package/editions/test/tiddlers/tests/data/messages/tm-new-tiddler/create-a-new-tiddler-with-a-tag.tid +38 -0
  505. package/editions/test/tiddlers/tests/data/messages/tm-new-tiddler/default.tid +39 -0
  506. package/editions/test/tiddlers/tests/data/messages/tm-new-tiddler/new-from-template-with-tag.tid +44 -0
  507. package/editions/test/tiddlers/tests/data/messages/tm-new-tiddler/new-from-template-without-tag.tid +65 -0
  508. package/editions/test/tiddlers/tests/data/messages/tm-new-tiddler/new-with-tag.tid +40 -0
  509. package/editions/test/tiddlers/tests/data/reserved-wikitext/ReservedWikiText.tid +54 -0
  510. package/editions/test/tiddlers/tests/data/tabs-macro/expected-test-tabs-horizontal-a.tid +5 -0
  511. package/editions/test/tiddlers/tests/data/tabs-macro/expected-test-tabs-horizontal-all.tid +5 -0
  512. package/editions/test/tiddlers/tests/data/tabs-macro/expected-test-tabs-vertical.tid +5 -0
  513. package/editions/test/tiddlers/tests/data/widgets/ElementWidgetStyleAttributes2.tid +15 -0
  514. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-format-text-doubleurlencoded.tid +22 -0
  515. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-format-text-htmlencoded.tid +21 -0
  516. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-format-text-htmltextencoded.tid +21 -0
  517. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-format-text-urlencoded.tid +22 -0
  518. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-format-text.tid +19 -0
  519. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-index.tid +28 -0
  520. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-text.tid +18 -0
  521. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-title.tid +17 -0
  522. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-format-date-template.tid +20 -0
  523. package/editions/test/tiddlers/tests/test-backtranscludes.js +16 -0
  524. package/editions/test/tiddlers/tests/test-checkbox-widget.js +1 -1
  525. package/editions/test/tiddlers/tests/test-tags-operator.js +75 -0
  526. package/editions/test/tiddlers/tests/test-wikitext-parser.js +94 -0
  527. package/editions/test/tiddlers/tests/test-wikitext-tabs-macro.js +34 -37
  528. package/editions/translators/tiddlers/Extracting Translations.tid +0 -1
  529. package/editions/translators/tiddlywiki.info +27 -26
  530. package/editions/tw.org/tiddlywiki.info +2 -0
  531. package/editions/tw5.com/tiddlers/$__StoryList.tid +5 -0
  532. package/editions/tw5.com/tiddlers/Core Classes.tid +16 -0
  533. package/editions/tw5.com/tiddlers/Core Functions.tid +8 -0
  534. package/editions/tw5.com/tiddlers/Core Messages.tid +10 -0
  535. package/editions/tw5.com/tiddlers/Core Procedures.tid +8 -0
  536. package/editions/tw5.com/tiddlers/Core Widgets.tid +10 -0
  537. package/editions/tw5.com/tiddlers/{hiddensettings/Hidden Settings_ Import Content Types for Editor.tid → Hidden Setting_ Import Content Types for Editor.tid } +1 -1
  538. package/editions/tw5.com/tiddlers/Operators without parameters.tid +18 -0
  539. package/editions/tw5.com/tiddlers/Selection Constructors Conditional.tid +9 -0
  540. package/editions/tw5.com/tiddlers/Welcome.tid +9 -0
  541. package/editions/tw5.com/tiddlers/about/Archive.tid +4 -4
  542. package/editions/tw5.com/tiddlers/about/Contributors.tid +1 -1
  543. package/editions/tw5.com/tiddlers/about/Developers.tid +20 -8
  544. package/editions/tw5.com/tiddlers/about/History of TiddlyWiki.tid +19 -3
  545. package/editions/tw5.com/tiddlers/actionTiddlerList Variable.tid +9 -0
  546. package/editions/tw5.com/tiddlers/cards/card-procedures.tid +86 -0
  547. package/editions/tw5.com/tiddlers/cards/card-styles.tid +256 -0
  548. package/editions/tw5.com/tiddlers/commands/Commands.tid +8 -2
  549. package/editions/tw5.com/tiddlers/commands/RenderTiddlerCommand.tid +3 -2
  550. package/editions/tw5.com/tiddlers/commands/RenderTiddlersCommand.tid +3 -2
  551. package/editions/tw5.com/tiddlers/commands/SaveTiddlerCommand.tid +4 -4
  552. package/editions/tw5.com/tiddlers/commands/SaveTiddlersCommand.tid +4 -4
  553. package/editions/tw5.com/tiddlers/commands/ServerCommand.tid +3 -1
  554. package/editions/tw5.com/tiddlers/community/Community.tid +1 -1
  555. package/editions/tw5.com/tiddlers/community/Contributor License Agreement.tid +2 -2
  556. package/editions/tw5.com/tiddlers/community/Forums.tid +10 -6
  557. package/editions/tw5.com/tiddlers/community/HelpingTiddlyWiki.tid +2 -2
  558. package/editions/tw5.com/tiddlers/community/ReportingBugs.tid +1 -1
  559. package/editions/tw5.com/tiddlers/community/Signing the Contributor License Agreement.tid +1 -1
  560. package/editions/tw5.com/tiddlers/community/TiddlyWiki Newsletter Team.tid +60 -0
  561. package/editions/tw5.com/tiddlers/community/TiddlyWiki Newsletter.tid +4 -0
  562. package/editions/tw5.com/tiddlers/community/TiddlyWiki on the Web.tid +16 -0
  563. package/editions/tw5.com/tiddlers/community/links/TalkTiddlyWiki.tid +7 -0
  564. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Discord.tid +7 -0
  565. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on GitHub.tid +7 -0
  566. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Gitter.tid +7 -0
  567. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Mastodon.tid +7 -0
  568. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Open Collective.tid +7 -0
  569. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Reddit.tid +7 -0
  570. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Twitter.tid +7 -0
  571. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on YouTube.tid +7 -0
  572. package/editions/tw5.com/tiddlers/community/links/external-links-view-template.tid +8 -0
  573. package/editions/tw5.com/tiddlers/community/resources/Filter Examples by Tobias Beer.tid +1 -1
  574. package/editions/tw5.com/tiddlers/community/resources/Grok TiddlyWiki by Soren Bjornstad.tid +5 -5
  575. package/editions/tw5.com/tiddlers/concepts/CompoundTiddlers.tid +5 -2
  576. package/editions/tw5.com/tiddlers/concepts/Dominant Append.tid +3 -1
  577. package/editions/tw5.com/tiddlers/concepts/ExternalImages.tid +5 -5
  578. package/editions/tw5.com/tiddlers/concepts/Macros.tid +2 -2
  579. package/editions/tw5.com/tiddlers/concepts/Messages.tid +3 -6
  580. package/editions/tw5.com/tiddlers/concepts/Railroad Diagrams.tid +2 -0
  581. package/editions/tw5.com/tiddlers/concepts/Selection Constructors.tid +5 -1
  582. package/editions/tw5.com/tiddlers/concepts/TestCaseTiddlers.tid +15 -10
  583. package/editions/tw5.com/tiddlers/currentTab Variable.tid +12 -0
  584. package/editions/tw5.com/tiddlers/customising/Alternative page layouts.tid +3 -4
  585. package/editions/tw5.com/tiddlers/definitions/CamelCase.tid +7 -3
  586. package/editions/tw5.com/tiddlers/definitions/GitHub.tid +1 -1
  587. package/editions/tw5.com/tiddlers/definitions/Intertwingled Innovations.tid +9 -0
  588. package/editions/tw5.com/tiddlers/definitions/JeremyRuston.tid +2 -1
  589. package/editions/tw5.com/tiddlers/definitions/TiddlyFox.tid +2 -14
  590. package/editions/tw5.com/tiddlers/definitions/TiddlyWeb.tid +1 -1
  591. package/editions/tw5.com/tiddlers/definitions/Tiddlyhost.tid +3 -4
  592. package/editions/tw5.com/tiddlers/definitions/WordJoiner.tid +9 -0
  593. package/editions/tw5.com/tiddlers/definitions/Xememex.tid +5 -6
  594. package/editions/tw5.com/tiddlers/demonstrations/SampleAlert.tid +9 -0
  595. package/editions/tw5.com/tiddlers/empty-tag-node-template.tid +12 -0
  596. package/editions/tw5.com/tiddlers/features/AutoSave.tid +1 -1
  597. package/editions/tw5.com/tiddlers/fields/_canonical_uriField.tid +5 -0
  598. package/editions/tw5.com/tiddlers/filters/compare Operator.tid +9 -9
  599. package/editions/tw5.com/tiddlers/filters/decodebase64 Operator (Examples).tid +10 -0
  600. package/editions/tw5.com/tiddlers/filters/decodebase64 Operator.tid +5 -3
  601. package/editions/tw5.com/tiddlers/filters/encodebase64 Operator (Examples).tid +10 -0
  602. package/editions/tw5.com/tiddlers/filters/encodebase64 Operator.tid +5 -3
  603. package/editions/tw5.com/tiddlers/filters/examples/compare Operator (Examples).tid +1 -0
  604. package/editions/tw5.com/tiddlers/filters/list.tid +9 -9
  605. package/editions/tw5.com/tiddlers/filters/minlength.tid +2 -2
  606. package/editions/tw5.com/tiddlers/filters/sortsub Operator.tid +14 -10
  607. package/editions/tw5.com/tiddlers/filters/syntax/Filter Parameter.tid +3 -1
  608. package/editions/tw5.com/tiddlers/filters/syntax/Named Filter Run Prefix.tid +1 -1
  609. package/editions/tw5.com/tiddlers/filters/syntax/Sort Filter Run Prefix (Examples).tid +1 -1
  610. package/editions/tw5.com/tiddlers/filters/syntax/Sort Filter Run Prefix.tid +27 -7
  611. package/editions/tw5.com/tiddlers/filters/unique.tid +4 -0
  612. package/editions/tw5.com/tiddlers/functions/Functions.tid +8 -8
  613. package/editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid +2 -2
  614. package/editions/tw5.com/tiddlers/hellothere/Find Out More.tid +16 -0
  615. package/editions/tw5.com/tiddlers/hellothere/HelloThere.tid +6 -59
  616. package/editions/tw5.com/tiddlers/hellothere/HelloThumbnail.tid +1 -1
  617. package/editions/tw5.com/tiddlers/hellothere/Testimonials and Reviews.tid +13 -0
  618. package/editions/tw5.com/tiddlers/hellothere/Welcome.tid +7 -0
  619. package/editions/tw5.com/tiddlers/hellothere/badges/ProductHunt-Link.tid +1 -1
  620. package/editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid +20 -1
  621. package/editions/tw5.com/tiddlers/hellothere/quickstart/desktop.tid +1 -1
  622. package/editions/tw5.com/tiddlers/hellothere/quickstart/diy.tid +1 -1
  623. package/editions/tw5.com/tiddlers/hellothere/quickstart/tiddlyhost.tid +1 -1
  624. package/editions/tw5.com/tiddlers/hellothere/quickstart/xememex.tid +2 -2
  625. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Funding.tid +0 -1
  626. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Grok TiddlyWiki.tid +3 -2
  627. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Intertwingled Innovations.tid +10 -0
  628. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Marketplace.tid +0 -1
  629. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - MultiWikiServer.tid +10 -0
  630. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Newsletter.tid +0 -1
  631. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWiki Privacy.tid +9 -0
  632. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWikiLinks.tid +1 -1
  633. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Twenty Years of TiddlyWiki.tid +9 -0
  634. package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting Content to be displayed for empty story.tid +12 -0
  635. package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting Default Tiddler Colour.tid +7 -0
  636. package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting_ Tag Pill Drag Filter.tid +22 -0
  637. package/editions/tw5.com/tiddlers/howtos/Configuring the default TiddlerInfo tab.tid +1 -1
  638. package/editions/tw5.com/tiddlers/howtos/Generating Static Sites with TiddlyWiki.tid +7 -7
  639. package/editions/tw5.com/tiddlers/howtos/How to add a banner for GitHub contributions.tid +1 -1
  640. package/editions/tw5.com/tiddlers/howtos/How to build a TiddlyWiki5 from individual tiddlers.tid +2 -2
  641. package/editions/tw5.com/tiddlers/howtos/How_to_turn_off_camel_case_linking.tid +8 -2
  642. package/editions/tw5.com/tiddlers/howtos/KeyboardShortcuts.tid +1 -0
  643. package/editions/tw5.com/tiddlers/howtos/Using Stylesheets.tid +2 -2
  644. package/editions/tw5.com/tiddlers/images/Blurry Lawn.jpg.meta +2 -1
  645. package/editions/tw5.com/tiddlers/images/Favicon template.svg.meta +2 -1
  646. package/editions/tw5.com/tiddlers/images/Funding.png.meta +1 -0
  647. package/editions/tw5.com/tiddlers/images/Grok TiddlyWiki.png +0 -0
  648. package/editions/tw5.com/tiddlers/images/Grok TiddlyWiki.png.meta +1 -0
  649. package/editions/tw5.com/tiddlers/images/Intertwingled Innovations.png +0 -0
  650. package/editions/tw5.com/tiddlers/images/Intertwingled Innovations.png.meta +3 -0
  651. package/editions/tw5.com/tiddlers/images/Introduction Video Thumbnail.jpg +0 -0
  652. package/editions/tw5.com/tiddlers/images/Introduction Video Thumbnail.jpg.meta +2 -1
  653. package/editions/tw5.com/tiddlers/images/MWS Banner.png +0 -0
  654. package/editions/tw5.com/tiddlers/images/MWS Banner.png.meta +4 -0
  655. package/editions/tw5.com/tiddlers/images/Marketplace Banner.png.meta +1 -0
  656. package/editions/tw5.com/tiddlers/images/Motovun Jack.ascii.tid +1 -0
  657. package/editions/tw5.com/tiddlers/images/Motovun Jack.jpg.meta +1 -0
  658. package/editions/tw5.com/tiddlers/images/Motovun Jack.pdf.meta +1 -0
  659. package/editions/tw5.com/tiddlers/images/New Release Banner.png +0 -0
  660. package/editions/tw5.com/tiddlers/images/New Release Banner.png.meta +1 -0
  661. package/editions/tw5.com/tiddlers/images/Newnham Horizon.jpg.meta +1 -0
  662. package/editions/tw5.com/tiddlers/images/Open Collective Logo.tid +2 -1
  663. package/editions/tw5.com/tiddlers/images/PerlinLight.jpg.meta +1 -0
  664. package/editions/tw5.com/tiddlers/images/Reddit Logo.tid +1 -0
  665. package/editions/tw5.com/tiddlers/images/TWEUM Thumbnail.jpg.meta +1 -0
  666. package/editions/tw5.com/tiddlers/images/Tiddler Fishes.svg.meta +1 -0
  667. package/editions/tw5.com/tiddlers/images/Tiddler Poster.png.meta +1 -0
  668. package/editions/tw5.com/tiddlers/images/TiddlyFox Apocalypse.png.meta +1 -0
  669. package/editions/tw5.com/tiddlers/images/TiddlyWiki Classic.png.meta +1 -0
  670. package/editions/tw5.com/tiddlers/images/TiddlyWiki Newsletter Badge.png.meta +5 -2
  671. package/editions/tw5.com/tiddlers/images/TiddlyWiki Privacy Badge.png +0 -0
  672. package/editions/tw5.com/tiddlers/images/TiddlyWiki Privacy Badge.png.meta +6 -0
  673. package/editions/tw5.com/tiddlers/images/TiddlyWikiLinks.png.meta +1 -0
  674. package/editions/tw5.com/tiddlers/images/Tiddlyhost Logo.png.meta +1 -0
  675. package/editions/tw5.com/tiddlers/images/Twenty Years of TiddlyWiki.png +0 -0
  676. package/editions/tw5.com/tiddlers/images/Twenty Years of TiddlyWiki.png.meta +4 -0
  677. package/editions/tw5.com/tiddlers/images/Xememex Logo.svg.meta +1 -0
  678. package/editions/tw5.com/tiddlers/images/favicon.png.meta +1 -0
  679. package/editions/tw5.com/tiddlers/images/green_favicon.png.meta +1 -0
  680. package/editions/tw5.com/tiddlers/macros/CoreMacros.tid +2 -1
  681. package/editions/tw5.com/tiddlers/macros/TableOfContentsMacro.tid +15 -9
  682. package/editions/tw5.com/tiddlers/macros/TabsMacro.tid +2 -2
  683. package/editions/tw5.com/tiddlers/macros/UnusedTitleMacro.tid +5 -2
  684. package/editions/tw5.com/tiddlers/macros/examples/unusedtitle Macro (Examples 1).tid +15 -1
  685. package/editions/tw5.com/tiddlers/macros/examples/unusedtitle.tid +3 -2
  686. package/editions/tw5.com/tiddlers/macros/show-filter-count.tid +21 -0
  687. package/editions/tw5.com/tiddlers/macros/tag-picker_Macro.tid +3 -2
  688. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-edit-text-operation.tid +16 -14
  689. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-http-request Examples.tid +2 -1
  690. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-http-request.tid +2 -0
  691. package/editions/tw5.com/tiddlers/nodejs/Customising Tiddler File Naming.tid +4 -4
  692. package/editions/tw5.com/tiddlers/nodejs/Installing TiddlyWiki Prerelease on Node.js.tid +1 -1
  693. package/editions/tw5.com/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid +1 -1
  694. package/editions/tw5.com/tiddlers/nodejs/Using TiddlyWiki on Node.js.tid +2 -2
  695. package/editions/tw5.com/tiddlers/nodejs/Working with the TiddlyWiki5 repository.tid +1 -1
  696. package/editions/tw5.com/tiddlers/nodejs/tiddlywiki.files_Files.tid +1 -1
  697. package/editions/tw5.com/tiddlers/nodejs/tiddlywiki.info_Files.tid +4 -4
  698. package/editions/tw5.com/tiddlers/plugins/D3 Plugin.tid +4 -4
  699. package/editions/tw5.com/tiddlers/plugins/Mobile Drag And Drop Shim Plugin.tid +4 -3
  700. package/editions/tw5.com/tiddlers/plugins/Railroad Plugin.tid +7 -1
  701. package/editions/tw5.com/tiddlers/pragmas/Pragma_ _rules.tid +3 -3
  702. package/editions/tw5.com/tiddlers/procedures/Procedures.tid +2 -2
  703. package/editions/tw5.com/tiddlers/readme/ReadMe.tid +22 -5
  704. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.0.tid +3 -3
  705. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.1.tid +4 -4
  706. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.10.tid +47 -47
  707. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.11.tid +1 -1
  708. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.12.tid +27 -27
  709. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.13.tid +6 -6
  710. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.14.tid +79 -79
  711. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.15.tid +29 -29
  712. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.16.tid +59 -59
  713. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.17.tid +15 -15
  714. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.18.tid +48 -48
  715. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.19.tid +7 -7
  716. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.2.tid +8 -8
  717. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.20.tid +68 -68
  718. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.21.tid +17 -17
  719. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.22.tid +76 -76
  720. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.23.tid +168 -168
  721. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.3.tid +27 -27
  722. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.4.tid +8 -8
  723. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.5.tid +42 -42
  724. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.6.tid +13 -13
  725. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.7.tid +2 -2
  726. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.8.tid +45 -45
  727. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.9.tid +20 -20
  728. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.0.tid +120 -120
  729. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.1.tid +22 -22
  730. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.2.tid +45 -45
  731. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.3.tid +62 -62
  732. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.4.tid +54 -54
  733. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.5.tid +2 -2
  734. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.6.tid +50 -50
  735. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.7.tid +2 -2
  736. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.0.tid +35 -35
  737. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.1.tid +18 -18
  738. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.2.tid +47 -47
  739. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.3.tid +6 -6
  740. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.4.tid +48 -48
  741. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.5.tid +50 -0
  742. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.6.tid +187 -0
  743. package/editions/tw5.com/tiddlers/releasenotes/Releases.tid +2 -0
  744. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha12.tid +1 -1
  745. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha13.tid +1 -1
  746. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha14.tid +1 -1
  747. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha15.tid +1 -1
  748. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha16.tid +1 -1
  749. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha17.tid +1 -1
  750. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.1alpha.tid +1 -1
  751. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.10beta.tid +16 -16
  752. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.11beta.tid +17 -17
  753. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.12beta.tid +1 -1
  754. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.13beta.tid +29 -29
  755. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.14beta.tid +29 -29
  756. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.15beta.tid +18 -18
  757. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.16beta.tid +14 -14
  758. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.17beta.tid +20 -20
  759. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.18beta.tid +9 -9
  760. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.2beta.tid +1 -1
  761. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.3beta.tid +1 -1
  762. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.4beta.tid +5 -5
  763. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.5beta.tid +1 -1
  764. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.6beta.tid +13 -13
  765. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.7beta.tid +11 -11
  766. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.8beta.tid +12 -12
  767. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.9beta.tid +32 -32
  768. package/editions/tw5.com/tiddlers/roadmap/RoadMap.tid +1 -1
  769. package/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MWS - Installation using Git.tid +17 -0
  770. package/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MWS - Installation.tid +15 -0
  771. package/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MWS - Usage.tid +13 -0
  772. package/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MultiWikiServer.tid +26 -0
  773. package/editions/tw5.com/tiddlers/saving/Encryption.tid +2 -2
  774. package/editions/tw5.com/tiddlers/saving/Example config-tiddlyweb-host for IIS.txt.meta +1 -1
  775. package/editions/tw5.com/tiddlers/saving/Example package.json for IIS.txt.meta +1 -1
  776. package/editions/tw5.com/tiddlers/saving/Example tiddlywiki.info for IIS.txt.meta +1 -1
  777. package/editions/tw5.com/tiddlers/saving/Example web.config for IIS.txt.meta +1 -1
  778. package/editions/tw5.com/tiddlers/saving/Saving on TidGi.tid +1 -1
  779. package/editions/tw5.com/tiddlers/saving/Saving on TiddlyHost.tid +2 -0
  780. package/editions/tw5.com/tiddlers/saving/Saving with TiddlyPWA.tid +15 -0
  781. package/editions/tw5.com/tiddlers/system/$__config_DefaultSidebarTab.tid +7 -0
  782. package/editions/tw5.com/tiddlers/system/$__startup_open-welcome.tid +4 -0
  783. package/editions/tw5.com/tiddlers/system/ContributionBanner.tid +1 -1
  784. package/editions/tw5.com/tiddlers/system/DefaultTiddlers.tid +4 -0
  785. package/editions/tw5.com/tiddlers/system/SiteDomain.tid +3 -0
  786. package/editions/tw5.com/tiddlers/system/SitePreviewUrl.tid +3 -0
  787. package/editions/tw5.com/tiddlers/system/SiteTitle.tid +1 -1
  788. package/editions/tw5.com/tiddlers/system/SiteUrl.tid +3 -0
  789. package/editions/tw5.com/tiddlers/system/Sources.tid +1 -1
  790. package/editions/tw5.com/tiddlers/system/TableOfContents.tid +2 -2
  791. package/editions/tw5.com/tiddlers/system/doc-macros.tid +9 -1
  792. package/editions/tw5.com/tiddlers/system/filter-run-template.tid +4 -4
  793. package/editions/tw5.com/tiddlers/system/netlify-build-badge.tid +17 -0
  794. package/editions/tw5.com/tiddlers/system/operator-macros.tid +2 -2
  795. package/editions/tw5.com/tiddlers/system/operator-template.tid +4 -4
  796. package/editions/tw5.com/tiddlers/system/systemtag-template.tid +12 -6
  797. package/editions/tw5.com/tiddlers/system/tw5.com-styles.tid +25 -283
  798. package/editions/tw5.com/tiddlers/system/version-macros.tid +11 -9
  799. package/editions/tw5.com/tiddlers/system/wikitext-macros.tid +4 -44
  800. package/editions/tw5.com/tiddlers/systemtags/SystemTag_ $__tags_ClassFilters_PageTemplate.tid +1 -1
  801. package/editions/tw5.com/tiddlers/systemtags/SystemTag_ $__tags_ControlPanel_SettingsTab.tid +9 -0
  802. package/editions/tw5.com/tiddlers/tag-picker Macro (Examples).tid +13 -13
  803. package/editions/tw5.com/tiddlers/testcases/DataWidget/FilterMissingTiddler.tid +17 -0
  804. package/editions/tw5.com/tiddlers/testcases/DataWidget/ImportCustomTitle.tid +29 -0
  805. package/editions/tw5.com/tiddlers/testcases/HTML/BlockModeInHTMLTable.tid +30 -0
  806. package/editions/tw5.com/tiddlers/testcases/HTML/OpenTagBlankLine.tid +23 -0
  807. package/editions/tw5.com/tiddlers/testcases/HTML/OpenTagBlankLineInBoldSyntax.tid +22 -0
  808. package/editions/tw5.com/tiddlers/testcases/HTML/OpenTagBlankLineInTableSyntax.tid +22 -0
  809. package/editions/tw5.com/tiddlers/testcases/HTML/OpenTagNoBlankLine.tid +34 -0
  810. package/editions/tw5.com/tiddlers/testcases/RevealWidget/AccordionSlider.tid +30 -0
  811. package/editions/tw5.com/tiddlers/testcases/RevealWidget/Popup.tid +27 -0
  812. package/editions/tw5.com/tiddlers/testcases/RevealWidget/SimpleReveal.tid +27 -0
  813. package/editions/tw5.com/tiddlers/testcases/RevealWidget/TextReference.tid +23 -0
  814. package/editions/tw5.com/tiddlers/testimonials/Testimonials - Product Hunt.tid +2 -0
  815. package/editions/tw5.com/tiddlers/variables/Behaviour of invoked variables depends on how the variable was declared.tid +5 -5
  816. package/editions/tw5.com/tiddlers/variables/Behaviour of variables invoked via normal wikitext.tid +2 -2
  817. package/editions/tw5.com/tiddlers/variables/Behaviour of variables invoked via widget attributes.tid +2 -2
  818. package/editions/tw5.com/tiddlers/variables/Core Variables.tid +4 -3
  819. package/editions/tw5.com/tiddlers/variables/Variables.tid +2 -2
  820. package/editions/tw5.com/tiddlers/variables/actionTiddler Variable.tid +2 -2
  821. package/editions/tw5.com/tiddlers/videos/Getting Started Video.tid +1 -1
  822. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 1.tid +7 -18
  823. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 2.tid +9 -17
  824. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 3.tid +10 -17
  825. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 4.tid +9 -16
  826. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 5.tid +9 -21
  827. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget.tid +4 -35
  828. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget_Example.tid +17 -7
  829. package/editions/tw5.com/tiddlers/widgets/CodeblockWidget.tid +2 -2
  830. package/editions/tw5.com/tiddlers/widgets/Custom Widgets.tid +2 -2
  831. package/editions/tw5.com/tiddlers/widgets/DataWidget.tid +2 -1
  832. package/editions/tw5.com/tiddlers/widgets/DroppableWidget.tid +32 -13
  833. package/editions/tw5.com/tiddlers/widgets/EditTextWidget.tid +18 -1
  834. package/editions/tw5.com/tiddlers/widgets/EditWidget.tid +14 -1
  835. package/editions/tw5.com/tiddlers/widgets/GenesisWidget.tid +1 -1
  836. package/editions/tw5.com/tiddlers/widgets/LinkCatcherWidget.tid +6 -2
  837. package/editions/tw5.com/tiddlers/widgets/LinkWidget.tid +4 -2
  838. package/editions/tw5.com/tiddlers/widgets/RevealWidget.tid +5 -52
  839. package/editions/tw5.com/tiddlers/widgets/Widgets.tid +2 -4
  840. package/editions/tw5.com/tiddlers/wikitext/Conditional Shortcut Syntax.tid +16 -16
  841. package/editions/tw5.com/tiddlers/wikitext/HTML Entities.tid +3 -2
  842. package/editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid +7 -9
  843. package/editions/tw5.com/tiddlers/wikitext/Lists in WikiText.tid +1 -1
  844. package/editions/tw5.com/tiddlers/wikitext/Utility Classes.tid +2 -1
  845. package/editions/tw5.com/tiddlers/wikitext/parser/Places where the parser ignores WikiText.tid +2 -2
  846. package/editions/tw5.com/tiddlers/wikitext/parser/WikiText parser mode_ HTML examples.tid +6 -39
  847. package/editions/tw5.com/tiddlers/workingwithtw/TiddlyWiki Privacy and Security.tid +48 -0
  848. package/editions/tw5.com/tiddlywiki.info +1 -4
  849. package/editions/tw5.com-docs/tiddlers/Welcome to tw5.com-docs.tid +1 -1
  850. package/editions/tw5.com-server/tiddlywiki.info +0 -1
  851. package/eslint.config.js +333 -0
  852. package/languages/ar-PS/plugin.info +1 -1
  853. package/languages/ca-ES/plugin.info +1 -1
  854. package/languages/cs-CZ/plugin.info +1 -1
  855. package/languages/da-DK/plugin.info +1 -1
  856. package/languages/de-DE/Snippets/FunctionDefinition.tid +7 -0
  857. package/languages/de-DE/Snippets/MacroDefinition.tid +1 -1
  858. package/languages/de-DE/Snippets/ProcedureDefinition.tid +8 -0
  859. package/languages/de-DE/Types/application_javascript.tid +1 -0
  860. package/languages/de-DE/Types/application_json.tid +1 -0
  861. package/languages/de-DE/Types/application_x_tiddler_dictionary.tid +1 -0
  862. package/languages/de-DE/Types/image_gif.tid +2 -1
  863. package/languages/de-DE/Types/image_jpeg.tid +1 -0
  864. package/languages/de-DE/Types/image_png.tid +1 -0
  865. package/languages/de-DE/Types/image_svg_xml.tid +1 -0
  866. package/languages/de-DE/Types/text_css.tid +1 -0
  867. package/languages/de-DE/Types/text_html.tid +1 -0
  868. package/languages/de-DE/Types/text_plain.tid +1 -0
  869. package/languages/de-DE/Types/text_vnd.tiddlywiki.tid +2 -1
  870. package/languages/de-DE/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
  871. package/languages/el-GR/plugin.info +1 -1
  872. package/languages/en-PH/Buttons.multids +13 -0
  873. package/languages/en-PH/ControlPanel.multids +9 -0
  874. package/languages/en-PH/CoreReadMe.tid +8 -0
  875. package/languages/en-PH/Dates.multids +5 -0
  876. package/languages/en-PH/Docs/ModuleTypes.multids +3 -0
  877. package/languages/en-PH/Docs/PaletteColours.multids +7 -0
  878. package/languages/en-PH/Fields.multids +4 -0
  879. package/languages/en-PH/Filters.multids +3 -0
  880. package/languages/en-PH/Import.multids +3 -0
  881. package/languages/en-PH/Misc.multids +15 -0
  882. package/languages/en-PH/Modals/Download.tid +13 -0
  883. package/languages/en-PH/NewJournal.multids +3 -0
  884. package/languages/en-PH/icon.tid +21 -0
  885. package/languages/en-PH/plugin.info +8 -0
  886. package/languages/es-ES/Buttons.multids +5 -0
  887. package/languages/es-ES/ControlPanel.multids +20 -0
  888. package/languages/es-ES/Docs/ModuleTypes.multids +1 -1
  889. package/languages/es-ES/Docs/PaletteColours.multids +7 -0
  890. package/languages/es-ES/EditTemplate.multids +2 -0
  891. package/languages/es-ES/Fields.multids +2 -0
  892. package/languages/es-ES/Help/commands.tid +1 -1
  893. package/languages/es-ES/Misc.multids +2 -2
  894. package/languages/es-ES/Search.multids +2 -0
  895. package/languages/es-ES/Snippets/FunctionDefinition.tid +7 -0
  896. package/languages/es-ES/Snippets/ProcedureDefinition.tid +7 -0
  897. package/languages/es-ES/Types/image_svg_xml.tid +1 -1
  898. package/languages/es-ES/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
  899. package/languages/es-ES/plugin.info +2 -2
  900. package/languages/fa-IR/plugin.info +1 -1
  901. package/languages/fr-FR/Buttons.multids +4 -0
  902. package/languages/fr-FR/ControlPanel.multids +6 -0
  903. package/languages/fr-FR/Docs/PaletteColours.multids +7 -3
  904. package/languages/fr-FR/Snippets/FunctionDefinition.tid +7 -0
  905. package/languages/fr-FR/Snippets/ProcedureDefinition.tid +7 -0
  906. package/languages/fr-FR/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
  907. package/languages/he-IL/plugin.info +1 -1
  908. package/languages/hi-IN/plugin.info +1 -1
  909. package/languages/it-IT/plugin.info +1 -1
  910. package/languages/ja-JP/plugin.info +1 -1
  911. package/languages/ko-KR/plugin.info +1 -1
  912. package/languages/mk-MK/plugin.info +1 -1
  913. package/languages/nl-NL/plugin.info +1 -1
  914. package/languages/pa-IN/plugin.info +1 -1
  915. package/languages/pl-PL/Buttons.multids +4 -0
  916. package/languages/pl-PL/ControlPanel.multids +20 -0
  917. package/languages/pl-PL/Docs/PaletteColours.multids +7 -0
  918. package/languages/pl-PL/EditTemplate.multids +1 -0
  919. package/languages/pl-PL/Fields.multids +1 -0
  920. package/languages/pl-PL/Misc.multids +2 -0
  921. package/languages/pl-PL/Search.multids +2 -0
  922. package/languages/pl-PL/Snippets/FunctionDefinition.tid +7 -0
  923. package/languages/pl-PL/Snippets/ProcedureDefinition.tid +7 -0
  924. package/languages/pl-PL/Types/text_vnd.tiddlywiki_multiple.tid +6 -0
  925. package/languages/pl-PL/plugin.info +1 -1
  926. package/languages/pl-PL/readme.md +1 -1
  927. package/languages/pt-PT/plugin.info +1 -1
  928. package/languages/ru-RU/plugin.info +1 -1
  929. package/languages/sk-SK/plugin.info +1 -1
  930. package/languages/sl-SI/plugin.info +1 -1
  931. package/languages/sv-SE/plugin.info +1 -1
  932. package/languages/zh-CN/plugin.info +1 -1
  933. package/languages/zh-HK/Buttons.multids +17 -0
  934. package/languages/zh-HK/ControlPanel.multids +31 -0
  935. package/languages/zh-HK/Docs/ModuleTypes.multids +3 -0
  936. package/languages/zh-HK/Fields.multids +5 -0
  937. package/languages/zh-HK/GettingStarted.tid +18 -0
  938. package/languages/zh-HK/Help/listen.tid +35 -0
  939. package/languages/zh-HK/Help/notfound.tid +3 -0
  940. package/languages/zh-HK/Help/password.tid +10 -0
  941. package/languages/zh-HK/Help/render.tid +34 -0
  942. package/languages/zh-HK/Help/savetiddlers.tid +16 -0
  943. package/languages/zh-HK/Help/server.tid +44 -0
  944. package/languages/zh-HK/Help/setfield.tid +17 -0
  945. package/languages/zh-HK/Misc.multids +5 -0
  946. package/languages/zh-HK/SideBar.multids +3 -0
  947. package/languages/zh-HK/Snippets/ProcedureDefinition.tid +7 -0
  948. package/languages/zh-HK/ThemeTweaks.multids +3 -0
  949. package/languages/zh-HK/plugin.info +1 -1
  950. package/languages/zh-Hans/Buttons.multids +2 -0
  951. package/languages/zh-Hans/ControlPanel.multids +10 -0
  952. package/languages/zh-Hans/Snippets/FunctionDefinition.tid +7 -0
  953. package/languages/zh-Hans/Snippets/ProcedureDefinition.tid +7 -0
  954. package/languages/zh-Hans/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
  955. package/languages/zh-Hans/plugin.info +1 -1
  956. package/languages/zh-Hant/Buttons.multids +2 -0
  957. package/languages/zh-Hant/ControlPanel.multids +11 -1
  958. package/languages/zh-Hant/Snippets/FunctionDefinition.tid +7 -0
  959. package/languages/zh-Hant/Snippets/ProcedureDefinition.tid +7 -0
  960. package/languages/zh-Hant/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
  961. package/languages/zh-Hant/plugin.info +1 -1
  962. package/languages/zh-TW/plugin.info +1 -1
  963. package/licenses/cla-entity.md +3 -1
  964. package/licenses/cla-individual.md +22 -0
  965. package/package.json +4 -3
  966. package/plugins/tiddlywiki/aws/docs/setup.tid +1 -1
  967. package/plugins/tiddlywiki/aws/modules/command.js +0 -5
  968. package/plugins/tiddlywiki/aws/modules/encodings.js +0 -4
  969. package/plugins/tiddlywiki/aws/modules/init.js +0 -4
  970. package/plugins/tiddlywiki/aws/modules/utils.js +0 -4
  971. package/plugins/tiddlywiki/blog/templates/tiddler.tid +2 -2
  972. package/plugins/tiddlywiki/browser-sniff/readme.tid +1 -1
  973. package/plugins/tiddlywiki/browser-storage/readme.tid +1 -1
  974. package/plugins/tiddlywiki/browser-storage/settings.tid +2 -0
  975. package/plugins/tiddlywiki/browser-storage/startup.js +16 -9
  976. package/plugins/tiddlywiki/browser-storage/util.js +1 -1
  977. package/plugins/tiddlywiki/cecily/readme.tid +1 -1
  978. package/plugins/tiddlywiki/classictools/languages/ia-IA/types/text_Fx-tiddlywiki.tid +4 -0
  979. package/{languages/sv-SE/Types → plugins/tiddlywiki/classictools/languages/sv-SE/types}/text_x-tiddlywiki.tid +4 -4
  980. package/plugins/tiddlywiki/classictools/readme.tid +1 -1
  981. package/plugins/tiddlywiki/codemirror/readme.tid +1 -1
  982. package/plugins/tiddlywiki/codemirror/settings/cursorBlinkRate.tid +1 -1
  983. package/plugins/tiddlywiki/codemirror/settings/indentUnit.tid +1 -1
  984. package/plugins/tiddlywiki/codemirror/settings/tabSize.tid +1 -1
  985. package/plugins/tiddlywiki/codemirror/ui/controlpanel/codemirror.tid +2 -2
  986. package/plugins/tiddlywiki/comments/config.tid +2 -0
  987. package/plugins/tiddlywiki/consent-banner/config.tid +2 -0
  988. package/plugins/tiddlywiki/consent-banner/docs.tid +1 -1
  989. package/plugins/tiddlywiki/d3/barwidget.js +4 -4
  990. package/plugins/tiddlywiki/d3/readme.tid +1 -1
  991. package/plugins/tiddlywiki/dynaview/config.tid +2 -0
  992. package/plugins/tiddlywiki/external-attachments/settings.tid +2 -0
  993. package/plugins/tiddlywiki/filesystem/filesystemadaptor.js +9 -3
  994. package/plugins/tiddlywiki/filesystem/readme.tid +1 -1
  995. package/plugins/tiddlywiki/freelinks/settings.tid +2 -0
  996. package/plugins/tiddlywiki/geospatial/docs/geolayer.tid +5 -2
  997. package/plugins/tiddlywiki/geospatial/docs/geomap.tid +71 -1
  998. package/plugins/tiddlywiki/geospatial/images/markers/pin.svg +1 -9
  999. package/plugins/tiddlywiki/geospatial/operators/helper.js +1 -1
  1000. package/plugins/tiddlywiki/geospatial/operators/olc.js +6 -6
  1001. package/plugins/tiddlywiki/geospatial/settings.tid +2 -0
  1002. package/plugins/tiddlywiki/geospatial/tests/operators/geodistance.tid +1 -1
  1003. package/plugins/tiddlywiki/geospatial/tests/operators/geolookup.tid +3 -3
  1004. package/plugins/tiddlywiki/geospatial/tests/operators/geonearestpoint.tid +2 -2
  1005. package/plugins/tiddlywiki/geospatial/tests/operators/geonearestpoint2.tid +3 -3
  1006. package/plugins/tiddlywiki/geospatial/tests/operators/geopoint.tid +1 -1
  1007. package/plugins/tiddlywiki/geospatial/tests/operators/olc-decode.tid +2 -2
  1008. package/plugins/tiddlywiki/geospatial/tests/widgets/geomap-empty-layer.tid +19 -0
  1009. package/plugins/tiddlywiki/geospatial/widgets/geomap.js +78 -23
  1010. package/plugins/tiddlywiki/github-fork-ribbon/plugin.info +1 -1
  1011. package/plugins/tiddlywiki/github-fork-ribbon/readme.tid +1 -1
  1012. package/plugins/tiddlywiki/github-fork-ribbon/template.tid +1 -1
  1013. package/plugins/tiddlywiki/github-fork-ribbon/usage.tid +5 -5
  1014. package/plugins/tiddlywiki/googleanalytics/readme.tid +1 -1
  1015. package/plugins/tiddlywiki/googleanalytics/settings.tid +2 -0
  1016. package/plugins/tiddlywiki/help/help.tid +8 -8
  1017. package/plugins/tiddlywiki/help/readme.tid +1 -1
  1018. package/plugins/tiddlywiki/help/tabs/Support.tid +1 -1
  1019. package/plugins/tiddlywiki/highlight/usage.tid +2 -2
  1020. package/plugins/tiddlywiki/jasmine/readme.tid +1 -1
  1021. package/plugins/tiddlywiki/katex/config.tid +2 -0
  1022. package/plugins/tiddlywiki/katex/readme.tid +1 -1
  1023. package/plugins/tiddlywiki/katex/styles.tid +1 -1
  1024. package/plugins/tiddlywiki/katex/wrapper.js +1 -1
  1025. package/plugins/tiddlywiki/markdown/EditorToolbar/picture-dropdown.tid +24 -0
  1026. package/plugins/tiddlywiki/markdown/EditorToolbar/picture.tid +10 -0
  1027. package/plugins/tiddlywiki/markdown/EditorToolbar/strikethrough.tid +15 -0
  1028. package/plugins/tiddlywiki/markdown/EditorToolbar/subscript.tid +15 -0
  1029. package/plugins/tiddlywiki/markdown/EditorToolbar/superscript.tid +15 -0
  1030. package/plugins/tiddlywiki/markdown/editor-operations/make-markdown-link.js +4 -4
  1031. package/plugins/tiddlywiki/markdown/markdown-it-katex.js +24 -24
  1032. package/plugins/tiddlywiki/markdown/new-markdown.tid +4 -4
  1033. package/plugins/tiddlywiki/markdown/plugin.info +1 -1
  1034. package/plugins/tiddlywiki/markdown/readme.tid +69 -0
  1035. package/plugins/tiddlywiki/markdown/settings/breaks.tid +9 -0
  1036. package/plugins/tiddlywiki/markdown/settings/linkify.tid +9 -0
  1037. package/plugins/tiddlywiki/markdown/settings/quotes.tid +8 -0
  1038. package/plugins/tiddlywiki/markdown/settings/renderWikiText.tid +9 -0
  1039. package/plugins/tiddlywiki/markdown/settings/renderWikiTextPragma.tid +7 -0
  1040. package/plugins/tiddlywiki/markdown/settings/typographer.tid +9 -0
  1041. package/plugins/tiddlywiki/markdown/settings.tid +19 -0
  1042. package/plugins/tiddlywiki/markdown/styles.tid +1 -1
  1043. package/plugins/tiddlywiki/markdown/wrapper.js +2 -2
  1044. package/plugins/tiddlywiki/markdown-legacy/new-markdown.tid +4 -4
  1045. package/plugins/tiddlywiki/markdown-legacy/readme.tid +1 -1
  1046. package/plugins/tiddlywiki/menubar/keyboardshortcuts-menubar-search.tid +5 -0
  1047. package/plugins/tiddlywiki/menubar/shortcutinfo-menubar-search.tid +4 -0
  1048. package/plugins/tiddlywiki/nodewebkitsaver/readme.tid +1 -1
  1049. package/plugins/tiddlywiki/pluginlibrary/readme.tid +1 -1
  1050. package/plugins/tiddlywiki/qrcode/ViewToolbarButton/Button.tid +17 -39
  1051. package/plugins/tiddlywiki/qrcode/docs/makeqr.tid +13 -9
  1052. package/plugins/tiddlywiki/qrcode/makeqr.js +2 -2
  1053. package/plugins/tiddlywiki/railroad/parser.js +1 -1
  1054. package/plugins/tiddlywiki/savetrail/settings.tid +2 -1
  1055. package/plugins/tiddlywiki/share/settings.tid +2 -0
  1056. package/plugins/tiddlywiki/stacked-view/readme.tid +1 -1
  1057. package/plugins/tiddlywiki/tahoelafs/readme.tid +1 -1
  1058. package/plugins/tiddlywiki/text-slicer/modules/slicer.js +1 -1
  1059. package/plugins/tiddlywiki/text-slicer/ui/slice-toolbar-button.tid +5 -5
  1060. package/plugins/tiddlywiki/tiddlyweb/configOfficialPluginLibrary.tid +1 -1
  1061. package/plugins/tiddlywiki/tiddlyweb/readme.tid +1 -1
  1062. package/plugins/tiddlywiki/tiddlyweb/save-wiki-button.tid +4 -4
  1063. package/plugins/tiddlywiki/tiddlyweb/tiddlywebadaptor.js +2 -2
  1064. package/plugins/tiddlywiki/tour/settings.tid +63 -57
  1065. package/plugins/tiddlywiki/tour/simplified-tiddler-with-tags.tid +4 -4
  1066. package/plugins/tiddlywiki/tour/simplified-tiddler.tid +2 -2
  1067. package/plugins/tiddlywiki/tour/styles.tid +1 -0
  1068. package/plugins/tiddlywiki/translators/Translators.tid +6 -0
  1069. package/plugins/tiddlywiki/translators/readme.tid +1 -1
  1070. package/plugins/tiddlywiki/translators/templates/help-tid.tid +5 -5
  1071. package/plugins/tiddlywiki/translators/templates/modal-tid.tid +8 -8
  1072. package/plugins/tiddlywiki/translators/templates/snippet-tid.tid +5 -5
  1073. package/plugins/tiddlywiki/translators/templates/type-tid.tid +6 -6
  1074. package/plugins/tiddlywiki/tw2parser/entry.js +1 -1
  1075. package/plugins/tiddlywiki/tw2parser/readme.tid +1 -1
  1076. package/plugins/tiddlywiki/tw2parser/wikitextparser.js +1 -1
  1077. package/plugins/tiddlywiki/tw2parser/wikitextrules.js +7 -7
  1078. package/plugins/tiddlywiki/upgrade/readme.tid +1 -1
  1079. package/readme.md +8 -7
  1080. package/themes/tiddlywiki/vanilla/base.tid +85 -16
  1081. package/themes/tiddlywiki/vanilla/settings.multids +2 -2
  1082. package/.eslintignore +0 -8
  1083. package/.eslintrc.yml +0 -283
  1084. package/core/language/en-GB/Types/image_x-icon.tid +0 -5
  1085. package/editions/test/tiddlers/tests/data/tabs-macro/expected-html-tabs-horizontal-all.tid +0 -5
  1086. package/editions/test/tiddlers/tests/data/tabs-macro/expected-html-tabs-horizontal.tid +0 -5
  1087. package/editions/test/tiddlers/tests/data/tabs-macro/expected-html-tabs-vertical.tid +0 -5
  1088. package/editions/tw5.com/tiddlers/definitions/Federatial.tid +0 -21
  1089. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail_-_Federatial.tid +0 -11
  1090. package/editions/tw5.com/tiddlers/images/Federatial.png +0 -0
  1091. package/editions/tw5.com/tiddlers/images/Federatial.png.meta +0 -3
  1092. package/editions/tw5.com/tiddlers/saving/Saving with FireFox.tid +0 -17
  1093. package/editions/tw5.com/tiddlers/saving/Saving with TiddlyFox on Android.tid +0 -26
  1094. package/languages/ca-ES/Types/image%2Fx-icon.tid +0 -4
  1095. package/languages/cs-CZ/Types/image%2Fx-icon.tid +0 -4
  1096. package/languages/da-DK/Types/image%2Fx-icon.tid +0 -4
  1097. package/languages/de-DE/Types/image_x-icon.tid +0 -4
  1098. package/languages/el-GR/Types/image%2Fx-icon.tid +0 -4
  1099. package/languages/es-ES/Types/image_x-icon.tid +0 -5
  1100. package/languages/fr-FR/Types/image_x-icon.tid +0 -5
  1101. package/languages/he-IL/Types/image%2Fx-icon.tid +0 -4
  1102. package/languages/hi-IN/Types/image%2Fx-icon.tid +0 -5
  1103. package/languages/ia-IA/Types/image%2Fx-icon.tid +0 -4
  1104. package/languages/it-IT/Types/image_x-icon.tid +0 -5
  1105. package/languages/ja-JP/Types/image%2Fx-icon.tid +0 -4
  1106. package/languages/ko-KR/Types/image%2Fx-icon.tid +0 -4
  1107. package/languages/mk-MK/Types/image%2Fx-icon.tid +0 -4
  1108. package/languages/nl-NL/Types/image%2Fx-icon.tid +0 -4
  1109. package/languages/pa-IN/Types/image%2Fx-icon.tid +0 -4
  1110. package/languages/pl-PL/Types/image_x-icon.tid +0 -5
  1111. package/languages/pt-BR/Types/image%2Fx-icon.tid +0 -4
  1112. package/languages/pt-PT/Types/image%2Fx-icon.tid +0 -4
  1113. package/languages/ru-RU/Types/image%2Fx-icon.tid +0 -4
  1114. package/languages/sk-SK/Types/image%2Fx-icon.tid +0 -4
  1115. package/languages/sl-SI/Types/image%2Fx-icon.tid +0 -4
  1116. package/languages/sv-SE/Types/image_x-icon.tid +0 -4
  1117. package/languages/zh-Hans/Types/image_x-icon.tid +0 -4
  1118. package/languages/zh-Hant/Types/image_x-icon.tid +0 -4
  1119. package/plugins/tiddlywiki/markdown/config.tid +0 -80
  1120. /package/core/ui/{StandardLayout.tid → PageTemplate.tid} +0 -0
  1121. /package/{languages/ca-ES/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/ca-ES/types/text_Fx-tiddlywiki.tid} +0 -0
  1122. /package/{languages/cs-CZ/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/cs-CZ/types/text_Fx-tiddlywiki.tid} +0 -0
  1123. /package/{languages/da-DK/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/da-DK/types/text_Fx-tiddlywiki.tid} +0 -0
  1124. /package/{languages/de-DE/Types → plugins/tiddlywiki/classictools/languages/de-DE/types}/text_x-tiddlywiki.tid +0 -0
  1125. /package/{languages/el-GR/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/el-Gr/types/text_Fx-tiddlywiki.tid} +0 -0
  1126. /package/{core/language/en-GB/Types → plugins/tiddlywiki/classictools/languages/en-GB/types}/text_x-tiddlywiki.tid +0 -0
  1127. /package/{languages/es-ES/Types → plugins/tiddlywiki/classictools/languages/es-ES/types}/text_x-tiddlywiki.tid +0 -0
  1128. /package/{languages/fr-FR/Types → plugins/tiddlywiki/classictools/languages/fr-FR/types}/text_x-tiddlywiki.tid +0 -0
  1129. /package/{languages/he-IL/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/he-IL/types/text_Fx-tiddlywiki.tid} +0 -0
  1130. /package/{languages/hi-IN/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/hi-IN/types/text_Fx-tiddlywiki.tid} +0 -0
  1131. /package/{languages/it-IT/Types → plugins/tiddlywiki/classictools/languages/it-IT/types}/text_x-tiddlywiki.tid +0 -0
  1132. /package/{languages/ja-JP/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/ja-JP/types/text_Fx-tiddlywiki.tid} +0 -0
  1133. /package/{languages/ko-KR/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/ko-KR/types/text_Fx-tiddlywiki.tid} +0 -0
  1134. /package/{languages/mk-MK/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/mk-MK/types/text_Fx-tiddlywiki.tid} +0 -0
  1135. /package/{languages/nl-NL/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/nl-NL/types/text_Fx-tiddlywiki.tid} +0 -0
  1136. /package/{languages/pa-IN/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/pa-IN/types/text_Fx-tiddlywiki.tid} +0 -0
  1137. /package/{languages/pl-PL/Types → plugins/tiddlywiki/classictools/languages/pl-PL/types}/text_x-tiddlywiki.tid +0 -0
  1138. /package/{languages/pt-BR/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/pt-BR/types/text_Fx-tiddlywiki.tid} +0 -0
  1139. /package/{languages/pt-PT/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/pt-PT/types/text_Fx-tiddlywiki.tid} +0 -0
  1140. /package/{languages/ru-RU/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/ru-RU/types/text_Fx-tiddlywiki.tid} +0 -0
  1141. /package/{languages/sk-SK/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/sk-SK/types/text_Fx-tiddlywiki.tid} +0 -0
  1142. /package/{languages/sl-SI/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/sl-SI/types/text_Fx-tiddlywiki.tid} +0 -0
  1143. /package/{languages/zh-Hans/Types → plugins/tiddlywiki/classictools/languages/zh-Hans/types}/text_x-tiddlywiki.tid +0 -0
  1144. /package/{languages/zh-Hant/Types → plugins/tiddlywiki/classictools/languages/zh-Hant/types}/text_x-tiddlywiki.tid +0 -0
@@ -7,7 +7,7 @@ title: Release 5.2.0
7
7
  type: text/vnd.tiddlywiki
8
8
  description: JSON store area, nestable macros, counter attribute for ListWidget, MessageCatcherWidget
9
9
 
10
- //[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.1.23...v5.2.0]]//
10
+ //[[See GitHub for detailed change history of this release|https://github.com/TiddlyWiki/TiddlyWiki5/compare/v5.1.23...v5.2.0]]//
11
11
 
12
12
  <<.banner-credits
13
13
  credit:"""Congratulations to Frank. B for his winning design for the banner for this release (here are the [[other entries|https://groups.google.com/g/tiddlywiki/c/eccIEHZoxsI/m/_MWs3EooBAAJ]]).
@@ -25,13 +25,13 @@ Firstly, the ''characters that can be used in field names are now unrestricted''
25
25
 
26
26
  Secondly, external tools that read, write or otherwise process TiddlyWiki HTML files will need modification to understand the new store area format. The details are documented in the [[/dev wiki|https://tiddlywiki.com/dev/#Data%20Storage%20in%20Single%20File%20TiddlyWiki]].
27
27
 
28
- For more details, see ticket [[#5708|https://github.com/Jermolene/TiddlyWiki5/pull/5708]] on GitHub.
28
+ For more details, see ticket [[#5708|https://github.com/TiddlyWiki/TiddlyWiki5/pull/5708]] on GitHub.
29
29
 
30
30
  !! Dragging and Dropping Images into the Editor
31
31
 
32
32
  It is now possible to drag and drop an image file directly into the tiddler text editor. A popup allows the incoming image tiddler to be renamed, and then `[img[title]]` is automatically inserted into the tiddler text at the insertion point.
33
33
 
34
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/5699">> (and again [[here|https://github.com/Jermolene/TiddlyWiki5/pull/5705]]) ability to drag and drop images directly in the editor
34
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5699">> (and again [[here|https://github.com/TiddlyWiki/TiddlyWiki5/pull/5705]]) ability to drag and drop images directly in the editor
35
35
 
36
36
  !! Simplified Access to Tiddler Title with ActionCreateTiddlerWidget
37
37
 
@@ -48,7 +48,7 @@ It is now possible to embed actions within the body of the ActionCreateTiddlerWi
48
48
 
49
49
  For more details:
50
50
 
51
- * <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/commit/9faaa312998d48c56bd50335820b6b881266af4b">> [[ActionCreateTiddlerWidget]] to make the new title available as a variable
51
+ * <<.link-badge-extended "https://github.com/TiddlyWiki/TiddlyWiki5/commit/9faaa312998d48c56bd50335820b6b881266af4b">> [[ActionCreateTiddlerWidget]] to make the new title available as a variable
52
52
 
53
53
  !! More Flexible Parsing of Macros
54
54
 
@@ -66,8 +66,8 @@ Second, macro parameters can now be used within filter expressions. For example:
66
66
  [<qualify "$:/state/mydata">addsuffix[-]addsuffix<now "YYYY MM DDD hh:mm:ss">]
67
67
  ```
68
68
 
69
- * <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/5451">> macro calls to use the same parser as that used for widget attributes
70
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/5836">> support for macro parameters within filters (see [[Filter Parameter]])
69
+ * <<.link-badge-improved "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5451">> macro calls to use the same parser as that used for widget attributes
70
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5836">> support for macro parameters within filters (see [[Filter Parameter]])
71
71
 
72
72
  !! Optimised Refreshing of Transclusions
73
73
 
@@ -83,139 +83,139 @@ However, developers have sometimes worked around this limitation by using the Tr
83
83
 
84
84
  For end users, if an upgrade to v5.2.0 causes problems then consult the discussion [[Forums]] to see if other users have encountered the same problem, and make a new posting if needed.
85
85
 
86
- * <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/5736">> the TranscludeWidget to avoid triggering a refresh unless the transcluded field changes (previously it was also triggered for changes to other fields)
86
+ * <<.link-badge-improved "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5736">> the TranscludeWidget to avoid triggering a refresh unless the transcluded field changes (previously it was also triggered for changes to other fields)
87
87
 
88
88
  !! Other Notable Improvements
89
89
 
90
- <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/pull/5611">> (and [[here|https://github.com/Jermolene/TiddlyWiki5/commit/4a99e0cc7d4a6b9e7071c0b2a9a0f63c3c7d2492]]) the [[ListWidget]] with an optional `counter` attribute specifying a variable to contain the numeric index of each list item. This is useful for creating a list of numbered items, and for detecting the first and last entries in a list
90
+ <<.link-badge-extended "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5611">> (and [[here|https://github.com/TiddlyWiki/TiddlyWiki5/commit/4a99e0cc7d4a6b9e7071c0b2a9a0f63c3c7d2492]]) the [[ListWidget]] with an optional `counter` attribute specifying a variable to contain the numeric index of each list item. This is useful for creating a list of numbered items, and for detecting the first and last entries in a list
91
91
 
92
- <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/commit/3094e062366830bdecfb91e3d852667fa951dc50">> action widget execution with an optional new mode that ensures that all widgets are refreshed before invocation -- see [[ActionWidget Execution Modes]]. This resolves a long-standing inconsistency in the way that ActionWidgets are executed, making them behave much more like a conventional programming language
92
+ <<.link-badge-extended "https://github.com/TiddlyWiki/TiddlyWiki5/commit/3094e062366830bdecfb91e3d852667fa951dc50">> action widget execution with an optional new mode that ensures that all widgets are refreshed before invocation -- see [[ActionWidget Execution Modes]]. This resolves a long-standing inconsistency in the way that ActionWidgets are executed, making them behave much more like a conventional programming language
93
93
 
94
- <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/5726">> the HTML comment syntax to enable it to be used before and in between pragmas such as macro definitions. This makes it much easier to provide documentation within complex wikitext tiddlers
94
+ <<.link-badge-improved "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5726">> the HTML comment syntax to enable it to be used before and in between pragmas such as macro definitions. This makes it much easier to provide documentation within complex wikitext tiddlers
95
95
 
96
- <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/a360adbba924d222c5b55709133c18890c04398d">> size of dropzone when story river is empty. For a long time, TiddlyWiki confusingly wouldn't recognise a drag and drop operation if the story river was empty
96
+ <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/commit/a360adbba924d222c5b55709133c18890c04398d">> size of dropzone when story river is empty. For a long time, TiddlyWiki confusingly wouldn't recognise a drag and drop operation if the story river was empty
97
97
 
98
98
  ! Performance Improvements
99
99
 
100
- * <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/5380">> (and again [[here|https://github.com/Jermolene/TiddlyWiki5/pull/5488]]) the efficiency of the linked list implementation used in filter processing
101
- * <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/5362">> the [[all Operator]] and [[here|https://github.com/Jermolene/TiddlyWiki5/pull/5369"]] the [[links Operator]], and [[here|https://github.com/Jermolene/TiddlyWiki5/pull/6050]] the [[backlinks Operator]] to use the new linked list implementation
102
- * <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/5436">> [[ETag|https://en.wikipedia.org/wiki/HTTP_ETag]]-based browser-side caching for all resources and GZip or Deflate compression for all responses to GET requests
103
- * <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/commit/70e60cd93fe26e9cde1e350e3236578fa5abfe48">> plugin internal formatting to remove unneeded whitespace, saving about 6% on the size of the $:/core plugin
104
- * <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/6053">> performance of [[sort Operator]] through optimising common cases
100
+ * <<.link-badge-improved "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5380">> (and again [[here|https://github.com/TiddlyWiki/TiddlyWiki5/pull/5488]]) the efficiency of the linked list implementation used in filter processing
101
+ * <<.link-badge-improved "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5362">> the [[all Operator]] and [[here|https://github.com/TiddlyWiki/TiddlyWiki5/pull/5369"]] the [[links Operator]], and [[here|https://github.com/TiddlyWiki/TiddlyWiki5/pull/6050]] the [[backlinks Operator]] to use the new linked list implementation
102
+ * <<.link-badge-improved "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5436">> [[ETag|https://en.wikipedia.org/wiki/HTTP_ETag]]-based browser-side caching for all resources and GZip or Deflate compression for all responses to GET requests
103
+ * <<.link-badge-improved "https://github.com/TiddlyWiki/TiddlyWiki5/commit/70e60cd93fe26e9cde1e350e3236578fa5abfe48">> plugin internal formatting to remove unneeded whitespace, saving about 6% on the size of the $:/core plugin
104
+ * <<.link-badge-improved "https://github.com/TiddlyWiki/TiddlyWiki5/pull/6053">> performance of [[sort Operator]] through optimising common cases
105
105
 
106
106
  ! Usability Improvements
107
107
 
108
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5479">> ability to import previously blocked system tiddlers
109
- * <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/5812">> warning message when cancelling a pending import
110
- * <<.link-badge-updated "https://github.com/Jermolene/TiddlyWiki5/commit/f97850dd05693e84dd36b8af5d72b22fbfd74958">> the default font weights in the "Snow White" theme to be thicker and more legible
111
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5816">> modal mechanism to prevent page from scrolling while modals are displayed
112
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5326">> fill colour for "remove tag" button
113
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5370">> page title so that the separating em-dash is only used if the site subtitle is present
114
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5397">> broken aria-label in $:/PaletteManager
115
- * <<.link-badge-updated "https://github.com/Jermolene/TiddlyWiki5/commit/caec6bc3fea9155eb2b0aae64d577c565dd7b088">> SVG optimiser script
116
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/commit/c325380231a8c592a6e51d4498c1e6c3a241b539">> plus/minus SVG icons: <<.icon $:/core/images/plus-button>> and <<.icon $:/core/images/minus-button>>
117
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/5672">> link to the existing tiddler when the warning "Target tiddler already exists" is displayed in the edit template
118
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/5727">> class to make tag pills in the edit template look like those in the ViewTemplate
119
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/1661">> overflow of long field values that do not contain whitespace
120
- * <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/commit/a4421f50c6886b02c3595b7ffa6ba72674d6bf21">> GitHub, Gitea and GitLab savers to wikify the commit message, enabling macros to be used in the message
121
- * <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/5981">> the [[text editor stamp toolbar button|Using Stamp]] dropdown to allow sorting by drag and drop
108
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5479">> ability to import previously blocked system tiddlers
109
+ * <<.link-badge-improved "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5812">> warning message when cancelling a pending import
110
+ * <<.link-badge-updated "https://github.com/TiddlyWiki/TiddlyWiki5/commit/f97850dd05693e84dd36b8af5d72b22fbfd74958">> the default font weights in the "Snow White" theme to be thicker and more legible
111
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5816">> modal mechanism to prevent page from scrolling while modals are displayed
112
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5326">> fill colour for "remove tag" button
113
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5370">> page title so that the separating em-dash is only used if the site subtitle is present
114
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5397">> broken aria-label in $:/PaletteManager
115
+ * <<.link-badge-updated "https://github.com/TiddlyWiki/TiddlyWiki5/commit/caec6bc3fea9155eb2b0aae64d577c565dd7b088">> SVG optimiser script
116
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/commit/c325380231a8c592a6e51d4498c1e6c3a241b539">> plus/minus SVG icons: <<.icon $:/core/images/plus-button>> and <<.icon $:/core/images/minus-button>>
117
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5672">> link to the existing tiddler when the warning "Target tiddler already exists" is displayed in the edit template
118
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5727">> class to make tag pills in the edit template look like those in the ViewTemplate
119
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/1661">> overflow of long field values that do not contain whitespace
120
+ * <<.link-badge-improved "https://github.com/TiddlyWiki/TiddlyWiki5/commit/a4421f50c6886b02c3595b7ffa6ba72674d6bf21">> GitHub, Gitea and GitLab savers to wikify the commit message, enabling macros to be used in the message
121
+ * <<.link-badge-improved "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5981">> the [[text editor stamp toolbar button|Using Stamp]] dropdown to allow sorting by drag and drop
122
122
 
123
123
  ! Widget Improvements
124
124
 
125
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/commit/9eda02868f21e9dd1733ffe26352bd7ac96285b4">> (and [[here|https://github.com/Jermolene/TiddlyWiki5/commit/f87b3bfcdba79b6ad198af286bd827c61044891f]]) new MessageCatcherWidget to catch arbitrary messages and execute action strings
126
- * <<.link-badge-modified "https://github.com/Jermolene/TiddlyWiki5/commit/b9647b2c48152dac069a1099a0822b32375a66cf">> [[FieldManglerWidget]] to ensure it doesn't propogate events that it traps
127
- * <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/pull/5597">> [[DropzoneWidget]] to optionally invoke actions after the `tm-import-tiddlers` message has been sent, and to specify an optional `contentTypesFilter` which determines which content types are accepted by the dropzone.
128
- * <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/commit/07caa16e8714afe9a64eb202375e4a2f95da1508">> [[DropzoneWidget]] to also use the specified deserializer for strings either dropped or pasted on to the dropzone
129
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5635">> [[SelectWidget]] refreshing
130
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5644">> [[ActionListopsWidget]] bug by avoiding concatenating fragments of filter expressions
131
- * <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/commit/3f986861538a3cc5c3c6da578b45d0d9138a6b2b">> [[ActionPopupWidget]] to create floating popups that must be manually cleared
132
- * <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/pull/5648">> (and [[here|https://github.com/Jermolene/TiddlyWiki5/pull/5782]]) [[KeyboardWidget]] to provide additional information variables
133
- * <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/commit/e9e5d37ff01cc1aaa3419798904dac8b0e9775af">> DraggableWidget with option to hide the drag image
125
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/commit/9eda02868f21e9dd1733ffe26352bd7ac96285b4">> (and [[here|https://github.com/TiddlyWiki/TiddlyWiki5/commit/f87b3bfcdba79b6ad198af286bd827c61044891f]]) new MessageCatcherWidget to catch arbitrary messages and execute action strings
126
+ * <<.link-badge-modified "https://github.com/TiddlyWiki/TiddlyWiki5/commit/b9647b2c48152dac069a1099a0822b32375a66cf">> [[FieldManglerWidget]] to ensure it doesn't propogate events that it traps
127
+ * <<.link-badge-extended "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5597">> [[DropzoneWidget]] to optionally invoke actions after the `tm-import-tiddlers` message has been sent, and to specify an optional `contentTypesFilter` which determines which content types are accepted by the dropzone.
128
+ * <<.link-badge-extended "https://github.com/TiddlyWiki/TiddlyWiki5/commit/07caa16e8714afe9a64eb202375e4a2f95da1508">> [[DropzoneWidget]] to also use the specified deserializer for strings either dropped or pasted on to the dropzone
129
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5635">> [[SelectWidget]] refreshing
130
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5644">> [[ActionListopsWidget]] bug by avoiding concatenating fragments of filter expressions
131
+ * <<.link-badge-extended "https://github.com/TiddlyWiki/TiddlyWiki5/commit/3f986861538a3cc5c3c6da578b45d0d9138a6b2b">> [[ActionPopupWidget]] to create floating popups that must be manually cleared
132
+ * <<.link-badge-extended "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5648">> (and [[here|https://github.com/TiddlyWiki/TiddlyWiki5/pull/5782]]) [[KeyboardWidget]] to provide additional information variables
133
+ * <<.link-badge-extended "https://github.com/TiddlyWiki/TiddlyWiki5/commit/e9e5d37ff01cc1aaa3419798904dac8b0e9775af">> DraggableWidget with option to hide the drag image
134
134
 
135
135
  ! Filter improvements
136
136
 
137
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/5813">> new [[:map filter run prefix|Map Filter Run Prefix]]
138
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/5653">> new [[:sort filter run prefix|Sort Filter Run Prefix]]
139
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/5612">> [[average Operator]], [[median Operator]], [[variance Operator]] and [[standard-deviation Operator]] for calculating averages of a list of numbers
140
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/5673">> [[deserializers filter Operator|deserializers Operator]] for obtaining a list of the available deserializers
141
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/5665">> [[format:titlelist operator|format Operator]] for selectively adding double square brackets around titles
142
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/commit/83ee363cb4c19246ac977f55e46439dd8a1508ba">> [[charcode Operator]] for easily accessing special characters like tab and linefeed
143
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/5252">> support for suffixes to filter run prefixes
144
- * <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/pull/5968">> [[search-replace Operator]] with ''m'' flag for multiline mode
145
- * <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/commit/e6fd0caf6b997c24c116def354b2a65d8909279e">> [[range Operator]] to allow parameters to be specified as separate operands
146
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6055">> [[moduleproperty Operator]] and extended [[modules Operator]] to provide access to internal JavaScript modules
137
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5813">> new [[:map filter run prefix|Map Filter Run Prefix]]
138
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5653">> new [[:sort filter run prefix|Sort Filter Run Prefix]]
139
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5612">> [[average Operator]], [[median Operator]], [[variance Operator]] and [[standard-deviation Operator]] for calculating averages of a list of numbers
140
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5673">> [[deserializers filter Operator|deserializers Operator]] for obtaining a list of the available deserializers
141
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5665">> [[format:titlelist operator|format Operator]] for selectively adding double square brackets around titles
142
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/commit/83ee363cb4c19246ac977f55e46439dd8a1508ba">> [[charcode Operator]] for easily accessing special characters like tab and linefeed
143
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5252">> support for suffixes to filter run prefixes
144
+ * <<.link-badge-extended "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5968">> [[search-replace Operator]] with ''m'' flag for multiline mode
145
+ * <<.link-badge-extended "https://github.com/TiddlyWiki/TiddlyWiki5/commit/e6fd0caf6b997c24c116def354b2a65d8909279e">> [[range Operator]] to allow parameters to be specified as separate operands
146
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/6055">> [[moduleproperty Operator]] and extended [[modules Operator]] to provide access to internal JavaScript modules
147
147
 
148
148
  ! Hackability Improvements
149
149
 
150
- * <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/pull/5361">> [[unusedtitle Macro]] to add ''separator'' and ''template'' parameters
151
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/5720">> ''color-scheme'' field to all themes to differentiate between light and dark themes
152
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/commit/d25e540dd2f0decf61c52fdc665a28a5dfeda93f">> support for `image/vnd.microsoft.icon` content type
153
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/5458">> support for throttling refreshes for changed tiddlers with the title prefix $:/temp/volatile/
154
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/commit/89546b3357b0696a7047e6915bd6cd137b589de6">> a hidden setting to control sandboxing of tiddlers of type `text/html`
155
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/5707">> text operation [[insert-text|WidgetMessage: tm-edit-text-operation]]
156
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/commit/e157d16b724172f752da0ff714847e0c0ca9664d">> ''data-tag-title'' attribute to tag pills
157
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/5294">> support for [[dynamic toolbar buttons|How to create dynamic editor toolbar buttons]]
158
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/5694">> new [[SystemTag: $:/tags/ControlPanel/Plugins]] for customising the tabs shown under the "Plugins" tab of control panel
159
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/commit/59a53e695b28144f8f788469dad7865499d95d79">> support for DateFormat tokens for weekday number and day of year
160
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/commit/ebf563ac70b2053fcaed8c544ae83e839878e3bd">> further transliteration pairs for the [[slugify Operator]]
150
+ * <<.link-badge-extended "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5361">> [[unusedtitle Macro]] to add ''separator'' and ''template'' parameters
151
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5720">> ''color-scheme'' field to all themes to differentiate between light and dark themes
152
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/commit/d25e540dd2f0decf61c52fdc665a28a5dfeda93f">> support for `image/vnd.microsoft.icon` content type
153
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5458">> support for throttling refreshes for changed tiddlers with the title prefix $:/temp/volatile/
154
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/commit/89546b3357b0696a7047e6915bd6cd137b589de6">> a hidden setting to control sandboxing of tiddlers of type `text/html`
155
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5707">> text operation [[insert-text|WidgetMessage: tm-edit-text-operation]]
156
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/commit/e157d16b724172f752da0ff714847e0c0ca9664d">> ''data-tag-title'' attribute to tag pills
157
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5294">> support for [[dynamic toolbar buttons|How to create dynamic editor toolbar buttons]]
158
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5694">> new [[SystemTag: $:/tags/ControlPanel/Plugins]] for customising the tabs shown under the "Plugins" tab of control panel
159
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/commit/59a53e695b28144f8f788469dad7865499d95d79">> support for DateFormat tokens for weekday number and day of year
160
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/commit/ebf563ac70b2053fcaed8c544ae83e839878e3bd">> further transliteration pairs for the [[slugify Operator]]
161
161
 
162
162
  ! Client-server Improvements
163
163
 
164
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/e96a54c7531a2d9e07745e27d2015d8d7d09588f">> crash running in client server configuration when 'ETag' header is missing
165
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5423">> blank favicon when using lazily loaded images
166
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/issues/4461">> web server issue with custom path prefix and basic authentication
167
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5416">> crash on Node.js with ActionSetFieldWidget when type field is given a value upon new tiddler creation
168
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5329">> issue with saving tiddler files with titles that already end in the required extension
169
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5465">> several consistency issues with the filesystem plugin
170
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/issues/5483">> issue with encoding of $:/config/OriginalTiddlerPaths outside the wiki folder
171
- * <<.link-badge-updated "https://github.com/Jermolene/TiddlyWiki5/pull/5628">> the TiddlySpot Saver settings form
172
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/5638">> 401 and 403 error messages for PUT saver
173
- * <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/pull/5570">> the [[external JavaScript template|Using the external JavaScript template]] to be easier to use and work more smoothly when offline
174
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5931">> incorrect usage of X-Requested-With header for simple HTTP requests
175
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/a67b1b8bb5dcff5e6e3151844d96bf882ae4a976">> security issue allowing [[access to files|Using the integrated static file server]] outside the `./files/` folder
164
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/commit/e96a54c7531a2d9e07745e27d2015d8d7d09588f">> crash running in client server configuration when 'ETag' header is missing
165
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5423">> blank favicon when using lazily loaded images
166
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/issues/4461">> web server issue with custom path prefix and basic authentication
167
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5416">> crash on Node.js with ActionSetFieldWidget when type field is given a value upon new tiddler creation
168
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5329">> issue with saving tiddler files with titles that already end in the required extension
169
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5465">> several consistency issues with the filesystem plugin
170
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/issues/5483">> issue with encoding of $:/config/OriginalTiddlerPaths outside the wiki folder
171
+ * <<.link-badge-updated "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5628">> the TiddlySpot Saver settings form
172
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5638">> 401 and 403 error messages for PUT saver
173
+ * <<.link-badge-extended "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5570">> the [[external JavaScript template|Using the external JavaScript template]] to be easier to use and work more smoothly when offline
174
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5931">> incorrect usage of X-Requested-With header for simple HTTP requests
175
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/commit/a67b1b8bb5dcff5e6e3151844d96bf882ae4a976">> security issue allowing [[access to files|Using the integrated static file server]] outside the `./files/` folder
176
176
 
177
177
  ! Node.js Improvements
178
178
 
179
- * <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/commit/a38dc1730010c6a2b6a011aff4818bbc67c04055">> RenderCommand to allow multiple variables to be passed
179
+ * <<.link-badge-extended "https://github.com/TiddlyWiki/TiddlyWiki5/commit/a38dc1730010c6a2b6a011aff4818bbc67c04055">> RenderCommand to allow multiple variables to be passed
180
180
 
181
181
  ! Plugin Improvements
182
182
 
183
183
  !! [[Markdown Plugin]]
184
184
 
185
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/5846">> support for using the [[KaTeX Plugin]] in Markdown
186
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5848">> extraneous paragraph tags in lists
185
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5846">> support for using the [[KaTeX Plugin]] in Markdown
186
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5848">> extraneous paragraph tags in lists
187
187
 
188
188
  !! [[XLSX Utilities Plugin|XLSX Utilities Edition]]
189
189
 
190
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/issues/5400">> crash with the XLSX Utils plugin
190
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/issues/5400">> crash with the XLSX Utils plugin
191
191
 
192
192
  !! [[KaTeX Plugin]]
193
193
 
194
- * <<.link-badge-updated "https://github.com/Jermolene/TiddlyWiki5/commit/a2ca5e4d1ef67374628d2d78afa1550443900ec0">> to KaTeX v0.13.18
195
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/5933">> custom macro editor
196
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6046">> automatic numbering reset for each displayed tiddler
194
+ * <<.link-badge-updated "https://github.com/TiddlyWiki/TiddlyWiki5/commit/a2ca5e4d1ef67374628d2d78afa1550443900ec0">> to KaTeX v0.13.18
195
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5933">> custom macro editor
196
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/6046">> automatic numbering reset for each displayed tiddler
197
197
 
198
198
  !! [[Freelinks Plugin]]
199
199
 
200
- * <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/commit/0ed32fded996826a59832d7a7555bb16c4a57864">> the Freelinks plugin with a filter to determine which tiddlers can be the targets of freelinks
200
+ * <<.link-badge-extended "https://github.com/TiddlyWiki/TiddlyWiki5/commit/0ed32fded996826a59832d7a7555bb16c4a57864">> the Freelinks plugin with a filter to determine which tiddlers can be the targets of freelinks
201
201
 
202
202
  !! [[Menubar Plugin]]
203
203
 
204
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/discussions/5533">> Menu plugin to support optional ''dropdown-position'' field
204
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/discussions/5533">> Menu plugin to support optional ''dropdown-position'' field
205
205
 
206
206
  !! [[BibTeX Plugin]]
207
207
 
208
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/issues/5581">> BibTeX Plugin to report errors more sensibly
209
- * <<.link-badge-modified "https://github.com/Jermolene/TiddlyWiki5/commit/953fb9f237ad78e409c03d4b29b9854d8abf6cdf">> BibTex Plugin to force fieldnames to be lowercase
208
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/issues/5581">> BibTeX Plugin to report errors more sensibly
209
+ * <<.link-badge-modified "https://github.com/TiddlyWiki/TiddlyWiki5/commit/953fb9f237ad78e409c03d4b29b9854d8abf6cdf">> BibTex Plugin to force fieldnames to be lowercase
210
210
 
211
211
  ! Developer Experience Improvements
212
212
 
213
- * <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/5382">> the widget subclassing mechanism to work with widgets that add event listeners in their constructor
214
- * <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/5377">> the Jasmine test suite output
215
- * <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/commit/9f9ce6595b08032a602981f82940ca113cff8211">> wikitext parser with a subclassing mechanism
216
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/commit/ef76349c37662e9706acfffc2c2edb51a920183d">> added support for ''utils-browser'' modules
217
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/5464">> ''th-before-importing'' hook to allow plugins to inspect or modify the `importTiddler` object before any tiddlers are imported
218
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/3797">> ''th-closing-tiddler'' hook when tiddlers are closed
213
+ * <<.link-badge-improved "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5382">> the widget subclassing mechanism to work with widgets that add event listeners in their constructor
214
+ * <<.link-badge-improved "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5377">> the Jasmine test suite output
215
+ * <<.link-badge-extended "https://github.com/TiddlyWiki/TiddlyWiki5/commit/9f9ce6595b08032a602981f82940ca113cff8211">> wikitext parser with a subclassing mechanism
216
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/commit/ef76349c37662e9706acfffc2c2edb51a920183d">> added support for ''utils-browser'' modules
217
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5464">> ''th-before-importing'' hook to allow plugins to inspect or modify the `importTiddler` object before any tiddlers are imported
218
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/3797">> ''th-closing-tiddler'' hook when tiddlers are closed
219
219
 
220
220
  ! Translation improvements
221
221
 
@@ -228,37 +228,37 @@ For end users, if an upgrade to v5.2.0 causes problems then consult the discussi
228
228
 
229
229
  ! Other Bug Fixes
230
230
 
231
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5999">> crash with malformed input to `decodeURIComponent()`
232
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5376">> issue with [[lookup Operator]] returning "undefined" under some circumstances
233
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/issues/5396">> crash with unterminated wikitext comments
234
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5453">> tiddler info area content bleeding on close animation
235
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5452">> inline/block widget parsing glitch
236
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5401">> runaway regexp when parsing filters
237
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5440">> right margin of tag pill when used outside of the tags wrapper
238
- * <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/pull/5455">> upload saver to optionally work without a username or password
239
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/5e4430dbf9ff66d9a18fbdf3005abcd716efc07d">> RadioWidget to refresh selectively, and to use the ''checked'' attribute correctly
240
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5542">> "invert" option of `wiki.search()` method
241
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/7b1a0c6e6a8bd2d3badf8766af0cd3f5f7ac5ec8">> ES5 compatibility issue
242
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/226df2ad7d2978d3d7400d94767a0503e495cf98">> exporting of tiddlers that begin and end with double quotes
243
- * <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/commit/d56e8764a1f02a214df5da1cc95191be2da2491b">> accessibility of button widget when controlling a popup
244
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/d6ea369f5ef9d3092a360a4286a99902df37782b">> EditTextWidget to use default text for missing fields
245
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5552">> css-escape-polyfill to work under Node.js
246
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/dbd3f835bf8399ed1a3da7cc322ec9b6ab783d53">> (and [[here|https://github.com/Jermolene/TiddlyWiki5/commit/fb4d77ef46e23c23f4e46c13f4a529aa29a27dcd]]) crash when sorting by non-string fields
247
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5711">> (and [[here|https://github.com/Jermolene/TiddlyWiki5/pull/5868]]) some bugs in the [[EventCatcherWidget]], introduced new `stopPropagation` attribute and new syntax for specifying actions
248
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5691">> CurrentTiddler variable consistency in subfilters and prefixes
249
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/485779f5b2136b7bcd739352b56188d94b0eb9e4">> crash when accessing variables in filters that don't have a widget context
250
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/8fbf52e419e71d726ea32b6c44e3ccfc4245d825">> unnecessary triggering of reload warning when JavaScript tiddlers are not subsequently imported
251
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5521">> minor issue with import pragma
252
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5700">> leading and trailing whitespace in themes
253
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5469">> configuration list of HTML5 block elements
254
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5692">> shape and color for disabled button to work with `tc-btn-invisible` class
255
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/5473">> inconsistent spacing of view toolbar items
256
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/2720072b23593c87e7909d12c75c5b136e1bdf99">> crash when assigning new value to file input controls
257
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/6003">> [[text editor stamp button|Using Stamp]] to work with prefixes and suffixes in shadow tiddlers
258
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/62b8a83741e6eccfaead5ea7960c0400b6db5f4a">> Internet Explorer crash when pasting text using an HTA
259
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/6036">> bug with `[all[shadows]]` sometimes returning overridden shadow tiddlers
260
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/6044">> refresh bug with radio widget where the tc-radio-selected class is not correctly updated
261
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/f6eadbd1c900b5f779ebbf3c539192cd3c2b98cc">> crash with reading invalid JSON files
231
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5999">> crash with malformed input to `decodeURIComponent()`
232
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5376">> issue with [[lookup Operator]] returning "undefined" under some circumstances
233
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/issues/5396">> crash with unterminated wikitext comments
234
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5453">> tiddler info area content bleeding on close animation
235
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5452">> inline/block widget parsing glitch
236
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5401">> runaway regexp when parsing filters
237
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5440">> right margin of tag pill when used outside of the tags wrapper
238
+ * <<.link-badge-extended "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5455">> upload saver to optionally work without a username or password
239
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/commit/5e4430dbf9ff66d9a18fbdf3005abcd716efc07d">> RadioWidget to refresh selectively, and to use the ''checked'' attribute correctly
240
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5542">> "invert" option of `wiki.search()` method
241
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/commit/7b1a0c6e6a8bd2d3badf8766af0cd3f5f7ac5ec8">> ES5 compatibility issue
242
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/commit/226df2ad7d2978d3d7400d94767a0503e495cf98">> exporting of tiddlers that begin and end with double quotes
243
+ * <<.link-badge-improved "https://github.com/TiddlyWiki/TiddlyWiki5/commit/d56e8764a1f02a214df5da1cc95191be2da2491b">> accessibility of button widget when controlling a popup
244
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/commit/d6ea369f5ef9d3092a360a4286a99902df37782b">> EditTextWidget to use default text for missing fields
245
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5552">> css-escape-polyfill to work under Node.js
246
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/commit/dbd3f835bf8399ed1a3da7cc322ec9b6ab783d53">> (and [[here|https://github.com/TiddlyWiki/TiddlyWiki5/commit/fb4d77ef46e23c23f4e46c13f4a529aa29a27dcd]]) crash when sorting by non-string fields
247
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5711">> (and [[here|https://github.com/TiddlyWiki/TiddlyWiki5/pull/5868]]) some bugs in the [[EventCatcherWidget]], introduced new `stopPropagation` attribute and new syntax for specifying actions
248
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5691">> CurrentTiddler variable consistency in subfilters and prefixes
249
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/commit/485779f5b2136b7bcd739352b56188d94b0eb9e4">> crash when accessing variables in filters that don't have a widget context
250
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/commit/8fbf52e419e71d726ea32b6c44e3ccfc4245d825">> unnecessary triggering of reload warning when JavaScript tiddlers are not subsequently imported
251
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5521">> minor issue with import pragma
252
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5700">> leading and trailing whitespace in themes
253
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5469">> configuration list of HTML5 block elements
254
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5692">> shape and color for disabled button to work with `tc-btn-invisible` class
255
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5473">> inconsistent spacing of view toolbar items
256
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/commit/2720072b23593c87e7909d12c75c5b136e1bdf99">> crash when assigning new value to file input controls
257
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/6003">> [[text editor stamp button|Using Stamp]] to work with prefixes and suffixes in shadow tiddlers
258
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/commit/62b8a83741e6eccfaead5ea7960c0400b6db5f4a">> Internet Explorer crash when pasting text using an HTA
259
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/6036">> bug with `[all[shadows]]` sometimes returning overridden shadow tiddlers
260
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/6044">> refresh bug with radio widget where the tc-radio-selected class is not correctly updated
261
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/commit/f6eadbd1c900b5f779ebbf3c539192cd3c2b98cc">> crash with reading invalid JSON files
262
262
 
263
263
  ! Acknowledgements
264
264
 
@@ -7,7 +7,7 @@ title: Release 5.2.1
7
7
  type: text/vnd.tiddlywiki
8
8
  description: Filter cascades, LetWidget, trigonometric operators
9
9
 
10
- //[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.2.0...v5.2.1]]//
10
+ //[[See GitHub for detailed change history of this release|https://github.com/TiddlyWiki/TiddlyWiki5/compare/v5.2.0...v5.2.1]]//
11
11
 
12
12
  <<.banner-credits
13
13
  credit:"""Congratulations to [[Mohammad Rahmani|https://github.com/kookma]] and [[Elise Springer|https://www.wesleyan.edu/academics/faculty/espringer/profile.html]] for their winning design for the banner for this release (here are the [[other entries|https://groups.google.com/g/tiddlywiki/c/GU0TPGNMPvw/m/y1SyQk_nAQAJ]]).
@@ -17,7 +17,7 @@ description: Filter cascades, LetWidget, trigonometric operators
17
17
 
18
18
  ! Highlights
19
19
 
20
- !! <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6168">> New Filter Cascade Mechanism
20
+ !! <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/6168">> New Filter Cascade Mechanism
21
21
 
22
22
  The [[cascade mechanism|Cascades]] provides a flexible way to choose between multiple options. Crucially, it is done in a way that makes it simple for plugins to tweak the logic or add their own options.
23
23
 
@@ -44,7 +44,7 @@ The cascades can be inspected in $:/ControlPanel under ''Info'' -> ''Advanced''
44
44
 
45
45
  See [[Cascades]] for more information.
46
46
 
47
- !! <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6148">> New LetWidget
47
+ !! <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/6148">> New LetWidget
48
48
 
49
49
  The LetWidget is an improved alternative to the existing VarsWidget. It is recommended to use the new LetWidget instead of the VarsWidget in all circumstances.
50
50
 
@@ -58,43 +58,43 @@ The chief advantage is that the LetWidget performs the variable assignments in t
58
58
 
59
59
  ! Bug Fixes
60
60
 
61
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/6261">> fixed issue with drag and drop in Chrome 96
62
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/6278">> fixed issue with drag and drop and the [[CodeMirror Plugin]] in Chrome 96
63
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/6013">> refreshing of LinkWidget attributes
64
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/6107">> crash when using "source=basename-uri-decoded" in tiddlywiki.files
65
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/8ae4428332e03a1fdaee26f777a0c3a372fff401">> ''$timestamp'' attribute ignored when using ActionSetFieldWidget to set the value of an index
66
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/2af632a46d74e223f99a67c6aaa5bc6931e9466e">> crash during static rendering of [[CodeMirror Plugin]]
61
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/6261">> fixed issue with drag and drop in Chrome 96
62
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/6278">> fixed issue with drag and drop and the [[CodeMirror Plugin]] in Chrome 96
63
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/6013">> refreshing of LinkWidget attributes
64
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/6107">> crash when using "source=basename-uri-decoded" in tiddlywiki.files
65
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/commit/8ae4428332e03a1fdaee26f777a0c3a372fff401">> ''$timestamp'' attribute ignored when using ActionSetFieldWidget to set the value of an index
66
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/commit/2af632a46d74e223f99a67c6aaa5bc6931e9466e">> crash during static rendering of [[CodeMirror Plugin]]
67
67
 
68
68
  ! Usability Improvements
69
69
 
70
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/6015">> image picker in theme tweaks to not dismiss when an image is selected
71
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/5998">> a [[new hidden setting|Hidden Setting: Show Edit Preview per Tiddler]] for controlling the visibility of the editor preview pane on a per-tiddler basis
72
- * <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/commit/b0f72d069086dee8506758c643f953f9ec55f403">> sidebar plugin listing to show icon and more details
70
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/6015">> image picker in theme tweaks to not dismiss when an image is selected
71
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5998">> a [[new hidden setting|Hidden Setting: Show Edit Preview per Tiddler]] for controlling the visibility of the editor preview pane on a per-tiddler basis
72
+ * <<.link-badge-improved "https://github.com/TiddlyWiki/TiddlyWiki5/commit/b0f72d069086dee8506758c643f953f9ec55f403">> sidebar plugin listing to show icon and more details
73
73
 
74
74
  ! Widget Improvements
75
75
 
76
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/9caba544eb04f56ed772340a2d8767974b2617c9">> refreshing of the CodeBlockWidget
77
- * <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/pull/6145">> EditTextWidget to provide a new ''actionValue'' variable to action strings that contains the value of the input
76
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/commit/9caba544eb04f56ed772340a2d8767974b2617c9">> refreshing of the CodeBlockWidget
77
+ * <<.link-badge-extended "https://github.com/TiddlyWiki/TiddlyWiki5/pull/6145">> EditTextWidget to provide a new ''actionValue'' variable to action strings that contains the value of the input
78
78
 
79
79
  ! Filter improvements
80
80
 
81
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6127">> new trigonometric operators: [[acos|acos Operator]], [[asin|asin Operator]], [[atan|atan Operator]], [[cos|cos Operator]], [[sin|sin Operator]] and [[tan|tan Operator]]
82
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6150">> new [[zth Operator]] that works like [[nth Operator]] but counts from zero instead of one
83
- * <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/pull/6149">> [[Map Filter Run Prefix]] to provide additional variables to the filter
84
- * <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/6164">> macro parameters in filter run prefixes
81
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/6127">> new trigonometric operators: [[acos|acos Operator]], [[asin|asin Operator]], [[atan|atan Operator]], [[cos|cos Operator]], [[sin|sin Operator]] and [[tan|tan Operator]]
82
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/6150">> new [[zth Operator]] that works like [[nth Operator]] but counts from zero instead of one
83
+ * <<.link-badge-extended "https://github.com/TiddlyWiki/TiddlyWiki5/pull/6149">> [[Map Filter Run Prefix]] to provide additional variables to the filter
84
+ * <<.link-badge-fixed "https://github.com/TiddlyWiki/TiddlyWiki5/pull/6164">> macro parameters in filter run prefixes
85
85
 
86
86
  ! Hackability Improvements
87
87
 
88
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6130">> new ActionSetMultipleFieldsWidget, new SetMultipleVariablesWidget and extended ActionSendMessageWidget for working with multiple variables/fields/indexes/parameters in one operation
89
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6012/files">> new `focus-editor` operation to [[WidgetMessage: tm-edit-text-operation]]
88
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/6130">> new ActionSetMultipleFieldsWidget, new SetMultipleVariablesWidget and extended ActionSendMessageWidget for working with multiple variables/fields/indexes/parameters in one operation
89
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/6012/files">> new `focus-editor` operation to [[WidgetMessage: tm-edit-text-operation]]
90
90
 
91
91
  ! Developer Improvements
92
92
 
93
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6132">> support for widgets to access the order in which attributes are defined
93
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/6132">> support for widgets to access the order in which attributes are defined
94
94
 
95
95
  ! Node.js Improvements
96
96
 
97
- * <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/5275">> support for recursively loading subdirectories with [[tiddlywiki.files Files]]
97
+ * <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/5275">> support for recursively loading subdirectories with [[tiddlywiki.files Files]]
98
98
 
99
99
  ! Translation improvements
100
100