tiddlywiki 5.3.5 → 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 (1124) 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/language/en-GB/Buttons.multids +2 -0
  16. package/core/language/en-GB/ControlPanel.multids +16 -0
  17. package/core/language/en-GB/EditTemplate.multids +2 -0
  18. package/core/language/en-GB/Search.multids +2 -0
  19. package/core/language/en-GB/Snippets/FunctionDefinition.tid +7 -0
  20. package/core/language/en-GB/Snippets/ProcedureDefinition.tid +7 -0
  21. package/core/language/en-GB/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
  22. package/core/modules/commands/build.js +1 -1
  23. package/core/modules/commands/render.js +15 -10
  24. package/core/modules/config.js +1 -1
  25. package/core/modules/editor/operations/text/excise.js +12 -4
  26. package/core/modules/editor/operations/text/wrap-selection.js +112 -24
  27. package/core/modules/filters/encodings.js +4 -4
  28. package/core/modules/macros/unusedtitle.js +6 -4
  29. package/core/modules/parsers/wikiparser/rules/conditional.js +2 -2
  30. package/core/modules/parsers/wikiparser/rules/table.js +6 -3
  31. package/core/modules/savers/put.js +3 -3
  32. package/core/modules/startup/rootwidget.js +3 -1
  33. package/core/modules/storyviews/classic.js +6 -6
  34. package/core/modules/upgraders/system.js +1 -1
  35. package/core/modules/utils/dom/dom.js +3 -2
  36. package/core/modules/utils/dom/http.js +5 -0
  37. package/core/modules/utils/edition-info.js +9 -5
  38. package/core/modules/utils/fakedom.js +49 -21
  39. package/core/modules/utils/filesystem.js +1 -1
  40. package/core/modules/utils/transliterate.js +1 -1
  41. package/core/modules/utils/utils.js +4 -2
  42. package/core/modules/widgets/data.js +13 -3
  43. package/core/modules/widgets/droppable.js +26 -5
  44. package/core/modules/widgets/genesis.js +10 -10
  45. package/core/modules/widgets/keyboard.js +10 -8
  46. package/core/modules/widgets/navigator.js +9 -5
  47. package/core/modules/widgets/widget.js +6 -1
  48. package/core/modules/wiki.js +26 -16
  49. package/core/palettes/Blanca.tid +1 -0
  50. package/core/palettes/Blue.tid +1 -0
  51. package/core/palettes/BrightMute.tid +1 -0
  52. package/core/palettes/ContrastDark.tid +9 -8
  53. package/core/palettes/ContrastLight.tid +9 -8
  54. package/core/palettes/CupertinoDark.tid +1 -0
  55. package/core/palettes/DarkPhotos.tid +1 -0
  56. package/core/palettes/DesertSand.tid +1 -0
  57. package/core/palettes/FlexokiDark.tid +212 -0
  58. package/core/palettes/FlexokiLight.tid +214 -0
  59. package/core/palettes/GruvBoxDark.tid +1 -0
  60. package/core/palettes/Nord.tid +1 -0
  61. package/core/palettes/Rocker.tid +1 -0
  62. package/core/palettes/SolarFlare.tid +5 -0
  63. package/core/palettes/SolarizedDark.tid +1 -0
  64. package/core/palettes/SolarizedLight.tid +1 -0
  65. package/core/palettes/SpartanDay.tid +1 -0
  66. package/core/palettes/SpartanNight.tid +1 -0
  67. package/core/palettes/Twilight.tid +1 -0
  68. package/core/palettes/Vanilla.tid +10 -9
  69. package/core/templates/server/static.tiddler.wikitext.tid +4 -4
  70. package/core/templates/social-metadata.tid +38 -0
  71. package/core/templates/tiddlywiki5.html.tid +1 -0
  72. package/core/ui/Actions/new-journal.tid +4 -4
  73. package/core/ui/Actions/new-tiddler.tid +3 -3
  74. package/core/ui/AdvancedSearch/Filter.tid +76 -51
  75. package/core/ui/AdvancedSearch/Shadows.tid +31 -18
  76. package/core/ui/AdvancedSearch/Standard.tid +20 -15
  77. package/core/ui/AdvancedSearch/System.tid +32 -19
  78. package/core/ui/Components/plugin-info.tid +4 -4
  79. package/core/ui/ControlPanel/Basics.tid +2 -17
  80. package/core/ui/ControlPanel/Cascades/ViewTemplateSubtitle.tid +9 -0
  81. package/core/ui/ControlPanel/Cascades/ViewTemplateTags.tid +9 -0
  82. package/core/ui/ControlPanel/Modals/AddPlugins.tid +4 -4
  83. package/core/ui/ControlPanel/Saving/GitHub.tid +1 -1
  84. package/core/ui/ControlPanel/Saving/GitLab.tid +1 -1
  85. package/core/ui/ControlPanel/Saving/TiddlySpot.tid +1 -1
  86. package/core/ui/ControlPanel/Saving/gitea.tid +1 -1
  87. package/core/ui/ControlPanel/Settings/RecentLimit.tid +10 -0
  88. package/core/ui/ControlPanel/SocialCard.tid +22 -0
  89. package/core/ui/DefaultSearchResultList.tid +2 -2
  90. package/core/ui/EditTemplate/controls.tid +1 -2
  91. package/core/ui/EditTemplate/fields.tid +26 -29
  92. package/core/ui/EditTemplate/type.tid +4 -4
  93. package/core/ui/EditToolbar/cancel.tid +11 -7
  94. package/core/ui/EditToolbar/delete.tid +11 -7
  95. package/core/ui/EditToolbar/save.tid +6 -7
  96. package/core/ui/EditorToolbar/bold.tid +2 -1
  97. package/core/ui/EditorToolbar/excise.tid +1 -1
  98. package/core/ui/EditorToolbar/file-import.tid +22 -12
  99. package/core/ui/EditorToolbar/heading-1.tid +1 -1
  100. package/core/ui/EditorToolbar/heading-2.tid +1 -1
  101. package/core/ui/EditorToolbar/heading-3.tid +1 -1
  102. package/core/ui/EditorToolbar/heading-4.tid +1 -1
  103. package/core/ui/EditorToolbar/heading-5.tid +1 -1
  104. package/core/ui/EditorToolbar/heading-6.tid +1 -1
  105. package/core/ui/EditorToolbar/italic.tid +2 -1
  106. package/core/ui/EditorToolbar/link-dropdown.tid +21 -16
  107. package/core/ui/EditorToolbar/link.tid +1 -1
  108. package/core/ui/EditorToolbar/linkify.tid +2 -1
  109. package/core/ui/EditorToolbar/list-bullet.tid +1 -1
  110. package/core/ui/EditorToolbar/list-number.tid +1 -1
  111. package/core/ui/EditorToolbar/mono-block.tid +1 -1
  112. package/core/ui/EditorToolbar/mono-line.tid +2 -1
  113. package/core/ui/EditorToolbar/picture.tid +1 -1
  114. package/core/ui/EditorToolbar/quote.tid +1 -1
  115. package/core/ui/EditorToolbar/stamp-dropdown-item-template.tid +1 -1
  116. package/core/ui/EditorToolbar/strikethrough.tid +2 -1
  117. package/core/ui/EditorToolbar/subscript.tid +2 -1
  118. package/core/ui/EditorToolbar/superscript.tid +2 -1
  119. package/core/ui/EditorToolbar/transcludify.tid +2 -1
  120. package/core/ui/EditorToolbar/underline.tid +2 -1
  121. package/core/ui/KeyboardShortcuts/open-control-panel.tid +8 -0
  122. package/core/ui/PageControls/advanced-search.tid +6 -7
  123. package/core/ui/PageControls/closeall.tid +5 -5
  124. package/core/ui/PageControls/controlpanel.tid +6 -7
  125. package/core/ui/PageControls/encryption.tid +8 -8
  126. package/core/ui/PageControls/export-page.tid +1 -1
  127. package/core/ui/PageControls/fold-all.tid +5 -5
  128. package/core/ui/PageControls/full-screen.tid +5 -5
  129. package/core/ui/PageControls/home.tid +5 -5
  130. package/core/ui/PageControls/import.tid +5 -5
  131. package/core/ui/PageControls/language.tid +9 -12
  132. package/core/ui/PageControls/layout.tid +4 -4
  133. package/core/ui/PageControls/manager.tid +6 -7
  134. package/core/ui/PageControls/more-page-actions.tid +17 -21
  135. package/core/ui/PageControls/network-activity.tid +5 -5
  136. package/core/ui/PageControls/new-image.tid +4 -4
  137. package/core/ui/PageControls/new-journal.tid +5 -6
  138. package/core/ui/PageControls/newtiddler.tid +4 -4
  139. package/core/ui/PageControls/palette.tid +4 -4
  140. package/core/ui/PageControls/print.tid +5 -5
  141. package/core/ui/PageControls/refresh.tid +5 -5
  142. package/core/ui/PageControls/savewiki.tid +5 -5
  143. package/core/ui/PageControls/storyview.tid +5 -8
  144. package/core/ui/PageControls/tag-button.tid +6 -7
  145. package/core/ui/PageControls/theme.tid +4 -4
  146. package/core/ui/PageControls/timestamp.tid +8 -8
  147. package/core/ui/PageControls/unfold-all.tid +5 -5
  148. package/core/ui/SideBar/Recent.tid +1 -1
  149. package/core/ui/SideBarSegments/search.tid +16 -14
  150. package/core/ui/TagManager.tid +17 -2
  151. package/core/ui/TagTemplate.tid +1 -1
  152. package/core/ui/TestCaseTemplate.tid +3 -1
  153. package/core/ui/TestCases/DefaultTemplate.tid +137 -79
  154. package/core/ui/TestCases/DefaultTemplateSourceTabs.tid +22 -1
  155. package/core/ui/TestCases/actions/Export.tid +1 -1
  156. package/core/ui/ViewTemplate/body/code.tid +5 -0
  157. package/core/ui/ViewTemplate/body/import.tid +1 -0
  158. package/core/ui/ViewTemplate/body.tid +1 -1
  159. package/core/ui/ViewTemplate/lazy-loading.tid +10 -0
  160. package/core/ui/ViewTemplate/subtitle/default.tid +10 -0
  161. package/core/ui/ViewTemplate/subtitle/modifier.tid +1 -1
  162. package/core/ui/ViewTemplate/subtitle.tid +1 -7
  163. package/core/ui/ViewTemplate/tags/default.tid +11 -0
  164. package/core/ui/ViewTemplate/tags.tid +1 -3
  165. package/core/ui/ViewTemplate/title.tid +1 -1
  166. package/core/ui/ViewToolbar/clone.tid +14 -9
  167. package/core/ui/ViewToolbar/close-others.tid +4 -4
  168. package/core/ui/ViewToolbar/close.tid +13 -9
  169. package/core/ui/ViewToolbar/edit.tid +13 -9
  170. package/core/ui/ViewToolbar/export-tiddler.tid +1 -4
  171. package/core/ui/ViewToolbar/fold-others.tid +4 -4
  172. package/core/ui/ViewToolbar/fold.tid +8 -8
  173. package/core/ui/ViewToolbar/info.tid +8 -9
  174. package/core/ui/ViewToolbar/more-tiddler-actions.tid +16 -21
  175. package/core/ui/ViewToolbar/new-here.tid +6 -8
  176. package/core/ui/ViewToolbar/new-journal-here.tid +9 -17
  177. package/core/ui/ViewToolbar/open-window.tid +4 -4
  178. package/core/ui/ViewToolbar/permalink.tid +4 -4
  179. package/core/ui/ViewToolbar/permaview.tid +4 -4
  180. package/core/wiki/allfields.tid +25 -8
  181. package/core/wiki/config/EditorEnableImportFilter.tid +1 -1
  182. package/core/wiki/config/OfficialPluginLibrary.tid +1 -1
  183. package/core/wiki/config/RecentLimit.tid +3 -0
  184. package/core/wiki/config/ShortcutInfo.multids +1 -0
  185. package/core/wiki/config/TagPillDragFilter.tid +2 -0
  186. package/core/wiki/config/ViewTemplateBodyFilters.multids +3 -3
  187. package/core/wiki/config/ViewTemplateSubtitleFilters.multids +4 -0
  188. package/core/wiki/config/ViewTemplateTagsFilters.multids +4 -0
  189. package/core/wiki/config/shortcuts/shortcuts.multids +1 -0
  190. package/core/wiki/macros/CSS.tid +39 -27
  191. package/core/wiki/macros/colour-picker.tid +0 -2
  192. package/core/wiki/macros/copy-to-clipboard.tid +1 -1
  193. package/core/wiki/macros/diff.tid +1 -1
  194. package/core/wiki/macros/export.tid +43 -25
  195. package/core/wiki/macros/keyboard-driven-input.tid +91 -59
  196. package/core/wiki/macros/show-filter-count.tid +17 -0
  197. package/core/wiki/macros/tag-picker.tid +28 -25
  198. package/core/wiki/macros/tag.tid +1 -1
  199. package/core/wiki/macros/testcase.tid +1 -1
  200. package/core/wiki/macros/timeline.tid +8 -8
  201. package/core/wiki/macros/toc.tid +31 -24
  202. package/core/wiki/tags/TextEditorSnippet.tid +2 -0
  203. package/core/wiki/tags/ViewTemplate.tid +1 -1
  204. package/core/wiki/tags/ViewTemplateBodyFilter.tid +1 -1
  205. package/editions/de-AT/tiddlers/HelloThere.tid +1 -1
  206. package/editions/de-AT/tiddlers/community/Fur_Entwickler.tid +1 -1
  207. package/editions/de-AT/tiddlers/community/Wie_kann_ich_helfen_.tid +2 -2
  208. package/editions/de-AT/tiddlers/lexikon/GitHub.tid +1 -1
  209. package/editions/de-AT/tiddlers/maintainer/Wer pflegt diese Edition_.tid +1 -1
  210. package/editions/de-AT/tiddlers/referenz/Lizenzen.tid +3 -3
  211. package/editions/dev/tiddlers/Continuous Deployment.tid +1 -1
  212. package/editions/dev/tiddlers/GitHub Branches.tid +1 -1
  213. package/editions/dev/tiddlers/build/Scripts for building tiddlywiki.com.tid +3 -3
  214. package/editions/dev/tiddlers/from tw5.com/Developing plugins using Node.js and GitHub.tid +1 -1
  215. package/editions/dev/tiddlers/from tw5.com/How to create a translation for TiddlyWiki.tid +2 -2
  216. package/editions/dev/tiddlers/from tw5.com/JavaScript Macros.tid +1 -1
  217. package/editions/dev/tiddlers/from tw5.com/moduletypes/SyncAdaptorModules.tid +1 -1
  218. package/editions/dev/tiddlers/new/Filter Operators.tid +1 -1
  219. package/editions/dev/tiddlers/new/Using TiddlyWiki as a library.tid +1 -1
  220. package/editions/dev/tiddlers/system/ContributionBanner.tid +1 -1
  221. package/editions/dev/tiddlers/system/Sources.tid +1 -1
  222. package/editions/dev/tiddlers/system/github-fork-ribbon.tid +1 -1
  223. package/editions/dev/tiddlers/system/version-macros.tid +2 -2
  224. package/editions/empty/tiddlers/$__StoryList.tid +2 -0
  225. package/editions/es-ES/tiddlers/$__ContributionBanner.tid +1 -1
  226. package/editions/es-ES/tiddlers/Articles.tid +1 -1
  227. package/editions/es-ES/tiddlers/Contributing.tid +1 -1
  228. package/editions/es-ES/tiddlers/Contributor_License_Agreement.tid +2 -2
  229. package/editions/es-ES/tiddlers/Contributors.tid +1 -1
  230. package/editions/es-ES/tiddlers/Examples.tid +1 -1
  231. package/editions/es-ES/tiddlers/Forums.tid +2 -2
  232. package/editions/es-ES/tiddlers/HelloThere.tid +1 -1
  233. package/editions/es-ES/tiddlers/Installing_TiddlyWiki_on_Node.js.tid +1 -1
  234. package/editions/es-ES/tiddlers/Resources.tid +1 -1
  235. package/editions/es-ES/tiddlers/Signing_the_Contributor_License_Agreement.tid +2 -2
  236. package/editions/es-ES/tiddlers/Tutorials.tid +1 -1
  237. package/editions/fr-FR/tiddlers/$__ContributionBanner.tid +1 -1
  238. package/editions/fr-FR/tiddlers/$__editions_tw5.com_version-macros.tid +1 -1
  239. package/editions/fr-FR/tiddlers/Contributing.tid +4 -4
  240. package/editions/fr-FR/tiddlers/Contributors.tid +1 -1
  241. package/editions/fr-FR/tiddlers/Developers.tid +4 -4
  242. package/editions/fr-FR/tiddlers/GitHub.tid +1 -1
  243. package/editions/fr-FR/tiddlers/HelloThere.tid +1 -1
  244. package/editions/fr-FR/tiddlers/HelpingTiddlyWiki.tid +2 -2
  245. package/editions/fr-FR/tiddlers/How to add a banner for GitHub contributions.tid +1 -1
  246. package/editions/fr-FR/tiddlers/Release 5.1.2.tid +8 -8
  247. package/editions/fr-FR/tiddlers/Release_5.1.8.tid +45 -45
  248. package/editions/fr-FR/tiddlers/ReportingBugs.tid +1 -1
  249. package/editions/fr-FR/tiddlers/RoadMap.tid +1 -1
  250. package/editions/fr-FR/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid +1 -1
  251. package/editions/full/tiddlywiki.info +5 -6
  252. package/editions/geospatialdemo/tiddlers/Features.tid +13 -7
  253. package/editions/geospatialdemo/tiddlers/HelloThere.tid +5 -4
  254. package/editions/geospatialdemo/tiddlers/cities/LimehouseTownHall-image.jpeg +0 -0
  255. package/editions/geospatialdemo/tiddlers/cities/LimehouseTownHall-image.jpeg.meta +3 -0
  256. package/editions/geospatialdemo/tiddlers/cities/LimehouseTownHall.tid +3 -1
  257. package/editions/geospatialdemo/tiddlers/cities/Motovun-image.jpeg +0 -0
  258. package/editions/geospatialdemo/tiddlers/cities/Motovun-image.jpeg.meta +3 -0
  259. package/editions/geospatialdemo/tiddlers/cities/Motovun.tid +3 -1
  260. package/editions/geospatialdemo/tiddlers/cities/NewYork-image.jpeg +0 -0
  261. package/editions/geospatialdemo/tiddlers/cities/NewYork-image.jpeg.meta +3 -0
  262. package/editions/geospatialdemo/tiddlers/cities/NewYork.tid +3 -1
  263. package/editions/geospatialdemo/tiddlers/cities/Oxford-image.jpeg +0 -0
  264. package/editions/geospatialdemo/tiddlers/cities/Oxford-image.jpeg.meta +3 -0
  265. package/editions/geospatialdemo/tiddlers/cities/Oxford.tid +3 -1
  266. package/editions/geospatialdemo/tiddlers/cities/Toronto-image.jpeg +0 -0
  267. package/editions/geospatialdemo/tiddlers/cities/Toronto-image.jpeg.meta +3 -0
  268. package/editions/geospatialdemo/tiddlers/cities/Toronto.tid +3 -1
  269. package/editions/geospatialdemo/tiddlers/cities/Winchester-image.jpeg +0 -0
  270. package/editions/geospatialdemo/tiddlers/cities/Winchester-image.jpeg.meta +3 -0
  271. package/editions/geospatialdemo/tiddlers/cities/Winchester.tid +3 -1
  272. package/editions/geospatialdemo/tiddlers/config/FeatureVisbility.multids +4 -0
  273. package/editions/geospatialdemo/tiddlers/features/canada-census-subdivision-millesime-popuptemplate.tid +12 -0
  274. package/editions/geospatialdemo/tiddlers/features/canada-census-subdivision-millesime.geojson.meta +1 -0
  275. package/editions/geospatialdemo/tiddlers/features/harvard-glb-volc-geojson-popuptemplate.tid +10 -0
  276. package/editions/geospatialdemo/tiddlers/features/harvard-glb-volc-geojson.json.meta +2 -1
  277. package/editions/geospatialdemo/tiddlers/features/natural-earth-countries-low-res-popuptemplate.tid +32 -0
  278. package/editions/geospatialdemo/tiddlers/features/natural-earth-countries-low-res.json +1 -0
  279. package/editions/geospatialdemo/tiddlers/features/natural-earth-countries-low-res.json.meta +6 -0
  280. package/editions/geospatialdemo/tiddlers/features/us-states-popuptemplate.tid +6 -0
  281. package/editions/geospatialdemo/tiddlers/features/us-states.geojson.meta +1 -0
  282. package/editions/geospatialdemo/tiddlers/real-estate-demo/schema.json +2 -2
  283. package/editions/geospatialdemo/tiddlers/ui/geofeature.tid +1 -1
  284. package/editions/geospatialdemo/tiddlers/ui/geomarker.tid +4 -4
  285. package/editions/geospatialdemo/tiddlers/ui/popuptemplate.tid +9 -0
  286. package/editions/ja-JP/tiddlers/$_config_ViewTemplateSubtitle_original-modified.tid +6 -0
  287. package/editions/ja-JP/tiddlers/$_config_ViewTemplateTitleFilters_ja-default.tid +8 -0
  288. package/editions/ja-JP/tiddlers/$_core_ui_ViewTemplate_title_ja-default.tid +9 -0
  289. package/editions/ja-JP/tiddlers/$_editions_ja-JP_Macros_list.tid +25 -0
  290. package/editions/ja-JP/tiddlers/$_editions_ja-JP_Macros_timeline-title.tid +12 -0
  291. package/editions/ja-JP/tiddlers/$_editions_ja-JP_Macros_toc-caption.tid +16 -0
  292. package/editions/ja-JP/tiddlers/$_plugins_tiddlywiki_menubar_items_contents.tid +12 -0
  293. package/editions/ja-JP/tiddlers/_tw_shared/sites/classic.tiddlywiki.com.tid +7 -0
  294. package/editions/ja-JP/tiddlers/_tw_shared/sites/links.tiddlywiki.org.tid +7 -0
  295. package/editions/ja-JP/tiddlers/_tw_shared/sites/marketplace.tid +7 -0
  296. package/editions/ja-JP/tiddlers/_tw_shared/sites/talk.tiddlywiki.org.tid +7 -0
  297. package/editions/ja-JP/tiddlers/_tw_shared/sites/tiddlywiki.com.dev.tid +7 -0
  298. package/editions/ja-JP/tiddlers/_tw_shared/sites/tiddlywiki.com.prerelease.tid +7 -0
  299. package/editions/ja-JP/tiddlers/_tw_shared/sites/tiddlywiki.com.tid +7 -0
  300. package/editions/ja-JP/tiddlers/_tw_shared/sites/tiddlywiki.com.upgrade.tid +7 -0
  301. package/editions/ja-JP/tiddlers/_tw_shared/sites/tiddlywiki.org.tid +7 -0
  302. package/editions/ja-JP/tiddlers/_tw_shared/sites.tid +33 -0
  303. package/editions/ja-JP/tiddlers/about/Developers.tid +31 -0
  304. package/editions/ja-JP/tiddlers/about/Philosophy of Tiddlers.tid +13 -0
  305. package/editions/ja-JP/tiddlers/community/Articles.tid +28 -0
  306. package/editions/ja-JP/tiddlers/community/Community Editions.tid +27 -0
  307. package/editions/ja-JP/tiddlers/community/Community Palettes.tid +27 -0
  308. package/editions/ja-JP/tiddlers/community/Community Plugins.tid +27 -0
  309. package/editions/ja-JP/tiddlers/community/Community Themes.tid +27 -0
  310. package/editions/ja-JP/tiddlers/community/Community.tid +13 -0
  311. package/editions/ja-JP/tiddlers/community/Examples.tid +26 -0
  312. package/editions/ja-JP/tiddlers/community/Forums.tid +38 -0
  313. package/editions/ja-JP/tiddlers/community/Latest.tid +28 -0
  314. package/editions/ja-JP/tiddlers/community/Meetups.tid +16 -0
  315. package/editions/ja-JP/tiddlers/community/OXTWIG.tid +25 -0
  316. package/editions/ja-JP/tiddlers/community/Other Resources.tid +27 -0
  317. package/editions/ja-JP/tiddlers/community/TiddlyWiki Hangouts.tid +13 -0
  318. package/editions/ja-JP/tiddlers/community/TiddlyWiki on the Web.tid +18 -0
  319. package/editions/ja-JP/tiddlers/community/Tutorials.tid +28 -0
  320. package/editions/ja-JP/tiddlers/community/editions/_Noteself_ by Danielo Rodriguez.tid +35 -0
  321. package/editions/ja-JP/tiddlers/community/resources/TW5-firebase_ TiddlyWiki5 for Google Firebase by Peter Neumark.tid +29 -0
  322. package/editions/ja-JP/tiddlers/community/resources/TiddlyDrive Add-on for Google Drive by Joshua Stubbs.tid +26 -0
  323. package/editions/ja-JP/tiddlers/community/resources/TiddlyServer by Arlen Beiler.tid +30 -0
  324. package/editions/ja-JP/tiddlers/community/resources/Twexe_ Single File Tiddlywiki5 executable.tid +32 -0
  325. package/editions/ja-JP/tiddlers/community/resources/_Timimi_ Extension and executable by Riz.tid +36 -0
  326. package/editions/ja-JP/tiddlers/community/resources/_file-backups_ Extension Firefox by pmario.tid +20 -0
  327. package/editions/ja-JP/tiddlers/community/resources/_savetiddlers_ Extension for Chrome and Firefox by buggyj.tid +18 -0
  328. package/editions/ja-JP/tiddlers/concepts/Order of Tagged Tiddlers.tid +22 -0
  329. package/editions/ja-JP/tiddlers/concepts/TagTiddlers.tid +13 -0
  330. package/editions/ja-JP/tiddlers/demonstrations/KeyboardDrivenInput/Demonstration_ keyboard-driven-input Macro.tid +123 -0
  331. package/editions/ja-JP/tiddlers/demonstrations/Tasks/Compose ballad.tid +8 -0
  332. package/editions/ja-JP/tiddlers/demonstrations/Tasks/Get the Ring.tid +8 -0
  333. package/editions/ja-JP/tiddlers/demonstrations/Tasks/Go to Mordor.tid +8 -0
  334. package/editions/ja-JP/tiddlers/demonstrations/Tasks/Kill the Dragon.tid +9 -0
  335. package/editions/ja-JP/tiddlers/demonstrations/Tasks/Make the beds.tid +8 -0
  336. package/editions/ja-JP/tiddlers/demonstrations/Tasks/TaskManagementExample.tid +27 -0
  337. package/editions/ja-JP/tiddlers/demonstrations/Tasks/TaskManagementExampleDraggable.tid +25 -0
  338. package/editions/ja-JP/tiddlers/demonstrations/Tasks/TaskManagementExampleDraggableTemplate.tid +9 -0
  339. package/editions/ja-JP/tiddlers/demonstrations/Tasks/done.tid +8 -0
  340. package/editions/ja-JP/tiddlers/demonstrations/Tasks/task.tid +10 -0
  341. package/editions/ja-JP/tiddlers/features/Searching in TiddlyWiki.tid +24 -0
  342. package/editions/ja-JP/tiddlers/filters/Introduction to filter notation.tid +97 -0
  343. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Android.tid +22 -0
  344. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Chrome.tid +12 -0
  345. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Firefox.tid +13 -0
  346. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Internet Explorer.tid +13 -0
  347. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Node.js.tid +10 -0
  348. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Online.tid +15 -0
  349. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Safari.tid +13 -0
  350. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - iOS.tid +10 -0
  351. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted.tid +17 -0
  352. package/editions/ja-JP/tiddlers/hellothere/Find Out More.tid +18 -0
  353. package/editions/ja-JP/tiddlers/hellothere/HelloThere.tid +19 -0
  354. package/editions/ja-JP/tiddlers/hellothere/Testimonials and Reviews.tid +15 -0
  355. package/editions/ja-JP/tiddlers/hellothere/Welcome.tid +8 -0
  356. package/editions/ja-JP/tiddlers/hellothere/quickstart/Quick Start.tid +23 -0
  357. package/editions/ja-JP/tiddlers/hellothere/quickstart/desktop.tid +11 -0
  358. package/editions/ja-JP/tiddlers/hellothere/quickstart/diy.tid +11 -0
  359. package/editions/ja-JP/tiddlers/hellothere/quickstart/tiddlyhost.tid +11 -0
  360. package/editions/ja-JP/tiddlers/hellothere/quickstart/xememex.tid +11 -0
  361. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Funding.tid +10 -0
  362. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Grok TiddlyWiki.tid +10 -0
  363. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Intertwingled Innovations.tid +10 -0
  364. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Introduction Video.tid +11 -0
  365. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Latest Version.tid +15 -0
  366. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Marketplace.tid +10 -0
  367. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Newsletter.tid +10 -0
  368. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWikiLinks.tid +9 -0
  369. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Twenty Years of TiddlyWiki.tid +10 -0
  370. package/editions/ja-JP/tiddlers/howtos/Adding a Twitter Follow button.tid +24 -0
  371. package/editions/ja-JP/tiddlers/howtos/Adopt a Titles Policy.tid +16 -0
  372. package/editions/ja-JP/tiddlers/howtos/Concatenating text and variables using macro substitution.tid +61 -0
  373. package/editions/ja-JP/tiddlers/howtos/Constructing JSON tiddlers.tid +18 -0
  374. package/editions/ja-JP/tiddlers/howtos/Creating SubStories.tid +34 -0
  375. package/editions/ja-JP/tiddlers/howtos/Editing Tiddlers with Emacs.tid +40 -0
  376. package/editions/ja-JP/tiddlers/howtos/Editing Tiddlers with Vim.tid +11 -0
  377. package/editions/ja-JP/tiddlers/howtos/Editor toolbar.tid +22 -0
  378. package/editions/ja-JP/tiddlers/howtos/Formatting List Results as Tables with CSS - Specified Columns Methods.tid +51 -0
  379. package/editions/ja-JP/tiddlers/howtos/Formatting List Results as Tables with CSS - Variable Column Method.tid +85 -0
  380. package/editions/ja-JP/tiddlers/howtos/Formatting_List_Results_as_Tables_(no_CSS).tid +51 -0
  381. package/editions/ja-JP/tiddlers/howtos/Height of text editor.tid +8 -0
  382. package/editions/ja-JP/tiddlers/howtos/How to add a banner for GitHub contributions.tid +22 -0
  383. package/editions/ja-JP/tiddlers/howtos/How to change the sort order of sub-branches in a TOC macro.tid +27 -0
  384. package/editions/ja-JP/tiddlers/howtos/How to create a custom story tiddler template.tid +42 -0
  385. package/editions/ja-JP/tiddlers/howtos/How to create a custom tiddler colour rule.tid +38 -0
  386. package/editions/ja-JP/tiddlers/howtos/How to create a custom tiddler icon rule.tid +38 -0
  387. package/editions/ja-JP/tiddlers/howtos/How to create keyboard shortcuts.tid +107 -0
  388. package/editions/ja-JP/tiddlers/howtos/How to customize TiddlyDesktop.tid +34 -0
  389. package/editions/ja-JP/tiddlers/howtos/How to embed PDF and other documents.tid +37 -0
  390. package/editions/ja-JP/tiddlers/howtos/How to export tiddlers.tid +32 -0
  391. package/editions/ja-JP/tiddlers/howtos/How to hide the author's and other fields with CSS.tid +33 -0
  392. package/editions/ja-JP/tiddlers/howtos/How to put the last modification date in a banner.tid +29 -0
  393. package/editions/ja-JP/tiddlers/howtos/How to update TiddlyWiki to the latest version.tid +9 -0
  394. package/editions/ja-JP/tiddlers/howtos/How to widen tiddlers (aka storyriver).tid +17 -0
  395. package/editions/ja-JP/tiddlers/howtos/How_to_add_a_new_tab_to_the_sidebar.tid +17 -0
  396. package/editions/ja-JP/tiddlers/howtos/How_to_turn_off_camel_case_linking.tid +27 -0
  397. package/editions/ja-JP/tiddlers/howtos/Insert link.tid +12 -0
  398. package/editions/ja-JP/tiddlers/howtos/Insert picture.tid +10 -0
  399. package/editions/ja-JP/tiddlers/howtos/KeyboardShortcuts.tid +38 -0
  400. package/editions/ja-JP/tiddlers/howtos/Making curved text with SVG.tid +28 -0
  401. package/editions/ja-JP/tiddlers/howtos/Modifying JSON tiddlers.tid +20 -0
  402. package/editions/ja-JP/tiddlers/howtos/More actions.tid +8 -0
  403. package/editions/ja-JP/tiddlers/howtos/Reading data from JSON tiddlers.tid +36 -0
  404. package/editions/ja-JP/tiddlers/howtos/Sharing a TiddlyWiki on Dropbox.tid +27 -0
  405. package/editions/ja-JP/tiddlers/howtos/Simple ways to write protect tiddlers.tid +32 -0
  406. package/editions/ja-JP/tiddlers/howtos/Structuring TiddlyWiki.tid +14 -0
  407. package/editions/ja-JP/tiddlers/howtos/Tagging.tid +42 -0
  408. package/editions/ja-JP/tiddlers/howtos/Text preview.tid +20 -0
  409. package/editions/ja-JP/tiddlers/howtos/The First Rule of Using TiddlyWiki.tid +37 -0
  410. package/editions/ja-JP/tiddlers/howtos/Upgrading.tid +64 -0
  411. package/editions/ja-JP/tiddlers/howtos/Using Excise.tid +20 -0
  412. package/editions/ja-JP/tiddlers/howtos/Using Stamp.tid +59 -0
  413. package/editions/ja-JP/tiddlers/howtos/Visible Transclusions.tid +16 -0
  414. package/editions/ja-JP/tiddlers/howtos/Windows HTA Hack.tid +18 -0
  415. package/editions/ja-JP/tiddlers/images/Icon Gallery.tid +16 -0
  416. package/editions/ja-JP/tiddlers/learning/Copying tiddlers between TiddlyWiki files.tid +11 -0
  417. package/editions/ja-JP/tiddlers/learning/Introduction to Lists.tid +59 -0
  418. package/editions/ja-JP/tiddlers/learning/Learning.tid +14 -0
  419. package/editions/ja-JP/tiddlers/menubar/gettingstarted.tid +7 -0
  420. package/editions/ja-JP/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid +44 -0
  421. package/editions/ja-JP/tiddlers/nodejs/Serving TW5 from Android.tid +48 -0
  422. package/editions/ja-JP/tiddlers/saving/Emergency Tiddler Export.tid +31 -0
  423. package/editions/ja-JP/tiddlers/saving/Encryption.tid +20 -0
  424. package/editions/ja-JP/tiddlers/saving/Installing TiddlyWiki on Microsoft Internet Information Server.tid +70 -0
  425. package/editions/ja-JP/tiddlers/saving/Saving on Android.tid +35 -0
  426. package/editions/ja-JP/tiddlers/saving/Saving on Browser with TiddlyStow.tid +19 -0
  427. package/editions/ja-JP/tiddlers/saving/Saving on Browser with the File System Access API.tid +22 -0
  428. package/editions/ja-JP/tiddlers/saving/Saving on TidGi.tid +27 -0
  429. package/editions/ja-JP/tiddlers/saving/Saving on TiddlyDesktop.tid +21 -0
  430. package/editions/ja-JP/tiddlers/saving/Saving on TiddlyHost.tid +21 -0
  431. package/editions/ja-JP/tiddlers/saving/Saving on a PHP Server.tid +50 -0
  432. package/editions/ja-JP/tiddlers/saving/Saving on iPad_iPhone.tid +31 -0
  433. package/editions/ja-JP/tiddlers/saving/Saving to a Git service.tid +32 -0
  434. package/editions/ja-JP/tiddlers/saving/Saving via WebDAV.tid +91 -0
  435. package/editions/ja-JP/tiddlers/saving/Saving via a Minimal Web Server.tid +48 -0
  436. package/editions/ja-JP/tiddlers/saving/Saving via minimal Ruby server.tid +21 -0
  437. package/editions/ja-JP/tiddlers/saving/Saving with Polly.tid +31 -0
  438. package/editions/ja-JP/tiddlers/saving/Saving with TW Receiver.tid +17 -0
  439. package/editions/ja-JP/tiddlers/saving/Saving with TiddlyFox.tid +15 -0
  440. package/editions/ja-JP/tiddlers/saving/Saving with TiddlyIE.tid +27 -0
  441. package/editions/ja-JP/tiddlers/saving/Saving with TiddlyPWA.tid +17 -0
  442. package/editions/ja-JP/tiddlers/saving/Saving with the HTML5 saver.tid +29 -0
  443. package/editions/ja-JP/tiddlers/saving/Saving.tid +75 -0
  444. package/editions/ja-JP/tiddlers/saving/TiddlyBucket - Save to AWS or Google Storage.tid +16 -0
  445. package/editions/ja-JP/tiddlers/saving/TiddlyWiki in the Sky for Dropbox.tid +19 -0
  446. package/editions/ja-JP/tiddlers/system/$_core_macros_list.tid +115 -0
  447. package/editions/ja-JP/tiddlers/system/$_core_macros_tag.tid +41 -0
  448. package/editions/ja-JP/tiddlers/system/$_core_ui_SideBar_Open.tid +42 -0
  449. package/editions/ja-JP/tiddlers/system/$_core_ui_TagPickerTagTemplate.tid +27 -0
  450. package/editions/ja-JP/tiddlers/system/TableOfContents.tid +16 -0
  451. package/editions/ja-JP/tiddlers/testimonials/Testimonials - Joe Armstrong.tid +9 -0
  452. package/editions/ja-JP/tiddlers/testimonials/Testimonials - Network World.tid +9 -0
  453. package/editions/ja-JP/tiddlers/testimonials/Testimonials - Product Hunt.tid +9 -0
  454. package/editions/ja-JP/tiddlers/videos/Getting Started Video.tid +13 -0
  455. package/editions/ja-JP/tiddlers/videos/Introducing TiddlyDesktop Video.tid +11 -0
  456. package/editions/ja-JP/tiddlers/videos/Introduction Video.tid +15 -0
  457. package/editions/ja-JP/tiddlers/videos/TiddlyWiki on Firefox for Android Video.tid +11 -0
  458. package/editions/ja-JP/tiddlers/videos/Videos.tid +13 -0
  459. package/editions/ja-JP/tiddlers/videos/Working with the TiddlyWiki5 repository video.tid +11 -0
  460. package/editions/ja-JP/tiddlers/wikitext/Images in WikiText.tid +69 -0
  461. package/editions/ja-JP/tiddlers/workingwithtw/Audio.tid +27 -0
  462. package/editions/ja-JP/tiddlers/workingwithtw/BrowserCompatibility.tid +14 -0
  463. package/editions/ja-JP/tiddlers/workingwithtw/Creating and editing tiddlers.tid +37 -0
  464. package/editions/ja-JP/tiddlers/workingwithtw/Creating journal tiddlers.tid +42 -0
  465. package/editions/ja-JP/tiddlers/workingwithtw/Formatting text in TiddlyWiki.tid +59 -0
  466. package/editions/ja-JP/tiddlers/workingwithtw/Navigating between open tiddlers.tid +22 -0
  467. package/editions/ja-JP/tiddlers/workingwithtw/Performance.tid +35 -0
  468. package/editions/ja-JP/tiddlers/workingwithtw/Sharing your tiddlers with others.tid +19 -0
  469. package/editions/ja-JP/tiddlers/workingwithtw/Using links to navigate between tiddlers.tid +55 -0
  470. package/editions/ja-JP/tiddlers/workingwithtw/Working with TiddlyWiki.tid +13 -0
  471. package/editions/ko-KR/tiddlers/system/ContributionBanner.tid +1 -1
  472. package/editions/ko-KR/tiddlers/system/Sources.tid +1 -1
  473. package/editions/multiwikiserver/tiddlers/$__StoryList.tid +0 -2
  474. package/editions/pluginlibrary/tiddlers/GettingStarted.tid +2 -2
  475. package/editions/pluginlibrary/tiddlywiki.info +1 -1
  476. package/editions/prerelease/tiddlers/{Release 5.3.6.tid → Release 5.3.7.tid } +6 -8
  477. package/editions/prerelease/tiddlers/system/DefaultTiddlers.tid +4 -0
  478. package/editions/prerelease/tiddlers/system/PrereleaseLocalPluginLibrary.tid +1 -1
  479. package/editions/prerelease/tiddlers/system/PrereleaseOfficialPluginLibrary.tid +1 -1
  480. package/editions/prerelease/tiddlers/system/SiteDomain.tid +3 -0
  481. package/editions/prerelease/tiddlers/system/SitePreviewUrl.tid +3 -0
  482. package/editions/prerelease/tiddlers/system/SiteUrl.tid +3 -0
  483. package/editions/prerelease/tiddlers/system/TiddlyWiki Pre-release.tid +8 -2
  484. package/editions/prerelease/tiddlers/system/styles.tid +6 -0
  485. package/editions/server/tiddlers/$__StoryList.tid +3 -0
  486. package/editions/test/tiddlers/tests/data/conditionals/Basic.tid +1 -1
  487. package/editions/test/tiddlers/tests/data/conditionals/BlockMode.tid +6 -6
  488. package/editions/test/tiddlers/tests/data/conditionals/Else.tid +1 -1
  489. package/editions/test/tiddlers/tests/data/conditionals/Elseif.tid +1 -1
  490. package/editions/test/tiddlers/tests/data/conditionals/MissingEndIf.tid +1 -1
  491. package/editions/test/tiddlers/tests/data/conditionals/MultipleResults.tid +1 -1
  492. package/editions/test/tiddlers/tests/data/conditionals/Nested.tid +6 -6
  493. package/editions/test/tiddlers/tests/data/conditionals/NestedElseif.tid +8 -8
  494. package/editions/test/tiddlers/tests/data/data-widget/ImportCustomTitle.tid +23 -0
  495. package/editions/test/tiddlers/tests/data/filters/fake-variables.tid +1 -1
  496. package/editions/test/tiddlers/tests/data/functions/FunctionFilterrunVariables4.tid +20 -0
  497. package/editions/test/tiddlers/tests/data/genesis-widget/MultipleAttributes.tid +1 -1
  498. package/editions/test/tiddlers/tests/data/macros/unusedtitle/basic-params.tid +9 -1
  499. package/editions/test/tiddlers/tests/data/macros/unusedtitle/template-startCount.tid +27 -0
  500. package/editions/test/tiddlers/tests/data/macros/unusedtitle/template.tid +1 -1
  501. package/editions/test/tiddlers/tests/data/messages/tm-new-tiddler/create-a-new-tiddler-with-a-tag.tid +38 -0
  502. package/editions/test/tiddlers/tests/data/messages/tm-new-tiddler/default.tid +39 -0
  503. package/editions/test/tiddlers/tests/data/messages/tm-new-tiddler/new-from-template-with-tag.tid +44 -0
  504. package/editions/test/tiddlers/tests/data/messages/tm-new-tiddler/new-from-template-without-tag.tid +65 -0
  505. package/editions/test/tiddlers/tests/data/messages/tm-new-tiddler/new-with-tag.tid +40 -0
  506. package/editions/test/tiddlers/tests/data/reserved-wikitext/ReservedWikiText.tid +54 -0
  507. package/editions/test/tiddlers/tests/data/tabs-macro/expected-test-tabs-horizontal-a.tid +5 -0
  508. package/editions/test/tiddlers/tests/data/tabs-macro/expected-test-tabs-horizontal-all.tid +5 -0
  509. package/editions/test/tiddlers/tests/data/tabs-macro/expected-test-tabs-vertical.tid +5 -0
  510. package/editions/test/tiddlers/tests/data/widgets/ElementWidgetStyleAttributes2.tid +15 -0
  511. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-format-text-doubleurlencoded.tid +22 -0
  512. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-format-text-htmlencoded.tid +21 -0
  513. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-format-text-htmltextencoded.tid +21 -0
  514. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-format-text-urlencoded.tid +22 -0
  515. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-format-text.tid +19 -0
  516. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-index.tid +28 -0
  517. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-text.tid +18 -0
  518. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-title.tid +17 -0
  519. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-format-date-template.tid +20 -0
  520. package/editions/test/tiddlers/tests/test-backtranscludes.js +16 -0
  521. package/editions/test/tiddlers/tests/test-checkbox-widget.js +1 -1
  522. package/editions/test/tiddlers/tests/test-tags-operator.js +75 -0
  523. package/editions/test/tiddlers/tests/test-wikitext-parser.js +94 -0
  524. package/editions/test/tiddlers/tests/test-wikitext-tabs-macro.js +34 -37
  525. package/editions/translators/tiddlers/Extracting Translations.tid +0 -1
  526. package/editions/translators/tiddlywiki.info +27 -26
  527. package/editions/tw.org/tiddlywiki.info +2 -0
  528. package/editions/tw5.com/tiddlers/$__StoryList.tid +5 -0
  529. package/editions/tw5.com/tiddlers/Core Classes.tid +16 -0
  530. package/editions/tw5.com/tiddlers/Core Functions.tid +8 -0
  531. package/editions/tw5.com/tiddlers/Core Messages.tid +10 -0
  532. package/editions/tw5.com/tiddlers/Core Procedures.tid +8 -0
  533. package/editions/tw5.com/tiddlers/Core Widgets.tid +10 -0
  534. package/editions/tw5.com/tiddlers/{hiddensettings/Hidden Settings_ Import Content Types for Editor.tid → Hidden Setting_ Import Content Types for Editor.tid } +1 -1
  535. package/editions/tw5.com/tiddlers/Welcome.tid +9 -0
  536. package/editions/tw5.com/tiddlers/about/Archive.tid +3 -3
  537. package/editions/tw5.com/tiddlers/about/Contributors.tid +1 -1
  538. package/editions/tw5.com/tiddlers/about/Developers.tid +20 -8
  539. package/editions/tw5.com/tiddlers/about/History of TiddlyWiki.tid +19 -3
  540. package/editions/tw5.com/tiddlers/actionTiddlerList Variable.tid +9 -0
  541. package/editions/tw5.com/tiddlers/cards/card-procedures.tid +86 -0
  542. package/editions/tw5.com/tiddlers/cards/card-styles.tid +256 -0
  543. package/editions/tw5.com/tiddlers/commands/Commands.tid +8 -2
  544. package/editions/tw5.com/tiddlers/commands/RenderTiddlerCommand.tid +3 -2
  545. package/editions/tw5.com/tiddlers/commands/RenderTiddlersCommand.tid +3 -2
  546. package/editions/tw5.com/tiddlers/commands/SaveTiddlerCommand.tid +4 -4
  547. package/editions/tw5.com/tiddlers/commands/SaveTiddlersCommand.tid +4 -4
  548. package/editions/tw5.com/tiddlers/commands/ServerCommand.tid +3 -1
  549. package/editions/tw5.com/tiddlers/community/Community.tid +1 -1
  550. package/editions/tw5.com/tiddlers/community/Contributor License Agreement.tid +2 -2
  551. package/editions/tw5.com/tiddlers/community/Forums.tid +10 -6
  552. package/editions/tw5.com/tiddlers/community/HelpingTiddlyWiki.tid +2 -2
  553. package/editions/tw5.com/tiddlers/community/ReportingBugs.tid +1 -1
  554. package/editions/tw5.com/tiddlers/community/Signing the Contributor License Agreement.tid +1 -1
  555. package/editions/tw5.com/tiddlers/community/TiddlyWiki Newsletter Team.tid +60 -0
  556. package/editions/tw5.com/tiddlers/community/TiddlyWiki Newsletter.tid +4 -0
  557. package/editions/tw5.com/tiddlers/community/TiddlyWiki on the Web.tid +16 -0
  558. package/editions/tw5.com/tiddlers/community/links/TalkTiddlyWiki.tid +7 -0
  559. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Discord.tid +7 -0
  560. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on GitHub.tid +7 -0
  561. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Gitter.tid +7 -0
  562. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Mastodon.tid +7 -0
  563. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Open Collective.tid +7 -0
  564. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Reddit.tid +7 -0
  565. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Twitter.tid +7 -0
  566. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on YouTube.tid +7 -0
  567. package/editions/tw5.com/tiddlers/community/links/external-links-view-template.tid +8 -0
  568. package/editions/tw5.com/tiddlers/community/resources/Filter Examples by Tobias Beer.tid +1 -1
  569. package/editions/tw5.com/tiddlers/community/resources/Grok TiddlyWiki by Soren Bjornstad.tid +5 -5
  570. package/editions/tw5.com/tiddlers/concepts/CompoundTiddlers.tid +5 -2
  571. package/editions/tw5.com/tiddlers/concepts/ExternalImages.tid +5 -5
  572. package/editions/tw5.com/tiddlers/concepts/Macros.tid +2 -2
  573. package/editions/tw5.com/tiddlers/concepts/Messages.tid +3 -6
  574. package/editions/tw5.com/tiddlers/concepts/Railroad Diagrams.tid +2 -0
  575. package/editions/tw5.com/tiddlers/concepts/TestCaseTiddlers.tid +15 -10
  576. package/editions/tw5.com/tiddlers/customising/Alternative page layouts.tid +3 -4
  577. package/editions/tw5.com/tiddlers/definitions/CamelCase.tid +7 -3
  578. package/editions/tw5.com/tiddlers/definitions/GitHub.tid +1 -1
  579. package/editions/tw5.com/tiddlers/definitions/Intertwingled Innovations.tid +9 -0
  580. package/editions/tw5.com/tiddlers/definitions/JeremyRuston.tid +2 -1
  581. package/editions/tw5.com/tiddlers/definitions/TiddlyFox.tid +2 -14
  582. package/editions/tw5.com/tiddlers/definitions/TiddlyWeb.tid +1 -1
  583. package/editions/tw5.com/tiddlers/definitions/Tiddlyhost.tid +3 -4
  584. package/editions/tw5.com/tiddlers/definitions/WordJoiner.tid +9 -0
  585. package/editions/tw5.com/tiddlers/definitions/Xememex.tid +5 -6
  586. package/editions/tw5.com/tiddlers/demonstrations/SampleAlert.tid +9 -0
  587. package/editions/tw5.com/tiddlers/empty-tag-node-template.tid +12 -0
  588. package/editions/tw5.com/tiddlers/filters/compare Operator.tid +9 -9
  589. package/editions/tw5.com/tiddlers/filters/decodebase64 Operator (Examples).tid +10 -0
  590. package/editions/tw5.com/tiddlers/filters/decodebase64 Operator.tid +5 -3
  591. package/editions/tw5.com/tiddlers/filters/encodebase64 Operator (Examples).tid +10 -0
  592. package/editions/tw5.com/tiddlers/filters/encodebase64 Operator.tid +5 -3
  593. package/editions/tw5.com/tiddlers/filters/examples/compare Operator (Examples).tid +1 -0
  594. package/editions/tw5.com/tiddlers/filters/list.tid +9 -9
  595. package/editions/tw5.com/tiddlers/filters/sortsub Operator.tid +14 -10
  596. package/editions/tw5.com/tiddlers/filters/syntax/Sort Filter Run Prefix (Examples).tid +1 -1
  597. package/editions/tw5.com/tiddlers/filters/syntax/Sort Filter Run Prefix.tid +27 -7
  598. package/editions/tw5.com/tiddlers/functions/Functions.tid +8 -8
  599. package/editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid +2 -2
  600. package/editions/tw5.com/tiddlers/hellothere/Find Out More.tid +16 -0
  601. package/editions/tw5.com/tiddlers/hellothere/HelloThere.tid +6 -59
  602. package/editions/tw5.com/tiddlers/hellothere/HelloThumbnail.tid +1 -1
  603. package/editions/tw5.com/tiddlers/hellothere/Testimonials and Reviews.tid +13 -0
  604. package/editions/tw5.com/tiddlers/hellothere/Welcome.tid +7 -0
  605. package/editions/tw5.com/tiddlers/hellothere/badges/ProductHunt-Link.tid +1 -1
  606. package/editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid +20 -1
  607. package/editions/tw5.com/tiddlers/hellothere/quickstart/desktop.tid +1 -1
  608. package/editions/tw5.com/tiddlers/hellothere/quickstart/diy.tid +1 -1
  609. package/editions/tw5.com/tiddlers/hellothere/quickstart/tiddlyhost.tid +1 -1
  610. package/editions/tw5.com/tiddlers/hellothere/quickstart/xememex.tid +2 -2
  611. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Funding.tid +0 -1
  612. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Grok TiddlyWiki.tid +3 -2
  613. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Intertwingled Innovations.tid +10 -0
  614. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Marketplace.tid +0 -1
  615. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - MultiWikiServer.tid +10 -0
  616. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Newsletter.tid +0 -1
  617. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWiki Privacy.tid +9 -0
  618. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWikiLinks.tid +1 -1
  619. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Twenty Years of TiddlyWiki.tid +9 -0
  620. package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting Content to be displayed for empty story.tid +12 -0
  621. package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting Default Tiddler Colour.tid +7 -0
  622. package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting_ Tag Pill Drag Filter.tid +22 -0
  623. package/editions/tw5.com/tiddlers/howtos/Configuring the default TiddlerInfo tab.tid +1 -1
  624. package/editions/tw5.com/tiddlers/howtos/Generating Static Sites with TiddlyWiki.tid +7 -7
  625. package/editions/tw5.com/tiddlers/howtos/How to add a banner for GitHub contributions.tid +1 -1
  626. package/editions/tw5.com/tiddlers/howtos/How to build a TiddlyWiki5 from individual tiddlers.tid +2 -2
  627. package/editions/tw5.com/tiddlers/howtos/How_to_turn_off_camel_case_linking.tid +8 -2
  628. package/editions/tw5.com/tiddlers/howtos/KeyboardShortcuts.tid +1 -0
  629. package/editions/tw5.com/tiddlers/howtos/Using Stylesheets.tid +2 -2
  630. package/editions/tw5.com/tiddlers/images/Blurry Lawn.jpg.meta +2 -1
  631. package/editions/tw5.com/tiddlers/images/Favicon template.svg.meta +2 -1
  632. package/editions/tw5.com/tiddlers/images/Funding.png.meta +1 -0
  633. package/editions/tw5.com/tiddlers/images/Grok TiddlyWiki.png +0 -0
  634. package/editions/tw5.com/tiddlers/images/Grok TiddlyWiki.png.meta +1 -0
  635. package/editions/tw5.com/tiddlers/images/Intertwingled Innovations.png +0 -0
  636. package/editions/tw5.com/tiddlers/images/Intertwingled Innovations.png.meta +3 -0
  637. package/editions/tw5.com/tiddlers/images/Introduction Video Thumbnail.jpg +0 -0
  638. package/editions/tw5.com/tiddlers/images/Introduction Video Thumbnail.jpg.meta +2 -1
  639. package/editions/tw5.com/tiddlers/images/MWS Banner.png +0 -0
  640. package/editions/tw5.com/tiddlers/images/MWS Banner.png.meta +4 -0
  641. package/editions/tw5.com/tiddlers/images/Marketplace Banner.png.meta +1 -0
  642. package/editions/tw5.com/tiddlers/images/Motovun Jack.ascii.tid +1 -0
  643. package/editions/tw5.com/tiddlers/images/Motovun Jack.jpg.meta +1 -0
  644. package/editions/tw5.com/tiddlers/images/Motovun Jack.pdf.meta +1 -0
  645. package/editions/tw5.com/tiddlers/images/New Release Banner.png +0 -0
  646. package/editions/tw5.com/tiddlers/images/New Release Banner.png.meta +1 -0
  647. package/editions/tw5.com/tiddlers/images/Newnham Horizon.jpg.meta +1 -0
  648. package/editions/tw5.com/tiddlers/images/Open Collective Logo.tid +2 -1
  649. package/editions/tw5.com/tiddlers/images/PerlinLight.jpg.meta +1 -0
  650. package/editions/tw5.com/tiddlers/images/Reddit Logo.tid +1 -0
  651. package/editions/tw5.com/tiddlers/images/TWEUM Thumbnail.jpg.meta +1 -0
  652. package/editions/tw5.com/tiddlers/images/Tiddler Fishes.svg.meta +1 -0
  653. package/editions/tw5.com/tiddlers/images/Tiddler Poster.png.meta +1 -0
  654. package/editions/tw5.com/tiddlers/images/TiddlyFox Apocalypse.png.meta +1 -0
  655. package/editions/tw5.com/tiddlers/images/TiddlyWiki Classic.png.meta +1 -0
  656. package/editions/tw5.com/tiddlers/images/TiddlyWiki Newsletter Badge.png.meta +5 -2
  657. package/editions/tw5.com/tiddlers/images/TiddlyWiki Privacy Badge.png +0 -0
  658. package/editions/tw5.com/tiddlers/images/TiddlyWiki Privacy Badge.png.meta +6 -0
  659. package/editions/tw5.com/tiddlers/images/TiddlyWikiLinks.png.meta +1 -0
  660. package/editions/tw5.com/tiddlers/images/Tiddlyhost Logo.png.meta +1 -0
  661. package/editions/tw5.com/tiddlers/images/Twenty Years of TiddlyWiki.png +0 -0
  662. package/editions/tw5.com/tiddlers/images/Twenty Years of TiddlyWiki.png.meta +4 -0
  663. package/editions/tw5.com/tiddlers/images/Xememex Logo.svg.meta +1 -0
  664. package/editions/tw5.com/tiddlers/images/favicon.png.meta +1 -0
  665. package/editions/tw5.com/tiddlers/images/green_favicon.png.meta +1 -0
  666. package/editions/tw5.com/tiddlers/macros/CoreMacros.tid +2 -1
  667. package/editions/tw5.com/tiddlers/macros/TableOfContentsMacro.tid +15 -9
  668. package/editions/tw5.com/tiddlers/macros/UnusedTitleMacro.tid +5 -2
  669. package/editions/tw5.com/tiddlers/macros/examples/unusedtitle Macro (Examples 1).tid +15 -1
  670. package/editions/tw5.com/tiddlers/macros/examples/unusedtitle.tid +3 -2
  671. package/editions/tw5.com/tiddlers/macros/show-filter-count.tid +21 -0
  672. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-edit-text-operation.tid +16 -14
  673. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-http-request Examples.tid +2 -1
  674. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-http-request.tid +2 -0
  675. package/editions/tw5.com/tiddlers/nodejs/Customising Tiddler File Naming.tid +4 -4
  676. package/editions/tw5.com/tiddlers/nodejs/Installing TiddlyWiki Prerelease on Node.js.tid +1 -1
  677. package/editions/tw5.com/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid +1 -1
  678. package/editions/tw5.com/tiddlers/nodejs/Using TiddlyWiki on Node.js.tid +2 -2
  679. package/editions/tw5.com/tiddlers/nodejs/Working with the TiddlyWiki5 repository.tid +1 -1
  680. package/editions/tw5.com/tiddlers/nodejs/tiddlywiki.files_Files.tid +1 -1
  681. package/editions/tw5.com/tiddlers/nodejs/tiddlywiki.info_Files.tid +4 -4
  682. package/editions/tw5.com/tiddlers/plugins/D3 Plugin.tid +4 -4
  683. package/editions/tw5.com/tiddlers/plugins/Mobile Drag And Drop Shim Plugin.tid +4 -3
  684. package/editions/tw5.com/tiddlers/plugins/Railroad Plugin.tid +7 -1
  685. package/editions/tw5.com/tiddlers/pragmas/Pragma_ _rules.tid +3 -3
  686. package/editions/tw5.com/tiddlers/procedures/Procedures.tid +2 -2
  687. package/editions/tw5.com/tiddlers/readme/ReadMe.tid +22 -5
  688. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.0.tid +3 -3
  689. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.1.tid +4 -4
  690. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.10.tid +47 -47
  691. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.11.tid +1 -1
  692. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.12.tid +27 -27
  693. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.13.tid +6 -6
  694. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.14.tid +79 -79
  695. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.15.tid +29 -29
  696. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.16.tid +59 -59
  697. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.17.tid +15 -15
  698. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.18.tid +48 -48
  699. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.19.tid +7 -7
  700. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.2.tid +8 -8
  701. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.20.tid +68 -68
  702. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.21.tid +17 -17
  703. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.22.tid +76 -76
  704. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.23.tid +168 -168
  705. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.3.tid +27 -27
  706. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.4.tid +8 -8
  707. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.5.tid +42 -42
  708. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.6.tid +13 -13
  709. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.7.tid +2 -2
  710. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.8.tid +45 -45
  711. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.9.tid +20 -20
  712. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.0.tid +120 -120
  713. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.1.tid +22 -22
  714. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.2.tid +45 -45
  715. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.3.tid +62 -62
  716. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.4.tid +54 -54
  717. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.5.tid +2 -2
  718. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.6.tid +50 -50
  719. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.7.tid +2 -2
  720. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.0.tid +35 -35
  721. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.1.tid +18 -18
  722. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.2.tid +47 -47
  723. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.3.tid +6 -6
  724. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.4.tid +46 -46
  725. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.5.tid +13 -12
  726. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.6.tid +187 -0
  727. package/editions/tw5.com/tiddlers/releasenotes/Releases.tid +2 -0
  728. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha12.tid +1 -1
  729. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha13.tid +1 -1
  730. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha14.tid +1 -1
  731. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha15.tid +1 -1
  732. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha16.tid +1 -1
  733. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha17.tid +1 -1
  734. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.1alpha.tid +1 -1
  735. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.10beta.tid +16 -16
  736. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.11beta.tid +17 -17
  737. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.12beta.tid +1 -1
  738. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.13beta.tid +29 -29
  739. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.14beta.tid +29 -29
  740. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.15beta.tid +18 -18
  741. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.16beta.tid +14 -14
  742. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.17beta.tid +20 -20
  743. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.18beta.tid +9 -9
  744. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.2beta.tid +1 -1
  745. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.3beta.tid +1 -1
  746. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.4beta.tid +5 -5
  747. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.5beta.tid +1 -1
  748. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.6beta.tid +13 -13
  749. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.7beta.tid +11 -11
  750. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.8beta.tid +12 -12
  751. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.9beta.tid +32 -32
  752. package/editions/tw5.com/tiddlers/roadmap/RoadMap.tid +1 -1
  753. package/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MWS - Installation using Git.tid +17 -0
  754. package/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MWS - Installation.tid +15 -0
  755. package/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MWS - Usage.tid +13 -0
  756. package/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MultiWikiServer.tid +26 -0
  757. package/editions/tw5.com/tiddlers/saving/Encryption.tid +2 -2
  758. package/editions/tw5.com/tiddlers/saving/Example config-tiddlyweb-host for IIS.txt.meta +1 -1
  759. package/editions/tw5.com/tiddlers/saving/Example package.json for IIS.txt.meta +1 -1
  760. package/editions/tw5.com/tiddlers/saving/Example tiddlywiki.info for IIS.txt.meta +1 -1
  761. package/editions/tw5.com/tiddlers/saving/Example web.config for IIS.txt.meta +1 -1
  762. package/editions/tw5.com/tiddlers/saving/Saving on TidGi.tid +1 -1
  763. package/editions/tw5.com/tiddlers/saving/Saving on TiddlyHost.tid +2 -0
  764. package/editions/tw5.com/tiddlers/saving/Saving with TiddlyPWA.tid +15 -0
  765. package/editions/tw5.com/tiddlers/system/$__config_DefaultSidebarTab.tid +7 -0
  766. package/editions/tw5.com/tiddlers/system/$__startup_open-welcome.tid +4 -0
  767. package/editions/tw5.com/tiddlers/system/ContributionBanner.tid +1 -1
  768. package/editions/tw5.com/tiddlers/system/DefaultTiddlers.tid +4 -0
  769. package/editions/tw5.com/tiddlers/system/SiteDomain.tid +3 -0
  770. package/editions/tw5.com/tiddlers/system/SitePreviewUrl.tid +3 -0
  771. package/editions/tw5.com/tiddlers/system/SiteTitle.tid +1 -1
  772. package/editions/tw5.com/tiddlers/system/SiteUrl.tid +3 -0
  773. package/editions/tw5.com/tiddlers/system/Sources.tid +1 -1
  774. package/editions/tw5.com/tiddlers/system/TableOfContents.tid +2 -2
  775. package/editions/tw5.com/tiddlers/system/doc-macros.tid +9 -1
  776. package/editions/tw5.com/tiddlers/system/filter-run-template.tid +4 -4
  777. package/editions/tw5.com/tiddlers/system/netlify-build-badge.tid +17 -0
  778. package/editions/tw5.com/tiddlers/system/operator-macros.tid +2 -2
  779. package/editions/tw5.com/tiddlers/system/operator-template.tid +4 -4
  780. package/editions/tw5.com/tiddlers/system/systemtag-template.tid +12 -6
  781. package/editions/tw5.com/tiddlers/system/tw5.com-styles.tid +25 -283
  782. package/editions/tw5.com/tiddlers/system/version-macros.tid +11 -9
  783. package/editions/tw5.com/tiddlers/system/wikitext-macros.tid +4 -44
  784. package/editions/tw5.com/tiddlers/systemtags/SystemTag_ $__tags_ClassFilters_PageTemplate.tid +1 -1
  785. package/editions/tw5.com/tiddlers/systemtags/SystemTag_ $__tags_ControlPanel_SettingsTab.tid +9 -0
  786. package/editions/tw5.com/tiddlers/testcases/DataWidget/ImportCustomTitle.tid +29 -0
  787. package/editions/tw5.com/tiddlers/testcases/HTML/BlockModeInHTMLTable.tid +30 -0
  788. package/editions/tw5.com/tiddlers/testcases/HTML/OpenTagBlankLine.tid +23 -0
  789. package/editions/tw5.com/tiddlers/testcases/HTML/OpenTagBlankLineInBoldSyntax.tid +22 -0
  790. package/editions/tw5.com/tiddlers/testcases/HTML/OpenTagBlankLineInTableSyntax.tid +22 -0
  791. package/editions/tw5.com/tiddlers/testcases/HTML/OpenTagNoBlankLine.tid +34 -0
  792. package/editions/tw5.com/tiddlers/testcases/RevealWidget/AccordionSlider.tid +30 -0
  793. package/editions/tw5.com/tiddlers/testcases/RevealWidget/Popup.tid +27 -0
  794. package/editions/tw5.com/tiddlers/testcases/RevealWidget/SimpleReveal.tid +27 -0
  795. package/editions/tw5.com/tiddlers/testcases/RevealWidget/TextReference.tid +23 -0
  796. package/editions/tw5.com/tiddlers/testimonials/Testimonials - Product Hunt.tid +2 -0
  797. package/editions/tw5.com/tiddlers/variables/Behaviour of invoked variables depends on how the variable was declared.tid +5 -5
  798. package/editions/tw5.com/tiddlers/variables/Behaviour of variables invoked via normal wikitext.tid +2 -2
  799. package/editions/tw5.com/tiddlers/variables/Behaviour of variables invoked via widget attributes.tid +2 -2
  800. package/editions/tw5.com/tiddlers/variables/Core Variables.tid +4 -3
  801. package/editions/tw5.com/tiddlers/variables/Variables.tid +2 -2
  802. package/editions/tw5.com/tiddlers/variables/actionTiddler Variable.tid +2 -2
  803. package/editions/tw5.com/tiddlers/videos/Getting Started Video.tid +1 -1
  804. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 1.tid +7 -18
  805. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 2.tid +9 -17
  806. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 3.tid +10 -17
  807. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 4.tid +9 -16
  808. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 5.tid +9 -21
  809. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget.tid +4 -35
  810. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget_Example.tid +17 -7
  811. package/editions/tw5.com/tiddlers/widgets/CodeblockWidget.tid +2 -2
  812. package/editions/tw5.com/tiddlers/widgets/Custom Widgets.tid +2 -2
  813. package/editions/tw5.com/tiddlers/widgets/DataWidget.tid +2 -1
  814. package/editions/tw5.com/tiddlers/widgets/DroppableWidget.tid +32 -13
  815. package/editions/tw5.com/tiddlers/widgets/EditTextWidget.tid +1 -1
  816. package/editions/tw5.com/tiddlers/widgets/EditWidget.tid +1 -1
  817. package/editions/tw5.com/tiddlers/widgets/GenesisWidget.tid +1 -1
  818. package/editions/tw5.com/tiddlers/widgets/LinkCatcherWidget.tid +6 -2
  819. package/editions/tw5.com/tiddlers/widgets/LinkWidget.tid +4 -2
  820. package/editions/tw5.com/tiddlers/widgets/RevealWidget.tid +5 -52
  821. package/editions/tw5.com/tiddlers/widgets/Widgets.tid +2 -4
  822. package/editions/tw5.com/tiddlers/wikitext/Conditional Shortcut Syntax.tid +16 -16
  823. package/editions/tw5.com/tiddlers/wikitext/HTML Entities.tid +3 -2
  824. package/editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid +7 -9
  825. package/editions/tw5.com/tiddlers/wikitext/Utility Classes.tid +2 -1
  826. package/editions/tw5.com/tiddlers/wikitext/parser/Places where the parser ignores WikiText.tid +2 -2
  827. package/editions/tw5.com/tiddlers/wikitext/parser/WikiText parser mode_ HTML examples.tid +6 -39
  828. package/editions/tw5.com/tiddlers/workingwithtw/TiddlyWiki Privacy and Security.tid +48 -0
  829. package/editions/tw5.com/tiddlywiki.info +1 -4
  830. package/editions/tw5.com-docs/tiddlers/Welcome to tw5.com-docs.tid +1 -1
  831. package/editions/tw5.com-server/tiddlywiki.info +0 -1
  832. package/eslint.config.js +333 -0
  833. package/languages/ar-PS/plugin.info +1 -1
  834. package/languages/ca-ES/plugin.info +1 -1
  835. package/languages/cs-CZ/plugin.info +1 -1
  836. package/languages/da-DK/plugin.info +1 -1
  837. package/languages/de-DE/Snippets/FunctionDefinition.tid +7 -0
  838. package/languages/de-DE/Snippets/MacroDefinition.tid +1 -1
  839. package/languages/de-DE/Snippets/ProcedureDefinition.tid +8 -0
  840. package/languages/de-DE/Types/application_javascript.tid +1 -0
  841. package/languages/de-DE/Types/application_json.tid +1 -0
  842. package/languages/de-DE/Types/application_x_tiddler_dictionary.tid +1 -0
  843. package/languages/de-DE/Types/image_gif.tid +2 -1
  844. package/languages/de-DE/Types/image_jpeg.tid +1 -0
  845. package/languages/de-DE/Types/image_png.tid +1 -0
  846. package/languages/de-DE/Types/image_svg_xml.tid +1 -0
  847. package/languages/de-DE/Types/text_css.tid +1 -0
  848. package/languages/de-DE/Types/text_html.tid +1 -0
  849. package/languages/de-DE/Types/text_plain.tid +1 -0
  850. package/languages/de-DE/Types/text_vnd.tiddlywiki.tid +2 -1
  851. package/languages/de-DE/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
  852. package/languages/el-GR/plugin.info +1 -1
  853. package/languages/en-PH/Buttons.multids +13 -0
  854. package/languages/en-PH/ControlPanel.multids +9 -0
  855. package/languages/en-PH/CoreReadMe.tid +8 -0
  856. package/languages/en-PH/Dates.multids +5 -0
  857. package/languages/en-PH/Docs/ModuleTypes.multids +3 -0
  858. package/languages/en-PH/Docs/PaletteColours.multids +7 -0
  859. package/languages/en-PH/Fields.multids +4 -0
  860. package/languages/en-PH/Filters.multids +3 -0
  861. package/languages/en-PH/Import.multids +3 -0
  862. package/languages/en-PH/Misc.multids +15 -0
  863. package/languages/en-PH/Modals/Download.tid +13 -0
  864. package/languages/en-PH/NewJournal.multids +3 -0
  865. package/languages/en-PH/icon.tid +21 -0
  866. package/languages/en-PH/plugin.info +8 -0
  867. package/languages/es-ES/Buttons.multids +5 -0
  868. package/languages/es-ES/ControlPanel.multids +20 -0
  869. package/languages/es-ES/Docs/ModuleTypes.multids +1 -1
  870. package/languages/es-ES/Docs/PaletteColours.multids +7 -0
  871. package/languages/es-ES/EditTemplate.multids +2 -0
  872. package/languages/es-ES/Fields.multids +2 -0
  873. package/languages/es-ES/Help/commands.tid +1 -1
  874. package/languages/es-ES/Misc.multids +2 -2
  875. package/languages/es-ES/Search.multids +2 -0
  876. package/languages/es-ES/Snippets/FunctionDefinition.tid +7 -0
  877. package/languages/es-ES/Snippets/ProcedureDefinition.tid +7 -0
  878. package/languages/es-ES/Types/image_svg_xml.tid +1 -1
  879. package/languages/es-ES/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
  880. package/languages/es-ES/plugin.info +2 -2
  881. package/languages/fa-IR/plugin.info +1 -1
  882. package/languages/fr-FR/Buttons.multids +4 -0
  883. package/languages/fr-FR/ControlPanel.multids +6 -0
  884. package/languages/fr-FR/Docs/PaletteColours.multids +7 -3
  885. package/languages/fr-FR/Snippets/FunctionDefinition.tid +7 -0
  886. package/languages/fr-FR/Snippets/ProcedureDefinition.tid +7 -0
  887. package/languages/fr-FR/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
  888. package/languages/he-IL/plugin.info +1 -1
  889. package/languages/hi-IN/plugin.info +1 -1
  890. package/languages/it-IT/plugin.info +1 -1
  891. package/languages/ja-JP/plugin.info +1 -1
  892. package/languages/ko-KR/plugin.info +1 -1
  893. package/languages/mk-MK/plugin.info +1 -1
  894. package/languages/nl-NL/plugin.info +1 -1
  895. package/languages/pa-IN/plugin.info +1 -1
  896. package/languages/pl-PL/Buttons.multids +4 -0
  897. package/languages/pl-PL/ControlPanel.multids +20 -0
  898. package/languages/pl-PL/Docs/PaletteColours.multids +7 -0
  899. package/languages/pl-PL/EditTemplate.multids +1 -0
  900. package/languages/pl-PL/Fields.multids +1 -0
  901. package/languages/pl-PL/Misc.multids +2 -0
  902. package/languages/pl-PL/Search.multids +2 -0
  903. package/languages/pl-PL/Snippets/FunctionDefinition.tid +7 -0
  904. package/languages/pl-PL/Snippets/ProcedureDefinition.tid +7 -0
  905. package/languages/pl-PL/Types/text_vnd.tiddlywiki_multiple.tid +6 -0
  906. package/languages/pl-PL/plugin.info +1 -1
  907. package/languages/pl-PL/readme.md +1 -1
  908. package/languages/pt-PT/plugin.info +1 -1
  909. package/languages/ru-RU/plugin.info +1 -1
  910. package/languages/sk-SK/plugin.info +1 -1
  911. package/languages/sl-SI/plugin.info +1 -1
  912. package/languages/sv-SE/plugin.info +1 -1
  913. package/languages/zh-CN/plugin.info +1 -1
  914. package/languages/zh-HK/Buttons.multids +17 -0
  915. package/languages/zh-HK/ControlPanel.multids +31 -0
  916. package/languages/zh-HK/Docs/ModuleTypes.multids +3 -0
  917. package/languages/zh-HK/Fields.multids +5 -0
  918. package/languages/zh-HK/GettingStarted.tid +18 -0
  919. package/languages/zh-HK/Help/listen.tid +35 -0
  920. package/languages/zh-HK/Help/notfound.tid +3 -0
  921. package/languages/zh-HK/Help/password.tid +10 -0
  922. package/languages/zh-HK/Help/render.tid +34 -0
  923. package/languages/zh-HK/Help/savetiddlers.tid +16 -0
  924. package/languages/zh-HK/Help/server.tid +44 -0
  925. package/languages/zh-HK/Help/setfield.tid +17 -0
  926. package/languages/zh-HK/Misc.multids +5 -0
  927. package/languages/zh-HK/SideBar.multids +3 -0
  928. package/languages/zh-HK/Snippets/ProcedureDefinition.tid +7 -0
  929. package/languages/zh-HK/ThemeTweaks.multids +3 -0
  930. package/languages/zh-HK/plugin.info +1 -1
  931. package/languages/zh-Hans/Buttons.multids +2 -0
  932. package/languages/zh-Hans/ControlPanel.multids +10 -0
  933. package/languages/zh-Hans/Snippets/FunctionDefinition.tid +7 -0
  934. package/languages/zh-Hans/Snippets/ProcedureDefinition.tid +7 -0
  935. package/languages/zh-Hans/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
  936. package/languages/zh-Hans/plugin.info +1 -1
  937. package/languages/zh-Hant/Buttons.multids +2 -0
  938. package/languages/zh-Hant/ControlPanel.multids +11 -1
  939. package/languages/zh-Hant/Snippets/FunctionDefinition.tid +7 -0
  940. package/languages/zh-Hant/Snippets/ProcedureDefinition.tid +7 -0
  941. package/languages/zh-Hant/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
  942. package/languages/zh-Hant/plugin.info +1 -1
  943. package/languages/zh-TW/plugin.info +1 -1
  944. package/licenses/cla-entity.md +3 -1
  945. package/licenses/cla-individual.md +14 -0
  946. package/package.json +4 -3
  947. package/plugins/tiddlywiki/aws/docs/setup.tid +1 -1
  948. package/plugins/tiddlywiki/aws/modules/command.js +0 -5
  949. package/plugins/tiddlywiki/aws/modules/encodings.js +0 -4
  950. package/plugins/tiddlywiki/aws/modules/init.js +0 -4
  951. package/plugins/tiddlywiki/aws/modules/utils.js +0 -4
  952. package/plugins/tiddlywiki/blog/templates/tiddler.tid +2 -2
  953. package/plugins/tiddlywiki/browser-sniff/readme.tid +1 -1
  954. package/plugins/tiddlywiki/browser-storage/readme.tid +1 -1
  955. package/plugins/tiddlywiki/browser-storage/settings.tid +2 -0
  956. package/plugins/tiddlywiki/browser-storage/startup.js +16 -9
  957. package/plugins/tiddlywiki/browser-storage/util.js +1 -1
  958. package/plugins/tiddlywiki/cecily/readme.tid +1 -1
  959. package/plugins/tiddlywiki/classictools/languages/ia-IA/types/text_Fx-tiddlywiki.tid +4 -0
  960. package/{languages/sv-SE/Types → plugins/tiddlywiki/classictools/languages/sv-SE/types}/text_x-tiddlywiki.tid +4 -4
  961. package/plugins/tiddlywiki/classictools/readme.tid +1 -1
  962. package/plugins/tiddlywiki/codemirror/readme.tid +1 -1
  963. package/plugins/tiddlywiki/codemirror/settings/cursorBlinkRate.tid +1 -1
  964. package/plugins/tiddlywiki/codemirror/settings/indentUnit.tid +1 -1
  965. package/plugins/tiddlywiki/codemirror/settings/tabSize.tid +1 -1
  966. package/plugins/tiddlywiki/codemirror/ui/controlpanel/codemirror.tid +2 -2
  967. package/plugins/tiddlywiki/comments/config.tid +2 -0
  968. package/plugins/tiddlywiki/consent-banner/config.tid +2 -0
  969. package/plugins/tiddlywiki/consent-banner/docs.tid +1 -1
  970. package/plugins/tiddlywiki/d3/barwidget.js +4 -4
  971. package/plugins/tiddlywiki/d3/readme.tid +1 -1
  972. package/plugins/tiddlywiki/dynaview/config.tid +2 -0
  973. package/plugins/tiddlywiki/external-attachments/settings.tid +2 -0
  974. package/plugins/tiddlywiki/filesystem/filesystemadaptor.js +9 -3
  975. package/plugins/tiddlywiki/filesystem/readme.tid +1 -1
  976. package/plugins/tiddlywiki/freelinks/settings.tid +2 -0
  977. package/plugins/tiddlywiki/geospatial/docs/geolayer.tid +5 -2
  978. package/plugins/tiddlywiki/geospatial/docs/geomap.tid +71 -1
  979. package/plugins/tiddlywiki/geospatial/images/markers/pin.svg +1 -9
  980. package/plugins/tiddlywiki/geospatial/operators/helper.js +1 -1
  981. package/plugins/tiddlywiki/geospatial/operators/olc.js +6 -6
  982. package/plugins/tiddlywiki/geospatial/settings.tid +2 -0
  983. package/plugins/tiddlywiki/geospatial/tests/operators/geodistance.tid +1 -1
  984. package/plugins/tiddlywiki/geospatial/tests/operators/geolookup.tid +3 -3
  985. package/plugins/tiddlywiki/geospatial/tests/operators/geonearestpoint.tid +2 -2
  986. package/plugins/tiddlywiki/geospatial/tests/operators/geonearestpoint2.tid +3 -3
  987. package/plugins/tiddlywiki/geospatial/tests/operators/geopoint.tid +1 -1
  988. package/plugins/tiddlywiki/geospatial/tests/operators/olc-decode.tid +2 -2
  989. package/plugins/tiddlywiki/geospatial/tests/widgets/geomap-empty-layer.tid +19 -0
  990. package/plugins/tiddlywiki/geospatial/widgets/geomap.js +78 -23
  991. package/plugins/tiddlywiki/github-fork-ribbon/plugin.info +1 -1
  992. package/plugins/tiddlywiki/github-fork-ribbon/readme.tid +1 -1
  993. package/plugins/tiddlywiki/github-fork-ribbon/template.tid +1 -1
  994. package/plugins/tiddlywiki/github-fork-ribbon/usage.tid +5 -5
  995. package/plugins/tiddlywiki/googleanalytics/readme.tid +1 -1
  996. package/plugins/tiddlywiki/googleanalytics/settings.tid +2 -0
  997. package/plugins/tiddlywiki/help/help.tid +8 -8
  998. package/plugins/tiddlywiki/help/readme.tid +1 -1
  999. package/plugins/tiddlywiki/help/tabs/Support.tid +1 -1
  1000. package/plugins/tiddlywiki/highlight/usage.tid +2 -2
  1001. package/plugins/tiddlywiki/jasmine/readme.tid +1 -1
  1002. package/plugins/tiddlywiki/katex/config.tid +2 -0
  1003. package/plugins/tiddlywiki/katex/readme.tid +1 -1
  1004. package/plugins/tiddlywiki/katex/styles.tid +1 -1
  1005. package/plugins/tiddlywiki/katex/wrapper.js +1 -1
  1006. package/plugins/tiddlywiki/markdown/EditorToolbar/picture-dropdown.tid +24 -0
  1007. package/plugins/tiddlywiki/markdown/EditorToolbar/picture.tid +10 -0
  1008. package/plugins/tiddlywiki/markdown/EditorToolbar/strikethrough.tid +15 -0
  1009. package/plugins/tiddlywiki/markdown/EditorToolbar/subscript.tid +15 -0
  1010. package/plugins/tiddlywiki/markdown/EditorToolbar/superscript.tid +15 -0
  1011. package/plugins/tiddlywiki/markdown/editor-operations/make-markdown-link.js +4 -4
  1012. package/plugins/tiddlywiki/markdown/markdown-it-katex.js +24 -24
  1013. package/plugins/tiddlywiki/markdown/new-markdown.tid +4 -4
  1014. package/plugins/tiddlywiki/markdown/plugin.info +1 -1
  1015. package/plugins/tiddlywiki/markdown/readme.tid +69 -0
  1016. package/plugins/tiddlywiki/markdown/settings/breaks.tid +9 -0
  1017. package/plugins/tiddlywiki/markdown/settings/linkify.tid +9 -0
  1018. package/plugins/tiddlywiki/markdown/settings/quotes.tid +8 -0
  1019. package/plugins/tiddlywiki/markdown/settings/renderWikiText.tid +9 -0
  1020. package/plugins/tiddlywiki/markdown/settings/renderWikiTextPragma.tid +7 -0
  1021. package/plugins/tiddlywiki/markdown/settings/typographer.tid +9 -0
  1022. package/plugins/tiddlywiki/markdown/settings.tid +19 -0
  1023. package/plugins/tiddlywiki/markdown/styles.tid +1 -1
  1024. package/plugins/tiddlywiki/markdown/wrapper.js +2 -2
  1025. package/plugins/tiddlywiki/markdown-legacy/new-markdown.tid +4 -4
  1026. package/plugins/tiddlywiki/markdown-legacy/readme.tid +1 -1
  1027. package/plugins/tiddlywiki/menubar/keyboardshortcuts-menubar-search.tid +5 -0
  1028. package/plugins/tiddlywiki/menubar/shortcutinfo-menubar-search.tid +4 -0
  1029. package/plugins/tiddlywiki/nodewebkitsaver/readme.tid +1 -1
  1030. package/plugins/tiddlywiki/pluginlibrary/readme.tid +1 -1
  1031. package/plugins/tiddlywiki/qrcode/ViewToolbarButton/Button.tid +17 -39
  1032. package/plugins/tiddlywiki/qrcode/docs/makeqr.tid +13 -9
  1033. package/plugins/tiddlywiki/qrcode/makeqr.js +2 -2
  1034. package/plugins/tiddlywiki/railroad/parser.js +1 -1
  1035. package/plugins/tiddlywiki/savetrail/settings.tid +2 -1
  1036. package/plugins/tiddlywiki/share/settings.tid +2 -0
  1037. package/plugins/tiddlywiki/stacked-view/readme.tid +1 -1
  1038. package/plugins/tiddlywiki/tahoelafs/readme.tid +1 -1
  1039. package/plugins/tiddlywiki/text-slicer/modules/slicer.js +1 -1
  1040. package/plugins/tiddlywiki/text-slicer/ui/slice-toolbar-button.tid +5 -5
  1041. package/plugins/tiddlywiki/tiddlyweb/readme.tid +1 -1
  1042. package/plugins/tiddlywiki/tiddlyweb/save-wiki-button.tid +4 -4
  1043. package/plugins/tiddlywiki/tiddlyweb/tiddlywebadaptor.js +2 -2
  1044. package/plugins/tiddlywiki/tour/settings.tid +63 -57
  1045. package/plugins/tiddlywiki/tour/simplified-tiddler-with-tags.tid +4 -4
  1046. package/plugins/tiddlywiki/tour/simplified-tiddler.tid +2 -2
  1047. package/plugins/tiddlywiki/translators/Translators.tid +6 -0
  1048. package/plugins/tiddlywiki/translators/readme.tid +1 -1
  1049. package/plugins/tiddlywiki/translators/templates/help-tid.tid +5 -5
  1050. package/plugins/tiddlywiki/translators/templates/modal-tid.tid +8 -8
  1051. package/plugins/tiddlywiki/translators/templates/snippet-tid.tid +5 -5
  1052. package/plugins/tiddlywiki/translators/templates/type-tid.tid +6 -6
  1053. package/plugins/tiddlywiki/tw2parser/entry.js +1 -1
  1054. package/plugins/tiddlywiki/tw2parser/readme.tid +1 -1
  1055. package/plugins/tiddlywiki/tw2parser/wikitextparser.js +1 -1
  1056. package/plugins/tiddlywiki/tw2parser/wikitextrules.js +7 -7
  1057. package/plugins/tiddlywiki/upgrade/readme.tid +1 -1
  1058. package/readme.md +8 -7
  1059. package/themes/tiddlywiki/vanilla/base.tid +85 -16
  1060. package/themes/tiddlywiki/vanilla/settings.multids +2 -2
  1061. package/.eslintignore +0 -8
  1062. package/.eslintrc.yml +0 -283
  1063. package/core/language/en-GB/Types/image_x-icon.tid +0 -5
  1064. package/editions/test/tiddlers/tests/data/tabs-macro/expected-html-tabs-horizontal-all.tid +0 -5
  1065. package/editions/test/tiddlers/tests/data/tabs-macro/expected-html-tabs-horizontal.tid +0 -5
  1066. package/editions/test/tiddlers/tests/data/tabs-macro/expected-html-tabs-vertical.tid +0 -5
  1067. package/editions/tw5.com/tiddlers/definitions/Federatial.tid +0 -21
  1068. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail_-_Federatial.tid +0 -11
  1069. package/editions/tw5.com/tiddlers/images/Federatial.png +0 -0
  1070. package/editions/tw5.com/tiddlers/images/Federatial.png.meta +0 -3
  1071. package/editions/tw5.com/tiddlers/saving/Saving with FireFox.tid +0 -17
  1072. package/editions/tw5.com/tiddlers/saving/Saving with TiddlyFox on Android.tid +0 -26
  1073. package/languages/ca-ES/Types/image%2Fx-icon.tid +0 -4
  1074. package/languages/cs-CZ/Types/image%2Fx-icon.tid +0 -4
  1075. package/languages/da-DK/Types/image%2Fx-icon.tid +0 -4
  1076. package/languages/de-DE/Types/image_x-icon.tid +0 -4
  1077. package/languages/el-GR/Types/image%2Fx-icon.tid +0 -4
  1078. package/languages/es-ES/Types/image_x-icon.tid +0 -5
  1079. package/languages/fr-FR/Types/image_x-icon.tid +0 -5
  1080. package/languages/he-IL/Types/image%2Fx-icon.tid +0 -4
  1081. package/languages/hi-IN/Types/image%2Fx-icon.tid +0 -5
  1082. package/languages/ia-IA/Types/image%2Fx-icon.tid +0 -4
  1083. package/languages/it-IT/Types/image_x-icon.tid +0 -5
  1084. package/languages/ja-JP/Types/image%2Fx-icon.tid +0 -4
  1085. package/languages/ko-KR/Types/image%2Fx-icon.tid +0 -4
  1086. package/languages/mk-MK/Types/image%2Fx-icon.tid +0 -4
  1087. package/languages/nl-NL/Types/image%2Fx-icon.tid +0 -4
  1088. package/languages/pa-IN/Types/image%2Fx-icon.tid +0 -4
  1089. package/languages/pl-PL/Types/image_x-icon.tid +0 -5
  1090. package/languages/pt-BR/Types/image%2Fx-icon.tid +0 -4
  1091. package/languages/pt-PT/Types/image%2Fx-icon.tid +0 -4
  1092. package/languages/ru-RU/Types/image%2Fx-icon.tid +0 -4
  1093. package/languages/sk-SK/Types/image%2Fx-icon.tid +0 -4
  1094. package/languages/sl-SI/Types/image%2Fx-icon.tid +0 -4
  1095. package/languages/sv-SE/Types/image_x-icon.tid +0 -4
  1096. package/languages/zh-Hans/Types/image_x-icon.tid +0 -4
  1097. package/languages/zh-Hant/Types/image_x-icon.tid +0 -4
  1098. package/plugins/tiddlywiki/markdown/config.tid +0 -80
  1099. /package/core/ui/{StandardLayout.tid → PageTemplate.tid} +0 -0
  1100. /package/editions/tw5.com/tiddlers/{Selection Constructors: Conditional.tid → Selection Constructors Conditional.tid} +0 -0
  1101. /package/{languages/ca-ES/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/ca-ES/types/text_Fx-tiddlywiki.tid} +0 -0
  1102. /package/{languages/cs-CZ/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/cs-CZ/types/text_Fx-tiddlywiki.tid} +0 -0
  1103. /package/{languages/da-DK/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/da-DK/types/text_Fx-tiddlywiki.tid} +0 -0
  1104. /package/{languages/de-DE/Types → plugins/tiddlywiki/classictools/languages/de-DE/types}/text_x-tiddlywiki.tid +0 -0
  1105. /package/{languages/el-GR/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/el-Gr/types/text_Fx-tiddlywiki.tid} +0 -0
  1106. /package/{core/language/en-GB/Types → plugins/tiddlywiki/classictools/languages/en-GB/types}/text_x-tiddlywiki.tid +0 -0
  1107. /package/{languages/es-ES/Types → plugins/tiddlywiki/classictools/languages/es-ES/types}/text_x-tiddlywiki.tid +0 -0
  1108. /package/{languages/fr-FR/Types → plugins/tiddlywiki/classictools/languages/fr-FR/types}/text_x-tiddlywiki.tid +0 -0
  1109. /package/{languages/he-IL/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/he-IL/types/text_Fx-tiddlywiki.tid} +0 -0
  1110. /package/{languages/hi-IN/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/hi-IN/types/text_Fx-tiddlywiki.tid} +0 -0
  1111. /package/{languages/it-IT/Types → plugins/tiddlywiki/classictools/languages/it-IT/types}/text_x-tiddlywiki.tid +0 -0
  1112. /package/{languages/ja-JP/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/ja-JP/types/text_Fx-tiddlywiki.tid} +0 -0
  1113. /package/{languages/ko-KR/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/ko-KR/types/text_Fx-tiddlywiki.tid} +0 -0
  1114. /package/{languages/mk-MK/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/mk-MK/types/text_Fx-tiddlywiki.tid} +0 -0
  1115. /package/{languages/nl-NL/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/nl-NL/types/text_Fx-tiddlywiki.tid} +0 -0
  1116. /package/{languages/pa-IN/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/pa-IN/types/text_Fx-tiddlywiki.tid} +0 -0
  1117. /package/{languages/pl-PL/Types → plugins/tiddlywiki/classictools/languages/pl-PL/types}/text_x-tiddlywiki.tid +0 -0
  1118. /package/{languages/pt-BR/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/pt-BR/types/text_Fx-tiddlywiki.tid} +0 -0
  1119. /package/{languages/pt-PT/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/pt-PT/types/text_Fx-tiddlywiki.tid} +0 -0
  1120. /package/{languages/ru-RU/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/ru-RU/types/text_Fx-tiddlywiki.tid} +0 -0
  1121. /package/{languages/sk-SK/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/sk-SK/types/text_Fx-tiddlywiki.tid} +0 -0
  1122. /package/{languages/sl-SI/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/sl-SI/types/text_Fx-tiddlywiki.tid} +0 -0
  1123. /package/{languages/zh-Hans/Types → plugins/tiddlywiki/classictools/languages/zh-Hans/types}/text_x-tiddlywiki.tid +0 -0
  1124. /package/{languages/zh-Hant/Types → plugins/tiddlywiki/classictools/languages/zh-Hant/types}/text_x-tiddlywiki.tid +0 -0
