tiddlywiki 5.3.2 → 5.3.4

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 (906) hide show
  1. package/bin/build-site.sh +34 -1
  2. package/boot/boot.js +61 -26
  3. package/boot/tiddlywiki.files +32 -0
  4. package/contributing.md +1 -1
  5. package/core/copyright.tid +1 -1
  6. package/core/images/standard-layout.tid +7 -0
  7. package/core/language/en-GB/Buttons.multids +3 -0
  8. package/core/language/en-GB/ControlPanel.multids +6 -0
  9. package/core/language/en-GB/Docs/ModuleTypes.multids +1 -1
  10. package/core/language/en-GB/Docs/PaletteColours.multids +7 -0
  11. package/core/language/en-GB/Fields.multids +2 -0
  12. package/core/language/en-GB/Misc.multids +2 -2
  13. package/core/modules/commands/listen.js +1 -1
  14. package/core/modules/commands/makelibrary.js +1 -26
  15. package/core/modules/commands/save.js +3 -1
  16. package/core/modules/commands/savewikifolder.js +4 -1
  17. package/core/modules/filters/backtranscludes.js +26 -0
  18. package/core/modules/filters/crypto.js +2 -5
  19. package/core/modules/filters/strings.js +6 -3
  20. package/core/modules/filters/transcludes.js +26 -0
  21. package/core/modules/filters/x-listops.js +1 -1
  22. package/core/modules/indexers/back-indexer.js +122 -0
  23. package/core/modules/macros/csvtiddlers.js +9 -5
  24. package/core/modules/parsers/parseutils.js +1 -1
  25. package/core/modules/parsers/wikiparser/rules/codeblock.js +6 -3
  26. package/core/modules/parsers/wikiparser/rules/codeinline.js +5 -2
  27. package/core/modules/parsers/wikiparser/rules/extlink.js +2 -1
  28. package/core/modules/parsers/wikiparser/rules/filteredtranscludeblock.js +15 -5
  29. package/core/modules/parsers/wikiparser/rules/filteredtranscludeinline.js +15 -5
  30. package/core/modules/parsers/wikiparser/rules/fnprocdef.js +3 -3
  31. package/core/modules/parsers/wikiparser/rules/hardlinebreaks.js +2 -1
  32. package/core/modules/parsers/wikiparser/rules/heading.js +4 -2
  33. package/core/modules/parsers/wikiparser/rules/html.js +25 -0
  34. package/core/modules/parsers/wikiparser/rules/image.js +2 -2
  35. package/core/modules/parsers/wikiparser/rules/import.js +2 -1
  36. package/core/modules/parsers/wikiparser/rules/list.js +29 -4
  37. package/core/modules/parsers/wikiparser/rules/macrodef.js +3 -3
  38. package/core/modules/parsers/wikiparser/rules/prettyextlink.js +7 -2
  39. package/core/modules/parsers/wikiparser/rules/prettylink.js +12 -5
  40. package/core/modules/parsers/wikiparser/rules/quoteblock.js +16 -30
  41. package/core/modules/parsers/wikiparser/rules/syslink.js +6 -3
  42. package/core/modules/parsers/wikiparser/rules/table.js +2 -1
  43. package/core/modules/parsers/wikiparser/rules/typedblock.js +4 -1
  44. package/core/modules/parsers/wikiparser/rules/wikilink.js +4 -1
  45. package/core/modules/parsers/wikiparser/wikiparser.js +41 -5
  46. package/core/modules/saver-handler.js +7 -3
  47. package/core/modules/server/authenticators/header.js +3 -1
  48. package/core/modules/server/server.js +5 -0
  49. package/core/modules/startup/render.js +8 -2
  50. package/core/modules/startup/rootwidget.js +10 -2
  51. package/core/modules/startup/story.js +14 -4
  52. package/core/modules/startup/windows.js +1 -1
  53. package/core/modules/utils/dom/dom.js +3 -1
  54. package/core/modules/utils/dom/http.js +19 -7
  55. package/core/modules/utils/errors.js +23 -0
  56. package/core/modules/utils/fakedom.js +2 -2
  57. package/core/modules/utils/filesystem.js +13 -10
  58. package/core/modules/utils/repository.js +52 -0
  59. package/core/modules/utils/utils.js +11 -2
  60. package/core/modules/widgets/action-deletefield.js +7 -2
  61. package/core/modules/widgets/action-log.js +6 -1
  62. package/core/modules/widgets/button.js +1 -1
  63. package/core/modules/widgets/data.js +182 -0
  64. package/core/modules/widgets/draggable.js +2 -2
  65. package/core/modules/widgets/edit.js +1 -1
  66. package/core/modules/widgets/importvariables.js +1 -1
  67. package/core/modules/widgets/link.js +1 -1
  68. package/core/modules/widgets/list.js +5 -2
  69. package/core/modules/widgets/parameters.js +12 -0
  70. package/core/modules/widgets/select.js +2 -2
  71. package/core/modules/widgets/testcase.js +165 -0
  72. package/core/modules/widgets/transclude.js +24 -1
  73. package/core/modules/widgets/widget.js +23 -10
  74. package/core/modules/wiki.js +78 -2
  75. package/core/palettes/Vanilla.tid +7 -0
  76. package/core/plugin.info +2 -1
  77. package/core/templates/external-js/save-all-external-js.tid +1 -1
  78. package/core/templates/external-js/save-offline-external-js.tid +1 -1
  79. package/core/templates/html-json-skinny-tiddler.tid +1 -1
  80. package/core/templates/save-all.tid +1 -1
  81. package/core/templates/save-empty.tid +1 -1
  82. package/core/templates/save-lazy-all.tid +1 -1
  83. package/core/templates/save-lazy-images.tid +1 -1
  84. package/core/templates/store.area.template.html.tid +3 -5
  85. package/core/ui/AdvancedSearch/Filter.tid +1 -4
  86. package/core/ui/AdvancedSearch/Standard.tid +5 -4
  87. package/core/ui/Components/plugin-info.tid +11 -1
  88. package/core/ui/ControlPanel/Modals/AddPlugins.tid +13 -2
  89. package/core/ui/ControlPanel/Saving/DownloadSaver.tid +11 -2
  90. package/core/ui/ControlPanel/Saving/General.tid +11 -3
  91. package/core/ui/ControlPanel/Settings/CamelCase.tid +10 -1
  92. package/core/ui/ControlPanel/Settings/DefaultMoreSidebarTab.tid +11 -6
  93. package/core/ui/ControlPanel/Settings/DefaultSidebarTab.tid +11 -5
  94. package/core/ui/ControlPanel/Settings/EditorToolbar.tid +9 -2
  95. package/core/ui/ControlPanel/Settings/InfoPanelMode.tid +11 -3
  96. package/core/ui/ControlPanel/Settings/LinkToBehaviour.tid +15 -11
  97. package/core/ui/ControlPanel/Settings/MissingLinks.tid +6 -2
  98. package/core/ui/ControlPanel/Settings/NavigationAddressBar.tid +13 -4
  99. package/core/ui/ControlPanel/Settings/NavigationHistory.tid +11 -3
  100. package/core/ui/ControlPanel/Settings/NavigationPermalinkviewMode.tid +17 -2
  101. package/core/ui/ControlPanel/Settings/PerformanceInstrumentation.tid +9 -1
  102. package/core/ui/ControlPanel/Settings/TitleLinks.tid +11 -3
  103. package/core/ui/ControlPanel/Settings/ToolbarButtonStyle.tid +9 -6
  104. package/core/ui/ControlPanel/Settings/ToolbarButtons.tid +17 -2
  105. package/core/ui/ControlPanel/TestCases.tid +10 -0
  106. package/core/ui/ControlPanel/TestCasesAll.tid +24 -0
  107. package/core/ui/ControlPanel/TestCasesFailed.tid +15 -0
  108. package/core/ui/ControlPanel/TiddlyWiki.tid +2 -2
  109. package/core/ui/EditTemplate/body/default.tid +5 -3
  110. package/core/ui/EditTemplate/controls.tid +12 -6
  111. package/core/ui/EditTemplate/tags.tid +52 -28
  112. package/core/ui/EditorToolbar/preview.tid +4 -13
  113. package/core/ui/KeyboardShortcuts/refresh.tid +5 -0
  114. package/core/ui/PageControls/more-page-actions.tid +37 -44
  115. package/core/ui/PageControls.tid +10 -13
  116. package/core/ui/{PageTemplate.tid → StandardLayout.tid} +1 -1
  117. package/core/ui/TestCaseTemplate.tid +19 -0
  118. package/core/ui/TestCases/DefaultTemplate.tid +91 -0
  119. package/core/ui/TestCases/DefaultTemplateSourceTabs.tid +27 -0
  120. package/core/ui/TestCases/RawJSONTemplate.tid +4 -0
  121. package/core/ui/TestCases/actions/Export.tid +4 -0
  122. package/core/ui/TestCases/actions/Import.tid +11 -0
  123. package/core/ui/ViewTemplate/title.tid +33 -26
  124. package/core/ui/ViewToolbar/more-tiddler-actions.tid +35 -43
  125. package/core/wiki/config/OfficialPluginLibrary.tid +1 -1
  126. package/core/wiki/config/ShortcutInfo.multids +1 -0
  127. package/core/wiki/config/ViewTemplateBodyFilters.multids +1 -0
  128. package/core/wiki/config/shortcuts/shortcuts-mac.multids +1 -0
  129. package/core/wiki/config/shortcuts/shortcuts-not-mac.multids +1 -0
  130. package/core/wiki/macros/CSS.tid +44 -51
  131. package/core/wiki/macros/copy-to-clipboard.tid +17 -11
  132. package/core/wiki/macros/diff.tid +28 -28
  133. package/core/wiki/macros/tag-picker.tid +165 -160
  134. package/core/wiki/macros/tag.tid +3 -1
  135. package/core/wiki/macros/testcase.tid +10 -0
  136. package/core/wiki/tags/TestCaseActions.tid +2 -0
  137. package/core/wiki/tags/ViewTemplateBodyFilter.tid +1 -1
  138. package/editions/dev/tiddlers/HelloThere.tid +1 -0
  139. package/editions/dev/tiddlers/javascript-widget-tutorial/Javascript Widget Tutorial.tid +22 -16
  140. package/editions/dev/tiddlers/new/Using ES2016 for Writing Plugins.tid +18 -8
  141. package/editions/dev/tiddlers/new/Using TiddlyWiki as a library.tid +5 -0
  142. package/editions/dev/tiddlers/system/$__themes_tiddlywiki_vanilla_options_sidebarlayout.tid +6 -0
  143. package/editions/full/tiddlywiki.info +1 -0
  144. package/editions/geospatialdemo/tiddlers/DefaultTiddlers.tid +4 -0
  145. package/editions/geospatialdemo/tiddlers/Features.tid +14 -0
  146. package/editions/geospatialdemo/tiddlers/Flickr Demo.tid +27 -0
  147. package/editions/geospatialdemo/tiddlers/Geospatial Plugin Logo.png +0 -0
  148. package/editions/geospatialdemo/tiddlers/Geospatial Plugin Logo.png.meta +2 -0
  149. package/editions/geospatialdemo/tiddlers/HelloThere.tid +37 -0
  150. package/editions/geospatialdemo/tiddlers/Markers.tid +53 -0
  151. package/editions/geospatialdemo/tiddlers/SiteSubtitle.tid +3 -0
  152. package/editions/geospatialdemo/tiddlers/SiteTitle.tid +3 -0
  153. package/editions/geospatialdemo/tiddlers/cascades/ViewTemplateBodyFilters.tid +6 -0
  154. package/editions/geospatialdemo/tiddlers/cities/LimehouseTownHall.tid +9 -0
  155. package/editions/geospatialdemo/tiddlers/cities/Motovun.tid +9 -0
  156. package/editions/geospatialdemo/tiddlers/cities/NewYork.tid +8 -0
  157. package/editions/geospatialdemo/tiddlers/cities/Oxford.tid +8 -0
  158. package/editions/geospatialdemo/tiddlers/cities/Toronto.tid +8 -0
  159. package/editions/geospatialdemo/tiddlers/cities/Winchester.tid +8 -0
  160. package/editions/geospatialdemo/tiddlers/config/flickr-param.multids +5 -0
  161. package/editions/geospatialdemo/tiddlers/default-import-spec.tid +4 -0
  162. package/editions/geospatialdemo/tiddlers/favicon.png +0 -0
  163. package/editions/geospatialdemo/tiddlers/favicon.png.meta +2 -0
  164. package/editions/geospatialdemo/tiddlers/features/canada-census-subdivision-millesime.geojson +1 -0
  165. package/editions/geospatialdemo/tiddlers/features/canada-census-subdivision-millesime.geojson.meta +5 -0
  166. package/editions/geospatialdemo/tiddlers/features/denver-bikerental.tid +109 -0
  167. package/editions/geospatialdemo/tiddlers/features/denver-campus.tid +63 -0
  168. package/editions/geospatialdemo/tiddlers/features/denver-freebus.tid +56 -0
  169. package/editions/geospatialdemo/tiddlers/features/denver-lightrail.tid +30 -0
  170. package/editions/geospatialdemo/tiddlers/features/harvard-glb-volc-geojson.json +1 -0
  171. package/editions/geospatialdemo/tiddlers/features/harvard-glb-volc-geojson.json.meta +5 -0
  172. package/editions/geospatialdemo/tiddlers/features/us-states.geojson +54 -0
  173. package/editions/geospatialdemo/tiddlers/features/us-states.geojson.meta +5 -0
  174. package/editions/geospatialdemo/tiddlers/real-estate-demo/real-estate-demo.tid +99 -0
  175. package/editions/geospatialdemo/tiddlers/real-estate-demo/schema.json +22 -0
  176. package/editions/geospatialdemo/tiddlers/real-estate-demo/schema.json.meta +3 -0
  177. package/editions/geospatialdemo/tiddlers/real-estate-demo/xlsx-utils-import-specs/PropertiesRow.tid +5 -0
  178. package/editions/geospatialdemo/tiddlers/real-estate-demo/xlsx-utils-import-specs/PropertiesRowFieldAddress.tid +7 -0
  179. package/editions/geospatialdemo/tiddlers/real-estate-demo/xlsx-utils-import-specs/PropertiesRowFieldBroker.tid +7 -0
  180. package/editions/geospatialdemo/tiddlers/real-estate-demo/xlsx-utils-import-specs/PropertiesRowFieldCity.tid +7 -0
  181. package/editions/geospatialdemo/tiddlers/real-estate-demo/xlsx-utils-import-specs/PropertiesRowFieldLat.tid +8 -0
  182. package/editions/geospatialdemo/tiddlers/real-estate-demo/xlsx-utils-import-specs/PropertiesRowFieldLong.tid +8 -0
  183. package/editions/geospatialdemo/tiddlers/real-estate-demo/xlsx-utils-import-specs/PropertiesRowFieldPrice.tid +8 -0
  184. package/editions/geospatialdemo/tiddlers/real-estate-demo/xlsx-utils-import-specs/PropertiesRowFieldSalesAgent.tid +7 -0
  185. package/editions/geospatialdemo/tiddlers/real-estate-demo/xlsx-utils-import-specs/PropertiesRowFieldState.tid +7 -0
  186. package/editions/geospatialdemo/tiddlers/real-estate-demo/xlsx-utils-import-specs/PropertiesRowFieldTags.tid +7 -0
  187. package/editions/geospatialdemo/tiddlers/real-estate-demo/xlsx-utils-import-specs/PropertiesRowFieldTitle.tid +8 -0
  188. package/editions/geospatialdemo/tiddlers/real-estate-demo/xlsx-utils-import-specs/PropertiesRowFieldZipCode.tid +7 -0
  189. package/editions/geospatialdemo/tiddlers/real-estate-demo/xlsx-utils-import-specs/PropertiesSheet.tid +7 -0
  190. package/editions/geospatialdemo/tiddlers/real-estate-demo/xlsx-utils-import-specs/workbook.tid +7 -0
  191. package/editions/geospatialdemo/tiddlers/sidebarlayout.tid +2 -0
  192. package/editions/geospatialdemo/tiddlers/ui/geofeature.tid +39 -0
  193. package/editions/geospatialdemo/tiddlers/ui/geomarker.tid +128 -0
  194. package/editions/geospatialdemo/tiddlywiki.info +23 -0
  195. package/editions/introduction/tiddlers/slides/CecilyMap.tid +12 -12
  196. package/editions/introduction/tiddlers/slides/blank.json +1 -1
  197. package/editions/prerelease/tiddlers/{Release 5.3.3.tid → Release 5.3.5.tid } +13 -7
  198. package/editions/prerelease/tiddlers/system/PrereleaseOfficialPluginLibrary.tid +1 -1
  199. package/editions/prerelease/tiddlers/system/configPerformanceInstrumentation.tid +2 -0
  200. package/editions/prerelease/tiddlywiki.info +4 -1
  201. package/editions/test/tiddlers/HelloThere.tid +4 -0
  202. package/editions/test/tiddlers/tests/data/data-widget/ImportCompound.tid +27 -0
  203. package/editions/test/tiddlers/tests/data/data-widget/ImportFilter.tid +28 -0
  204. package/editions/test/tiddlers/tests/data/data-widget/ImportTiddler.tid +23 -0
  205. package/editions/test/tiddlers/tests/data/data-widget/Simple.tid +18 -0
  206. package/editions/test/tiddlers/tests/data/functions/FunctionFilterrunVariables.tid +24 -0
  207. package/editions/test/tiddlers/tests/data/functions/FunctionFilterrunVariables2.tid +20 -0
  208. package/editions/test/tiddlers/tests/data/functions/FunctionFilterrunVariables3.tid +21 -0
  209. package/editions/test/tiddlers/tests/data/importvariables/WithSetWidgets2.tid +1 -0
  210. package/editions/test/tiddlers/tests/data/importvariables/WithSetWidgetsAndMacros.tid +1 -0
  211. package/editions/test/tiddlers/tests/data/list-widget/WithEmptyParagraphTemplate.tid +13 -0
  212. package/editions/test/tiddlers/tests/data/macros/EndInBody.tid +16 -0
  213. package/editions/test/tiddlers/tests/data/macros/IndentedEnd.tid +16 -0
  214. package/editions/test/tiddlers/tests/data/macros/MismatchedNamedEnd.tid +16 -0
  215. package/editions/test/tiddlers/tests/data/macros/WhitespaceOnlyWithEnd.tid +18 -0
  216. package/editions/test/tiddlers/tests/data/macros/WhitespaceOnlyWithEnd2.tid +15 -0
  217. package/editions/test/tiddlers/tests/data/macros/unusedtitle/basic-params-draft-exists.tid +27 -0
  218. package/editions/test/tiddlers/tests/data/macros/unusedtitle/basic-params-empty-tiddler-exists.tid +23 -0
  219. package/editions/test/tiddlers/tests/data/macros/unusedtitle/basic-params-empty.tid +20 -0
  220. package/editions/test/tiddlers/tests/data/macros/unusedtitle/basic-params-tiddlers-exist.tid +28 -0
  221. package/editions/test/tiddlers/tests/data/macros/unusedtitle/basic-params.tid +20 -0
  222. package/editions/test/tiddlers/tests/data/macros/unusedtitle/template-empty-params-tiddler-exist.tid +50 -0
  223. package/editions/test/tiddlers/tests/data/macros/unusedtitle/template-empty-params.tid +24 -0
  224. package/editions/test/tiddlers/tests/data/macros/unusedtitle/template.tid +28 -0
  225. package/editions/test/tiddlers/tests/data/pragmas/WhitespaceAfterPragma.tid +67 -0
  226. package/editions/test/tiddlers/tests/data/pragmas/WhitespaceNoPragma.tid +32 -0
  227. package/editions/test/tiddlers/tests/data/procedures/EndInBody.tid +16 -0
  228. package/editions/test/tiddlers/tests/data/procedures/IndentedEnd.tid +16 -0
  229. package/editions/test/tiddlers/tests/data/procedures/MismatchedNamedEnd.tid +16 -0
  230. package/editions/test/tiddlers/tests/data/procedures/WhitespaceOnlyWithEnd.tid +18 -0
  231. package/editions/test/tiddlers/tests/data/procedures/WhitespaceOnlyWithEnd2.tid +15 -0
  232. package/editions/test/tiddlers/tests/data/transclude/Procedures-Whitespace2.tid +25 -0
  233. package/editions/test/tiddlers/tests/data/transclude/Procedures-Whitespace3.tid +30 -0
  234. package/editions/test/tiddlers/tests/data/transclude/Recursion.tid +2 -1
  235. package/editions/test/tiddlers/tests/data/widgets/DataAttributes/SelectWidget-DataAttributes.tid +2 -2
  236. package/editions/test/tiddlers/tests/from-tw5.com/tiddlywiki.files +5 -0
  237. package/editions/test/tiddlers/tests/test-action-deletefield.js +176 -0
  238. package/editions/test/tiddlers/tests/test-backlinks.js +57 -44
  239. package/editions/test/tiddlers/tests/test-backtranscludes.js +241 -0
  240. package/editions/test/tiddlers/tests/test-fakedom.js +27 -0
  241. package/editions/test/tiddlers/tests/test-plugins.js +55 -0
  242. package/editions/test/tiddlers/tests/test-widget-getVariableInfo.js +95 -0
  243. package/editions/test/tiddlers/tests/test-widget.js +61 -0
  244. package/editions/test/tiddlers/tests/test-wikitext-parser.js +48 -49
  245. package/editions/test/tiddlywiki.info +2 -1
  246. package/editions/tour/tiddlers/Solar System/Asteroid (253) Mathilde Image.png +0 -0
  247. package/editions/tour/tiddlers/Solar System/Asteroid (253) Mathilde Image.png.meta +3 -0
  248. package/editions/tour/tiddlers/Solar System/Asteroid.tid +17 -0
  249. package/editions/tour/tiddlers/Solar System/Comet Image.png +0 -0
  250. package/editions/tour/tiddlers/Solar System/Comet Image.png.meta +3 -0
  251. package/editions/tour/tiddlers/Solar System/Comet.tid +15 -0
  252. package/editions/tour/tiddlers/Solar System/Earth Image.png +0 -0
  253. package/editions/tour/tiddlers/Solar System/Earth Image.png.meta +3 -0
  254. package/editions/tour/tiddlers/Solar System/Earth's Moon Image.png +0 -0
  255. package/editions/tour/tiddlers/Solar System/Earth's Moon Image.png.meta +3 -0
  256. package/editions/tour/tiddlers/Solar System/Earth's Moon.tid +10 -0
  257. package/editions/tour/tiddlers/Solar System/Earth.tid +21 -0
  258. package/editions/tour/tiddlers/Solar System/Jupiter Image.png +0 -0
  259. package/editions/tour/tiddlers/Solar System/Jupiter Image.png.meta +3 -0
  260. package/editions/tour/tiddlers/Solar System/Jupiter.tid +15 -0
  261. package/editions/tour/tiddlers/Solar System/Kuiper belt.tid +12 -0
  262. package/editions/tour/tiddlers/Solar System/Mars Image.png +0 -0
  263. package/editions/tour/tiddlers/Solar System/Mars Image.png.meta +5 -0
  264. package/editions/tour/tiddlers/Solar System/Mars.tid +11 -0
  265. package/editions/tour/tiddlers/Solar System/Mercury Image.png +0 -0
  266. package/editions/tour/tiddlers/Solar System/Mercury Image.png.meta +3 -0
  267. package/editions/tour/tiddlers/Solar System/Mercury.tid +21 -0
  268. package/editions/tour/tiddlers/Solar System/Milky Way Image.png +0 -0
  269. package/editions/tour/tiddlers/Solar System/Milky Way Image.png.meta +5 -0
  270. package/editions/tour/tiddlers/Solar System/Milky Way.tid +14 -0
  271. package/editions/tour/tiddlers/Solar System/Moon.tid +9 -0
  272. package/editions/tour/tiddlers/Solar System/Neptune Image.png +0 -0
  273. package/editions/tour/tiddlers/Solar System/Neptune Image.png.meta +3 -0
  274. package/editions/tour/tiddlers/Solar System/Neptune.tid +19 -0
  275. package/editions/tour/tiddlers/Solar System/Planet Image.png +0 -0
  276. package/editions/tour/tiddlers/Solar System/Planet Image.png.meta +3 -0
  277. package/editions/tour/tiddlers/Solar System/Planet.tid +17 -0
  278. package/editions/tour/tiddlers/Solar System/Pluto Image.png +0 -0
  279. package/editions/tour/tiddlers/Solar System/Pluto Image.png.meta +3 -0
  280. package/editions/tour/tiddlers/Solar System/Pluto.tid +12 -0
  281. package/editions/tour/tiddlers/Solar System/Saturn Image.png +0 -0
  282. package/editions/tour/tiddlers/Solar System/Saturn Image.png.meta +3 -0
  283. package/editions/tour/tiddlers/Solar System/Saturn.tid +17 -0
  284. package/editions/tour/tiddlers/Solar System/Solar System Image.png +0 -0
  285. package/editions/tour/tiddlers/Solar System/Solar System Image.png.meta +3 -0
  286. package/editions/tour/tiddlers/Solar System/Solar System.tid +18 -0
  287. package/editions/tour/tiddlers/Solar System/Sun Image.png +0 -0
  288. package/editions/tour/tiddlers/Solar System/Sun Image.png.meta +5 -0
  289. package/editions/tour/tiddlers/Solar System/Sun.tid +17 -0
  290. package/editions/tour/tiddlers/Solar System/Uranus Image.png +0 -0
  291. package/editions/tour/tiddlers/Solar System/Uranus Image.png.meta +3 -0
  292. package/editions/tour/tiddlers/Solar System/Uranus.tid +19 -0
  293. package/editions/tour/tiddlers/Solar System/Venus Image.png +0 -0
  294. package/editions/tour/tiddlers/Solar System/Venus Image.png.meta +3 -0
  295. package/editions/tour/tiddlers/Solar System/Venus.tid +17 -0
  296. package/editions/tour/tiddlers/System/$__themes_tiddlywiki_vanilla_options_sidebarlayout.tid +4 -0
  297. package/editions/tour/tiddlers/System/DefaultTiddlers.tid +4 -0
  298. package/editions/tour/tiddlers/System/HelloThere.tid +5 -0
  299. package/editions/tour/tiddlers/System/SiteSubtitle.tid +2 -0
  300. package/editions/tour/tiddlers/System/SiteTitle.tid +2 -0
  301. package/editions/tour/tiddlers/System/configAutoStartTour.tid +2 -0
  302. package/editions/tour/tiddlers/System/styles.tid +9 -0
  303. package/editions/tour/tiddlywiki.info +16 -0
  304. package/editions/translators/tiddlywiki.info +1 -0
  305. package/editions/tw5.com/tiddlers/String Operators.tid +8 -0
  306. package/editions/tw5.com/tiddlers/Tag Operators.tid +8 -0
  307. package/editions/tw5.com/tiddlers/TiddlyWiki Docs PR Maker.tid +12 -0
  308. package/editions/tw5.com/tiddlers/about/Archive.tid +1 -1
  309. package/editions/tw5.com/tiddlers/about/Developers.tid +1 -0
  310. package/editions/tw5.com/tiddlers/about/History of TiddlyWiki.tid +5 -5
  311. package/editions/tw5.com/tiddlers/community/Community Editions.tid +2 -2
  312. package/editions/tw5.com/tiddlers/community/Contributor License Agreement.tid +2 -2
  313. package/editions/tw5.com/tiddlers/community/Improving TiddlyWiki Documentation.tid +21 -1
  314. package/editions/tw5.com/tiddlers/community/plugins/Disqus comments plugin by bimlas.tid +1 -1
  315. package/editions/tw5.com/tiddlers/community/plugins/Kin filter operator by bimlas.tid +1 -1
  316. package/editions/tw5.com/tiddlers/community/plugins/Locator plugin by bimlas.tid +1 -1
  317. package/editions/tw5.com/tiddlers/community/themes/Notebook theme by Nicolas Petton.tid +2 -2
  318. package/editions/tw5.com/tiddlers/concepts/Bags and Recipes.tid +42 -0
  319. package/editions/tw5.com/tiddlers/concepts/ColourPalettes.tid +2 -2
  320. package/editions/tw5.com/tiddlers/concepts/CompoundTiddlers.tid +31 -0
  321. package/editions/tw5.com/tiddlers/concepts/Filters.tid +3 -3
  322. package/editions/tw5.com/tiddlers/concepts/Hard and Soft Links.tid +4 -2
  323. package/editions/tw5.com/tiddlers/concepts/Hard and Soft Transclusions.tid +16 -0
  324. package/editions/tw5.com/tiddlers/concepts/ShadowTiddlers.tid +4 -2
  325. package/editions/tw5.com/tiddlers/concepts/Temporary Tiddlers.tid +8 -0
  326. package/editions/tw5.com/tiddlers/concepts/TestCaseTiddlers.tid +26 -0
  327. package/editions/tw5.com/tiddlers/concepts/TextReference.tid +2 -2
  328. package/editions/tw5.com/tiddlers/concepts/TiddlerFields.tid +4 -3
  329. package/editions/tw5.com/tiddlers/concepts/Transclusion.tid +10 -3
  330. package/editions/tw5.com/tiddlers/customising/Alternative page layouts.tid +34 -3
  331. package/editions/tw5.com/tiddlers/customising/Creating new toolbar buttons.tid +2 -2
  332. package/editions/tw5.com/tiddlers/definitions/Legacy.tid +9 -0
  333. package/editions/tw5.com/tiddlers/definitions/TiddlyFox.tid +4 -2
  334. package/editions/tw5.com/tiddlers/definitions/TiddlyWeb.tid +2 -3
  335. package/editions/tw5.com/tiddlers/definitions/TiddlyWebAdaptor.tid +9 -0
  336. package/editions/tw5.com/tiddlers/definitions/UnaMesa.tid +10 -0
  337. package/editions/tw5.com/tiddlers/fields/ListField.tid +3 -3
  338. package/editions/tw5.com/tiddlers/filters/Conditional Operators.tid +6 -4
  339. package/editions/tw5.com/tiddlers/filters/Filter Operators.tid +13 -6
  340. package/editions/tw5.com/tiddlers/filters/Mathematics Operators.tid +2 -2
  341. package/editions/tw5.com/tiddlers/filters/add.tid +2 -2
  342. package/editions/tw5.com/tiddlers/filters/all.tid +8 -4
  343. package/editions/tw5.com/tiddlers/filters/append.tid +3 -3
  344. package/editions/tw5.com/tiddlers/filters/backtranscludes.tid +14 -0
  345. package/editions/tw5.com/tiddlers/filters/charcode.tid +2 -2
  346. package/editions/tw5.com/tiddlers/filters/compare Operator.tid +2 -2
  347. package/editions/tw5.com/tiddlers/filters/cycle Operator.tid +1 -1
  348. package/editions/tw5.com/tiddlers/filters/divide Operator.tid +1 -1
  349. package/editions/tw5.com/tiddlers/filters/enlist Operator.tid +2 -2
  350. package/editions/tw5.com/tiddlers/filters/enlist-input Operator.tid +1 -1
  351. package/editions/tw5.com/tiddlers/filters/examples/Brownies.tid +1 -1
  352. package/editions/tw5.com/tiddlers/filters/examples/Chick Peas.tid +1 -1
  353. package/editions/tw5.com/tiddlers/filters/examples/Milk.tid +1 -1
  354. package/editions/tw5.com/tiddlers/filters/examples/Rice Pudding.tid +1 -1
  355. package/editions/tw5.com/tiddlers/filters/examples/backtransclude.tid +7 -0
  356. package/editions/tw5.com/tiddlers/filters/examples/prepend.tid +2 -2
  357. package/editions/tw5.com/tiddlers/filters/examples/sha256 Operator (Examples).tid +9 -0
  358. package/editions/tw5.com/tiddlers/filters/examples/subfilter Operator (Examples).tid +1 -1
  359. package/editions/tw5.com/tiddlers/filters/examples/transclude.tid +5 -0
  360. package/editions/tw5.com/tiddlers/filters/field.tid +11 -11
  361. package/editions/tw5.com/tiddlers/filters/format.tid +6 -6
  362. package/editions/tw5.com/tiddlers/filters/jsonextract.tid +2 -2
  363. package/editions/tw5.com/tiddlers/filters/jsonget.tid +2 -2
  364. package/editions/tw5.com/tiddlers/filters/jsonindexes.tid +2 -2
  365. package/editions/tw5.com/tiddlers/filters/jsontype.tid +2 -2
  366. package/editions/tw5.com/tiddlers/filters/log Operator.tid +1 -1
  367. package/editions/tw5.com/tiddlers/filters/match Operator.tid +5 -6
  368. package/editions/tw5.com/tiddlers/filters/max Operator.tid +2 -2
  369. package/editions/tw5.com/tiddlers/filters/min Operator.tid +1 -1
  370. package/editions/tw5.com/tiddlers/filters/minlength.tid +3 -3
  371. package/editions/tw5.com/tiddlers/filters/moduleproperty Operator.tid +1 -1
  372. package/editions/tw5.com/tiddlers/filters/modules.tid +1 -1
  373. package/editions/tw5.com/tiddlers/filters/multiply Operator.tid +1 -1
  374. package/editions/tw5.com/tiddlers/filters/power Operator.tid +1 -1
  375. package/editions/tw5.com/tiddlers/filters/prefix.tid +9 -10
  376. package/editions/tw5.com/tiddlers/filters/prepend.tid +2 -2
  377. package/editions/tw5.com/tiddlers/filters/range.tid +11 -11
  378. package/editions/tw5.com/tiddlers/filters/reduce.tid +2 -2
  379. package/editions/tw5.com/tiddlers/filters/remainder Operator.tid +1 -1
  380. package/editions/tw5.com/tiddlers/filters/remove.tid +3 -3
  381. package/editions/tw5.com/tiddlers/filters/removeprefix.tid +8 -9
  382. package/editions/tw5.com/tiddlers/filters/removesuffix.tid +8 -9
  383. package/editions/tw5.com/tiddlers/filters/search.tid +3 -3
  384. package/editions/tw5.com/tiddlers/filters/sortby.tid +1 -1
  385. package/editions/tw5.com/tiddlers/filters/splitregexp Operator.tid +20 -2
  386. package/editions/tw5.com/tiddlers/filters/subfilter Operator.tid +3 -3
  387. package/editions/tw5.com/tiddlers/filters/subtract Operator.tid +1 -1
  388. package/editions/tw5.com/tiddlers/filters/suffix.tid +9 -10
  389. package/editions/tw5.com/tiddlers/filters/syntax/All Filter Run Prefix.tid +18 -0
  390. package/editions/tw5.com/tiddlers/filters/syntax/And Filter Run Prefix.tid +18 -0
  391. package/editions/tw5.com/tiddlers/filters/syntax/Cascade Filter Run Prefix (Examples).tid +2 -2
  392. package/editions/tw5.com/tiddlers/filters/syntax/Cascade Filter Run Prefix.tid +14 -9
  393. package/editions/tw5.com/tiddlers/filters/syntax/Else Filter Run Prefix.tid +18 -0
  394. package/editions/tw5.com/tiddlers/filters/syntax/Except Filter Run Prefix.tid +18 -0
  395. package/editions/tw5.com/tiddlers/filters/syntax/Filter Expression.tid +11 -63
  396. package/editions/tw5.com/tiddlers/filters/syntax/Filter Filter Run Prefix (Examples).tid +2 -2
  397. package/editions/tw5.com/tiddlers/filters/syntax/Filter Filter Run Prefix.tid +19 -14
  398. package/editions/tw5.com/tiddlers/filters/syntax/Filter Parameter.tid +11 -7
  399. package/editions/tw5.com/tiddlers/filters/syntax/Filter Run Prefix (Examples).tid +2 -2
  400. package/editions/tw5.com/tiddlers/filters/syntax/Filter Run Prefix.tid +18 -0
  401. package/editions/tw5.com/tiddlers/filters/syntax/Filter Run.tid +5 -4
  402. package/editions/tw5.com/tiddlers/filters/syntax/Filter Step.tid +22 -10
  403. package/editions/tw5.com/tiddlers/filters/syntax/Filter Syntax.tid +12 -6
  404. package/editions/tw5.com/tiddlers/filters/syntax/Filter Whitespace.tid +5 -3
  405. package/editions/tw5.com/tiddlers/filters/syntax/Interchangeable Filter Run Prefixes.tid +44 -0
  406. package/editions/tw5.com/tiddlers/filters/syntax/Intersection Filter Run Prefix (Examples).tid +2 -2
  407. package/editions/tw5.com/tiddlers/filters/syntax/Intersection Filter Run Prefix.tid +13 -8
  408. package/editions/tw5.com/tiddlers/filters/syntax/Map Filter Run Prefix (Examples).tid +2 -2
  409. package/editions/tw5.com/tiddlers/filters/syntax/Map Filter Run Prefix.tid +21 -16
  410. package/editions/tw5.com/tiddlers/filters/syntax/Named Filter Run Prefix.tid +32 -6
  411. package/editions/tw5.com/tiddlers/filters/syntax/Or Filter Run Prefix.tid +18 -0
  412. package/editions/tw5.com/tiddlers/filters/syntax/Reduce Filter Run Prefix (Examples).tid +2 -2
  413. package/editions/tw5.com/tiddlers/filters/syntax/Reduce Filter Run Prefix.tid +23 -14
  414. package/editions/tw5.com/tiddlers/filters/syntax/Shortcut Filter Run Prefixes.tid +29 -0
  415. package/editions/tw5.com/tiddlers/filters/syntax/Sort Filter Run Prefix (Examples).tid +2 -2
  416. package/editions/tw5.com/tiddlers/filters/syntax/Sort Filter Run Prefix.tid +16 -9
  417. package/editions/tw5.com/tiddlers/filters/syntax/then Filter Run Prefix.tid +3 -36
  418. package/editions/tw5.com/tiddlers/filters/toggle Operator.tid +2 -2
  419. package/editions/tw5.com/tiddlers/filters/transcludes.tid +14 -0
  420. package/editions/tw5.com/tiddlers/gettingstarted/GettingStarted - Firefox.tid +4 -3
  421. package/editions/tw5.com/tiddlers/hellothere/HelloThere.tid +1 -1
  422. package/editions/tw5.com/tiddlers/howtos/Concatenating text and variables using macro substitution.tid +6 -0
  423. package/editions/tw5.com/tiddlers/howtos/Custom_data-styles.tid +4 -2
  424. package/editions/tw5.com/tiddlers/howtos/How to embed PDF and other documents.tid +2 -2
  425. package/editions/tw5.com/tiddlers/howtos/Setting a page background image.tid +2 -2
  426. package/editions/tw5.com/tiddlers/howtos/Tagging.tid +3 -3
  427. package/editions/tw5.com/tiddlers/howtos/Using Excise.tid +2 -2
  428. package/editions/tw5.com/tiddlers/images/New Release Banner.png +0 -0
  429. package/editions/tw5.com/tiddlers/images/Open Collective Logo.tid +4 -2
  430. package/editions/tw5.com/tiddlers/macros/StylesheetMacros.tid +3 -1
  431. package/editions/tw5.com/tiddlers/macros/TagMacro.tid +30 -2
  432. package/editions/tw5.com/tiddlers/macros/examples/tag.tid +8 -4
  433. package/editions/tw5.com/tiddlers/macros/import/tags-of-current-tiddler.tid +2 -1
  434. package/editions/tw5.com/tiddlers/macros/import/tv-get-export-image-link.tid +3 -2
  435. package/editions/tw5.com/tiddlers/macros/import/tv-wikilink-tooltip.tid +2 -1
  436. package/editions/tw5.com/tiddlers/macros/list-thumbnails Macro.tid +5 -5
  437. package/editions/tw5.com/tiddlers/macros/syntax/Macro Call Syntax.tid +5 -1
  438. package/editions/tw5.com/tiddlers/macros/syntax/Macro Definition Syntax.tid +5 -1
  439. package/editions/tw5.com/tiddlers/macros/syntax/Procedure Call Syntax.tid +33 -0
  440. package/editions/tw5.com/tiddlers/macros/syntax/Procedure Definition Syntax.tid +93 -0
  441. package/editions/tw5.com/tiddlers/macros/syntax/Procedure Syntax.tid +11 -0
  442. package/editions/tw5.com/tiddlers/macros/tag-picker_Macro.tid +13 -5
  443. package/editions/tw5.com/tiddlers/macros/thumbnail Macro.tid +19 -4
  444. package/editions/tw5.com/tiddlers/mechanisms/PluginMechanism.tid +5 -1
  445. package/editions/tw5.com/tiddlers/mechanisms/RefreshThrottling.tid +1 -1
  446. package/editions/tw5.com/tiddlers/mechanisms/WikificationMechanism.tid +3 -3
  447. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-copy-to-clipboard.tid +3 -1
  448. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-delete-tiddler.tid +3 -1
  449. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-edit-bitmap-operation.tid +2 -2
  450. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-edit-text-operation.tid +2 -2
  451. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-http-request Example Basic Authentication.tid +34 -0
  452. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-http-request Example Random Dog.tid +1 -1
  453. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-http-request Example Zotero.tid +1 -1
  454. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-http-request Examples.tid +117 -0
  455. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-http-request.tid +8 -1
  456. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-permalink.tid +3 -1
  457. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-permaview.tid +3 -1
  458. package/editions/tw5.com/tiddlers/nodejs/Naming of System Tiddlers.tid +4 -4
  459. package/editions/tw5.com/tiddlers/nodejs/TiddlyWiki5 Versioning.tid +1 -1
  460. package/editions/tw5.com/tiddlers/plugins/Plugin Stability.tid +14 -0
  461. package/editions/tw5.com/tiddlers/pragmas/Pragma_ _define.tid +3 -1
  462. package/editions/tw5.com/tiddlers/pragmas/Pragma_ _parsermode.tid +1 -1
  463. package/editions/tw5.com/tiddlers/procedures/Procedures.tid +6 -3
  464. package/editions/tw5.com/tiddlers/releasenotes/BetaReleases.tid +2 -2
  465. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.2.tid +1 -1
  466. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.3.tid +30 -0
  467. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.4.tid +170 -0
  468. package/editions/tw5.com/tiddlers/releasenotes/alpha/AlphaReleases.tid +2 -2
  469. package/editions/tw5.com/tiddlers/saving/Saving with FireFox.tid +17 -0
  470. package/editions/tw5.com/tiddlers/saving/Saving with Polly.tid +0 -1
  471. package/editions/tw5.com/tiddlers/saving/Saving with TiddlyFox on Android.tid +4 -2
  472. package/editions/tw5.com/tiddlers/saving/Saving with TiddlyFox.tid +2 -19
  473. package/editions/tw5.com/tiddlers/saving/TiddlyBucket - Save to AWS or Google Storage.tid +0 -1
  474. package/editions/tw5.com/tiddlers/styleguide/Documentation Macros.tid +188 -163
  475. package/editions/tw5.com/tiddlers/system/$__SplashScreen.tid +3 -1
  476. package/editions/tw5.com/tiddlers/system/ContributionBanner.tid +7 -3
  477. package/editions/tw5.com/tiddlers/system/Deprecated.tid +5 -1
  478. package/editions/tw5.com/tiddlers/system/Deprecated_-_What_does_it_mean.tid +0 -3
  479. package/editions/tw5.com/tiddlers/system/Sources.tid +36 -15
  480. package/editions/tw5.com/tiddlers/system/TableOfContents.tid +2 -2
  481. package/editions/tw5.com/tiddlers/system/doc-macros.tid +181 -170
  482. package/editions/tw5.com/tiddlers/system/doc-styles.tid +46 -23
  483. package/editions/tw5.com/tiddlers/system/download-empty.tid +4 -4
  484. package/editions/tw5.com/tiddlers/system/filter-run-template.tid +50 -0
  485. package/editions/tw5.com/tiddlers/system/operator-macros.tid +46 -32
  486. package/editions/tw5.com/tiddlers/system/operator-template.tid +52 -71
  487. package/editions/tw5.com/tiddlers/system/variable-macros.tid +15 -10
  488. package/editions/tw5.com/tiddlers/system/version-macros.tid +29 -5
  489. package/editions/tw5.com/tiddlers/system/wikitext-macros.tid +54 -62
  490. package/editions/tw5.com/tiddlers/tag-picker Macro (Examples).tid +69 -0
  491. package/editions/tw5.com/tiddlers/tag-pill Macro (Examples).tid +14 -0
  492. package/editions/tw5.com/tiddlers/testcases/DataWidget/ImportCompound.tid +33 -0
  493. package/editions/tw5.com/tiddlers/testcases/DataWidget/ImportedFilter.tid +49 -0
  494. package/editions/tw5.com/tiddlers/testcases/DataWidget/ImportedTiddler.tid +29 -0
  495. package/editions/tw5.com/tiddlers/testcases/DataWidget/Refreshing.tid +30 -0
  496. package/editions/tw5.com/tiddlers/testcases/DataWidget/SimpleTiddler.tid +22 -0
  497. package/editions/tw5.com/tiddlers/testcases/TestCaseWidget/FailingTest.tid +15 -0
  498. package/editions/tw5.com/tiddlers/testcases/TestCaseWidget/NoExpectedResults.tid +12 -0
  499. package/editions/tw5.com/tiddlers/testcases/TestCaseWidget/TwoPlusTwo.tid +18 -0
  500. package/editions/tw5.com/tiddlers/testcases/TestCaseWidget/currentTiddler.tid +16 -0
  501. package/editions/tw5.com/tiddlers/testcases/TranscludeWidget/SimpleTransclusion.tid +23 -0
  502. package/editions/tw5.com/tiddlers/variables/Variables.tid +4 -3
  503. package/editions/tw5.com/tiddlers/variables/examples/tv-get-export-image-link.tid +7 -1
  504. package/editions/tw5.com/tiddlers/variables/tv-filter-export-link Variable.tid +2 -2
  505. package/editions/tw5.com/tiddlers/variables/tv-get-export-image-link.tid +4 -4
  506. package/editions/tw5.com/tiddlers/variables/tv-get-export-link.tid +4 -4
  507. package/editions/tw5.com/tiddlers/variables/tv-wikilink-template.tid +2 -2
  508. package/editions/tw5.com/tiddlers/webserver/Using the external JavaScript template.tid +2 -2
  509. package/editions/tw5.com/tiddlers/webserver/Using the integrated static file server.tid +17 -2
  510. package/editions/tw5.com/tiddlers/webserver/WebServer Parameter_ use-browse-cache.tid +25 -0
  511. package/editions/tw5.com/tiddlers/webserver/WebServer.tid +1 -1
  512. package/editions/tw5.com/tiddlers/widgets/ActionDeleteFieldWidget.tid +51 -20
  513. package/editions/tw5.com/tiddlers/widgets/ActionDeleteTiddlerWidget.tid +16 -14
  514. package/editions/tw5.com/tiddlers/widgets/ActionListopsWidget.tid +5 -3
  515. package/editions/tw5.com/tiddlers/widgets/DataWidget.tid +42 -0
  516. package/editions/tw5.com/tiddlers/widgets/EncryptWidget.tid +5 -5
  517. package/editions/tw5.com/tiddlers/widgets/GenesisWidget.tid +2 -1
  518. package/editions/tw5.com/tiddlers/widgets/ImageWidget.tid +32 -0
  519. package/editions/tw5.com/tiddlers/widgets/RevealWidget.tid +2 -2
  520. package/editions/tw5.com/tiddlers/widgets/ScrollableWidget.tid +10 -0
  521. package/editions/tw5.com/tiddlers/widgets/TestCaseWidget.tid +107 -0
  522. package/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid +34 -34
  523. package/editions/tw5.com/tiddlers/widgets/Widgets.tid +4 -4
  524. package/editions/tw5.com/tiddlers/wikitext/Block Quotes in WikiText.tid +32 -1
  525. package/editions/tw5.com/tiddlers/wikitext/Hard Linebreaks in WikiText.tid +7 -3
  526. package/editions/tw5.com/tiddlers/wikitext/Transclusion and Substitution.tid +2 -2
  527. package/editions/tw5.com/tiddlers/wikitext/Transclusion in WikiText.tid +27 -6
  528. package/editions/tw5.com/tiddlers/wikitext/parser/Block Mode WikiText.tid +2 -2
  529. package/editions/tw5.com/tiddlers/workingwithtw/Sharing your tiddlers with others.tid +2 -2
  530. package/editions/tw5.com/tiddlywiki.info +5 -2
  531. package/languages/de-DE/Buttons.multids +4 -1
  532. package/languages/de-DE/ControlPanel.multids +7 -1
  533. package/languages/de-DE/Dates.multids +1 -1
  534. package/languages/de-DE/Docs/ModuleTypes.multids +2 -2
  535. package/languages/de-DE/Docs/PaletteColours.multids +4 -1
  536. package/languages/de-DE/EditTemplate.multids +1 -1
  537. package/languages/de-DE/Exporters.multids +1 -1
  538. package/languages/de-DE/Fields.multids +3 -1
  539. package/languages/de-DE/Help/build.tid +1 -1
  540. package/languages/de-DE/Help/clearpassword.tid +2 -2
  541. package/languages/de-DE/Help/commands.tid +2 -2
  542. package/languages/de-DE/Help/editions.tid +1 -1
  543. package/languages/de-DE/Help/fetch.tid +6 -6
  544. package/languages/de-DE/Help/import.tid +5 -5
  545. package/languages/de-DE/Help/init.tid +1 -1
  546. package/languages/de-DE/Help/listen.tid +8 -8
  547. package/languages/de-DE/Help/load.tid +3 -3
  548. package/languages/de-DE/Help/makelibrary.tid +2 -2
  549. package/languages/de-DE/Help/output.tid +2 -2
  550. package/languages/de-DE/Help/password.tid +1 -1
  551. package/languages/de-DE/Help/render.tid +6 -6
  552. package/languages/de-DE/Help/save.tid +3 -4
  553. package/languages/de-DE/Help/server.tid +5 -0
  554. package/languages/de-DE/Help/setfield.tid +1 -1
  555. package/languages/de-DE/Import.multids +1 -1
  556. package/languages/de-DE/Misc.multids +6 -6
  557. package/languages/de-DE/Modals/Download.tid +0 -1
  558. package/languages/de-DE/NewJournal.multids +1 -1
  559. package/languages/de-DE/Notifications.multids +1 -1
  560. package/languages/de-DE/Search.multids +1 -1
  561. package/languages/de-DE/SideBar.multids +1 -1
  562. package/languages/de-DE/SiteSubtitle.tid +1 -1
  563. package/languages/de-DE/ThemeTweaks.multids +1 -1
  564. package/languages/de-DE/TiddlerInfo.multids +1 -1
  565. package/languages/fr-FR/Buttons.multids +1 -0
  566. package/languages/fr-FR/ControlPanel.multids +6 -0
  567. package/languages/fr-FR/Docs/ModuleTypes.multids +1 -1
  568. package/languages/fr-FR/Docs/PaletteColours.multids +3 -0
  569. package/languages/fr-FR/Fields.multids +3 -1
  570. package/languages/fr-FR/Help/commands.tid +1 -1
  571. package/languages/fr-FR/Help/savewikifolder.tid +15 -0
  572. package/languages/fr-FR/Help/server.tid +1 -1
  573. package/languages/fr-FR/Types/application_javascript.tid +3 -3
  574. package/languages/fr-FR/Types/application_json.tid +2 -2
  575. package/languages/fr-FR/Types/application_x_tiddler_dictionary.tid +2 -2
  576. package/languages/fr-FR/Types/image_gif.tid +2 -2
  577. package/languages/fr-FR/Types/image_jpeg.tid +1 -1
  578. package/languages/fr-FR/Types/image_png.tid +1 -1
  579. package/languages/fr-FR/Types/image_svg_xml.tid +1 -1
  580. package/languages/fr-FR/Types/image_x-icon.tid +1 -1
  581. package/languages/fr-FR/Types/text_css.tid +2 -2
  582. package/languages/fr-FR/Types/text_html.tid +2 -2
  583. package/languages/fr-FR/Types/text_plain.tid +2 -2
  584. package/languages/fr-FR/Types/text_vnd.tiddlywiki.tid +2 -2
  585. package/languages/fr-FR/Types/text_x-tiddlywiki.tid +1 -1
  586. package/languages/mk-MK/Buttons.multids +195 -0
  587. package/languages/mk-MK/ControlPanel.multids +231 -0
  588. package/languages/mk-MK/CoreReadMe.tid +8 -0
  589. package/languages/mk-MK/Dates.multids +87 -0
  590. package/languages/mk-MK/Docs/ModuleTypes.multids +30 -0
  591. package/languages/mk-MK/Docs/PaletteColours.multids +109 -0
  592. package/languages/mk-MK/EditTemplate.multids +38 -0
  593. package/languages/mk-MK/Exporters.multids +6 -0
  594. package/languages/mk-MK/Fields.multids +43 -0
  595. package/languages/mk-MK/Filters.multids +16 -0
  596. package/languages/mk-MK/GettingStarted.tid +18 -0
  597. package/languages/mk-MK/Help/build.tid +11 -0
  598. package/languages/mk-MK/Help/clearpassword.tid +8 -0
  599. package/languages/mk-MK/Help/commands.tid +18 -0
  600. package/languages/mk-MK/Help/default.tid +26 -0
  601. package/languages/mk-MK/Help/deletetiddlers.tid +8 -0
  602. package/languages/mk-MK/Help/editions.tid +8 -0
  603. package/languages/mk-MK/Help/fetch.tid +38 -0
  604. package/languages/mk-MK/Help/help.tid +10 -0
  605. package/languages/mk-MK/Help/import.tid +24 -0
  606. package/languages/mk-MK/Help/init.tid +23 -0
  607. package/languages/mk-MK/Help/listen.tid +35 -0
  608. package/languages/mk-MK/Help/load.tid +19 -0
  609. package/languages/mk-MK/Help/makelibrary.tid +14 -0
  610. package/languages/mk-MK/Help/notfound.tid +4 -0
  611. package/languages/mk-MK/Help/output.tid +11 -0
  612. package/languages/mk-MK/Help/password.tid +10 -0
  613. package/languages/mk-MK/Help/render.tid +35 -0
  614. package/languages/mk-MK/Help/rendertiddler.tid +24 -0
  615. package/languages/mk-MK/Help/rendertiddlers.tid +20 -0
  616. package/languages/mk-MK/Help/save.tid +25 -0
  617. package/languages/mk-MK/Help/savetiddler.tid +14 -0
  618. package/languages/mk-MK/Help/savetiddlers.tid +16 -0
  619. package/languages/mk-MK/Help/savewikifolder.tid +34 -0
  620. package/languages/mk-MK/Help/server.tid +43 -0
  621. package/languages/mk-MK/Help/setfield.tid +17 -0
  622. package/languages/mk-MK/Help/unpackplugin.tid +8 -0
  623. package/languages/mk-MK/Help/verbose.tid +8 -0
  624. package/languages/mk-MK/Help/version.tid +8 -0
  625. package/languages/mk-MK/Import.multids +34 -0
  626. package/languages/mk-MK/Misc.multids +99 -0
  627. package/languages/mk-MK/Modals/Download.tid +13 -0
  628. package/languages/mk-MK/NewJournal.multids +5 -0
  629. package/languages/mk-MK/Notifications.multids +6 -0
  630. package/languages/mk-MK/Search.multids +20 -0
  631. package/languages/mk-MK/SideBar.multids +18 -0
  632. package/languages/mk-MK/SiteSubtitle.tid +3 -0
  633. package/languages/mk-MK/SiteTitle.tid +3 -0
  634. package/languages/mk-MK/Snippets/ListByTag.tid +5 -0
  635. package/languages/mk-MK/Snippets/MacroDefinition.tid +7 -0
  636. package/languages/mk-MK/Snippets/Table4x3.tid +8 -0
  637. package/languages/mk-MK/Snippets/TableOfContents.tid +9 -0
  638. package/languages/mk-MK/ThemeTweaks.multids +42 -0
  639. package/languages/mk-MK/TiddlerInfo.multids +21 -0
  640. package/languages/mk-MK/Types/application%2Fjavascript.tid +4 -0
  641. package/languages/mk-MK/Types/application%2Fjson.tid +4 -0
  642. package/languages/mk-MK/Types/application%2Fx-tiddler-dictionary.tid +4 -0
  643. package/languages/mk-MK/Types/image%2Fgif.tid +4 -0
  644. package/languages/mk-MK/Types/image%2Fjpeg.tid +4 -0
  645. package/languages/mk-MK/Types/image%2Fpng.tid +4 -0
  646. package/languages/mk-MK/Types/image%2Fsvg%2Bxml.tid +4 -0
  647. package/languages/mk-MK/Types/image%2Fx-icon.tid +4 -0
  648. package/languages/mk-MK/Types/text%2Fcss.tid +4 -0
  649. package/languages/mk-MK/Types/text%2Fhtml.tid +4 -0
  650. package/languages/mk-MK/Types/text%2Fplain.tid +4 -0
  651. package/languages/mk-MK/Types/text%2Fvnd.tiddlywiki.tid +4 -0
  652. package/languages/mk-MK/Types/text%2Fx-tiddlywiki.tid +4 -0
  653. package/languages/mk-MK/icon.tid +8 -0
  654. package/languages/mk-MK/plugin.info +8 -0
  655. package/languages/pl-PL/Dates.multids +41 -41
  656. package/languages/zh-Hans/Buttons.multids +3 -0
  657. package/languages/zh-Hans/ControlPanel.multids +6 -0
  658. package/languages/zh-Hans/Docs/ModuleTypes.multids +1 -1
  659. package/languages/zh-Hans/Docs/PaletteColours.multids +7 -0
  660. package/languages/zh-Hans/Fields.multids +2 -0
  661. package/languages/zh-Hans/Misc.multids +3 -3
  662. package/languages/zh-Hant/Buttons.multids +3 -0
  663. package/languages/zh-Hant/ControlPanel.multids +6 -0
  664. package/languages/zh-Hant/Docs/ModuleTypes.multids +1 -1
  665. package/languages/zh-Hant/Docs/PaletteColours.multids +7 -0
  666. package/languages/zh-Hant/Fields.multids +2 -0
  667. package/languages/zh-Hant/Misc.multids +2 -2
  668. package/license +1 -1
  669. package/licenses/cla-individual.md +16 -0
  670. package/package.json +1 -1
  671. package/plugins/tiddlywiki/async/plugin.info +2 -1
  672. package/plugins/tiddlywiki/aws/plugin.info +2 -1
  673. package/plugins/tiddlywiki/aws/templates/lambda/sjcl.tid +2 -2
  674. package/plugins/tiddlywiki/bibtex/plugin.info +2 -1
  675. package/plugins/tiddlywiki/blog/plugin.info +2 -1
  676. package/plugins/tiddlywiki/browser-sniff/plugin.info +2 -1
  677. package/plugins/tiddlywiki/browser-storage/plugin.info +2 -1
  678. package/plugins/tiddlywiki/cecily/plugin.info +2 -1
  679. package/plugins/tiddlywiki/classictools/modules/recipe.js +9 -0
  680. package/plugins/tiddlywiki/classictools/plugin.info +2 -1
  681. package/plugins/tiddlywiki/classictools/templates/tiddlywiki2.externaljs.template.html.tid +4 -4
  682. package/plugins/tiddlywiki/classictools/templates/tiddlywiki2.template.html.tid +21 -21
  683. package/plugins/tiddlywiki/codemirror/plugin.info +2 -1
  684. package/plugins/tiddlywiki/codemirror-autocomplete/plugin.info +2 -1
  685. package/plugins/tiddlywiki/codemirror-closebrackets/plugin.info +2 -1
  686. package/plugins/tiddlywiki/codemirror-closetag/plugin.info +2 -1
  687. package/plugins/tiddlywiki/codemirror-fullscreen-editing/plugin.info +2 -1
  688. package/plugins/tiddlywiki/codemirror-keymap-emacs/plugin.info +2 -1
  689. package/plugins/tiddlywiki/codemirror-keymap-sublime-text/plugin.info +2 -1
  690. package/plugins/tiddlywiki/codemirror-keymap-vim/plugin.info +2 -1
  691. package/plugins/tiddlywiki/codemirror-mode-css/plugin.info +2 -1
  692. package/plugins/tiddlywiki/codemirror-mode-htmlembedded/plugin.info +2 -1
  693. package/plugins/tiddlywiki/codemirror-mode-htmlmixed/plugin.info +2 -1
  694. package/plugins/tiddlywiki/codemirror-mode-javascript/plugin.info +2 -1
  695. package/plugins/tiddlywiki/codemirror-mode-markdown/plugin.info +2 -1
  696. package/plugins/tiddlywiki/codemirror-mode-x-tiddlywiki/plugin.info +2 -1
  697. package/plugins/tiddlywiki/codemirror-mode-xml/plugin.info +2 -1
  698. package/plugins/tiddlywiki/codemirror-search-replace/plugin.info +2 -1
  699. package/plugins/tiddlywiki/codemirror-trailingspace/plugin.info +2 -1
  700. package/plugins/tiddlywiki/comments/plugin.info +2 -1
  701. package/plugins/tiddlywiki/confetti/confetti-manager.js +56 -0
  702. package/plugins/tiddlywiki/confetti/confetti-widget.js +67 -0
  703. package/plugins/tiddlywiki/confetti/examples/staggered.tid +10 -0
  704. package/plugins/tiddlywiki/confetti/examples/typing-trigger.tid +10 -0
  705. package/plugins/tiddlywiki/confetti/files/LICENSE +15 -0
  706. package/plugins/tiddlywiki/confetti/files/confetti.js +626 -0
  707. package/plugins/tiddlywiki/confetti/files/tiddlywiki.files +20 -0
  708. package/plugins/tiddlywiki/confetti/plugin.info +7 -0
  709. package/plugins/tiddlywiki/confetti/readme.tid +65 -0
  710. package/plugins/tiddlywiki/confetti/startup.js +63 -0
  711. package/plugins/tiddlywiki/consent-banner/plugin.info +2 -1
  712. package/plugins/tiddlywiki/d3/plugin.info +2 -1
  713. package/plugins/tiddlywiki/dynannotate/docs/readme.tid +10 -0
  714. package/plugins/tiddlywiki/dynannotate/examples/spotlight.tid +71 -0
  715. package/plugins/tiddlywiki/dynannotate/modules/element-spotlight.js +136 -0
  716. package/plugins/tiddlywiki/dynannotate/modules/startup.js +24 -1
  717. package/plugins/tiddlywiki/dynannotate/plugin.info +2 -1
  718. package/plugins/tiddlywiki/dynannotate/styles.tid +17 -0
  719. package/plugins/tiddlywiki/dynaview/plugin.info +2 -1
  720. package/plugins/tiddlywiki/evernote/plugin.info +2 -1
  721. package/plugins/tiddlywiki/external-attachments/plugin.info +2 -1
  722. package/plugins/tiddlywiki/filesystem/plugin.info +2 -1
  723. package/plugins/tiddlywiki/freelinks/plugin.info +2 -1
  724. package/plugins/tiddlywiki/geospatial/baselayers/TagsGeoBaseLayer.tid +2 -0
  725. package/plugins/tiddlywiki/geospatial/baselayers/esri-world-imagery.tid +7 -0
  726. package/plugins/tiddlywiki/geospatial/baselayers/openstreetmap.tid +7 -0
  727. package/plugins/tiddlywiki/geospatial/baselayers/opentopomap.tid +7 -0
  728. package/plugins/tiddlywiki/geospatial/docs/flickr.tid +141 -0
  729. package/plugins/tiddlywiki/geospatial/docs/geobaselayer.tid +20 -0
  730. package/plugins/tiddlywiki/geospatial/docs/geodifference.tid +20 -0
  731. package/plugins/tiddlywiki/geospatial/docs/geodistance.tid +14 -0
  732. package/plugins/tiddlywiki/geospatial/docs/geointersect.tid +20 -0
  733. package/plugins/tiddlywiki/geospatial/docs/geolayer.tid +24 -0
  734. package/plugins/tiddlywiki/geospatial/docs/geolocation.tid +92 -0
  735. package/plugins/tiddlywiki/geospatial/docs/geolookup.tid +16 -0
  736. package/plugins/tiddlywiki/geospatial/docs/geomap.tid +122 -0
  737. package/plugins/tiddlywiki/geospatial/docs/geonearestpoint.tid +19 -0
  738. package/plugins/tiddlywiki/geospatial/docs/geopoint.tid +22 -0
  739. package/plugins/tiddlywiki/geospatial/docs/geounion.tid +20 -0
  740. package/plugins/tiddlywiki/geospatial/docs/olc-decode.tid +14 -0
  741. package/plugins/tiddlywiki/geospatial/docs/olc-encode.tid +14 -0
  742. package/plugins/tiddlywiki/geospatial/docs.tid +3 -0
  743. package/plugins/tiddlywiki/geospatial/files/leaflet.js/LICENSE +26 -0
  744. package/plugins/tiddlywiki/geospatial/files/leaflet.js/images/layers-2x.png +0 -0
  745. package/plugins/tiddlywiki/geospatial/files/leaflet.js/images/layers.png +0 -0
  746. package/plugins/tiddlywiki/geospatial/files/leaflet.js/images/marker-icon-2x.png +0 -0
  747. package/plugins/tiddlywiki/geospatial/files/leaflet.js/images/marker-icon.png +0 -0
  748. package/plugins/tiddlywiki/geospatial/files/leaflet.js/images/marker-shadow.png +0 -0
  749. package/plugins/tiddlywiki/geospatial/files/leaflet.js/leaflet-src.js +14512 -0
  750. package/plugins/tiddlywiki/geospatial/files/leaflet.js/leaflet-src.js.map +1 -0
  751. package/plugins/tiddlywiki/geospatial/files/leaflet.js/leaflet.css +661 -0
  752. package/plugins/tiddlywiki/geospatial/files/leaflet.js/leaflet.js +6 -0
  753. package/plugins/tiddlywiki/geospatial/files/leaflet.js/leaflet.js.map +1 -0
  754. package/plugins/tiddlywiki/geospatial/files/leaflet.js/tiddlywiki.files +34 -0
  755. package/plugins/tiddlywiki/geospatial/files/leaflet.markercluster/MIT-LICENCE.txt +20 -0
  756. package/plugins/tiddlywiki/geospatial/files/leaflet.markercluster/MarkerCluster.Default.css +60 -0
  757. package/plugins/tiddlywiki/geospatial/files/leaflet.markercluster/MarkerCluster.css +14 -0
  758. package/plugins/tiddlywiki/geospatial/files/leaflet.markercluster/leaflet.markercluster-src.js +2718 -0
  759. package/plugins/tiddlywiki/geospatial/files/leaflet.markercluster/leaflet.markercluster-src.js.map +1 -0
  760. package/plugins/tiddlywiki/geospatial/files/leaflet.markercluster/leaflet.markercluster.js +2 -0
  761. package/plugins/tiddlywiki/geospatial/files/leaflet.markercluster/leaflet.markercluster.js.map +1 -0
  762. package/plugins/tiddlywiki/geospatial/files/leaflet.markercluster/tiddlywiki.files +41 -0
  763. package/plugins/tiddlywiki/geospatial/files/open-location-code/LICENSE +202 -0
  764. package/plugins/tiddlywiki/geospatial/files/open-location-code/openlocationcode.js +695 -0
  765. package/plugins/tiddlywiki/geospatial/files/open-location-code/openlocationcode.min.js +1 -0
  766. package/plugins/tiddlywiki/geospatial/files/open-location-code/tiddlywiki.files +21 -0
  767. package/plugins/tiddlywiki/geospatial/files/turf.js/LICENSE +20 -0
  768. package/plugins/tiddlywiki/geospatial/files/turf.js/tiddlywiki.files +21 -0
  769. package/plugins/tiddlywiki/geospatial/files/turf.js/turf.6.5.0.js +88 -0
  770. package/plugins/tiddlywiki/geospatial/geotools.js +41 -0
  771. package/plugins/tiddlywiki/geospatial/helpers/Flickr.tid +99 -0
  772. package/plugins/tiddlywiki/geospatial/helpers/FlickrDefaultPhotoTemplate.tid +11 -0
  773. package/plugins/tiddlywiki/geospatial/icon.tid +6 -0
  774. package/plugins/tiddlywiki/geospatial/images/markers/pin.svg +9 -0
  775. package/plugins/tiddlywiki/geospatial/images/markers/pin.svg.meta +2 -0
  776. package/plugins/tiddlywiki/geospatial/license.tid +10 -0
  777. package/plugins/tiddlywiki/geospatial/operators/helper.js +24 -0
  778. package/plugins/tiddlywiki/geospatial/operators/lookup.js +45 -0
  779. package/plugins/tiddlywiki/geospatial/operators/measurement.js +54 -0
  780. package/plugins/tiddlywiki/geospatial/operators/olc.js +55 -0
  781. package/plugins/tiddlywiki/geospatial/operators/transformation.js +88 -0
  782. package/plugins/tiddlywiki/geospatial/plugin.info +7 -0
  783. package/plugins/tiddlywiki/geospatial/readme.tid +13 -0
  784. package/plugins/tiddlywiki/geospatial/settings.tid +24 -0
  785. package/plugins/tiddlywiki/geospatial/startup.js +78 -0
  786. package/plugins/tiddlywiki/geospatial/styles.tid +10 -0
  787. package/plugins/tiddlywiki/geospatial/tests/operators/geodifference-interactive.tid +63 -0
  788. package/plugins/tiddlywiki/geospatial/tests/operators/geodifference.tid +54 -0
  789. package/plugins/tiddlywiki/geospatial/tests/operators/geodistance.tid +30 -0
  790. package/plugins/tiddlywiki/geospatial/tests/operators/geointersect-interactive.tid +63 -0
  791. package/plugins/tiddlywiki/geospatial/tests/operators/geointersect.tid +54 -0
  792. package/plugins/tiddlywiki/geospatial/tests/operators/geolookup.tid +64 -0
  793. package/plugins/tiddlywiki/geospatial/tests/operators/geonearestpoint.tid +28 -0
  794. package/plugins/tiddlywiki/geospatial/tests/operators/geonearestpoint2.tid +45 -0
  795. package/plugins/tiddlywiki/geospatial/tests/operators/geopoint.tid +21 -0
  796. package/plugins/tiddlywiki/geospatial/tests/operators/geounion-interactive.tid +63 -0
  797. package/plugins/tiddlywiki/geospatial/tests/operators/geounion.tid +54 -0
  798. package/plugins/tiddlywiki/geospatial/tests/operators/olc-decode.tid +20 -0
  799. package/plugins/tiddlywiki/geospatial/tests/operators/olc-encode.tid +20 -0
  800. package/plugins/tiddlywiki/geospatial/tests/widgets/geomap-draggable-marker.tid +40 -0
  801. package/plugins/tiddlywiki/geospatial/tests/widgets/geomap-refresh.tid +62 -0
  802. package/plugins/tiddlywiki/geospatial/tests/widgets/geomap.tid +54 -0
  803. package/plugins/tiddlywiki/geospatial/widgets/geobaselayer.js +17 -0
  804. package/plugins/tiddlywiki/geospatial/widgets/geolayer.js +17 -0
  805. package/plugins/tiddlywiki/geospatial/widgets/geomap.js +301 -0
  806. package/plugins/tiddlywiki/github-fork-ribbon/plugin.info +2 -1
  807. package/plugins/tiddlywiki/github-fork-ribbon/readme.tid +2 -4
  808. package/plugins/tiddlywiki/github-fork-ribbon/styles.tid +10 -11
  809. package/plugins/tiddlywiki/github-fork-ribbon/template.tid +26 -0
  810. package/plugins/tiddlywiki/github-fork-ribbon/usage.tid +79 -24
  811. package/plugins/tiddlywiki/googleanalytics/plugin.info +2 -1
  812. package/plugins/tiddlywiki/hammerjs/plugin.info +2 -1
  813. package/plugins/tiddlywiki/help/plugin.info +2 -1
  814. package/plugins/tiddlywiki/highlight/files/tiddlywiki.files +0 -1
  815. package/plugins/tiddlywiki/highlight/plugin.info +2 -1
  816. package/plugins/tiddlywiki/highlight-legacy/plugin.info +2 -1
  817. package/plugins/tiddlywiki/innerwiki/anchor.js +17 -0
  818. package/plugins/tiddlywiki/innerwiki/innerwiki.js +6 -66
  819. package/plugins/tiddlywiki/innerwiki/plugin.info +2 -1
  820. package/plugins/tiddlywiki/internals/plugin.info +2 -1
  821. package/plugins/tiddlywiki/jasmine/plugin.info +2 -1
  822. package/plugins/tiddlywiki/jasmine/run-wiki-based-tests.js +21 -18
  823. package/plugins/tiddlywiki/jszip/plugin.info +2 -1
  824. package/plugins/tiddlywiki/katex/plugin.info +2 -1
  825. package/plugins/tiddlywiki/markdown/plugin.info +2 -1
  826. package/plugins/tiddlywiki/markdown-legacy/plugin.info +2 -1
  827. package/plugins/tiddlywiki/menubar/items/pagecontrols.tid +9 -10
  828. package/plugins/tiddlywiki/menubar/plugin.info +2 -1
  829. package/plugins/tiddlywiki/mobiledragdrop/plugin.info +2 -1
  830. package/plugins/tiddlywiki/nodewebkitsaver/plugin.info +2 -1
  831. package/plugins/tiddlywiki/pluginlibrary/plugin.info +2 -1
  832. package/plugins/tiddlywiki/powered-by-tiddlywiki/plugin.info +2 -1
  833. package/plugins/tiddlywiki/qrcode/plugin.info +2 -1
  834. package/plugins/tiddlywiki/railroad/plugin.info +2 -1
  835. package/plugins/tiddlywiki/savetrail/plugin.info +2 -1
  836. package/plugins/tiddlywiki/sax/plugin.info +2 -1
  837. package/plugins/tiddlywiki/share/plugin.info +2 -1
  838. package/plugins/tiddlywiki/stacked-view/plugin.info +2 -1
  839. package/plugins/tiddlywiki/tahoelafs/plugin.info +2 -1
  840. package/plugins/tiddlywiki/text-slicer/plugin.info +2 -1
  841. package/plugins/tiddlywiki/tiddlyweb/html-json-skinny-tiddler.tid +1 -1
  842. package/plugins/tiddlywiki/tiddlyweb/plugin.info +2 -1
  843. package/plugins/tiddlywiki/tour/config-AutoStartTour.tid +2 -0
  844. package/plugins/tiddlywiki/tour/config-CurrentTour.tid +2 -0
  845. package/plugins/tiddlywiki/tour/config-DefaultColourMappings.multids +31 -0
  846. package/plugins/tiddlywiki/tour/config-ShowTour.tid +2 -0
  847. package/plugins/tiddlywiki/tour/docs.tid +25 -0
  848. package/plugins/tiddlywiki/tour/images/tour-button-icon.tid +9 -0
  849. package/plugins/tiddlywiki/tour/plugin.info +8 -0
  850. package/plugins/tiddlywiki/tour/readme.tid +3 -0
  851. package/plugins/tiddlywiki/tour/settings.tid +154 -0
  852. package/plugins/tiddlywiki/tour/simplified-tiddler-with-tags.tid +106 -0
  853. package/plugins/tiddlywiki/tour/simplified-tiddler.tid +22 -0
  854. package/plugins/tiddlywiki/tour/start-tour-button.tid +18 -0
  855. package/plugins/tiddlywiki/tour/startup-actions.tid +7 -0
  856. package/plugins/tiddlywiki/tour/styles.tid +261 -0
  857. package/plugins/tiddlywiki/tour/tour-panel.tid +104 -0
  858. package/plugins/tiddlywiki/tour/tours/introduction-to-tiddlywiki/config/ProductName.tid +2 -0
  859. package/plugins/tiddlywiki/tour/tours/introduction-to-tiddlywiki/data/tiddlers-GasGiant.tid +4 -0
  860. package/plugins/tiddlywiki/tour/tours/introduction-to-tiddlywiki/data/tiddlers-Jupiter.tid +5 -0
  861. package/plugins/tiddlywiki/tour/tours/introduction-to-tiddlywiki/data/tiddlers-Mars.tid +5 -0
  862. package/plugins/tiddlywiki/tour/tours/introduction-to-tiddlywiki/data/tiddlers-Planet.tid +4 -0
  863. package/plugins/tiddlywiki/tour/tours/introduction-to-tiddlywiki/data/tiddlers-Rocky.tid +4 -0
  864. package/plugins/tiddlywiki/tour/tours/introduction-to-tiddlywiki/data/tiddlers-Saturn.tid +5 -0
  865. package/plugins/tiddlywiki/tour/tours/introduction-to-tiddlywiki/images/tiddlywiki-tour-logo.svg +28 -0
  866. package/plugins/tiddlywiki/tour/tours/introduction-to-tiddlywiki/images/tiddlywiki-tour-logo.svg.meta +2 -0
  867. package/plugins/tiddlywiki/tour/tours/introduction-to-tiddlywiki/introduction-to-tiddlywiki.tid +8 -0
  868. package/plugins/tiddlywiki/tour/tours/introduction-to-tiddlywiki/settings.tid +4 -0
  869. package/plugins/tiddlywiki/tour/tours/introduction-to-tiddlywiki/steps/close-control-panel.tid +9 -0
  870. package/plugins/tiddlywiki/tour/tours/introduction-to-tiddlywiki/steps/closing-tiddlers.tid +25 -0
  871. package/plugins/tiddlywiki/tour/tours/introduction-to-tiddlywiki/steps/create-tiddler.tid +11 -0
  872. package/plugins/tiddlywiki/tour/tours/introduction-to-tiddlywiki/steps/end-of-fullscreen.tid +10 -0
  873. package/plugins/tiddlywiki/tour/tours/introduction-to-tiddlywiki/steps/finished.tid +13 -0
  874. package/plugins/tiddlywiki/tour/tours/introduction-to-tiddlywiki/steps/links.tid +23 -0
  875. package/plugins/tiddlywiki/tour/tours/introduction-to-tiddlywiki/steps/open-control-panel.tid +9 -0
  876. package/plugins/tiddlywiki/tour/tours/introduction-to-tiddlywiki/steps/recent.tid +9 -0
  877. package/plugins/tiddlywiki/tour/tours/introduction-to-tiddlywiki/steps/search.tid +9 -0
  878. package/plugins/tiddlywiki/tour/tours/introduction-to-tiddlywiki/steps/tags.tid +26 -0
  879. package/plugins/tiddlywiki/tour/tours/introduction-to-tiddlywiki/steps/tiddlers.tid +16 -0
  880. package/plugins/tiddlywiki/tour/tours/introduction-to-tiddlywiki/steps/welcome.tid +10 -0
  881. package/plugins/tiddlywiki/tour/tours/introduction-to-tiddlywiki/tagsTourIntroductionToTiddlyWiki.tid +2 -0
  882. package/plugins/tiddlywiki/tour/variables.tid +104 -0
  883. package/plugins/tiddlywiki/translators/plugin.info +2 -1
  884. package/plugins/tiddlywiki/tw2parser/plugin.info +2 -1
  885. package/plugins/tiddlywiki/tw5.com-docs/plugin.info +2 -1
  886. package/plugins/tiddlywiki/tw5.com-docs/readme.tid +7 -0
  887. package/plugins/tiddlywiki/twitter/plugin.info +2 -1
  888. package/plugins/tiddlywiki/twitter-archivist/plugin.info +2 -1
  889. package/plugins/tiddlywiki/upgrade/plugin.info +2 -1
  890. package/plugins/tiddlywiki/xlsx-utils/plugin.info +2 -1
  891. package/plugins/tiddlywiki/xmldom/plugin.info +2 -1
  892. package/readme.md +6 -6
  893. package/themes/tiddlywiki/vanilla/base.tid +212 -9
  894. package/themes/tiddlywiki/vanilla/reset.tid +61 -85
  895. package/boot/sjcl.js.meta +0 -3
  896. package/core/modules/indexers/backlinks-index.js +0 -86
  897. package/editions/es-ES/tiddlers/$__StoryList.tid +0 -6
  898. package/editions/tw.org/tiddlers/$__StoryList.tid +0 -3
  899. package/editions/tw5.com/tiddlers/$__StoryList.tid +0 -5
  900. package/plugins/tiddlywiki/innerwiki/data.js +0 -58
  901. /package/editions/fr-FR/tiddlers/community/editions/{_Noteself_ by Danielo Rodr/303/255guez.tid" → _Noteself_ by Danielo Rodriguez.tid} +0 -0
  902. /package/editions/test/tiddlers/tests/data/macros/{NestedMacros-indented.tid → nested-macros/NestedMacros-indented.tid} +0 -0
  903. /package/editions/test/tiddlers/tests/data/macros/{NestedMacros-indented2.tid → nested-macros/NestedMacros-indented2.tid} +0 -0
  904. /package/editions/test/tiddlers/tests/data/macros/{NestedMacros.tid → nested-macros/NestedMacros.tid} +0 -0
  905. /package/editions/test/tiddlers/tests/data/macros/{TrailingNewlines.tid → trailing-newlines/TrailingNewlines.tid} +0 -0
  906. /package/editions/tw5.com/tiddlers/{Tables in WikiText CSS Utility Classes.tid → wikitext/Tables in WikiText CSS Utility Classes.tid} +0 -0
@@ -0,0 +1,49 @@
1
+ title: TestCases/DataWidget/ImportedFilter
2
+ type: text/vnd.tiddlywiki-multiple
3
+ tags: [[$:/tags/wiki-test-spec]]
4
+ description: Imported filter definition
5
+ display-format: plaintext
6
+
7
+ title: Narrative
8
+
9
+ Using the data widget to create copies of all the tiddlers with the title prefix "Day: T", adding the field "custom" set to "Beta"
10
+ +
11
+ title: Output
12
+
13
+ <$data $filter="[prefix[Day: T]]" custom="Beta"/>
14
+ +
15
+ title: Day: Monday
16
+ text: Today is Monday
17
+ +
18
+ title: Day: Tuesday
19
+ text: Today is Tuesday
20
+ +
21
+ title: Day: Wednesday
22
+ text: Today is Wednesday
23
+ +
24
+ title: Day: Thursday
25
+ text: Today is Thursday
26
+ +
27
+ title: Day: Friday
28
+ text: Today is Friday
29
+ +
30
+ title: Day: Saturday
31
+ text: Today is Saturday
32
+ +
33
+ title: Day: Sunday
34
+ text: Today is Sunday
35
+ +
36
+ title: ExpectedResult
37
+
38
+ <p>[
39
+ {
40
+ "title": "Day: Thursday",
41
+ "text": "Today is Thursday",
42
+ "custom": "Beta"
43
+ },
44
+ {
45
+ "title": "Day: Tuesday",
46
+ "text": "Today is Tuesday",
47
+ "custom": "Beta"
48
+ }
49
+ ]</p>
@@ -0,0 +1,29 @@
1
+ title: TestCases/DataWidget/ImportedTiddler
2
+ type: text/vnd.tiddlywiki-multiple
3
+ tags: [[$:/tags/wiki-test-spec]]
4
+ description: Imported tiddler definition
5
+ display-format: plaintext
6
+
7
+ title: Narrative
8
+
9
+ Using the data widget to create a tiddler that is a copy of the tiddler "Hello" with the addition of the field "custom" set to "Alpha"
10
+ +
11
+ title: Output
12
+
13
+ <$data $tiddler="Hello" custom="Alpha"/>
14
+ +
15
+ title: Hello
16
+ modifier: JoeBloggs
17
+
18
+ This is the Hello tiddler
19
+ +
20
+ title: ExpectedResult
21
+
22
+ <p>[
23
+ {
24
+ "title": "Hello",
25
+ "modifier": "JoeBloggs",
26
+ "text": "This is the Hello tiddler",
27
+ "custom": "Alpha"
28
+ }
29
+ ]</p>
@@ -0,0 +1,30 @@
1
+ title: TestCases/DataWidget/Refreshing
2
+ type: text/vnd.tiddlywiki-multiple
3
+ tags: [[$:/tags/wiki-test-spec]]
4
+ description: Refreshing the data widget
5
+ display-format: plaintext
6
+
7
+ title: Narrative
8
+
9
+ Verifying that the JSON output of the data widget is correctly refreshed when the data changes
10
+ +
11
+ title: Output
12
+
13
+ <$data title="Epsilon" text={{Subject}}/>
14
+ +
15
+ title: Subject
16
+
17
+ Nothing
18
+ +
19
+ title: Actions
20
+
21
+ <$action-setfield $tiddler="Subject" text="Theta"/>
22
+ +
23
+ title: ExpectedResult
24
+
25
+ <p>[
26
+ {
27
+ "title": "Epsilon",
28
+ "text": "Theta"
29
+ }
30
+ ]</p>
@@ -0,0 +1,22 @@
1
+ title: TestCases/DataWidget/SimpleTiddler
2
+ type: text/vnd.tiddlywiki-multiple
3
+ tags: [[$:/tags/wiki-test-spec]]
4
+ description: Simple tiddler definition
5
+ display-format: plaintext
6
+
7
+ title: Narrative
8
+
9
+ Using the data widget to create a tiddler with the title "Epsilon" and the text "Theta"
10
+ +
11
+ title: Output
12
+
13
+ <$data title="Epsilon" text="Theta"/>
14
+ +
15
+ title: ExpectedResult
16
+
17
+ <p>[
18
+ {
19
+ "title": "Epsilon",
20
+ "text": "Theta"
21
+ }
22
+ ]</p>
@@ -0,0 +1,15 @@
1
+ title: TestCases/TestCaseWidget/FailingTest
2
+ type: text/vnd.tiddlywiki-multiple
3
+ tags: [[$:/tags/wiki-test-spec-failing]]
4
+ description: An example of a failing test
5
+
6
+ title: Narrative
7
+
8
+ This test case intentionally fails (in order to show how failures are displayed). The expected result is set to <code><$text text={{ExpectedResult}}/></code>, but the result computes to <code><$wikify name="html" text={{Output}} mode="block" output="html"><$text text=<<html>>/></$wikify></code>
9
+ +
10
+ title: Output
11
+
12
+ The sum is <$text text={{{ [[2]add[2]] }}}/>.
13
+ +
14
+ title: ExpectedResult
15
+ text: <p>The sum is not 8.</p>
@@ -0,0 +1,12 @@
1
+ title: TestCases/TestCaseWidget/NoExpectedResults
2
+ type: text/vnd.tiddlywiki-multiple
3
+ tags: [[$:/tags/wiki-test-spec]]
4
+ description: A testcase that does not specify expected results
5
+
6
+ title: Narrative
7
+
8
+ This testcase will display without the pass/fail icons because it does not include an `ExpectedResults` tiddler, and so will only be rendered, and not be executed as a test
9
+ +
10
+ title: Output
11
+
12
+ This is the output
@@ -0,0 +1,18 @@
1
+ title: TestCases/TestCaseWidget/TwoPlusTwo
2
+ type: text/vnd.tiddlywiki-multiple
3
+ tags: [[$:/tags/wiki-test-spec-failing]]
4
+ description: A testcase to calculate 2+2
5
+
6
+ title: Narrative
7
+
8
+ This test case shows an elaborate way to calculate 2+2 involving multiple tiddlers
9
+ +
10
+ title: Output
11
+
12
+ The sum is <$text text={{{ [{FirstNumber}add{SecondNumber}] }}}/>
13
+ +
14
+ title: FirstNumber
15
+ text: 2
16
+ +
17
+ title: SecondNumber
18
+ text: 2
@@ -0,0 +1,16 @@
1
+ description: currentTiddler should be properly set
2
+ tags: $:/tags/wiki-test-spec
3
+ title: TestCases/TestCaseTiddler/currentTiddler
4
+ type: text/vnd.tiddlywiki-multiple
5
+
6
+ title: Narrative
7
+
8
+ currentTiddler variable in Output tiddler should be "Output"
9
+ +
10
+ title: Output
11
+
12
+ <$text text=<<currentTiddler>>>
13
+ +
14
+ title: ExpectedResult
15
+
16
+ <p>Output</p>
@@ -0,0 +1,23 @@
1
+ title: TestCases/TranscludeWidget/SimpleTransclusion
2
+ type: text/vnd.tiddlywiki-multiple
3
+ tags: [[$:/tags/wiki-test-spec]]
4
+ description: Simple transclusion
5
+
6
+ title: Narrative
7
+
8
+ This test case demonstrates transclusion of and links to other tiddlers.
9
+ +
10
+ title: Output
11
+
12
+ Good morning, my [[name|Name]] is {{Name}} and I [[live in|Address]] {{Address}}
13
+ +
14
+ title: Name
15
+
16
+ Robert Rabbit
17
+ +
18
+ title: Address
19
+
20
+ 14 Carrot Street, Vegetabletown
21
+ +
22
+ title: ExpectedResult
23
+ text: <p>Good morning, my <a class="tc-tiddlylink tc-tiddlylink-resolves" href="#Name">name</a> is Robert Rabbit and I <a class="tc-tiddlylink tc-tiddlylink-resolves" href="#Address">live in</a> 14 Carrot Street, Vegetabletown</p>
@@ -6,11 +6,12 @@ type: text/vnd.tiddlywiki
6
6
 
7
7
  !! Introduction
8
8
 
9
- A <<.def variable>> is a snippet of text that can be accessed by name. The text is referred to as the variable's <<.def value>>.
9
+ * A <<.def variable>> is a ''snippet of text'' that can be accessed by name.
10
+ * The text is referred to as the variable's <<.def value>>.
10
11
 
11
- Variables are defined by [[widgets|Widgets]]. Several core widgets define variables, the most common being the <<.wlink SetWidget>>, <<.wlink LetWidget>> and <<.wlink ListWidget>> widgets.
12
+ Variables are defined by [[widgets|Widgets]]. Several core widgets define variables, the most common being the <<.wlink LetWidget>>, <<.wlink SetWidget>> and <<.wlink ListWidget>> widgets.
12
13
 
13
- The values of variables are available to descendant widgets, including transcluded content. For example, within each tiddler in the main story river the variable "currentTiddler" is set to the title of the tiddler.
14
+ The values of variables are available to descendant widgets, including transcluded content. For example, within each tiddler in the main story river the variable <<.var currentTiddler>> is set to the title of the tiddler.
14
15
 
15
16
  Variables can also be overwritten by descendent widgets defining variables of the same name, thus binding a different snippet to that name for the scope of the children of the widget.
16
17
 
@@ -1,11 +1,17 @@
1
1
  created: 20150228124038000
2
+ modified: 20240310134432122
2
3
  tags: [[tv-get-export-image-link Variable]] [[Variable Examples]]
3
4
  title: tv-get-export-image-link Variable (Examples)
4
5
  type: text/vnd.tiddlywiki
5
6
 
6
- This example fetches [[the TiddlyWiki icon|https://www.tiddlywiki.com/favicon.ico]]:
7
+ This example fetches [[the TiddlyWiki icon|https://www.tiddlywiki.com/favicon.ico]]
7
8
 
8
9
  <$importvariables filter="$:/editions/tw5.com/macro-examples/tv-get-export-image-link">
9
10
  <$codeblock code={{$:/editions/tw5.com/macro-examples/tv-get-export-image-link}}/>
10
11
  <$macrocall $name=".example" n="1" eg="""[img[favicon.ico]]"""/>
11
12
  </$importvariables>
13
+
14
+ Also see:
15
+
16
+ * [[substitute Operator]]
17
+ * [[Substituted Attribute Values]]
@@ -7,8 +7,6 @@ type: text/vnd.tiddlywiki
7
7
 
8
8
  <<.from-version "5.1.15">> The <<.def tv-filter-export-link>> [[variable|Variables]] controls the value of the `href` attribute on the HTML `a` element generated by the <<.wlink LinkWidget>> widget. If defined, it takes precedence over the [[tv-wikilink-template Variable]].
9
9
 
10
- <<.this-is-static-link-variable>>
11
-
12
10
  The variable is treated as a filter that is given the target tiddler title as input. The filter is evaluated and the first result is used as the `href` attribute.
13
11
 
14
12
  For example:
@@ -18,3 +16,5 @@ For example:
18
16
  ```
19
17
 
20
18
  See also the <<.vlink tv-get-export-link>> variable, which dominates over this one.
19
+
20
+ <<.this-is-static-link-variable>>
@@ -1,13 +1,13 @@
1
+ caption: tv-get-export-image-link
1
2
  created: 20150228122257000
2
- modified: 20150228130940000
3
- title: tv-get-export-image-link Variable
3
+ modified: 20240310133708578
4
4
  tags: Variables [[Core Variables]] [[Configuration Variables]]
5
+ title: tv-get-export-image-link Variable
5
6
  type: text/vnd.tiddlywiki
6
- caption: tv-get-export-image-link
7
7
 
8
8
  The <<.def tv-get-export-image-link>> [[variable|Variables]] controls the value of the `src` attribute on the HTML `img` element generated by the <<.wlink ImageWidget>> widget when the value of its `source` attribute is not the title of a tiddler.
9
9
 
10
- The variable should be a [[macro|Macros]] with the following parameter:
10
+ The variable should be a [[function|Functions]] with the following parameter:
11
11
 
12
12
  ;src
13
13
  : The value of the `source` attribute -- equivalent to the image name specified in <$link to="Images in WikiText">the shorthand syntax</$link> `[img[source]]`
@@ -1,17 +1,17 @@
1
+ caption: tv-get-export-link
1
2
  created: 20150228114004000
2
3
  modified: 20150228130943000
3
- title: tv-get-export-link Variable
4
4
  tags: Variables [[Core Variables]] [[Configuration Variables]]
5
+ title: tv-get-export-link Variable
5
6
  type: text/vnd.tiddlywiki
6
- caption: tv-get-export-link
7
7
 
8
8
  The <<.def tv-get-export-link>> [[variable|Variables]] controls the value of the `href` attribute on the HTML `a` element generated by the <<.wlink LinkWidget>> widget.
9
9
 
10
- <<.this-is-static-link-variable>>
11
-
12
10
  The variable should be a [[macro|Macros]] with the following parameter:
13
11
 
14
12
  ;to
15
13
  : The title of the target tiddler of the link, with no escaping
16
14
 
17
15
  See also <<.vlink tv-wikilink-template>>. If both that variable and this one exist, this one dominates.
16
+
17
+ <<.this-is-static-link-variable>>
@@ -7,8 +7,6 @@ type: text/vnd.tiddlywiki
7
7
 
8
8
  The <<.def tv-wikilink-template>> [[variable|Variables]] controls the value of the `href` attribute on the HTML `a` element generated by the <<.wlink LinkWidget>> widget. The <<.vlink tv-filter-export-link>>, if defined, it takes precedence over the <<.vlink tv-wikilink-template>> variable.
9
9
 
10
- <<.this-is-static-link-variable>>
11
-
12
10
  The variable is treated as if it was a [[macro|Macros]] with the following parameters:
13
11
 
14
12
  ;uri_encoded
@@ -21,3 +19,5 @@ The variable is treated as if it was a [[macro|Macros]] with the following param
21
19
  The variable defaults to `#$uri_encoded$`.
22
20
 
23
21
  See also the <<.vlink tv-get-export-link>> variable, which dominates over this one.
22
+
23
+ <<.this-is-static-link-variable>>
@@ -1,5 +1,5 @@
1
1
  created: 20180905075846391
2
- modified: 20230319130830880
2
+ modified: 20240413045138914
3
3
  tags: [[WebServer Guides]]
4
4
  title: Using the external JavaScript template
5
5
  type: text/vnd.tiddlywiki
@@ -20,7 +20,7 @@ The remaining inefficiency when working in the client server configuration is th
20
20
 
21
21
  ! Using the external ~JavaScript template with the client-server configuration
22
22
 
23
- The mechanism is activated by setting the [[root-tiddler|WebServer Parameter: root-tiddler]] parameter to `$:/core/save/all-external-js`. This template externalises ~TiddlyWiki's core ~JavaScript into a separate file. For example, the following command will start your server with caching enabled. It will transfer the wiki with two GET requests, and the core can be cached by the browser.
23
+ The mechanism is activated by setting the [[root-tiddler|WebServer Parameter: root-tiddler]] parameter to `$:/core/save/all-external-js`. This template externalises ~TiddlyWiki's core ~JavaScript into a separate file. For example, the following command will [[start your server with caching enabled|WebServer Parameter: use-browser-cache]]. It will transfer the wiki with two GET requests, and the core can be cached by the browser.
24
24
 
25
25
  ```
26
26
  tiddlywiki YOUR_WIKI_FOLDER --listen 'root-tiddler=$:/core/save/all-external-js' use-browser-cache=yes
@@ -1,5 +1,5 @@
1
1
  created: 20180703095630828
2
- modified: 20180703100445719
2
+ modified: 20240413045124764
3
3
  tags: [[WebServer Guides]]
4
4
  title: Using the integrated static file server
5
5
  type: text/vnd.tiddlywiki
@@ -13,4 +13,19 @@ Static files can be referenced directly:
13
13
  * `[ext[./files/a-big-document.pdf]]` - to make a link to a PDF
14
14
  * `[img[./files/a-big-image.png]]` - to embed an image
15
15
 
16
- Alternatively, the ''_canonical_uri'' field can be used to reference the files as [[external tiddlers|ExternalImages]].
16
+ Alternatively, the ''_canonical_uri'' field can be used to reference the files as [[external tiddlers|ExternalImages]].
17
+
18
+ If [[WebServer Parameter: use-browser-cache]] is used, these files will be cached by the client's browser to save on bandwidth. In this case, the `cache busting strategy` can be used to make sure the client always has the latest updated files.
19
+
20
+
21
+ <<<
22
+ https://javascript.plainenglish.io/what-is-cache-busting-55366b3ac022
23
+
24
+ !! Cache Busting
25
+
26
+ There are a couple different ways of changing the names of files so that they will load when they change. One way is to use version numbers and have them somewhere in the file name when loading. You could have a subdirectory for every version, `v1/index.js` `v2/index.css` . You could also have the version in queries in the URLs, `index.js?v1` , `index.css?v2` .
27
+
28
+ Another way is to change the name of the file, `index.v1.js` , `index.v2.css` . These ways are not as manageable because this can become very hard once you have a ton of files that are being changed.
29
+
30
+ A more popular and manageable way is to keep hashes inside the file names. Hashes, if you don’t know, are fixed length character representations of any content and they are irreversible, meaning you can get the hash from the file but you can’t get the file from the hash. Hashes are perfect for this, because when a file changes its hash will change, so if we keep the hash inside the filename `index.[someHashHere].js` browsers will detect it and load it instead of an old file.
31
+ <<<
@@ -0,0 +1,25 @@
1
+ caption: use-browse-cache
2
+ created: 20240413042652008
3
+ modified: 20240413050841387
4
+ tags: [[WebServer Parameters]]
5
+ title: WebServer Parameter: use-browser-cache
6
+ type: text/vnd.tiddlywiki
7
+
8
+ The [[web server configuration parameter|WebServer Parameters]] ''use-browser-cache=yes'' activates 200 OK browser caching via the `Cache-Control` header and a smart a Etag header:
9
+
10
+ * The server javascript creates an MD5 `hash` object.
11
+ * Adds the data of the current `request:response` (for example: json text or an image binary) to the hash object.
12
+ * Adds the current `headers` of the response to the hash object.
13
+ * If the response data has an `encoding` value, adds the encoding to the hash object.
14
+ * Calculates the final MD5 hash string as a `contentDigest` javascript variable, and saves it as an `Etag: "<<contentDigest>>"` header.
15
+
16
+ If the incoming request contains a header named `if-none-match`, then the server will check the generated Etag against all values.
17
+
18
+ If any `if-none-match` value DOES match the current Etag, the server will send a `304 NOT MODIFIED` response with the current response headers, instead of the data with a `200 OK` response.
19
+
20
+ This saves bandwidth, as the client can be sure they have already received the exact data and has it in their current cache.
21
+
22
+ If ''use-browser-cache=no'' (or any other value including null), then the server will return a `Cache-Control: no-store` header by default.
23
+
24
+ If any customer server route module defines custom `Cache-Control` header behavior, then the server will pass that header through instead of the default.
25
+
@@ -1,5 +1,5 @@
1
1
  created: 20180626150526207
2
- modified: 20181216181934282
2
+ modified: 20240413043741157
3
3
  tags: ListenCommand ServerCommand Features
4
4
  title: WebServer
5
5
  type: text/vnd.tiddlywiki
@@ -1,6 +1,6 @@
1
1
  caption: action-deletefield
2
2
  created: 20141025120850184
3
- modified: 20150220162042000
3
+ modified: 20240608151322035
4
4
  tags: Widgets ActionWidgets
5
5
  title: ActionDeleteFieldWidget
6
6
  type: text/vnd.tiddlywiki
@@ -16,30 +16,61 @@ The ''action-deletefield'' widget is invisible. Any content within it is ignored
16
16
  |!Attribute |!Description |
17
17
  |$tiddler |The title of the tiddler whose fields are to be modified (if not provided defaults to the [[current tiddler|Current Tiddler]]) |
18
18
  |$field |Optional name of a field to delete |
19
+ |$timestamp |<<.from-version "5.3.4">> Specifies whether the timestamp(s) of the target tiddler will be updated (''modified'' and ''modifier'', plus ''created'' and ''creator'' for newly created tiddlers). Can be "yes" (the default) or "no" |
19
20
  |//{any attributes not starting with $}// |Each attribute name specifies a field to be deleted. The attribute value is ignored and need not be specified |
20
21
 
21
22
  ! Examples
22
23
 
23
- Here is an example of a button that deletes the caption and tags fields of the current tiddler:
24
+ <$testcase>
25
+ <$data title=Description text="Delete currentTiddler fields using plain attributes"/>
26
+ <$data title=Narrative text="""Use the $action-deletefield widget to delete the "caption" and "tags" fields of the current tiddler"""/>
27
+ <$data title=Output caption="A caption" tags="tag1 tag2 tag3" text="""Click
28
+ <$button actions="<$action-deletefield caption tags/>">
29
+ Delete
30
+ </$button>
31
+ and watch the "caption" and "tags" field disappear."""/>
32
+ </$testcase>
24
33
 
25
- <$macrocall $name='wikitext-example-without-html'
26
- src='<$button>
27
- <$action-deletefield caption tags/>
28
- Delete "caption" and "tags"
29
- </$button>'/>
34
+ <$testcase>
35
+ <$data title=Description text="Delete fields from a specific tiddler"/>
36
+ <$data title=Narrative text="""Use the $action-deletefield widget to delete the "list" and "tags" fields of the tiddler ~HelloThere"""/>
37
+ <$data $tiddler="HelloThere"/>
38
+ <$data title=Output text="""Click HelloThere, then click
39
+ <$button actions='<$action-deletefield $tiddler="HelloThere" list tags/>'>
40
+ Delete
41
+ </$button>
42
+ and watch the "list" and "tags" fields disappear"""/>
43
+ </$testcase>
30
44
 
31
- Here is an example of a button that deletes the modified date and tags fields of the tiddler HelloThere:
45
+ <$testcase>
46
+ <$data title=Description text="Delete field from a specific tiddler"/>
47
+ <$data title=Narrative text="""Use the $field attribute of the $action-deletefield widget to delete the "text" field of the tiddler ~HelloThere"""/>
48
+ <$data $tiddler="HelloThere"/>
49
+ <$data title=Output text="""Click HelloThere, then click
50
+ <$button actions='<$action-deletefield $tiddler="HelloThere" $field="text"/>'>
51
+ Delete
52
+ </$button>
53
+ and watch the contents of the "text" field disappear"""/>
54
+ </$testcase>
32
55
 
33
- <$macrocall $name='wikitext-example-without-html'
34
- src='<$button>
35
- <$action-deletefield $tiddler="HelloThere" modified tags/>
36
- Delete "modified" and "tags" from ~HelloThere
37
- </$button>'/>
56
+ <$testcase>
57
+ <$data title=Description text="Delete a variable field name"/>
58
+ <$data title=Narrative text="""Use the $field attribute of the $action-deletefield widget to delete a variable field name"""/>
59
+ <$data title=Output description="This field will be deleted" text="""<$let fieldName=description>
60
+ Click
61
+ <$button actions="<$action-deletefield $field=<<fieldName>>/>">
62
+ Delete
63
+ </$button>
64
+ and watch the "<<fieldName>>" field disappear."""/>
65
+ </$let>
66
+ </$testcase>
38
67
 
39
- Here is an example of a button that uses the optional $field attribute to delete the text field of the tiddler HelloThere:
40
-
41
- <$macrocall $name='wikitext-example-without-html'
42
- src='<$button>
43
- <$action-deletefield $tiddler="HelloThere" $field="text"/>
44
- Delete text from ~HelloThere
45
- </$button>'/>
68
+ <$testcase>
69
+ <$data title=Description text="Delete field without updating timestamps"/>
70
+ <$data title=Narrative text="""Use the $timestamp attribute of the $action-deletefield widget to prevent creation/change of "modified" and "created" fields"""/>
71
+ <$data title=Output description="This field will be deleted" text="""Click
72
+ <$button actions='<$action-deletefield $field="description" $timestamp="no"/>'>
73
+ Delete
74
+ </$button>
75
+ and watch the "description" field disappear without the "modified" and "created" fields getting added"""/>
76
+ </$testcase>
@@ -1,6 +1,6 @@
1
1
  caption: action-deletetiddler
2
2
  created: 20141025120850184
3
- modified: 20141106173455527
3
+ modified: 20240608152211834
4
4
  tags: Widgets ActionWidgets
5
5
  title: ActionDeleteTiddlerWidget
6
6
  type: text/vnd.tiddlywiki
@@ -25,18 +25,20 @@ The ''action-deletetiddler'' widget is invisible. Any content within it is ignor
25
25
 
26
26
  ! Examples
27
27
 
28
- Here is an example of a button that deletes the tiddler HelloThere:
29
-
30
- <$macrocall $name='wikitext-example-without-html'
31
- src='<$button>
32
- <$action-deletetiddler $tiddler="HelloThere"/>
28
+ <$testcase>
29
+ <$data title=Description text="Delete a specific tiddler"/>
30
+ <$data title=Narrative text="""Use the $tiddler attribute of the $action-deletefield widget to delete the "~HelloThere" tiddler"""/>
31
+ <$data $tiddler="HelloThere"/>
32
+ <$data title=Output text="""<$button actions="<$action-deletetiddler $tiddler=HelloThere/>">
33
33
  Delete "~HelloThere"
34
- </$button>'/>
35
-
36
- Here is an example of a button that deletes all tiddlers tagged [[TableOfContents]]:
37
-
38
- <$macrocall $name='wikitext-example-without-html'
39
- src='<$button>
40
- <$action-deletetiddler $filter="[tag[TableOfContents]]"/>
34
+ </$button>"""/>
35
+ </$testcase>
36
+
37
+ <$testcase>
38
+ <$data title=Description text="Delete tiddlers matching a filter"/>
39
+ <$data title=Narrative text="""Use the $filter attribute of the $action-deletefield widget to delete all tiddlers tagged "~TableOfContents" """/>
40
+ <$data $filter="[tag[TableOfContents]]"/>
41
+ <$data title=Output text="""<$button actions='<$action-deletetiddler $filter="[tag[TableOfContents]]"/>'>
41
42
  Delete tiddlers tagged "~TableOfContents"
42
- </$button>'/>
43
+ </$button>"""/>
44
+ </$testcase>
@@ -1,6 +1,6 @@
1
1
  caption: action-listops
2
2
  created: 20141025120850184
3
- modified: 20230805103548113
3
+ modified: 20240509135041526
4
4
  myfield:
5
5
  tags: ActionWidgets Widgets
6
6
  title: ActionListopsWidget
@@ -35,10 +35,12 @@ The above widget will toggle the presence of the element <<.value "List Item">>
35
35
  Similarly, if an element is to always be removed when it is present, the `-` / `:except` [[filter run prefix|Filter Expression]] can be used. Both of the following yield the same result:
36
36
 
37
37
  ```
38
- <$action-listops $subfilter="-[[List Item]]"/>
39
- <$action-listops $subfilter="+[remove[List Item]]"/>
38
+ <$action-listops $subfilter="-[[ListItem]]"/>
39
+ <$action-listops $subfilter="+[remove[ListItem]]"/>
40
40
  ```
41
41
 
42
+ <<.infoBox """Note that the parameter of the [[remove Operator]] is a [[Title List]]. To remove one or more titles containing spaces the individual titles must be wrapped in double square brackets, usually via a soft [[Filter Parameter]]. See //Filtered List Variable Assignment// in the [[SetWidget]] documentation to learn more.""">>
43
+
42
44
  Without any prefixes, the filter run output is simply [[dominantly appended|Dominant Append]] to the list.
43
45
 
44
46
  See also the [[Examples|ActionListopsWidget (Examples)]].
@@ -0,0 +1,42 @@
1
+ caption: data
2
+ created: 20240507221902644
3
+ modified: 20240507221902644
4
+ tags: Widgets
5
+ title: DataWidget
6
+ type: text/vnd.tiddlywiki
7
+
8
+ ! Introduction
9
+
10
+ The data widget is used with the <<.wlink TestCaseWidget>> widget and the [[Innerwiki Plugin]] to specify payload tiddlers that are to be included in the test case or innerwiki.
11
+
12
+ ! Content and Attributes
13
+
14
+ The content of the data widget is ignored. It supports the following attributes:
15
+
16
+ |!Attribute |!Description |
17
+ |<<.attr $tiddler>> |Optional title of a tiddler to be used as a payload tiddler (optional) |
18
+ |<<.attr $filter>> |Optional filter string identifying tiddlers to be used as payload tiddlers (optional) |
19
+ |<<.attr $compound-tiddler>> |Optional title of a tiddler containing payload tiddlers in `text/vnd.tiddlywiki-multiple` format (see below) |
20
+ |//any attribute<br>not starting<br>with $// |Field values to be assigned to the payload tiddler(s) |
21
+
22
+ The data widget is not rendered when used within the <<.wlink TestCaseWidget>> widget or the [[Innerwiki Plugin]] but for ease of testing, when used elsewhere it renders a JSON representation of the payload tiddlers.
23
+
24
+ Without any of the attributes <<.attr $tiddler>>, <<.attr $filter>> or <<.attr $compound-tiddler>>, any attributes whose name does not start with $ are used as the field values for creating a single new tiddler.
25
+
26
+ <<testcase "TestCases/DataWidget/SimpleTiddler">>
27
+
28
+ If any of the attributes <<.attr $tiddler>>, <<.attr $filter>> or <<.attr $compound-tiddler>> are specified then they are used to generate base tiddlers that are then modified with the addition of fields derived from any attributes whose name does not start with $.
29
+
30
+ The attribute <<.attr $tiddler>> is used to ingest a single tiddler from the wiki containing the data widget:
31
+
32
+ <<testcase "TestCases/DataWidget/ImportedTiddler">>
33
+
34
+ The attribute <<.attr $filter>> is used to ingest multiple tiddlers from the wiki containing the data widget:
35
+
36
+ <<testcase "TestCases/DataWidget/ImportedFilter">>
37
+
38
+ ! Compound Tiddlers
39
+
40
+ [[Compound tiddlers|CompoundTiddlers]] provide a way to easily create multiple tiddlers from within a single tiddler. They are contained in tiddlers of type `text/vnd.tiddlywiki-multiple`. The text field consists of a series of tiddlers in the same format as `.tid` files, each separated by a line containing a single `+` character.
41
+
42
+ <<testcase "TestCases/DataWidget/ImportCompound">>
@@ -1,12 +1,12 @@
1
- title: EncryptWidget
2
- created: 201310241419
3
- modified: 201310300837
4
- tags: Widgets
5
1
  caption: encrypt
2
+ created: 20131024141900000
3
+ modified: 20230803050114889
4
+ tags: Widgets
5
+ title: EncryptWidget
6
6
 
7
7
  ! Introduction
8
8
 
9
- The encrypt widget renders a filtered list of tiddlers to an encrypted block with the password currently held in the PasswordVault. The encrypted block can subsequently be decrypted by the TiddlyWiki5 BootMechanism. See the EncryptionMechanism for more details.
9
+ The encrypt widget renders a filtered list of tiddlers to an encrypted block with the password currently held in the PasswordVault. The encrypted block can subsequently be decrypted by the TiddlyWiki5 BootMechanism. See the [[EncryptionMechanism|Encryption]] for more details.
10
10
 
11
11
  ! Content and Attributes
12
12