@@ -21,7 +21,7 @@ body:
21
21
  attributes:
22
22
  label: To Reproduce
23
23
  description: "Steps to reproduce the behavior:"
24
- value: |
24
+ placeholder: |
25
25
  1. Go to '...'
26
26
  2. Click on '....'
27
27
  3. Scroll down to '....'
@@ -41,7 +41,7 @@ body:
41
41
  attributes:
42
42
  label: TiddlyWiki Configuration
43
43
  description: please complete the following information
44
- value: |
44
+ placeholder: |
45
45
  - Version [e.g. v5.1.24]
46
46
  - Saving mechanism [e.g. Node.js, TiddlyDesktop, TiddlyHost etc]
47
47
  - Plugins installed [e.g. Freelinks, TiddlyMap]
@@ -1,7 +1,7 @@
1
1
  blank_issues_enabled: false
2
2
  contact_links:
3
3
  - name: Discuss feature request
4
- url: https://github.com/Jermolene/TiddlyWiki5/discussions
4
+ url: https://github.com/TiddlyWiki/TiddlyWiki5/discussions
5
5
  about: Open new discussion about new feature
6
6
  - name: Talk.Tiddlywiki Forum
7
7
  url: https://talk.tiddlywiki.org
@@ -5,7 +5,7 @@ on:
5
5
  - master
6
6
  - tiddlywiki-com
7
7
  env:
8
- NODE_VERSION: "18"
8
+ NODE_VERSION: "22"
9
9
  jobs:
10
10
  test:
11
11
  runs-on: ubuntu-latest
@@ -0,0 +1,30 @@
1
+ name: Check CLA Signature
2
+ on:
3
+ pull_request_target:
4
+ types:
5
+ - opened
6
+ - reopened
7
+ paths-ignore:
8
+ - 'licenses/cla-individual.md'
9
+ jobs:
10
+ check_cla:
11
+ runs-on: ubuntu-latest
12
+ permissions:
13
+ pull-requests: write
14
+ if: ${{ (github.event.pull_request.user.login != github.repository_owner) }}
15
+ steps:
16
+ - run: |
17
+ if ! curl -s https://raw.githubusercontent.com/Jermolene/TiddlyWiki5/tiddlywiki-com/licenses/cla-individual.md | grep -io "@$USER,"; then
18
+ echo "CLA not signed"
19
+ gh pr comment "$NUMBER" -b "@$USER It appears that this is your first contribution to the project, welcome.
20
+
21
+ With apologies for the bureaucracy, please could you prepare a separate PR to the 'tiddlywiki-com' branch with your signature for the Contributor License Agreement (see [contributing.md](https://github.com/TiddlyWiki/TiddlyWiki5/blob/master/contributing.md))."
22
+ else
23
+ echo "CLA already signed"
24
+ gh pr comment "$NUMBER" -b "Confirmed: **$USER** has already signed the Contributor License Agreement (see [contributing.md](https://github.com/TiddlyWiki/TiddlyWiki5/blob/master/contributing.md))"
25
+ fi
26
+ env:
27
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
+ GH_REPO: ${{ github.repository }}
29
+ NUMBER: ${{ github.event.pull_request.number }}
30
+ USER: ${{ github.actor }}
@@ -0,0 +1,70 @@
1
+ name: CLA Signed
2
+
3
+ on:
4
+ pull_request_target:
5
+ types:
6
+ - opened
7
+ - closed
8
+ paths:
9
+ - 'licenses/cla-individual.md'
10
+
11
+ env:
12
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13
+ GH_REPO: ${{ github.repository }}
14
+ NUMBER: ${{ github.event.pull_request.number }}
15
+ AUTHOR: ${{ github.event.pull_request.user.login }}
16
+
17
+ jobs:
18
+ # check if PRs updating the CLA are targetting the tiddlywiki-com branch
19
+ check-signature-branch:
20
+ if: (github.event.pull_request.merged != true) && (github.event.pull_request.user.login != github.repository_owner)
21
+ runs-on: ubuntu-latest
22
+ permissions:
23
+ pull-requests: write
24
+ steps:
25
+ - run: |
26
+ if [[ "$BRANCH" != "tiddlywiki-com" ]]; then
27
+ echo "This CLA signature targets the wrong branch: $BRANCH"
28
+ gh pr comment "$NUMBER" -b "@$AUTHOR Signatures to the CLA must target the 'tiddlywiki-com' branch."
29
+ fi
30
+ env:
31
+ BRANCH: ${{ github.event.pull_request.base.ref }}
32
+
33
+ # leave a comment on each open PR by a given author when their signature is added to the CLA
34
+ cla-signed:
35
+ if: (github.event.pull_request.merged == true) && (github.event.pull_request.user.login != github.repository_owner)
36
+ runs-on: ubuntu-latest
37
+ permissions:
38
+ pull-requests: write
39
+ steps:
40
+ - name: List open PRs by user
41
+ id: list-prs
42
+ uses: actions/github-script@v6
43
+ with:
44
+ result-encoding: string
45
+ script: |
46
+ const owner = context.repo.owner,
47
+ repo = context.repo.repo,
48
+ author = context.payload.pull_request.user.login;
49
+
50
+ const { data: pullRequests } = await github.rest.pulls.list({
51
+ owner: owner,
52
+ repo: repo,
53
+ state: 'open',
54
+ sort: 'created',
55
+ direction: 'desc',
56
+ per_page: 100
57
+ });
58
+ const userPullRequests = pullRequests.filter(pr => pr.user.login === author),
59
+ prNumbers = userPullRequests.map(pr => pr.number).join(',');
60
+ console.log(`Open pull requests by ${author}:${prNumbers}`);
61
+ return prNumbers;
62
+
63
+ - name: Comment open PRs by the same author
64
+ run: |
65
+ prs=($(echo ${{ steps.list-prs.outputs.result }} | tr "," "\n"))
66
+
67
+ for number in "${prs[@]}"
68
+ do
69
+ gh pr comment "$number" -b "**$AUTHOR** has signed the Contributor License Agreement (see [contributing.md](https://github.com/TiddlyWiki/TiddlyWiki5/blob/master/contributing.md))"
70
+ done
package/bin/build-site.sh CHANGED
@@ -5,7 +5,7 @@
5
5
  # Default to the current version number for building the plugin library
6
6
 
7
7
  if [ -z "$TW5_BUILD_VERSION" ]; then
8
- TW5_BUILD_VERSION=v5.3.5
8
+ TW5_BUILD_VERSION=v5.3.6
9
9
  fi
10
10
 
11
11
  echo "Using TW5_BUILD_VERSION as [$TW5_BUILD_VERSION]"
@@ -97,7 +97,6 @@ if [ -n "$TW5_BUILD_ARCHIVE" ]; then
97
97
 
98
98
  node $TW5_BUILD_TIDDLYWIKI \
99
99
  $TW5_BUILD_MAIN_EDITION \
100
- --verbose \
101
100
  --version \
102
101
  --load $TW5_BUILD_OUTPUT/build.tid \
103
102
  --output $TW5_BUILD_ARCHIVE \
@@ -115,7 +114,6 @@ fi
115
114
 
116
115
  node $TW5_BUILD_TIDDLYWIKI \
117
116
  $TW5_BUILD_MAIN_EDITION \
118
- --verbose \
119
117
  --version \
120
118
  --load $TW5_BUILD_OUTPUT/build.tid \
121
119
  --output $TW5_BUILD_OUTPUT \
@@ -128,7 +126,6 @@ node $TW5_BUILD_TIDDLYWIKI \
128
126
  # /tiddlywikicore-<version>.js Core plugin javascript
129
127
  node $TW5_BUILD_TIDDLYWIKI \
130
128
  ./editions/empty \
131
- --verbose \
132
129
  --output $TW5_BUILD_OUTPUT \
133
130
  --build empty emptyexternalcore \
134
131
  || exit 1
@@ -137,7 +134,6 @@ node $TW5_BUILD_TIDDLYWIKI \
137
134
  # /test.html Test edition
138
135
  node $TW5_BUILD_TIDDLYWIKI \
139
136
  ./editions/test \
140
- --verbose \
141
137
  --output $TW5_BUILD_OUTPUT \
142
138
  --rendertiddler $:/core/save/all test.html text/plain \
143
139
  || exit 1
@@ -150,7 +146,6 @@ node $TW5_BUILD_TIDDLYWIKI \
150
146
  # /dev/static/static.css Static stylesheet
151
147
  node $TW5_BUILD_TIDDLYWIKI \
152
148
  ./editions/dev \
153
- --verbose \
154
149
  --load $TW5_BUILD_OUTPUT/build.tid \
155
150
  --output $TW5_BUILD_OUTPUT/dev \
156
151
  --build index favicon static \
@@ -159,29 +154,13 @@ node $TW5_BUILD_TIDDLYWIKI \
159
154
  # /tour.html tour edition
160
155
  node $TW5_BUILD_TIDDLYWIKI \
161
156
  ./editions/tour \
162
- --verbose \
163
157
  --output $TW5_BUILD_OUTPUT \
164
158
  --rendertiddler $:/core/save/all tour.html text/plain \
165
159
  || exit 1
166
160
 
167
- # /dev/index.html Developer docs
168
- # /dev/favicon.ico Favicon for dev site
169
- # /dev/static.html Static rendering of default tiddlers
170
- # /dev/alltiddlers.html Static rendering of all tiddlers
171
- # /dev/static/* Static single tiddlers
172
- # /dev/static/static.css Static stylesheet
173
- node $TW5_BUILD_TIDDLYWIKI \
174
- ./editions/dev \
175
- --verbose \
176
- --load $TW5_BUILD_OUTPUT/build.tid \
177
- --output $TW5_BUILD_OUTPUT/dev \
178
- --build index favicon static \
179
- || exit 1
180
-
181
161
  # /share.html Custom edition for sharing via the URL
182
162
  node $TW5_BUILD_TIDDLYWIKI \
183
163
  ./editions/share \
184
- --verbose \
185
164
  --load $TW5_BUILD_OUTPUT/build.tid \
186
165
  --output $TW5_BUILD_OUTPUT \
187
166
  --build share \
@@ -190,7 +169,6 @@ node $TW5_BUILD_TIDDLYWIKI \
190
169
  # /upgrade.html Custom edition for performing upgrades
191
170
  node $TW5_BUILD_TIDDLYWIKI \
192
171
  ./editions/upgrade \
193
- --verbose \
194
172
  --load $TW5_BUILD_OUTPUT/build.tid \
195
173
  --output $TW5_BUILD_OUTPUT \
196
174
  --build upgrade \
@@ -199,7 +177,6 @@ node $TW5_BUILD_TIDDLYWIKI \
199
177
  # /encrypted.html Copy of the main file encrypted with the password "password"
200
178
  node $TW5_BUILD_TIDDLYWIKI \
201
179
  $TW5_BUILD_MAIN_EDITION \
202
- --verbose \
203
180
  --load $TW5_BUILD_OUTPUT/build.tid \
204
181
  --output $TW5_BUILD_OUTPUT \
205
182
  --build encrypted \
@@ -215,7 +192,6 @@ node $TW5_BUILD_TIDDLYWIKI \
215
192
  # /editions/xlsx-utils/index.html xlsx-utils edition
216
193
  node $TW5_BUILD_TIDDLYWIKI \
217
194
  ./editions/xlsx-utils \
218
- --verbose \
219
195
  --load $TW5_BUILD_OUTPUT/build.tid \
220
196
  --output $TW5_BUILD_OUTPUT/editions/xlsx-utils/ \
221
197
  --build index \
@@ -224,7 +200,6 @@ node $TW5_BUILD_TIDDLYWIKI \
224
200
  # /editions/resumebuilder/index.html Resume builder edition
225
201
  node $TW5_BUILD_TIDDLYWIKI \
226
202
  ./editions/resumebuilder \
227
- --verbose \
228
203
  --load $TW5_BUILD_OUTPUT/build.tid \
229
204
  --output $TW5_BUILD_OUTPUT/editions/resumebuilder/ \
230
205
  --build index \
@@ -233,7 +208,6 @@ node $TW5_BUILD_TIDDLYWIKI \
233
208
  # /editions/text-slicer/index.html Text slicer edition
234
209
  node $TW5_BUILD_TIDDLYWIKI \
235
210
  ./editions/text-slicer \
236
- --verbose \
237
211
  --load $TW5_BUILD_OUTPUT/build.tid \
238
212
  --output $TW5_BUILD_OUTPUT/editions/text-slicer/ \
239
213
  --build index \
@@ -242,7 +216,6 @@ node $TW5_BUILD_TIDDLYWIKI \
242
216
  # /editions/translators/index.html Translators edition
243
217
  node $TW5_BUILD_TIDDLYWIKI \
244
218
  ./editions/translators \
245
- --verbose \
246
219
  --load $TW5_BUILD_OUTPUT/build.tid \
247
220
  --output $TW5_BUILD_OUTPUT/editions/translators/ \
248
221
  --build index \
@@ -251,7 +224,6 @@ node $TW5_BUILD_TIDDLYWIKI \
251
224
  # /editions/introduction/index.html Introduction edition
252
225
  node $TW5_BUILD_TIDDLYWIKI \
253
226
  ./editions/introduction \
254
- --verbose \
255
227
  --load $TW5_BUILD_OUTPUT/build.tid \
256
228
  --output $TW5_BUILD_OUTPUT/editions/introduction/ \
257
229
  --build index \
@@ -260,7 +232,6 @@ node $TW5_BUILD_TIDDLYWIKI \
260
232
  # /editions/full/index.html Full edition
261
233
  node $TW5_BUILD_TIDDLYWIKI \
262
234
  ./editions/full \
263
- --verbose \
264
235
  --load $TW5_BUILD_OUTPUT/build.tid \
265
236
  --output $TW5_BUILD_OUTPUT/editions/full/ \
266
237
  --build index \
@@ -269,7 +240,6 @@ node $TW5_BUILD_TIDDLYWIKI \
269
240
  # /editions/tw5.com-docs/index.html tiddlywiki.com docs edition
270
241
  node $TW5_BUILD_TIDDLYWIKI \
271
242
  ./editions/tw5.com-docs \
272
- --verbose \
273
243
  --load $TW5_BUILD_OUTPUT/build.tid \
274
244
  --output $TW5_BUILD_OUTPUT/editions/tw5.com-docs/ \
275
245
  --build index \
@@ -278,7 +248,6 @@ node $TW5_BUILD_TIDDLYWIKI \
278
248
  # /editions/twitter-archivist/index.html Twitter Archivist edition
279
249
  node $TW5_BUILD_TIDDLYWIKI \
280
250
  ./editions/twitter-archivist \
281
- --verbose \
282
251
  --load $TW5_BUILD_OUTPUT/build.tid \
283
252
  --output $TW5_BUILD_OUTPUT/editions/twitter-archivist/ \
284
253
  --build index \
@@ -294,7 +263,6 @@ node $TW5_BUILD_TIDDLYWIKI \
294
263
 
295
264
  node $TW5_BUILD_TIDDLYWIKI \
296
265
  ./editions/innerwikidemo \
297
- --verbose \
298
266
  --load $TW5_BUILD_OUTPUT/build.tid \
299
267
  --output $TW5_BUILD_OUTPUT \
300
268
  --rendertiddler $:/core/save/all plugins/tiddlywiki/innerwiki/index.html text/plain \
@@ -305,7 +273,6 @@ node $TW5_BUILD_TIDDLYWIKI \
305
273
 
306
274
  node $TW5_BUILD_TIDDLYWIKI \
307
275
  ./editions/dynaviewdemo \
308
- --verbose \
309
276
  --load $TW5_BUILD_OUTPUT/build.tid \
310
277
  --output $TW5_BUILD_OUTPUT \
311
278
  --rendertiddler $:/core/save/all plugins/tiddlywiki/dynaview/index.html text/plain \
@@ -320,7 +287,6 @@ node $TW5_BUILD_TIDDLYWIKI \
320
287
 
321
288
  node $TW5_BUILD_TIDDLYWIKI \
322
289
  ./editions/katexdemo \
323
- --verbose \
324
290
  --load $TW5_BUILD_OUTPUT/build.tid \
325
291
  --output $TW5_BUILD_OUTPUT \
326
292
  --rendertiddler $:/core/save/all plugins/tiddlywiki/katex/index.html text/plain \
@@ -331,7 +297,6 @@ node $TW5_BUILD_TIDDLYWIKI \
331
297
  # /plugins/tiddlywiki/tahoelafs/empty.html Empty wiki with Tahoe-LAFS plugin
332
298
  node $TW5_BUILD_TIDDLYWIKI \
333
299
  ./editions/tahoelafs \
334
- --verbose \
335
300
  --load $TW5_BUILD_OUTPUT/build.tid \
336
301
  --output $TW5_BUILD_OUTPUT \
337
302
  --rendertiddler $:/core/save/all plugins/tiddlywiki/tahoelafs/index.html text/plain \
@@ -342,7 +307,6 @@ node $TW5_BUILD_TIDDLYWIKI \
342
307
  # /plugins/tiddlywiki/d3/empty.html Empty wiki with D3 plugin
343
308
  node $TW5_BUILD_TIDDLYWIKI \
344
309
  ./editions/d3demo \
345
- --verbose \
346
310
  --load $TW5_BUILD_OUTPUT/build.tid \
347
311
  --output $TW5_BUILD_OUTPUT \
348
312
  --rendertiddler $:/core/save/all plugins/tiddlywiki/d3/index.html text/plain \
@@ -353,7 +317,6 @@ node $TW5_BUILD_TIDDLYWIKI \
353
317
  # /plugins/tiddlywiki/codemirror/empty.html Empty wiki with codemirror plugin
354
318
  node $TW5_BUILD_TIDDLYWIKI \
355
319
  ./editions/codemirrordemo \
356
- --verbose \
357
320
  --load $TW5_BUILD_OUTPUT/build.tid \
358
321
  --output $TW5_BUILD_OUTPUT \
359
322
  --rendertiddler $:/core/save/all plugins/tiddlywiki/codemirror/index.html text/plain \
@@ -364,7 +327,6 @@ node $TW5_BUILD_TIDDLYWIKI \
364
327
  # /plugins/tiddlywiki/markdown/empty.html Empty wiki with Markdown plugin
365
328
  node $TW5_BUILD_TIDDLYWIKI \
366
329
  ./editions/markdowndemo \
367
- --verbose \
368
330
  --load $TW5_BUILD_OUTPUT/build.tid \
369
331
  --output $TW5_BUILD_OUTPUT \
370
332
  --rendertiddler $:/core/save/all plugins/tiddlywiki/markdown/index.html text/plain \
@@ -375,7 +337,6 @@ node $TW5_BUILD_TIDDLYWIKI \
375
337
  # /plugins/tiddlywiki/tw2parser/empty.html Empty wiki with tw2parser plugin
376
338
  node $TW5_BUILD_TIDDLYWIKI \
377
339
  ./editions/classicparserdemo \
378
- --verbose \
379
340
  --load $TW5_BUILD_OUTPUT/build.tid \
380
341
  --output $TW5_BUILD_OUTPUT \
381
342
  --rendertiddler $:/core/save/all plugins/tiddlywiki/tw2parser/index.html text/plain \
@@ -386,7 +347,6 @@ node $TW5_BUILD_TIDDLYWIKI \
386
347
  # /plugins/tiddlywiki/highlight/empty.html Empty wiki with highlight plugin
387
348
  node $TW5_BUILD_TIDDLYWIKI \
388
349
  ./editions/highlightdemo \
389
- --verbose \
390
350
  --load $TW5_BUILD_OUTPUT/build.tid \
391
351
  --output $TW5_BUILD_OUTPUT \
392
352
  --rendertiddler $:/core/save/all plugins/tiddlywiki/highlight/index.html text/plain \
@@ -397,7 +357,6 @@ node $TW5_BUILD_TIDDLYWIKI \
397
357
  # /plugins/tiddlywiki/geospatial/empty.html Empty wiki with geospatial plugin
398
358
  node $TW5_BUILD_TIDDLYWIKI \
399
359
  ./editions/geospatialdemo \
400
- --verbose \
401
360
  --load $TW5_BUILD_OUTPUT/build.tid \
402
361
  --output $TW5_BUILD_OUTPUT \
403
362
  --rendertiddler $:/core/save/all plugins/tiddlywiki/geospatial/index.html text/plain \
@@ -425,7 +384,6 @@ rm -rf $TW5_BUILD_OUTPUT/languages/zh-Hant/static/*
425
384
  # /languages/de-AT/empty.html Empty wiki with de-AT language
426
385
  node $TW5_BUILD_TIDDLYWIKI \
427
386
  ./editions/de-AT \
428
- --verbose \
429
387
  --load $TW5_BUILD_OUTPUT/build.tid \
430
388
  --output $TW5_BUILD_OUTPUT/languages/de-AT \
431
389
  --build favicon empty static index \
@@ -435,7 +393,6 @@ node $TW5_BUILD_TIDDLYWIKI \
435
393
  # /languages/de-DE/empty.html Empty wiki with de-DE language
436
394
  node $TW5_BUILD_TIDDLYWIKI \
437
395
  ./editions/de-DE \
438
- --verbose \
439
396
  --load $TW5_BUILD_OUTPUT/build.tid \
440
397
  --output $TW5_BUILD_OUTPUT/languages/de-DE \
441
398
  --build favicon empty static index \
@@ -445,7 +402,6 @@ node $TW5_BUILD_TIDDLYWIKI \
445
402
  # /languages/es-ES/empty.html Empty wiki with es-ES language
446
403
  node $TW5_BUILD_TIDDLYWIKI \
447
404
  ./editions/es-ES \
448
- --verbose \
449
405
  --load $TW5_BUILD_OUTPUT/build.tid \
450
406
  --output $TW5_BUILD_OUTPUT/languages/es-ES \
451
407
  --build favicon empty static index \
@@ -455,7 +411,6 @@ node $TW5_BUILD_TIDDLYWIKI \
455
411
  # /languages/fr-FR/empty.html Empty wiki with fr-FR language
456
412
  node $TW5_BUILD_TIDDLYWIKI \
457
413
  ./editions/fr-FR \
458
- --verbose \
459
414
  --load $TW5_BUILD_OUTPUT/build.tid \
460
415
  --output $TW5_BUILD_OUTPUT/languages/fr-FR \
461
416
  --build favicon empty static index \
@@ -465,7 +420,6 @@ node $TW5_BUILD_TIDDLYWIKI \
465
420
  # /languages/ja-JP/empty.html Empty wiki with ja-JP language
466
421
  node $TW5_BUILD_TIDDLYWIKI \
467
422
  ./editions/ja-JP \
468
- --verbose \
469
423
  --load $TW5_BUILD_OUTPUT/build.tid \
470
424
  --output $TW5_BUILD_OUTPUT/languages/ja-JP \
471
425
  --build empty index \
@@ -475,7 +429,6 @@ node $TW5_BUILD_TIDDLYWIKI \
475
429
  # /languages/ko-KR/empty.html Empty wiki with ko-KR language
476
430
  node $TW5_BUILD_TIDDLYWIKI \
477
431
  ./editions/ko-KR \
478
- --verbose \
479
432
  --load $TW5_BUILD_OUTPUT/build.tid \
480
433
  --output $TW5_BUILD_OUTPUT/languages/ko-KR \
481
434
  --build favicon empty static index \
@@ -485,7 +438,6 @@ node $TW5_BUILD_TIDDLYWIKI \
485
438
  # /languages/zh-Hans/empty.html Empty wiki with zh-Hans language
486
439
  node $TW5_BUILD_TIDDLYWIKI \
487
440
  ./editions/zh-Hans \
488
- --verbose \
489
441
  --load $TW5_BUILD_OUTPUT/build.tid \
490
442
  --output $TW5_BUILD_OUTPUT/languages/zh-Hans \
491
443
  --build empty index \
@@ -495,7 +447,6 @@ node $TW5_BUILD_TIDDLYWIKI \
495
447
  # /languages/zh-Hant/empty.html Empty wiki with zh-Hant language
496
448
  node $TW5_BUILD_TIDDLYWIKI \
497
449
  ./editions/zh-Hant \
498
- --verbose \
499
450
  --load $TW5_BUILD_OUTPUT/build.tid \
500
451
  --output $TW5_BUILD_OUTPUT/languages/zh-Hant \
501
452
  --build empty index \
@@ -509,7 +460,6 @@ node $TW5_BUILD_TIDDLYWIKI \
509
460
 
510
461
  node $TW5_BUILD_TIDDLYWIKI \
511
462
  ./editions/pluginlibrary \
512
- --verbose \
513
463
  --load $TW5_BUILD_OUTPUT/build.tid \
514
464
  --output $TW5_BUILD_OUTPUT/library/$TW5_BUILD_VERSION \
515
465
  --build library\
@@ -7,4 +7,4 @@ npm --force install tiddlywiki || exit 1
7
7
 
8
8
  # Pull existing GitHub pages content
9
9
 
10
- git clone --depth=1 --branch=master "https://github.com/Jermolene/jermolene.github.io.git" output
10
+ git clone --depth=1 --branch=master "https://github.com/TiddlyWiki/tiddlywiki.com-gh-pages.git" output
package/bin/ci-push.sh CHANGED
@@ -10,6 +10,6 @@ git config --global user.email "actions@github.com"
10
10
  git config --global user.name "GitHub Actions"
11
11
  git add -A .
12
12
  git commit --message "GitHub build: $GITHUB_RUN_NUMBER of $TW5_BUILD_BRANCH ($(date +'%F %T %Z'))"
13
- git remote add deploy "https://$GH_TOKEN@github.com/Jermolene/jermolene.github.io.git" &>/dev/null
13
+ git remote add deploy "https://$GH_TOKEN@github.com/TiddlyWiki/tiddlywiki.com-gh-pages.git" &>/dev/null
14
14
  git push deploy master &>/dev/null
15
15
  cd ..
package/bin/readme-bld.sh CHANGED
@@ -15,3 +15,11 @@ node $TW5_BUILD_TIDDLYWIKI \
15
15
  --output . \
16
16
  --build readmes \
17
17
  || exit 1
18
+
19
+ # tw.org readmes
20
+ node $TW5_BUILD_TIDDLYWIKI \
21
+ editions/tw.org \
22
+ --verbose \
23
+ --output . \
24
+ --build readmes \
25
+ || exit 1
package/boot/boot.js CHANGED
@@ -386,8 +386,8 @@ $tw.utils.parseDate = function(value) {
386
386
  parseInt(value.substr(10,2)||"00",10),
387
387
  parseInt(value.substr(12,2)||"00",10),
388
388
  parseInt(value.substr(14,3)||"000",10)));
389
- d.setUTCFullYear(year); // See https://stackoverflow.com/a/5870822
390
- return d;
389
+ d.setUTCFullYear(year); // See https://stackoverflow.com/a/5870822
390
+ return d;
391
391
  } else if($tw.utils.isDate(value)) {
392
392
  return value;
393
393
  } else {
@@ -21,7 +21,7 @@ $tw.boot = $tw.boot || Object.create(null);
21
21
 
22
22
  // Detect platforms
23
23
  if(!("browser" in $tw)) {
24
- $tw.browser = typeof(window) !== "undefined" ? {} : null;
24
+ $tw.browser = typeof(window) !== "undefined" && typeof(document) !== "undefined" ? {} : null;
25
25
  }
26
26
  if(!("node" in $tw)) {
27
27
  $tw.node = typeof(process) === "object" ? {} : null;
@@ -0,0 +1 @@
1
+ <p>This community exists because TiddlyWiki is more useful when people share and work together.</p><p>This community is a beautiful but fragile thing: a collection of diverse people from all over the planet, united in their interest in the project, and their commitment to helping one another achieve and learn more.</p><p>We try to make the community as broad and welcoming as possible by remembering some basic principles of culture and behaviour.</p><p>These principles guide technical and non-technical decisions, and help contributors and leaders support our project and community.</p><ul><li>We are optimistic and hopeful</li><li>We aim to foster a learning environment that is collaborative and safe for everyone</li><li>We recognise that the motivation for sharing and helping is usually for appreciation, and not financial gain, and so we take care to acknowledge and <strong>thank the people who enrich the community by sharing what they have created</strong></li><li>While we are united in our interest in TiddlyWiki, we differ in every other conceivable way. We choose to focus on what unites us, and <strong>avoid unnecessarily mixing contentious topics like religion and politics</strong></li><li>We treat each other with respect, and start with the assumption that <strong>others are acting in good faith</strong></li><li>We avoid discriminatory language</li><li>We try to use our strength as a community to help others</li><li>We avoid responding when angry or upset because we try to de-escalate conflict</li><li>We make sure we critique ideas, not people</li><li>When we disagree with others we do so graciously, and treat others with dignity and respoect</li><li>We do not tolerate intolerance towards others</li><li>We seek first to understand others, and then to be understood</li><li>We have fun</li></ul><p>Our discussions are in English. It is not the first language of many people in the community, nor do we all share the same cultural background and reference points. So we take care to use language that is clear and unambigous, and avoid cultural references or jokes that will not be widely understood.</p><p>It is not acceptable to make jokes or other comments that discriminate by race, gender, sexuality, or other protected characteristic.</p><p>As an inclusive community, we are committed to making sure that TiddlyWiki is an accessible tool that understands the needs of people with disabilities.</p>
package/contributing.md CHANGED
@@ -1,3 +1,3 @@
1
- <h1 class="">Contributing to <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki5.html">TiddlyWiki5</a></h1><p>Here we focus on contributions via <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/GitHub.html">GitHub</a> Pull Requests but there are many other ways that anyone can help the <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> project, such as <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/ReportingBugs.html">reporting bugs</a> or helping to <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Improving%2520TiddlyWiki%2520Documentation.html">improve our documentation</a>.</p><h1 class="">Rules for Pull Requests</h1><p>PRs must meet these minimum requirements before they can be considered for merging:</p><ul><li>The material in the PR must be free of licensing restrictions. Which means that either:<ul><li>The author must hold the copyright in all of the material themselves</li><li>The material must be licensed under a license compatible with <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a>'s BSD license</li></ul></li><li>The author must sign the Contributors License Agreement (see below)</li><li>Each PR should only make a single feature change</li><li>The title of the PR should be 50 characters or less</li><li>The title of the PR should be capitalised, and should not end with a period</li><li>The title of the PR should be written in the imperative mood. See below</li><li>Adequate explanation in the body of the PR for the motivation and implementation of the change. Focus on the <em>why</em> and <em>what</em>, rather than the <em>how</em></li><li>PRs must be self-contained. Although they can link to material elsewhere, everything needed to understand the intention of the PR should be included</li><li>Any visual changes introduced by the PR should be noted and illustrated with before/after screenshots</li><li>Documentation as appropriate for end-users or developers</li><li>Observe the coding style</li><li>Read the developers documentation</li><li>Please open a consultation issue prior to investing time in making a large PR</li></ul><h2 class="">Imperative Mood for PR Titles</h2><p>The "imperative mood" means written as if giving a command or instruction. See <a class="tc-tiddlylink-external" href="https://chris.beams.io/posts/git-commit/#imperative" rel="noopener noreferrer" target="_blank">this post</a> for more details, but the gist is that the title of the PR should make sense when used to complete the sentence "If applied, this commit will...". So for example, these are good PR titles:</p><ul><li>If applied, this commit will <em>update the contributing guidelines</em></li><li>If applied, this commit will <em>change css-escape-polyfill to a $tw.utils method</em></li><li>If applied, this commit will <em>make it easier to subclass the wikitext parser with a custom rule set</em></li></ul><p>These a poorly worded PR titles:</p><ul><li><strike>If applied, this commit will <em>edit text widgets should use default text for missing fields</em></strike></li><li><strike>If applied, this commit will <em>signing the CLA</em></strike></li><li><strike>If applied, this commit will <em>don't crash if options.event is missing</em></strike></li></ul><p>PR titles may also include a short prefix to indicate the subsystem to which they apply. For example:</p><ul><li><em>Menu plugin: Include menu text in aerial rotator</em></li></ul><h1 class="">Commenting on Pull Requests</h1><p>One of the principles of open source is that many pairs of eyes on the code can improve quality. So, we welcome comments and critiques of pending PRs. <a class="tc-tiddlylink-external" href="https://conventionalcomments.org" rel="noopener noreferrer" target="_blank">Conventional Comments</a> has some techniques to help make comments as constructive and actionable as possible. Notably, they recommend prefixing a comment with a label to clarify the intention:</p><table><tbody><tr class="evenRow"><td align="left">praise</td><td align="left">Praises highlight something positive. Try to leave at least one of these comments per review. Do not leave false praise (which can actually be damaging). Do look for something to sincerely praise</td></tr><tr class="oddRow"><td align="left">nitpick</td><td align="left">Nitpicks are small, trivial, but necessary changes. Distinguishing nitpick comments significantly helps direct the reader's attention to comments requiring more involvement</td></tr><tr class="evenRow"><td align="left">suggestion</td><td align="left">Suggestions are specific requests to improve the subject under review. It is assumed that we all want to do what's best, so these comments are never dismissed as “mere suggestions”, but are taken seriously</td></tr><tr class="oddRow"><td align="left">issue</td><td align="left">Issues represent user-facing problems. If possible, it's great to follow this kind of comment with a suggestion</td></tr><tr class="evenRow"><td align="left">question</td><td align="left">Questions are appropriate if you have a potential concern but are not quite sure if it's relevant or not. Asking the author for clarification or investigation can lead to a quick resolution</td></tr><tr class="oddRow"><td align="left">thought</td><td align="left">Thoughts represent an idea that popped up from reviewing. These comments are non-blocking by nature, but they are extremely valuable and can lead to more focused initiatives and mentoring opportunities</td></tr><tr class="evenRow"><td align="left">chore</td><td align="left">Chores are simple tasks that must be done before the subject can be “officially” accepted. Usually, these comments reference some common process. Try to leave a link to the process description so that the reader knows how to resolve the chore</td></tr></tbody></table><h1 class="">Contributor License Agreement</h1><p>Like other <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/OpenSource.html">OpenSource</a> projects, <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki5.html">TiddlyWiki5</a> needs a signed contributor license agreement from individual contributors. This is a legal agreement that allows contributors to assert that they own the copyright of their contribution, and that they agree to license it to the <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/UnaMesa.html">UnaMesa</a> Association (the legal entity that owns <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> on behalf of the community).</p><ul><li>For individuals use: <a class="tc-tiddlylink-external" href="https://github.com/Jermolene/TiddlyWiki5/tree/tiddlywiki-com/licenses/cla-individual.md" rel="noopener noreferrer" target="_blank">licenses/CLA-individual</a></li><li>For entities use: <a class="tc-tiddlylink-external" href="https://github.com/Jermolene/TiddlyWiki5/tree/tiddlywiki-com/licenses/cla-entity.md" rel="noopener noreferrer" target="_blank">licenses/CLA-entity</a></li></ul><h1 class="">How to sign the CLA</h1><p>Create a <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/GitHub.html">GitHub</a> pull request to add your name to <code>cla-individual.md</code> or <code>cla-entity.md</code>, with the date in the format (YYYY/MM/DD).</p><p><strong>step by step</strong></p><ol><li>Navigate to <a class="tc-tiddlylink-external" href="https://github.com/Jermolene/TiddlyWiki5/tree/tiddlywiki-com/licenses/cla-individual.md" rel="noopener noreferrer" target="_blank">licenses/CLA-individual</a> or <a class="tc-tiddlylink-external" href="https://github.com/Jermolene/TiddlyWiki5/tree/tiddlywiki-com/licenses/cla-entity.md" rel="noopener noreferrer" target="_blank">licenses/CLA-entity</a> according to whether you are signing as an individual or representative of an organisation</li><li>Ensure that the "branch" dropdown at the top left is set to <code>tiddlywiki-com</code></li><li>Click the "edit" button at the top-right corner (clicking this button will fork the project so you can edit the file)</li><li>Add your name at the bottom<ul><li>eg: <code>Jeremy Ruston, @Jermolene, 2011/11/22</code></li></ul></li><li>Below the edit box for the CLA text you should see a box labelled <strong>Propose file change</strong></li><li>Enter a brief title to explain the change (eg, "Signing the CLA")</li><li>Click the green button labelled <strong>Propose file change</strong></li><li>On the following screen, click the green button labelled <strong>Create pull request</strong></li></ol><hr><p><em>The CLA documents used for this project were created using <a class="tc-tiddlylink-external" href="http://www.harmonyagreements.org" rel="noopener noreferrer" target="_blank">Harmony Project Templates</a>. "HA-CLA-I-LIST Version 1.0" for "CLA-individual" and "HA-CLA-E-LIST Version 1.0" for "CLA-entity".</em>
1
+ <h1 class="">Contributing to <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki5.html">TiddlyWiki5</a></h1><p>Here we focus on contributions via <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/GitHub.html">GitHub</a> Pull Requests but there are many other ways that anyone can help the <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> project, such as <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/ReportingBugs.html">reporting bugs</a> or helping to <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Improving%2520TiddlyWiki%2520Documentation.html">improve our documentation</a>.</p><h1 class="">Rules for Pull Requests</h1><p>PRs must meet these minimum requirements before they can be considered for merging:</p><ul><li>The material in the PR must be free of licensing restrictions. Which means that either:<ul><li>The author must hold the copyright in all of the material themselves</li><li>The material must be licensed under a license compatible with <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a>'s BSD license</li></ul></li><li>The author must sign the Contributors License Agreement (see below)</li><li>Each PR should only make a single feature change</li><li>The title of the PR should be 50 characters or less</li><li>The title of the PR should be capitalised, and should not end with a period</li><li>The title of the PR should be written in the imperative mood. See below</li><li>Adequate explanation in the body of the PR for the motivation and implementation of the change. Focus on the <em>why</em> and <em>what</em>, rather than the <em>how</em></li><li>PRs must be self-contained. Although they can link to material elsewhere, everything needed to understand the intention of the PR should be included</li><li>Any visual changes introduced by the PR should be noted and illustrated with before/after screenshots</li><li>Documentation as appropriate for end-users or developers</li><li>Observe the coding style</li><li>Read the developers documentation</li><li>Please open a consultation issue prior to investing time in making a large PR</li></ul><h2 class="">Imperative Mood for PR Titles</h2><p>The "imperative mood" means written as if giving a command or instruction. See <a class="tc-tiddlylink-external" href="https://chris.beams.io/posts/git-commit/#imperative" rel="noopener noreferrer" target="_blank">this post</a> for more details, but the gist is that the title of the PR should make sense when used to complete the sentence "If applied, this commit will...". So for example, these are good PR titles:</p><ul><li>If applied, this commit will <em>update the contributing guidelines</em></li><li>If applied, this commit will <em>change css-escape-polyfill to a $tw.utils method</em></li><li>If applied, this commit will <em>make it easier to subclass the wikitext parser with a custom rule set</em></li></ul><p>These a poorly worded PR titles:</p><ul><li><strike>If applied, this commit will <em>edit text widgets should use default text for missing fields</em></strike></li><li><strike>If applied, this commit will <em>signing the CLA</em></strike></li><li><strike>If applied, this commit will <em>don't crash if options.event is missing</em></strike></li></ul><p>PR titles may also include a short prefix to indicate the subsystem to which they apply. For example:</p><ul><li><em>Menu plugin: Include menu text in aerial rotator</em></li></ul><h1 class="">Commenting on Pull Requests</h1><p>One of the principles of open source is that many pairs of eyes on the code can improve quality. So, we welcome comments and critiques of pending PRs. <a class="tc-tiddlylink-external" href="https://conventionalcomments.org" rel="noopener noreferrer" target="_blank">Conventional Comments</a> has some techniques to help make comments as constructive and actionable as possible. Notably, they recommend prefixing a comment with a label to clarify the intention:</p><table><tbody><tr class="evenRow"><td align="left">praise</td><td align="left">Praises highlight something positive. Try to leave at least one of these comments per review. Do not leave false praise (which can actually be damaging). Do look for something to sincerely praise</td></tr><tr class="oddRow"><td align="left">nitpick</td><td align="left">Nitpicks are small, trivial, but necessary changes. Distinguishing nitpick comments significantly helps direct the reader's attention to comments requiring more involvement</td></tr><tr class="evenRow"><td align="left">suggestion</td><td align="left">Suggestions are specific requests to improve the subject under review. It is assumed that we all want to do what's best, so these comments are never dismissed as “mere suggestions”, but are taken seriously</td></tr><tr class="oddRow"><td align="left">issue</td><td align="left">Issues represent user-facing problems. If possible, it's great to follow this kind of comment with a suggestion</td></tr><tr class="evenRow"><td align="left">question</td><td align="left">Questions are appropriate if you have a potential concern but are not quite sure if it's relevant or not. Asking the author for clarification or investigation can lead to a quick resolution</td></tr><tr class="oddRow"><td align="left">thought</td><td align="left">Thoughts represent an idea that popped up from reviewing. These comments are non-blocking by nature, but they are extremely valuable and can lead to more focused initiatives and mentoring opportunities</td></tr><tr class="evenRow"><td align="left">chore</td><td align="left">Chores are simple tasks that must be done before the subject can be “officially” accepted. Usually, these comments reference some common process. Try to leave a link to the process description so that the reader knows how to resolve the chore</td></tr></tbody></table><h1 class="">Contributor License Agreement</h1><p>Like other <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/OpenSource.html">OpenSource</a> projects, <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki5.html">TiddlyWiki5</a> needs a signed contributor license agreement from individual contributors. This is a legal agreement that allows contributors to assert that they own the copyright of their contribution, and that they agree to license it to the <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/UnaMesa.html">UnaMesa</a> Association (the legal entity that owns <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> on behalf of the community).</p><ul><li>For individuals use: <a class="tc-tiddlylink-external" href="https://github.com/TiddlyWiki/TiddlyWiki5/tree/tiddlywiki-com/licenses/cla-individual.md" rel="noopener noreferrer" target="_blank">licenses/CLA-individual</a></li><li>For entities use: <a class="tc-tiddlylink-external" href="https://github.com/TiddlyWiki/TiddlyWiki5/tree/tiddlywiki-com/licenses/cla-entity.md" rel="noopener noreferrer" target="_blank">licenses/CLA-entity</a></li></ul><h1 class="">How to sign the CLA</h1><p>Create a <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/GitHub.html">GitHub</a> pull request to add your name to <code>cla-individual.md</code> or <code>cla-entity.md</code>, with the date in the format (YYYY/MM/DD).</p><p><strong>step by step</strong></p><ol><li>Navigate to <a class="tc-tiddlylink-external" href="https://github.com/TiddlyWiki/TiddlyWiki5/tree/tiddlywiki-com/licenses/cla-individual.md" rel="noopener noreferrer" target="_blank">licenses/CLA-individual</a> or <a class="tc-tiddlylink-external" href="https://github.com/TiddlyWiki/TiddlyWiki5/tree/tiddlywiki-com/licenses/cla-entity.md" rel="noopener noreferrer" target="_blank">licenses/CLA-entity</a> according to whether you are signing as an individual or representative of an organisation</li><li>Ensure that the "branch" dropdown at the top left is set to <code>tiddlywiki-com</code></li><li>Click the "edit" button at the top-right corner (clicking this button will fork the project so you can edit the file)</li><li>Add your name at the bottom<ul><li>eg: <code>Jeremy Ruston, @Jermolene, 2011/11/22</code></li></ul></li><li>Below the edit box for the CLA text you should see a box labelled <strong>Propose file change</strong></li><li>Enter a brief title to explain the change (eg, "Signing the CLA")</li><li>Click the green button labelled <strong>Propose file change</strong></li><li>On the following screen, click the green button labelled <strong>Create pull request</strong></li></ol><hr><p><em>The CLA documents used for this project were created using <a class="tc-tiddlylink-external" href="http://www.harmonyagreements.org" rel="noopener noreferrer" target="_blank">Harmony Project Templates</a>. "HA-CLA-I-LIST Version 1.0" for "CLA-individual" and "HA-CLA-E-LIST Version 1.0" for "CLA-entity".</em>
2
2
  </p><p><em>This file was automatically generated by <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki5.html">TiddlyWiki5</a></em>
3
3
  </p>
@@ -0,0 +1,5 @@
1
+ title: $:/core/images/discord
2
+ tags: $:/tags/Image
3
+
4
+ \parameters (size:"22pt")
5
+ <svg width=<<size>> height=<<size>> class="tc-image-discord tc-image-button" viewBox="0 -28.5 256 256"><path d="M216.856 16.597A208.502 208.502 0 0 0 164.042 0c-2.275 4.113-4.933 9.645-6.766 14.046-19.692-2.961-39.203-2.961-58.533 0-1.832-4.4-4.55-9.933-6.846-14.046a207.809 207.809 0 0 0-52.855 16.638C5.618 67.147-3.443 116.4 1.087 164.956c22.169 16.555 43.653 26.612 64.775 33.193A161.094 161.094 0 0 0 79.735 175.3a136.413 136.413 0 0 1-21.846-10.632 108.636 108.636 0 0 0 5.356-4.237c42.122 19.702 87.89 19.702 129.51 0a131.66 131.66 0 0 0 5.355 4.237 136.07 136.07 0 0 1-21.886 10.653c4.006 8.02 8.638 15.67 13.873 22.848 21.142-6.58 42.646-16.637 64.815-33.213 5.316-56.288-9.08-105.09-38.056-148.36ZM85.474 135.095c-12.645 0-23.015-11.805-23.015-26.18s10.149-26.2 23.015-26.2c12.867 0 23.236 11.804 23.015 26.2.02 14.375-10.148 26.18-23.015 26.18Zm85.051 0c-12.645 0-23.014-11.805-23.014-26.18s10.148-26.2 23.014-26.2c12.867 0 23.236 11.804 23.015 26.2 0 14.375-10.148 26.18-23.015 26.18Z"/></svg>
@@ -80,6 +80,7 @@ NewMarkdown/Caption: new Markdown tiddler
80
80
  NewMarkdown/Hint: Create a new Markdown tiddler
81
81
  NewTiddler/Caption: new tiddler
82
82
  NewTiddler/Hint: Create a new tiddler
83
+ OpenControlPanel/Hint: Open control panel
83
84
  OpenWindow/Caption: open in new window
84
85
  OpenWindow/Hint: Open tiddler in new window
85
86
  Palette/Caption: palette
@@ -132,6 +133,7 @@ Excise/Caption/Replace/Link: link
132
133
  Excise/Caption/Replace/Transclusion: transclusion
133
134
  Excise/Caption/Tag: Tag new tiddler with the title of this tiddler
134
135
  Excise/Caption/TiddlerExists: Warning: tiddler already exists
136
+ Excise/DefaultTitle: New Excision
135
137
  Excise/Hint: Excise the selected text into a new tiddler
136
138
  Heading1/Caption: heading 1
137
139
  Heading1/Hint: Apply heading level 1 formatting to lines containing selection
@@ -96,6 +96,10 @@ Plugins/PluginWillRequireReload: (requires reload)
96
96
  Plugins/Plugins/Caption: Plugins
97
97
  Plugins/Plugins/Hint: Plugins
98
98
  Plugins/Reinstall/Caption: reinstall
99
+ Plugins/Stability/Deprecated: DEPRECATED
100
+ Plugins/Stability/Experimental: EXPERIMENTAL
101
+ Plugins/Stability/Legacy: LEGACY
102
+ Plugins/Stability/Stable: STABLE
99
103
  Plugins/Themes/Caption: Themes
100
104
  Plugins/Themes/Hint: Theme plugins
101
105
  Plugins/Update/Caption: update
@@ -171,6 +175,8 @@ Settings/NavigationPermalinkviewMode/UpdateAddressBar/Description: Update addres
171
175
  Settings/PerformanceInstrumentation/Caption: Performance Instrumentation
172
176
  Settings/PerformanceInstrumentation/Hint: Displays performance statistics in the browser developer console. Requires reload to take effect
173
177
  Settings/PerformanceInstrumentation/Description: Enable performance instrumentation
178
+ Settings/RecentLimit/Caption: Recent Tab Limit
179
+ Settings/RecentLimit/Hint: Maximum number of tiddlers to be displayed under the sidebar "Recent" tab
174
180
  Settings/ToolbarButtonStyle/Caption: Toolbar Button Style
175
181
  Settings/ToolbarButtonStyle/Hint: Choose the style for toolbar buttons:
176
182
  Settings/ToolbarButtonStyle/Styles/Borderless: Borderless
@@ -198,6 +204,12 @@ Settings/TitleLinks/Yes/Description: Display tiddler titles as links
198
204
  Settings/MissingLinks/Caption: Wiki Links
199
205
  Settings/MissingLinks/Hint: Choose whether to link to tiddlers that do not exist yet
200
206
  Settings/MissingLinks/Description: Enable links to missing tiddlers
207
+ SocialCard/Caption: Social Media Card
208
+ SocialCard/Domain/Prompt: Domain name to display for the link (for example, ''tiddlywiki.com'')
209
+ SocialCard/Hint: This information is used by social and messaging services to display a preview card for links to this ~TiddlyWiki when hosted online
210
+ SocialCard/PreviewUrl/Prompt: Full URL to preview image for this ~TiddlyWiki
211
+ SocialCard/PreviewUrl/Preview: Preview image:
212
+ SocialCard/Url/Prompt: Full URL of this ~TiddlyWiki
201
213
  StoryTiddler/Caption: Story Tiddler
202
214
  StoryTiddler/Hint: This rule cascade is used to dynamically choose the template for displaying a tiddler in the story river.
203
215
  StoryView/Caption: Story View
@@ -235,3 +247,7 @@ ViewTemplateBody/Caption: View Template Body
235
247
  ViewTemplateBody/Hint: This rule cascade is used by the default view template to dynamically choose the template for displaying the body of a tiddler.
236
248
  ViewTemplateTitle/Caption: View Template Title
237
249
  ViewTemplateTitle/Hint: This rule cascade is used by the default view template to dynamically choose the template for displaying the title of a tiddler.
250
+ ViewTemplateSubtitle/Caption: View Template Subtitle
251
+ ViewTemplateSubtitle/Hint: This rule cascade is used by the default view template to dynamically choose the template for displaying the subtitle of a tiddler.
252
+ ViewTemplateTags/Caption: View Template Tags
253
+ ViewTemplateTags/Hint: This rule cascade is used by the default view template to dynamically choose the template for displaying the tags area of a tiddler.
@@ -26,6 +26,8 @@ Tags/ClearInput/Caption: clear input
26
26
  Tags/ClearInput/Hint: Clear tag input
27
27
  Tags/Dropdown/Caption: tag list
28
28
  Tags/Dropdown/Hint: Show tag list
29
+ Tags/EmptyMessage: No tags found
30
+ Tags/EmptyMessage/System: No system tags found
29
31
  Title/BadCharacterWarning: Warning: avoid using any of the characters <<bad-chars>> in tiddler titles
30
32
  Title/Exists/Prompt: Target tiddler already exists
31
33
  Title/Relink/Prompt: Update ''<$text text=<<fromTitle>>/>'' to ''<$text text=<<toTitle>>/>'' in the //tags// and //list// fields of other tiddlers
@@ -6,6 +6,8 @@ Filter/Hint: Search via a [[filter expression|https://tiddlywiki.com/static/Filt
6
6
  Filter/Matches: //<small><<resultCount>> matches</small>//
7
7
  Matches: //<small><<resultCount>> matches</small>//
8
8
  Matches/All: All matches:
9
+ Matches/NoMatch: //No match//
10
+ Matches/NoResult: //No search result//
9
11
  Matches/Title: Title matches:
10
12
  Search: Search
11
13
  Search/TooShort: Search text too short
@@ -0,0 +1,7 @@
1
+ title: $:/language/Snippets/FunctionDefinition
2
+ tags: $:/tags/TextEditor/Snippet
3
+ caption: Function definition
4
+
5
+ \function f.name(param1,param2:"default value") [<param1>!is[blank]else<param2>]
6
+
7
+ <<f.name>>