tiddlywiki 5.3.6 → 5.3.7

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 (1340) hide show
  1. package/.github/workflows/ci.yml +7 -7
  2. package/.github/workflows/pr-check-build-size.yml +55 -0
  3. package/.github/workflows/pr-comment-build-size.yml +36 -0
  4. package/.github/workflows/pr-path-validation.yml +18 -0
  5. package/bin/build-site.sh +22 -14
  6. package/boot/boot.js +28 -20
  7. package/boot/bootprefix.js +4 -0
  8. package/core/acknowledgements.tid +0 -4
  9. package/core/copyright.tid +1 -1
  10. package/core/images/language.tid +5 -0
  11. package/core/language/en-GB/ControlPanel.multids +10 -6
  12. package/core/language/en-GB/Fields.multids +3 -3
  13. package/core/modules/commander.js +0 -5
  14. package/core/modules/commands/build.js +0 -5
  15. package/core/modules/commands/clearpassword.js +0 -5
  16. package/core/modules/commands/commands.js +0 -6
  17. package/core/modules/commands/deletetiddlers.js +0 -5
  18. package/core/modules/commands/editions.js +0 -5
  19. package/core/modules/commands/fetch.js +0 -5
  20. package/core/modules/commands/help.js +0 -5
  21. package/core/modules/commands/import.js +0 -5
  22. package/core/modules/commands/init.js +0 -5
  23. package/core/modules/commands/listen.js +0 -5
  24. package/core/modules/commands/load.js +0 -5
  25. package/core/modules/commands/makelibrary.js +0 -5
  26. package/core/modules/commands/output.js +0 -5
  27. package/core/modules/commands/password.js +0 -5
  28. package/core/modules/commands/render.js +0 -6
  29. package/core/modules/commands/rendertiddler.js +0 -5
  30. package/core/modules/commands/rendertiddlers.js +0 -5
  31. package/core/modules/commands/save.js +0 -6
  32. package/core/modules/commands/savelibrarytiddlers.js +0 -5
  33. package/core/modules/commands/savetiddler.js +0 -5
  34. package/core/modules/commands/savetiddlers.js +0 -5
  35. package/core/modules/commands/savewikifolder.js +0 -5
  36. package/core/modules/commands/server.js +0 -5
  37. package/core/modules/commands/setfield.js +0 -5
  38. package/core/modules/commands/unpackplugin.js +0 -5
  39. package/core/modules/commands/verbose.js +0 -5
  40. package/core/modules/commands/version.js +0 -5
  41. package/core/modules/config.js +0 -5
  42. package/core/modules/deserializers.js +0 -5
  43. package/core/modules/editor/engines/framed.js +0 -5
  44. package/core/modules/editor/engines/simple.js +0 -5
  45. package/core/modules/editor/factory.js +0 -5
  46. package/core/modules/editor/operations/bitmap/clear.js +0 -5
  47. package/core/modules/editor/operations/bitmap/resize.js +0 -5
  48. package/core/modules/editor/operations/bitmap/rotate-left.js +0 -5
  49. package/core/modules/editor/operations/text/excise.js +0 -5
  50. package/core/modules/editor/operations/text/focus-editor.js +0 -5
  51. package/core/modules/editor/operations/text/insert-text.js +0 -5
  52. package/core/modules/editor/operations/text/make-link.js +0 -5
  53. package/core/modules/editor/operations/text/prefix-lines.js +0 -5
  54. package/core/modules/editor/operations/text/replace-all.js +0 -5
  55. package/core/modules/editor/operations/text/replace-selection.js +0 -5
  56. package/core/modules/editor/operations/text/save-selection.js +0 -5
  57. package/core/modules/editor/operations/text/wrap-lines.js +0 -5
  58. package/core/modules/editor/operations/text/wrap-selection.js +0 -5
  59. package/core/modules/filterrunprefixes/all.js +0 -5
  60. package/core/modules/filterrunprefixes/and.js +0 -5
  61. package/core/modules/filterrunprefixes/cascade.js +0 -5
  62. package/core/modules/filterrunprefixes/else.js +0 -5
  63. package/core/modules/filterrunprefixes/except.js +0 -5
  64. package/core/modules/filterrunprefixes/filter.js +0 -5
  65. package/core/modules/filterrunprefixes/intersection.js +0 -5
  66. package/core/modules/filterrunprefixes/map.js +0 -5
  67. package/core/modules/filterrunprefixes/or.js +0 -5
  68. package/core/modules/filterrunprefixes/reduce.js +0 -5
  69. package/core/modules/filterrunprefixes/sort.js +0 -5
  70. package/core/modules/filterrunprefixes/then.js +0 -5
  71. package/core/modules/filters/addprefix.js +0 -5
  72. package/core/modules/filters/addsuffix.js +0 -5
  73. package/core/modules/filters/after.js +0 -5
  74. package/core/modules/filters/all/current.js +0 -5
  75. package/core/modules/filters/all/missing.js +0 -5
  76. package/core/modules/filters/all/orphans.js +0 -5
  77. package/core/modules/filters/all/shadows.js +0 -5
  78. package/core/modules/filters/all/tags.js +0 -5
  79. package/core/modules/filters/all/tiddlers.js +0 -5
  80. package/core/modules/filters/all.js +0 -5
  81. package/core/modules/filters/backlinks.js +0 -5
  82. package/core/modules/filters/backtranscludes.js +0 -6
  83. package/core/modules/filters/before.js +0 -5
  84. package/core/modules/filters/commands.js +0 -5
  85. package/core/modules/filters/compare.js +0 -5
  86. package/core/modules/filters/contains.js +0 -5
  87. package/core/modules/filters/count.js +0 -5
  88. package/core/modules/filters/crypto.js +0 -5
  89. package/core/modules/filters/days.js +0 -5
  90. package/core/modules/filters/deserialize.js +0 -5
  91. package/core/modules/filters/deserializers.js +0 -5
  92. package/core/modules/filters/duplicateslugs.js +0 -5
  93. package/core/modules/filters/each.js +0 -5
  94. package/core/modules/filters/eachday.js +0 -5
  95. package/core/modules/filters/editiondescription.js +0 -5
  96. package/core/modules/filters/editions.js +0 -5
  97. package/core/modules/filters/else.js +0 -5
  98. package/core/modules/filters/encodings.js +0 -5
  99. package/core/modules/filters/enlist.js +0 -5
  100. package/core/modules/filters/field.js +0 -5
  101. package/core/modules/filters/fields.js +0 -5
  102. package/core/modules/filters/filter.js +0 -5
  103. package/core/modules/filters/format/date.js +0 -5
  104. package/core/modules/filters/format/json.js +0 -5
  105. package/core/modules/filters/format/relativedate.js +0 -5
  106. package/core/modules/filters/format/timestamp.js +0 -4
  107. package/core/modules/filters/format/titlelist.js +0 -5
  108. package/core/modules/filters/format.js +0 -5
  109. package/core/modules/filters/function.js +11 -11
  110. package/core/modules/filters/get.js +0 -5
  111. package/core/modules/filters/getindex.js +0 -5
  112. package/core/modules/filters/getvariable.js +0 -5
  113. package/core/modules/filters/has.js +0 -5
  114. package/core/modules/filters/haschanged.js +0 -5
  115. package/core/modules/filters/indexes.js +0 -5
  116. package/core/modules/filters/insertafter.js +0 -5
  117. package/core/modules/filters/insertbefore.js +0 -5
  118. package/core/modules/filters/is/binary.js +0 -5
  119. package/core/modules/filters/is/blank.js +0 -5
  120. package/core/modules/filters/is/current.js +0 -5
  121. package/core/modules/filters/is/draft.js +0 -5
  122. package/core/modules/filters/is/image.js +0 -5
  123. package/core/modules/filters/is/missing.js +0 -5
  124. package/core/modules/filters/is/orphan.js +0 -5
  125. package/core/modules/filters/is/shadow.js +0 -5
  126. package/core/modules/filters/is/system.js +0 -5
  127. package/core/modules/filters/is/tag.js +0 -5
  128. package/core/modules/filters/is/tiddler.js +0 -5
  129. package/core/modules/filters/is/variable.js +0 -5
  130. package/core/modules/filters/is.js +0 -5
  131. package/core/modules/filters/json-ops.js +0 -6
  132. package/core/modules/filters/limit.js +0 -5
  133. package/core/modules/filters/links.js +0 -5
  134. package/core/modules/filters/list.js +0 -5
  135. package/core/modules/filters/listed.js +0 -5
  136. package/core/modules/filters/listops.js +0 -5
  137. package/core/modules/filters/lookup.js +0 -5
  138. package/core/modules/filters/match.js +0 -5
  139. package/core/modules/filters/math.js +1 -6
  140. package/core/modules/filters/minlength.js +0 -5
  141. package/core/modules/filters/moduleproperty.js +10 -8
  142. package/core/modules/filters/modules.js +0 -5
  143. package/core/modules/filters/moduletypes.js +0 -5
  144. package/core/modules/filters/next.js +0 -5
  145. package/core/modules/filters/plugintiddlers.js +0 -5
  146. package/core/modules/filters/prefix.js +0 -5
  147. package/core/modules/filters/previous.js +0 -5
  148. package/core/modules/filters/range.js +0 -5
  149. package/core/modules/filters/reduce.js +0 -5
  150. package/core/modules/filters/regexp.js +0 -5
  151. package/core/modules/filters/removeprefix.js +0 -5
  152. package/core/modules/filters/removesuffix.js +0 -5
  153. package/core/modules/filters/sameday.js +0 -5
  154. package/core/modules/filters/search.js +0 -5
  155. package/core/modules/filters/shadowsource.js +0 -5
  156. package/core/modules/filters/slugify.js +0 -5
  157. package/core/modules/filters/sort.js +0 -5
  158. package/core/modules/filters/sortsub.js +0 -5
  159. package/core/modules/filters/splitbefore.js +0 -5
  160. package/core/modules/filters/storyviews.js +0 -5
  161. package/core/modules/filters/strings.js +0 -5
  162. package/core/modules/filters/subfilter.js +0 -5
  163. package/core/modules/filters/substitute.js +0 -5
  164. package/core/modules/filters/subtiddlerfields.js +0 -5
  165. package/core/modules/filters/suffix.js +0 -5
  166. package/core/modules/filters/tag.js +0 -5
  167. package/core/modules/filters/tagging.js +0 -5
  168. package/core/modules/filters/tags.js +0 -5
  169. package/core/modules/filters/then.js +0 -5
  170. package/core/modules/filters/title.js +0 -5
  171. package/core/modules/filters/transcludes.js +0 -6
  172. package/core/modules/filters/unknown.js +0 -5
  173. package/core/modules/filters/untagged.js +0 -5
  174. package/core/modules/filters/variables.js +0 -5
  175. package/core/modules/filters/wikiparserrules.js +0 -5
  176. package/core/modules/filters/x-listops.js +0 -5
  177. package/core/modules/filters.js +2 -7
  178. package/core/modules/indexers/field-indexer.js +0 -5
  179. package/core/modules/indexers/tag-indexer.js +0 -5
  180. package/core/modules/info/platform.js +0 -5
  181. package/core/modules/keyboard.js +0 -5
  182. package/core/modules/language.js +0 -5
  183. package/core/modules/macros/changecount.js +0 -5
  184. package/core/modules/macros/contrastcolour.js +0 -5
  185. package/core/modules/macros/csvtiddlers.js +0 -5
  186. package/core/modules/macros/displayshortcuts.js +0 -5
  187. package/core/modules/macros/jsontiddler.js +0 -4
  188. package/core/modules/macros/jsontiddlers.js +0 -5
  189. package/core/modules/macros/makedatauri.js +0 -5
  190. package/core/modules/macros/now.js +0 -5
  191. package/core/modules/macros/qualify.js +0 -5
  192. package/core/modules/macros/resolvepath.js +0 -5
  193. package/core/modules/macros/unusedtitle.js +1 -6
  194. package/core/modules/macros/version.js +0 -5
  195. package/core/modules/parsers/audioparser.js +0 -6
  196. package/core/modules/parsers/binaryparser.js +0 -6
  197. package/core/modules/parsers/csvparser.js +0 -6
  198. package/core/modules/parsers/htmlparser.js +0 -6
  199. package/core/modules/parsers/imageparser.js +1 -6
  200. package/core/modules/parsers/parseutils.js +0 -5
  201. package/core/modules/parsers/pdfparser.js +0 -6
  202. package/core/modules/parsers/textparser.js +0 -5
  203. package/core/modules/parsers/videoparser.js +0 -5
  204. package/core/modules/parsers/wikiparser/rules/codeblock.js +0 -5
  205. package/core/modules/parsers/wikiparser/rules/codeinline.js +0 -5
  206. package/core/modules/parsers/wikiparser/rules/commentblock.js +0 -5
  207. package/core/modules/parsers/wikiparser/rules/commentinline.js +0 -5
  208. package/core/modules/parsers/wikiparser/rules/conditional.js +0 -6
  209. package/core/modules/parsers/wikiparser/rules/dash.js +0 -5
  210. package/core/modules/parsers/wikiparser/rules/emphasis/bold.js +0 -5
  211. package/core/modules/parsers/wikiparser/rules/emphasis/italic.js +0 -5
  212. package/core/modules/parsers/wikiparser/rules/emphasis/strikethrough.js +0 -5
  213. package/core/modules/parsers/wikiparser/rules/emphasis/subscript.js +0 -5
  214. package/core/modules/parsers/wikiparser/rules/emphasis/superscript.js +0 -5
  215. package/core/modules/parsers/wikiparser/rules/emphasis/underscore.js +0 -5
  216. package/core/modules/parsers/wikiparser/rules/entity.js +0 -5
  217. package/core/modules/parsers/wikiparser/rules/extlink.js +0 -5
  218. package/core/modules/parsers/wikiparser/rules/filteredtranscludeblock.js +0 -5
  219. package/core/modules/parsers/wikiparser/rules/filteredtranscludeinline.js +0 -5
  220. package/core/modules/parsers/wikiparser/rules/fnprocdef.js +1 -7
  221. package/core/modules/parsers/wikiparser/rules/hardlinebreaks.js +0 -5
  222. package/core/modules/parsers/wikiparser/rules/heading.js +0 -4
  223. package/core/modules/parsers/wikiparser/rules/horizrule.js +0 -5
  224. package/core/modules/parsers/wikiparser/rules/html.js +0 -5
  225. package/core/modules/parsers/wikiparser/rules/image.js +0 -5
  226. package/core/modules/parsers/wikiparser/rules/import.js +0 -5
  227. package/core/modules/parsers/wikiparser/rules/list.js +0 -5
  228. package/core/modules/parsers/wikiparser/rules/macrocallblock.js +0 -5
  229. package/core/modules/parsers/wikiparser/rules/macrocallinline.js +0 -5
  230. package/core/modules/parsers/wikiparser/rules/macrodef.js +1 -6
  231. package/core/modules/parsers/wikiparser/rules/parameters.js +0 -5
  232. package/core/modules/parsers/wikiparser/rules/parsermode.js +0 -5
  233. package/core/modules/parsers/wikiparser/rules/prettyextlink.js +0 -5
  234. package/core/modules/parsers/wikiparser/rules/prettylink.js +0 -5
  235. package/core/modules/parsers/wikiparser/rules/quoteblock.js +0 -5
  236. package/core/modules/parsers/wikiparser/rules/rules.js +0 -5
  237. package/core/modules/parsers/wikiparser/rules/styleblock.js +0 -5
  238. package/core/modules/parsers/wikiparser/rules/styleinline.js +0 -5
  239. package/core/modules/parsers/wikiparser/rules/syslink.js +0 -5
  240. package/core/modules/parsers/wikiparser/rules/table.js +0 -5
  241. package/core/modules/parsers/wikiparser/rules/transcludeblock.js +0 -5
  242. package/core/modules/parsers/wikiparser/rules/transcludeinline.js +0 -5
  243. package/core/modules/parsers/wikiparser/rules/typedblock.js +0 -5
  244. package/core/modules/parsers/wikiparser/rules/whitespace.js +0 -5
  245. package/core/modules/parsers/wikiparser/rules/wikilink.js +0 -5
  246. package/core/modules/parsers/wikiparser/rules/wikilinkprefix.js +0 -5
  247. package/core/modules/parsers/wikiparser/wikiparser.js +0 -5
  248. package/core/modules/parsers/wikiparser/wikirulebase.js +0 -5
  249. package/core/modules/pluginswitcher.js +0 -5
  250. package/core/modules/saver-handler.js +5 -8
  251. package/core/modules/savers/andtidwiki.js +1 -5
  252. package/core/modules/savers/custom.js +0 -4
  253. package/core/modules/savers/download.js +6 -7
  254. package/core/modules/savers/fsosaver.js +0 -5
  255. package/core/modules/savers/gitea.js +0 -5
  256. package/core/modules/savers/github.js +0 -5
  257. package/core/modules/savers/gitlab.js +0 -5
  258. package/core/modules/savers/manualdownload.js +0 -5
  259. package/core/modules/savers/msdownload.js +0 -5
  260. package/core/modules/savers/put.js +0 -5
  261. package/core/modules/savers/tiddlyfox.js +0 -5
  262. package/core/modules/savers/tiddlyie.js +0 -5
  263. package/core/modules/savers/twedit.js +0 -5
  264. package/core/modules/savers/upload.js +1 -6
  265. package/core/modules/server/authenticators/basic.js +0 -5
  266. package/core/modules/server/authenticators/header.js +0 -4
  267. package/core/modules/server/routes/delete-tiddler.js +0 -6
  268. package/core/modules/server/routes/get-favicon.js +0 -6
  269. package/core/modules/server/routes/get-file.js +0 -6
  270. package/core/modules/server/routes/get-index.js +0 -6
  271. package/core/modules/server/routes/get-login-basic.js +1 -7
  272. package/core/modules/server/routes/get-status.js +0 -6
  273. package/core/modules/server/routes/get-tiddler-html.js +0 -6
  274. package/core/modules/server/routes/get-tiddler.js +0 -6
  275. package/core/modules/server/routes/get-tiddlers-json.js +0 -6
  276. package/core/modules/server/routes/put-tiddler.js +0 -6
  277. package/core/modules/server/server.js +0 -5
  278. package/core/modules/startup/browser-messaging.js +0 -5
  279. package/core/modules/startup/commands.js +0 -5
  280. package/core/modules/startup/favicon.js +0 -5
  281. package/core/modules/startup/info.js +0 -5
  282. package/core/modules/startup/load-modules.js +0 -5
  283. package/core/modules/startup/password.js +0 -5
  284. package/core/modules/startup/plugins.js +1 -5
  285. package/core/modules/startup/render.js +0 -5
  286. package/core/modules/startup/rootwidget.js +0 -5
  287. package/core/modules/startup/startup.js +10 -13
  288. package/core/modules/startup/story.js +0 -5
  289. package/core/modules/startup/windows.js +0 -5
  290. package/core/modules/story.js +0 -6
  291. package/core/modules/storyviews/classic.js +0 -5
  292. package/core/modules/storyviews/pop.js +0 -5
  293. package/core/modules/storyviews/zoomin.js +0 -5
  294. package/core/modules/syncer.js +0 -5
  295. package/core/modules/tiddler.js +2 -7
  296. package/core/modules/upgraders/plugins.js +0 -5
  297. package/core/modules/upgraders/system.js +0 -5
  298. package/core/modules/upgraders/themetweaks.js +0 -5
  299. package/core/modules/utils/crypto.js +0 -5
  300. package/core/modules/utils/csv.js +0 -5
  301. package/core/modules/utils/dom/animations/slide.js +0 -5
  302. package/core/modules/utils/dom/animator.js +0 -5
  303. package/core/modules/utils/dom/browser.js +0 -5
  304. package/core/modules/utils/dom/dom.js +0 -5
  305. package/core/modules/utils/dom/dragndrop.js +0 -5
  306. package/core/modules/utils/dom/http.js +2 -7
  307. package/core/modules/utils/dom/keyboard.js +0 -5
  308. package/core/modules/utils/dom/modal.js +1 -5
  309. package/core/modules/utils/dom/notifier.js +0 -5
  310. package/core/modules/utils/dom/popup.js +0 -5
  311. package/core/modules/utils/dom/scroller.js +0 -5
  312. package/core/modules/utils/edition-info.js +0 -5
  313. package/core/modules/utils/errors.js +0 -4
  314. package/core/modules/utils/escapecss.js +1 -5
  315. package/core/modules/utils/fakedom.js +0 -5
  316. package/core/modules/utils/filesystem.js +0 -5
  317. package/core/modules/utils/linked-list.js +2 -3
  318. package/core/modules/utils/logger.js +0 -5
  319. package/core/modules/utils/parsetree.js +0 -5
  320. package/core/modules/utils/performance.js +0 -5
  321. package/core/modules/utils/pluginmaker.js +0 -5
  322. package/core/modules/utils/repository.js +0 -6
  323. package/core/modules/utils/transliterate.js +0 -5
  324. package/core/modules/utils/utils.js +0 -5
  325. package/core/modules/widgets/action-confirm.js +0 -5
  326. package/core/modules/widgets/action-createtiddler.js +0 -5
  327. package/core/modules/widgets/action-deletefield.js +0 -5
  328. package/core/modules/widgets/action-deletetiddler.js +0 -5
  329. package/core/modules/widgets/action-listops.js +0 -6
  330. package/core/modules/widgets/action-log.js +0 -5
  331. package/core/modules/widgets/action-navigate.js +0 -5
  332. package/core/modules/widgets/action-popup.js +0 -5
  333. package/core/modules/widgets/action-sendmessage.js +0 -5
  334. package/core/modules/widgets/action-setfield.js +0 -5
  335. package/core/modules/widgets/action-setmultiplefields.js +0 -6
  336. package/core/modules/widgets/browse.js +8 -5
  337. package/core/modules/widgets/button.js +0 -5
  338. package/core/modules/widgets/checkbox.js +6 -8
  339. package/core/modules/widgets/codeblock.js +0 -5
  340. package/core/modules/widgets/count.js +0 -5
  341. package/core/modules/widgets/data.js +0 -6
  342. package/core/modules/widgets/diff-text.js +0 -5
  343. package/core/modules/widgets/draggable.js +0 -5
  344. package/core/modules/widgets/droppable.js +0 -5
  345. package/core/modules/widgets/dropzone.js +0 -5
  346. package/core/modules/widgets/edit-binary.js +0 -5
  347. package/core/modules/widgets/edit-bitmap.js +0 -5
  348. package/core/modules/widgets/edit-shortcut.js +5 -6
  349. package/core/modules/widgets/edit-text.js +0 -5
  350. package/core/modules/widgets/edit.js +2 -16
  351. package/core/modules/widgets/element.js +0 -5
  352. package/core/modules/widgets/encrypt.js +0 -5
  353. package/core/modules/widgets/entity.js +0 -5
  354. package/core/modules/widgets/error.js +0 -5
  355. package/core/modules/widgets/eventcatcher.js +0 -5
  356. package/core/modules/widgets/fieldmangler.js +0 -5
  357. package/core/modules/widgets/fields.js +0 -5
  358. package/core/modules/widgets/fill.js +4 -6
  359. package/core/modules/widgets/genesis.js +10 -9
  360. package/core/modules/widgets/image.js +0 -5
  361. package/core/modules/widgets/importvariables.js +0 -5
  362. package/core/modules/widgets/jsontiddler.js +0 -5
  363. package/core/modules/widgets/keyboard.js +0 -5
  364. package/core/modules/widgets/let.js +0 -5
  365. package/core/modules/widgets/link.js +0 -6
  366. package/core/modules/widgets/linkcatcher.js +0 -5
  367. package/core/modules/widgets/list.js +0 -5
  368. package/core/modules/widgets/log.js +0 -5
  369. package/core/modules/widgets/macrocall.js +0 -5
  370. package/core/modules/widgets/messagecatcher.js +0 -5
  371. package/core/modules/widgets/navigator.js +4 -6
  372. package/core/modules/widgets/parameters.js +0 -5
  373. package/core/modules/widgets/password.js +0 -5
  374. package/core/modules/widgets/qualify.js +0 -5
  375. package/core/modules/widgets/radio.js +4 -5
  376. package/core/modules/widgets/range.js +4 -5
  377. package/core/modules/widgets/raw.js +0 -5
  378. package/core/modules/widgets/reveal.js +0 -5
  379. package/core/modules/widgets/scrollable.js +0 -5
  380. package/core/modules/widgets/select.js +5 -6
  381. package/core/modules/widgets/setmultiplevariables.js +0 -6
  382. package/core/modules/widgets/setvariable.js +0 -5
  383. package/core/modules/widgets/slot.js +0 -5
  384. package/core/modules/widgets/testcase.js +2 -6
  385. package/core/modules/widgets/text.js +0 -5
  386. package/core/modules/widgets/tiddler.js +0 -5
  387. package/core/modules/widgets/transclude.js +8 -8
  388. package/core/modules/widgets/vars.js +0 -5
  389. package/core/modules/widgets/view.js +0 -5
  390. package/core/modules/widgets/widget.js +38 -21
  391. package/core/modules/widgets/wikify.js +0 -5
  392. package/core/modules/wiki-bulkops.js +0 -5
  393. package/core/modules/wiki.js +6 -7
  394. package/core/palettes/Blanca.tid +18 -13
  395. package/core/palettes/BrightMute.tid +1 -0
  396. package/core/palettes/ContrastDark.tid +33 -27
  397. package/core/palettes/ContrastLight.tid +12 -7
  398. package/core/palettes/CupertinoDark.tid +33 -27
  399. package/core/palettes/DarkPhotos.tid +20 -15
  400. package/core/palettes/DesertSand.tid +11 -6
  401. package/core/palettes/FlexokiDark.tid +28 -28
  402. package/core/palettes/FlexokiLight.tid +20 -20
  403. package/core/palettes/GruvBoxDark.tid +22 -20
  404. package/core/palettes/Nord.tid +27 -25
  405. package/core/palettes/Rocker.tid +16 -10
  406. package/core/palettes/SolarFlare.tid +46 -36
  407. package/core/palettes/SolarizedDark.tid +16 -6
  408. package/core/palettes/SolarizedLight.tid +15 -5
  409. package/core/palettes/Twilight.tid +5 -4
  410. package/core/palettes/Vanilla.tid +7 -7
  411. package/core/templates/exporters/CsvFile.tid +1 -0
  412. package/core/templates/exporters/JsonFile.tid +1 -0
  413. package/core/templates/exporters/TidFile.tid +1 -0
  414. package/core/ui/AdvancedSearch/Standard.tid +1 -1
  415. package/core/ui/ControlPanel/Saving/TiddlySpot.tid +0 -6
  416. package/core/ui/ControlPanel/Saving/gitea.tid +1 -1
  417. package/core/ui/ControlPanel/Settings/DefaultTiddlerInfoTab.tid +19 -0
  418. package/core/ui/EditTemplate/tags.tid +1 -3
  419. package/core/ui/EditorToolbar/link-dropdown.tid +9 -14
  420. package/core/ui/ExportTiddlyWikiCore.tid +1 -1
  421. package/core/ui/ImportListing.tid +2 -0
  422. package/core/ui/PageControls/advanced-search.tid +1 -0
  423. package/core/ui/PageControls/controlpanel.tid +1 -0
  424. package/core/ui/PageControls/export-tiddlywikicore.tid +1 -1
  425. package/core/ui/PageControls/language.tid +1 -5
  426. package/core/ui/PageControls/manager.tid +1 -0
  427. package/core/ui/PageControls/savewiki.tid +9 -2
  428. package/core/ui/PageControls/tag-button.tid +1 -0
  429. package/core/ui/SideBar/Tools.tid +20 -25
  430. package/core/ui/ViewTemplate/body/{rendered-plain-text.tid → rendered-plain-text/css.tid} +2 -1
  431. package/core/ui/ViewTemplate/body/rendered-plain-text/html.tid +4 -0
  432. package/core/ui/WikiInformation.tid +122 -0
  433. package/core/wiki/config/OfficialPluginLibrary.tid +1 -1
  434. package/core/wiki/config/ViewTemplateBodyFilters.multids +1 -0
  435. package/core/wiki/languageswitcher.tid +2 -15
  436. package/core/wiki/macros/colour-picker.tid +19 -22
  437. package/core/wiki/macros/dumpvariables.tid +1 -1
  438. package/core/wiki/macros/export.tid +1 -0
  439. package/core/wiki/macros/image-picker.tid +13 -16
  440. package/core/wiki/macros/list.tid +41 -40
  441. package/core/wiki/macros/toc.tid +2 -3
  442. package/core/wiki/macros/translink.tid +13 -13
  443. package/core/wiki/macros/tree.tid +20 -24
  444. package/core/wiki/paletteswitcher.tid +1 -1
  445. package/core/wiki/tags/ViewTemplateBodyFilter.tid +1 -1
  446. package/editions/classicparserdemo/tiddlers/$__coreURL.tid +4 -0
  447. package/editions/classicparserdemo/tiddlywiki.info +4 -1
  448. package/editions/codemirrordemo/tiddlers/$__coreURL.tid +4 -0
  449. package/editions/codemirrordemo/tiddlers/HelloThere.tid +1 -0
  450. package/editions/codemirrordemo/tiddlywiki.info +10 -2
  451. package/editions/dev/tiddlers/$__github-ribbon.tid +9 -0
  452. package/editions/dev/tiddlers/from tw5.com/JavaScript Macros.tid +1 -2
  453. package/editions/dev/tiddlers/javascript-widget-tutorial/domwidget.js +0 -4
  454. package/editions/dev/tiddlers/javascript-widget-tutorial/donothing.js +0 -5
  455. package/editions/dev/tiddlers/javascript-widget-tutorial/hello-attribute-optimized.js +0 -6
  456. package/editions/dev/tiddlers/javascript-widget-tutorial/hello-attribute.js +0 -6
  457. package/editions/dev/tiddlers/javascript-widget-tutorial/hello.js +0 -5
  458. package/editions/dev/tiddlers/javascript-widget-tutorial/refreshcount.js +0 -6
  459. package/editions/dev/tiddlers/javascript-widget-tutorial/tiddlerfield-norefresh.js +0 -6
  460. package/editions/dev/tiddlers/javascript-widget-tutorial/tiddlerfield.js +0 -6
  461. package/editions/dev/tiddlers/new/Filter Operators.tid +0 -6
  462. package/editions/dev/tiddlers/new/Hook_ th-before-importing.tid +0 -5
  463. package/editions/dev/tiddlers/new/ParserSubclassingMechanism.tid +0 -4
  464. package/editions/dev/tiddlers/new/WidgetSubclassingMechanism.tid +0 -4
  465. package/editions/dev/tiddlers/system/tw5.com-dev-styles.tid +2 -0
  466. package/editions/dynaviewdemo/tiddlers/$__coreURL.tid +4 -0
  467. package/editions/dynaviewdemo/tiddlywiki.info +4 -1
  468. package/editions/geospatialdemo/tiddlers/$__coreURL.tid +4 -0
  469. package/editions/geospatialdemo/tiddlywiki.info +3 -0
  470. package/editions/highlightdemo/tiddlers/$__coreURL.tid +4 -0
  471. package/editions/highlightdemo/tiddlywiki.info +4 -1
  472. package/editions/innerwikidemo/tiddlers/system/$__coreURL.tid +4 -0
  473. package/editions/innerwikidemo/tiddlywiki.info +3 -0
  474. package/editions/introduction/tiddlers/slides/Translations.tid +2 -26
  475. package/editions/introduction/tiddlywiki.info +4 -0
  476. package/editions/ja-JP/tiddlers/Hidden Setting_ Import Content Types for Editor.tid +13 -0
  477. package/editions/ja-JP/tiddlers/TiddlyWiki Docs PR Maker.tid +14 -0
  478. package/editions/ja-JP/tiddlers/about/About.tid +11 -0
  479. package/editions/ja-JP/tiddlers/about/Acknowledgements.tid +11 -0
  480. package/editions/ja-JP/tiddlers/about/Archive.tid +83 -0
  481. package/editions/ja-JP/tiddlers/about/Contributors.tid +45 -0
  482. package/editions/ja-JP/tiddlers/about/Funding TiddlyWiki.tid +21 -0
  483. package/editions/ja-JP/tiddlers/about/History of TiddlyWiki.tid +88 -0
  484. package/editions/ja-JP/tiddlers/about/License.tid +21 -0
  485. package/editions/ja-JP/tiddlers/about/Open Collective.tid +16 -0
  486. package/editions/ja-JP/tiddlers/commands/NamedCommandParameters.tid +24 -0
  487. package/editions/ja-JP/tiddlers/community/examples/A Thesis Notebook.tid +19 -0
  488. package/editions/ja-JP/tiddlers/community/examples/GitFixUm.tid +16 -0
  489. package/editions/ja-JP/tiddlers/community/examples/PESpot Lesson Planner by Patrick Detzner.tid +16 -0
  490. package/editions/ja-JP/tiddlers/community/examples/PETTIL.tid +21 -0
  491. package/editions/ja-JP/tiddlers/community/examples/Simple Zork like Game.tid +17 -0
  492. package/editions/ja-JP/tiddlers/community/examples/TriTarget.org by Devin Weaver.tid +16 -0
  493. package/editions/ja-JP/tiddlers/community/examples/_Lucky Sushi_ online shop by sini-Kit.tid +13 -0
  494. package/editions/ja-JP/tiddlers/community/resources/Gospel_Bubbles_by_Rev_David_Gifford.tid +28 -0
  495. package/editions/ja-JP/tiddlers/concepts/ExternalImages.tid +72 -0
  496. package/editions/ja-JP/tiddlers/concepts/Filters.tid +30 -0
  497. package/editions/ja-JP/tiddlers/concepts/InfoPanel.tid +18 -0
  498. package/editions/ja-JP/tiddlers/concepts/PermaLinks.tid +64 -0
  499. package/editions/ja-JP/tiddlers/concepts/Selection Constructors.tid +19 -0
  500. package/editions/ja-JP/tiddlers/concepts/TiddlyWikiFolders.tid +42 -0
  501. package/editions/ja-JP/tiddlers/customising/Alternative page layouts.tid +48 -0
  502. package/editions/ja-JP/tiddlers/customising/Configuring startup tiddlers.tid +29 -0
  503. package/editions/ja-JP/tiddlers/customising/Creating new toolbar buttons.tid +37 -0
  504. package/editions/ja-JP/tiddlers/customising/Customise TiddlyWiki.tid +12 -0
  505. package/editions/ja-JP/tiddlers/customising/Customising TiddlyWiki's user interface.tid +77 -0
  506. package/editions/ja-JP/tiddlers/customising/Customising search results.tid +51 -0
  507. package/editions/ja-JP/tiddlers/definitions/TiddlyDesktop.tid +21 -0
  508. package/editions/ja-JP/tiddlers/demonstrations/SampleNotification.tid +9 -0
  509. package/editions/ja-JP/tiddlers/demonstrations/SampleWizard.tid +15 -0
  510. package/editions/ja-JP/tiddlers/demonstrations/SampleWizard2.tid +13 -0
  511. package/editions/ja-JP/tiddlers/editions/Blog Edition.tid +11 -0
  512. package/editions/ja-JP/tiddlers/editions/Editions.tid +18 -0
  513. package/editions/ja-JP/tiddlers/editions/Empty Edition.tid +16 -0
  514. package/editions/ja-JP/tiddlers/editions/Full Edition.tid +13 -0
  515. package/editions/ja-JP/tiddlers/editions/R/303/251sum/303/251 Builder Edition.tid" +11 -0
  516. package/editions/ja-JP/tiddlers/editions/Text Slicer Edition.tid +11 -0
  517. package/editions/ja-JP/tiddlers/editions/XLSX Utilities Edition.tid +11 -0
  518. package/editions/ja-JP/tiddlers/features/AutoSave.tid +13 -0
  519. package/editions/ja-JP/tiddlers/features/Core Icons.tid +42 -0
  520. package/editions/ja-JP/tiddlers/features/DateFormat.tid +89 -0
  521. package/editions/ja-JP/tiddlers/features/Deserializers.tid +22 -0
  522. package/editions/ja-JP/tiddlers/features/Drag and Drop.tid +33 -0
  523. package/editions/ja-JP/tiddlers/features/Features.tid +13 -0
  524. package/editions/ja-JP/tiddlers/features/Future Proof.tid +18 -0
  525. package/editions/ja-JP/tiddlers/features/Importing Tiddlers.tid +28 -0
  526. package/editions/ja-JP/tiddlers/features/JSON in TiddlyWiki.tid +73 -0
  527. package/editions/ja-JP/tiddlers/features/LazyLoading.tid +32 -0
  528. package/editions/ja-JP/tiddlers/features/Modals.tid +26 -0
  529. package/editions/ja-JP/tiddlers/features/Notifications.tid +11 -0
  530. package/editions/ja-JP/tiddlers/features/Performance Instrumentation.tid +38 -0
  531. package/editions/ja-JP/tiddlers/features/SafeMode.tid +30 -0
  532. package/editions/ja-JP/tiddlers/features/Scalability.tid +11 -0
  533. package/editions/ja-JP/tiddlers/features/StartupActions.tid +46 -0
  534. package/editions/ja-JP/tiddlers/fileformats/MultiTiddlerFileSyntax.tid +31 -0
  535. package/editions/ja-JP/tiddlers/fileformats/MultiTiddlerFiles.tid +38 -0
  536. package/editions/ja-JP/tiddlers/fileformats/TiddlerFiles.tid +112 -0
  537. package/editions/ja-JP/tiddlers/filters/syntax/All Filter Run Prefix.tid +20 -0
  538. package/editions/ja-JP/tiddlers/filters/syntax/And Filter Run Prefix.tid +20 -0
  539. package/editions/ja-JP/tiddlers/filters/syntax/Cascade Filter Run Prefix (Examples).tid +48 -0
  540. package/editions/ja-JP/tiddlers/filters/syntax/Cascade Filter Run Prefix.tid +27 -0
  541. package/editions/ja-JP/tiddlers/filters/syntax/Else Filter Run Prefix.tid +22 -0
  542. package/editions/ja-JP/tiddlers/filters/syntax/Except Filter Run Prefix.tid +20 -0
  543. package/editions/ja-JP/tiddlers/filters/syntax/Filter Expression.tid +23 -0
  544. package/editions/ja-JP/tiddlers/filters/syntax/Filter Filter Run Prefix (Examples).tid +33 -0
  545. package/editions/ja-JP/tiddlers/filters/syntax/Filter Filter Run Prefix.tid +34 -0
  546. package/editions/ja-JP/tiddlers/filters/syntax/Filter Parameter.tid +40 -0
  547. package/editions/ja-JP/tiddlers/filters/syntax/Filter Run Prefix.tid +21 -0
  548. package/editions/ja-JP/tiddlers/filters/syntax/Filter Run.tid +29 -0
  549. package/editions/ja-JP/tiddlers/filters/syntax/Filter Step.tid +37 -0
  550. package/editions/ja-JP/tiddlers/filters/syntax/Filter Syntax.tid +26 -0
  551. package/editions/ja-JP/tiddlers/filters/syntax/Filter Whitespace.tid +15 -0
  552. package/editions/ja-JP/tiddlers/filters/syntax/Interchangeable Filter Run Prefixes.tid +47 -0
  553. package/editions/ja-JP/tiddlers/filters/syntax/Intersection Filter Run Prefix (Examples).tid +38 -0
  554. package/editions/ja-JP/tiddlers/filters/syntax/Intersection Filter Run Prefix.tid +22 -0
  555. package/editions/ja-JP/tiddlers/filters/syntax/Map Filter Run Prefix (Examples).tid +60 -0
  556. package/editions/ja-JP/tiddlers/filters/syntax/Map Filter Run Prefix.tid +35 -0
  557. package/editions/ja-JP/tiddlers/filters/syntax/Named Filter Run Prefix.tid +38 -0
  558. package/editions/ja-JP/tiddlers/filters/syntax/Or Filter Run Prefix.tid +20 -0
  559. package/editions/ja-JP/tiddlers/filters/syntax/Reduce Filter Run Prefix (Examples).tid +29 -0
  560. package/editions/ja-JP/tiddlers/filters/syntax/Reduce Filter Run Prefix.tid +49 -0
  561. package/editions/ja-JP/tiddlers/filters/syntax/Shortcut Filter Run Prefixes.tid +30 -0
  562. package/editions/ja-JP/tiddlers/filters/syntax/Sort Filter Run Prefix (Examples).tid +35 -0
  563. package/editions/ja-JP/tiddlers/filters/syntax/Sort Filter Run Prefix.tid +61 -0
  564. package/editions/ja-JP/tiddlers/filters/syntax/Then Filter Run Prefix (Examples).tid +53 -0
  565. package/editions/ja-JP/tiddlers/filters/syntax/then Filter Run Prefix.tid +41 -0
  566. package/editions/ja-JP/tiddlers/hellothere/A Gentle Guide to TiddlyWiki.tid +24 -0
  567. package/editions/ja-JP/tiddlers/hellothere/Discover TiddlyWiki.tid +38 -0
  568. package/editions/ja-JP/tiddlers/hellothere/Some of the things you can do with TiddlyWiki.tid +22 -0
  569. package/editions/ja-JP/tiddlers/hellothere/Ten reasons to switch to TiddlyWiki.tid +20 -0
  570. package/editions/ja-JP/tiddlers/hellothere/What happened to the original TiddlyWiki_.tid +17 -0
  571. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - MultiWikiServer.tid +11 -0
  572. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWiki Privacy.tid +9 -0
  573. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Content to be displayed for empty story.tid +14 -0
  574. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Default Story Ordering.tid +5 -0
  575. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Default Tiddler Colour.tid +9 -0
  576. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting EditTabIndex.tid +10 -0
  577. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting HtmlParserDisableSandbox.tid +16 -0
  578. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting NewImageType.tid +11 -0
  579. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SaveWikiButton Filename.tid +13 -0
  580. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SaveWikiButton Template.tid +15 -0
  581. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Search-NavigateOnEnter.tid +9 -0
  582. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SearchMinLength.tid +13 -0
  583. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting ShowEditPreviewPerTiddler.tid +12 -0
  584. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Sync System Tiddlers From Server.tid +15 -0
  585. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SyncLogging.tid +15 -0
  586. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SyncPollingInterval.tid +15 -0
  587. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting TagsMinLength.tid +13 -0
  588. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting ViewTemplate and EditTemplate.tid +8 -0
  589. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Default Tiddler Icon.tid +9 -0
  590. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Disable Drag and Drop.tid +21 -0
  591. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Disable Lazy Loading.tid +11 -0
  592. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Enable File Import in Editor_1.tid +14 -0
  593. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ More Tabs Horizontal.tid +9 -0
  594. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Scroll Top Adjustment.tid +12 -0
  595. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Search AutoFocus.tid +11 -0
  596. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Tag Pill Drag Filter.tid +24 -0
  597. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Typin Refresh Delay.tid +15 -0
  598. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Settings.tid +13 -0
  599. package/editions/ja-JP/tiddlers/howtos/Adding_a_table_of_contents_to_the_sidebar.tid +27 -0
  600. package/editions/ja-JP/tiddlers/howtos/Configuring the default TiddlerInfo tab.tid +19 -0
  601. package/editions/ja-JP/tiddlers/howtos/Creating a custom export format.tid +23 -0
  602. package/editions/ja-JP/tiddlers/howtos/Creating a splash screen.tid +36 -0
  603. package/editions/ja-JP/tiddlers/howtos/Custom Styles FAQ.tid +11 -0
  604. package/editions/ja-JP/tiddlers/howtos/Custom Styles by title.tid +41 -0
  605. package/editions/ja-JP/tiddlers/howtos/Custom Styles by userClass.tid +28 -0
  606. package/editions/ja-JP/tiddlers/howtos/Custom tag pill styles.tid +34 -0
  607. package/editions/ja-JP/tiddlers/howtos/Custom_Attribute_Selectors.tid +33 -0
  608. package/editions/ja-JP/tiddlers/howtos/Custom_styles_by_data-tags.tid +62 -0
  609. package/editions/ja-JP/tiddlers/howtos/Debugging Stylesheets.tid +13 -0
  610. package/editions/ja-JP/tiddlers/howtos/Generating Static Sites with TiddlyWiki.tid +37 -0
  611. package/editions/ja-JP/tiddlers/howtos/How to apply custom styles by tag.tid +62 -0
  612. package/editions/ja-JP/tiddlers/howtos/How to apply custom styles.tid +12 -0
  613. package/editions/ja-JP/tiddlers/howtos/How to build a TiddlyWiki5 from individual tiddlers.tid +19 -0
  614. package/editions/ja-JP/tiddlers/howtos/Making a custom journal button.tid +43 -0
  615. package/editions/ja-JP/tiddlers/howtos/Preserving open tiddlers at startup.tid +17 -0
  616. package/editions/ja-JP/tiddlers/howtos/Setting a favicon.tid +19 -0
  617. package/editions/ja-JP/tiddlers/howtos/Setting a page background image.tid +19 -0
  618. package/editions/ja-JP/tiddlers/howtos/Using SVG.tid +57 -0
  619. package/editions/ja-JP/tiddlers/howtos/Using Stylesheets.tid +82 -0
  620. package/editions/ja-JP/tiddlers/howtos/Using TiddlyWiki for GitHub project documentation.tid +31 -0
  621. package/editions/ja-JP/tiddlers/howtos/Using a custom path prefix with the client-server edition.tid +16 -0
  622. package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_dynamic_stylesheet.tid +10 -0
  623. package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_how_can_i_use_custom_field.tid +31 -0
  624. package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_what_if_tiddler_has_no_tags.tid +21 -0
  625. package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_what_this_and_that_tag.tid +34 -0
  626. package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_what_this_or_that_tag.tid +19 -0
  627. package/editions/ja-JP/tiddlers/languages/Castellano (Espana) Edition.tid +14 -0
  628. package/editions/ja-JP/tiddlers/languages/Chinese (Simplified) Edition.tid +15 -0
  629. package/editions/ja-JP/tiddlers/languages/Chinese (Traditional) Edition.tid +15 -0
  630. package/editions/ja-JP/tiddlers/languages/French (France) Edition.tid +13 -0
  631. package/editions/ja-JP/tiddlers/languages/German (Austria) Edition.tid +15 -0
  632. package/editions/ja-JP/tiddlers/languages/German (Germany) Edition.tid +15 -0
  633. package/editions/ja-JP/tiddlers/languages/Japanese (Japan) Edition.tid +13 -0
  634. package/editions/ja-JP/tiddlers/languages/Korean (Korea Republic) Edition.tid +13 -0
  635. package/editions/ja-JP/tiddlers/languages/Languages.tid +19 -0
  636. package/editions/ja-JP/tiddlers/mechanisms/AlertMechanism.tid +22 -0
  637. package/editions/ja-JP/tiddlers/mechanisms/DragAndDropMechanism.tid +27 -0
  638. package/editions/ja-JP/tiddlers/nodejs/Building TiddlyWikiClassic.tid +27 -0
  639. package/editions/ja-JP/tiddlers/nodejs/Customising Tiddler File Naming.tid +58 -0
  640. package/editions/ja-JP/tiddlers/nodejs/Environment Variables on Node.js.tid +27 -0
  641. package/editions/ja-JP/tiddlers/nodejs/Installing TiddlyWiki Prerelease on Node.js.tid +16 -0
  642. package/editions/ja-JP/tiddlers/nodejs/Installing custom plugins on Node.js.tid +23 -0
  643. package/editions/ja-JP/tiddlers/nodejs/Installing official plugins on Node.js.tid +41 -0
  644. package/editions/ja-JP/tiddlers/nodejs/Scripts for TiddlyWiki on Node.js.tid +52 -0
  645. package/editions/ja-JP/tiddlers/nodejs/TiddlyWiki on Node.js.tid +24 -0
  646. package/editions/ja-JP/tiddlers/nodejs/Uninstalling a plugin with Node.js.tid +33 -0
  647. package/editions/ja-JP/tiddlers/nodejs/Upgrading TiddlyWiki on Node.js.tid +19 -0
  648. package/editions/ja-JP/tiddlers/nodejs/Using TiddlyWiki on Node.js.tid +43 -0
  649. package/editions/ja-JP/tiddlers/nodejs/Working with the TiddlyWiki5 repository.tid +25 -0
  650. package/editions/ja-JP/tiddlers/nodejs/tiddlywiki.files_Files.tid +172 -0
  651. package/editions/ja-JP/tiddlers/nodejs/tiddlywiki.info_Files.tid +60 -0
  652. package/editions/ja-JP/tiddlers/platforms/Platforms.tid +12 -0
  653. package/editions/ja-JP/tiddlers/plugins/Amazon Web Services Plugin.tid +12 -0
  654. package/editions/ja-JP/tiddlers/plugins/BrowserStorage Plugin.tid +20 -0
  655. package/editions/ja-JP/tiddlers/plugins/CodeMirror Plugin.tid +12 -0
  656. package/editions/ja-JP/tiddlers/plugins/Consent Banner Plugin.tid +16 -0
  657. package/editions/ja-JP/tiddlers/plugins/D3 Plugin.tid +14 -0
  658. package/editions/ja-JP/tiddlers/plugins/Dynaview Plugin.tid +14 -0
  659. package/editions/ja-JP/tiddlers/plugins/External Attachments Plugin.tid +12 -0
  660. package/editions/ja-JP/tiddlers/plugins/Highlight Plugin.tid +14 -0
  661. package/editions/ja-JP/tiddlers/plugins/Innerwiki Plugin.tid +13 -0
  662. package/editions/ja-JP/tiddlers/plugins/Installing a plugin from the plugin library.tid +40 -0
  663. package/editions/ja-JP/tiddlers/plugins/JSZip Plugin.tid +9 -0
  664. package/editions/ja-JP/tiddlers/plugins/KaTeX Plugin.tid +12 -0
  665. package/editions/ja-JP/tiddlers/plugins/Manually installing a plugin.tid +31 -0
  666. package/editions/ja-JP/tiddlers/plugins/Markdown Plugin.tid +12 -0
  667. package/editions/ja-JP/tiddlers/plugins/Mobile Drag And Drop Shim Plugin.tid +10 -0
  668. package/editions/ja-JP/tiddlers/plugins/OfficialPlugins.tid +13 -0
  669. package/editions/ja-JP/tiddlers/plugins/Plugin Editions.tid +11 -0
  670. package/editions/ja-JP/tiddlers/plugins/Plugin Ordering.tid +49 -0
  671. package/editions/ja-JP/tiddlers/plugins/Plugins.tid +32 -0
  672. package/editions/ja-JP/tiddlers/plugins/Railroad Plugin.tid +12 -0
  673. package/editions/ja-JP/tiddlers/plugins/SaveTrail Plugin.tid +17 -0
  674. package/editions/ja-JP/tiddlers/plugins/Share Plugin.tid +14 -0
  675. package/editions/ja-JP/tiddlers/plugins/TW2Parser Plugin.tid +12 -0
  676. package/editions/ja-JP/tiddlers/plugins/Twitter Plugin.tid +14 -0
  677. package/editions/ja-JP/tiddlers/plugins/Uninstalling a plugin.tid +31 -0
  678. package/editions/ja-JP/tiddlers/releasenotes/Releases.tid +15 -0
  679. package/editions/ja-JP/tiddlers/roadmap/RoadMap.tid +11 -0
  680. package/editions/ja-JP/tiddlers/saving/Example config-tiddlyweb-host for IIS.txt +2 -0
  681. package/editions/ja-JP/tiddlers/saving/Example config-tiddlyweb-host for IIS.txt.meta +7 -0
  682. package/editions/ja-JP/tiddlers/saving/Example package.json for IIS.txt +8 -0
  683. package/editions/ja-JP/tiddlers/saving/Example package.json for IIS.txt.meta +7 -0
  684. package/editions/ja-JP/tiddlers/saving/Example tiddlywiki.info for IIS.txt +11 -0
  685. package/editions/ja-JP/tiddlers/saving/Example tiddlywiki.info for IIS.txt.meta +7 -0
  686. package/editions/ja-JP/tiddlers/saving/Example web.config for IIS.txt +25 -0
  687. package/editions/ja-JP/tiddlers/saving/Example web.config for IIS.txt.meta +7 -0
  688. package/editions/ja-JP/tiddlers/wikitext/Styles and Classes in WikiText.tid +75 -0
  689. package/editions/katexdemo/tiddlers/$__coreURL.tid +4 -0
  690. package/editions/katexdemo/tiddlywiki.info +4 -1
  691. package/editions/markdowndemo/tiddlers/$__coreURL.tid +4 -0
  692. package/editions/markdowndemo/tiddlers/DefaultMissingType.tid +3 -0
  693. package/editions/markdowndemo/tiddlers/HelloThere.tid +7 -1
  694. package/editions/markdowndemo/tiddlywiki.info +4 -1
  695. package/editions/prerelease/tiddlers/system/PrereleaseLocalPluginLibrary.tid +1 -1
  696. package/editions/prerelease/tiddlers/system/PrereleaseOfficialPluginLibrary.tid +1 -1
  697. package/editions/prerelease/tiddlywiki.info +0 -4
  698. package/editions/test/tiddlers/tests/data/data-widget/ImportCompound.tid +1 -1
  699. package/editions/test/tiddlers/tests/data/data-widget/ImportCustomTitle.tid +1 -1
  700. package/editions/test/tiddlers/tests/data/data-widget/ImportFilter.tid +1 -1
  701. package/editions/test/tiddlers/tests/data/data-widget/ImportTiddler.tid +1 -1
  702. package/editions/test/tiddlers/tests/data/data-widget/Simple.tid +2 -2
  703. package/editions/test/tiddlers/tests/data/transclude/CustomWidget-RawAndSlotted.tid +34 -0
  704. package/editions/test/tiddlers/tests/data/widgets/SubstitutedAttributes.tid +3 -3
  705. package/editions/test/tiddlers/tests/modules/utils/test-csv.js +0 -5
  706. package/editions/test/tiddlers/tests/test-action-deletefield.js +0 -8
  707. package/editions/test/tiddlers/tests/test-action-widgets.js +1 -3
  708. package/editions/test/tiddlers/tests/test-backlinks.js +0 -5
  709. package/editions/test/tiddlers/tests/test-backtranscludes.js +0 -5
  710. package/editions/test/tiddlers/tests/test-checkbox-widget.js +24 -7
  711. package/editions/test/tiddlers/tests/test-compare-filter.js +1 -2
  712. package/editions/test/tiddlers/tests/test-deserialize-operator.js +1 -5
  713. package/editions/test/tiddlers/tests/test-deserializers.js +0 -4
  714. package/editions/test/tiddlers/tests/test-fakedom.js +0 -6
  715. package/editions/test/tiddlers/tests/test-filters.js +19 -7
  716. package/editions/test/tiddlers/tests/test-html-parser.js +0 -5
  717. package/editions/test/tiddlers/tests/test-json-filters.js +1 -2
  718. package/editions/test/tiddlers/tests/test-linked-list.js +0 -4
  719. package/editions/test/tiddlers/tests/test-parsetextreference.js +0 -4
  720. package/editions/test/tiddlers/tests/test-plugins.js +0 -7
  721. package/editions/test/tiddlers/tests/test-popup.js +0 -4
  722. package/editions/test/tiddlers/tests/test-prefixes-filter.js +1 -3
  723. package/editions/test/tiddlers/tests/test-tags-operator.js +1 -2
  724. package/editions/test/tiddlers/tests/test-tags.js +0 -4
  725. package/editions/test/tiddlers/tests/test-tiddler.js +0 -4
  726. package/editions/test/tiddlers/tests/test-utils.js +0 -5
  727. package/editions/test/tiddlers/tests/test-widget-event.js +219 -0
  728. package/editions/test/tiddlers/tests/test-widget-getVariableInfo.js +0 -5
  729. package/editions/test/tiddlers/tests/test-widget.js +0 -4
  730. package/editions/test/tiddlers/tests/test-wikitext-parser.js +48 -4
  731. package/editions/test/tiddlers/tests/test-wikitext-tabs-macro.js +0 -4
  732. package/editions/test/tiddlers/tests/test-wikitext.js +0 -4
  733. package/editions/text-slicer/tiddlers/system/$__coreURL.tid +4 -0
  734. package/editions/text-slicer/tiddlywiki.info +3 -0
  735. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project.htm +23430 -0
  736. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon +0 -0
  737. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(1) +0 -0
  738. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(10) +0 -0
  739. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(11) +0 -0
  740. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(12) +0 -0
  741. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(13) +0 -0
  742. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(14) +0 -0
  743. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(15) +0 -0
  744. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(16) +0 -0
  745. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(17) +0 -0
  746. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(18) +0 -0
  747. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(19) +0 -0
  748. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(2) +0 -0
  749. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(20) +0 -0
  750. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(21) +0 -0
  751. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(22) +0 -0
  752. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(23) +0 -0
  753. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(24) +0 -0
  754. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(3) +0 -0
  755. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(4) +0 -0
  756. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(5) +0 -0
  757. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(6) +0 -0
  758. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(7) +0 -0
  759. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(8) +0 -0
  760. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(9) +0 -0
  761. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/app.css +191 -0
  762. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/backstage.html +95 -0
  763. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/backstage.js +360 -0
  764. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/chrjs +373 -0
  765. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/chrjs.identities +42 -0
  766. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/chrjs.space +108 -0
  767. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/chrjs.users +57 -0
  768. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/help.png +0 -0
  769. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/jquery.js +11 -0
  770. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/normalize.css +406 -0
  771. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/publicIcon +0 -0
  772. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/search.png +0 -0
  773. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/status.js +2 -0
  774. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/ts.js +766 -0
  775. package/editions/tiddlywiki-surveys/great-interview-project-2010/readme.md +3 -0
  776. package/editions/tiddlywiki-surveys/scripts/extract-text-tiddlers-via-console.js +73 -0
  777. package/editions/tiddlywiki-surveys/scripts/import-great-interview-project-json.sh +12 -0
  778. package/editions/tiddlywiki-surveys/scripts/readme.md +16 -0
  779. package/editions/tiddlywiki-surveys/tiddlers/$__StoryList.tid +2 -0
  780. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/aamaadmitw5.jpg +0 -0
  781. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/aamaadmitw5.jpg.meta +5 -0
  782. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/alexhough.jpg +0 -0
  783. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/alexhough.jpg.meta +5 -0
  784. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/amalfaro-wrk.jpg +0 -0
  785. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/amalfaro-wrk.jpg.meta +5 -0
  786. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/andrewbarbour.jpg +0 -0
  787. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/andrewbarbour.jpg.meta +5 -0
  788. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/calmo.jpg +0 -0
  789. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/calmo.jpg.meta +5 -0
  790. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/climatechange3.jpg +0 -0
  791. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/climatechange3.jpg.meta +5 -0
  792. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/colmbritton.jpg +0 -0
  793. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/colmbritton.jpg.meta +5 -0
  794. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/dickon.jpg +0 -0
  795. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/dickon.jpg.meta +5 -0
  796. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/frankfurtkid.jpg +0 -0
  797. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/frankfurtkid.jpg.meta +5 -0
  798. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/gjrobert.jpg +0 -0
  799. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/gjrobert.jpg.meta +5 -0
  800. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/kosmaton.jpg +0 -0
  801. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/kosmaton.jpg.meta +5 -0
  802. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/mama.jpg +0 -0
  803. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/mama.jpg.meta +5 -0
  804. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/martinlindner.jpg +0 -0
  805. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/martinlindner.jpg.meta +5 -0
  806. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/matt.jpg +0 -0
  807. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/matt.jpg.meta +5 -0
  808. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/passingby.jpg +0 -0
  809. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/passingby.jpg.meta +5 -0
  810. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/pmario.jpg +0 -0
  811. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/pmario.jpg.meta +5 -0
  812. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/poulstaugaard.jpg +0 -0
  813. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/poulstaugaard.jpg.meta +5 -0
  814. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/rouilj.jpg +0 -0
  815. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/rouilj.jpg.meta +5 -0
  816. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/smandoli.jpg +0 -0
  817. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/smandoli.jpg.meta +5 -0
  818. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/ubi.jpg +0 -0
  819. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/ubi.jpg.meta +5 -0
  820. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/webid4me.jpg +0 -0
  821. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/webid4me.jpg.meta +5 -0
  822. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/yakov.jpg +0 -0
  823. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/yakov.jpg.meta +5 -0
  824. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Do you keep adding new features to your existing TiddlyWiki(s)_ - amalfaro-wrk - 2013-07-01T23_00_00.000Z.tid +7 -0
  825. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Do you keep adding new features to your existing TiddlyWiki(s)_ - climatechange3 - 2010-12-01T00_00_00.000Z.tid +7 -0
  826. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Do you keep adding new features to your existing TiddlyWiki(s)_ - dickon - 2012-03-18T00_00_00.000Z.tid +7 -0
  827. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Do you keep adding new features to your existing TiddlyWiki(s)_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  828. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Do you keep adding new features to your existing TiddlyWiki(s)_ - mama - 2010-11-24T00_00_00.000Z.tid +7 -0
  829. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Do you keep adding new features to your existing TiddlyWiki(s)_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
  830. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Do you keep adding new features to your existing TiddlyWiki(s)_ - pmario - 2011-04-06T23_00_00.000Z.tid +7 -0
  831. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Do you keep adding new features to your existing TiddlyWiki(s)_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
  832. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Do you keep adding new features to your existing TiddlyWiki(s)_.tid +3 -0
  833. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - aamaadmitw5 - 2014-09-23T23_00_00.000Z.tid +7 -0
  834. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - calmo - 2010-12-16T00_00_00.000Z.tid +7 -0
  835. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - climatechange3 - 2010-12-01T00_00_00.000Z.tid +7 -0
  836. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - dickon - 2012-03-18T00_00_00.000Z.tid +7 -0
  837. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  838. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - gjrobert - 2013-09-15T23_00_00.000Z.tid +7 -0
  839. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
  840. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - pmario - 2011-04-05T23_00_00.000Z.tid +7 -0
  841. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - poulstaugaard - 2011-03-06T00_00_00.000Z.tid +7 -0
  842. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
  843. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - smandoli - 2010-12-24T00_00_00.000Z.tid +7 -0
  844. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - ubi - 2010-11-29T00_00_00.000Z.tid +7 -0
  845. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - webid4me - 2014-09-23T23_00_00.000Z.tid +7 -0
  846. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - yakov - 2010-11-16T00_00_00.000Z.tid +7 -0
  847. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_.tid +3 -0
  848. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has TiddlyWiki saved time for you as an information publisher_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  849. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has TiddlyWiki saved time for you as an information publisher_ - mama - 2010-11-25T00_00_00.000Z.tid +7 -0
  850. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has TiddlyWiki saved time for you as an information publisher_.tid +3 -0
  851. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has TiddlyWiki saved time for your target audience_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  852. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has TiddlyWiki saved time for your target audience_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
  853. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has TiddlyWiki saved time for your target audience_.tid +3 -0
  854. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_ - andrewbarbour - 2010-11-28T00_00_00.000Z.tid +7 -0
  855. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_ - climatechange3 - 2010-12-01T00_00_00.000Z.tid +7 -0
  856. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_ - dickon - 2012-03-18T00_00_00.000Z.tid +7 -0
  857. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  858. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_ - mama - 2010-11-26T00_00_00.000Z.tid +7 -0
  859. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
  860. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_ - pmario - 2011-04-06T23_00_00.000Z.tid +7 -0
  861. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
  862. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_.tid +3 -0
  863. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you been able to contribute back to the TiddlyWiki community_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  864. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you been able to contribute back to the TiddlyWiki community_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
  865. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you been able to contribute back to the TiddlyWiki community_ - smandoli - 2010-12-25T00_00_00.000Z.tid +7 -0
  866. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you been able to contribute back to the TiddlyWiki community_ - yakov - 2010-11-16T00_00_00.000Z.tid +7 -0
  867. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you been able to contribute back to the TiddlyWiki community_.tid +3 -0
  868. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you found training novice users to use and understand TiddlyWiki_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  869. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you found training novice users to use and understand TiddlyWiki_ - mama - 2010-11-25T00_00_00.000Z.tid +7 -0
  870. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you found training novice users to use and understand TiddlyWiki_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
  871. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you found training novice users to use and understand TiddlyWiki_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
  872. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you found training novice users to use and understand TiddlyWiki_ - smandoli - 2010-12-24T00_00_00.000Z.tid +7 -0
  873. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you found training novice users to use and understand TiddlyWiki_.tid +3 -0
  874. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - andrewbarbour - 2010-11-28T00_00_00.000Z.tid +7 -0
  875. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - colmbritton - 2010-12-21T00_00_00.000Z.tid +7 -0
  876. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - dickon - 2012-03-18T00_00_00.000Z.tid +7 -0
  877. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  878. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - mama - 2010-11-24T00_00_00.000Z.tid +7 -0
  879. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - matt - 2010-11-16T00_00_00.000Z.tid +7 -0
  880. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
  881. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
  882. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - smandoli - 2010-12-24T00_00_00.000Z.tid +7 -0
  883. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - yakov - 2011-02-21T00_00_00.000Z.tid +7 -0
  884. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_.tid +3 -0
  885. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many other people have you introduced to TiddlyWiki_ - dickon - 2012-03-18T00_00_00.000Z.tid +7 -0
  886. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many other people have you introduced to TiddlyWiki_ - mama - 2011-08-17T23_00_00.000Z.tid +7 -0
  887. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many other people have you introduced to TiddlyWiki_ - martinlindner - 2010-11-16T00_00_00.000Z.tid +7 -0
  888. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many other people have you introduced to TiddlyWiki_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
  889. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many other people have you introduced to TiddlyWiki_ - yakov - 2010-11-16T00_00_00.000Z.tid +7 -0
  890. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many other people have you introduced to TiddlyWiki_.tid +3 -0
  891. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki_ - dickon - 2012-03-18T00_00_00.000Z.tid +7 -0
  892. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  893. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
  894. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
  895. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki_ - yakov - 2010-11-16T00_00_00.000Z.tid +7 -0
  896. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki_.tid +3 -0
  897. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How might you use TiddlyWiki in the future_ - mama - 2010-12-16T00_00_00.000Z.tid +7 -0
  898. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How might you use TiddlyWiki in the future_ - martinlindner - 2010-11-16T00_00_00.000Z.tid +7 -0
  899. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How might you use TiddlyWiki in the future_ - pmario - 2011-04-06T23_00_00.000Z.tid +7 -0
  900. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How might you use TiddlyWiki in the future_ - yakov - 2010-11-16T00_00_00.000Z.tid +7 -0
  901. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How might you use TiddlyWiki in the future_.tid +3 -0
  902. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Interview Question.tid +2 -0
  903. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__ - andrewbarbour - 2010-11-28T00_00_00.000Z.tid +7 -0
  904. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  905. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__ - gjrobert - 2013-09-15T23_00_00.000Z.tid +7 -0
  906. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__ - kosmaton - 2011-03-10T00_00_00.000Z.tid +7 -0
  907. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__ - mama - 2010-12-02T00_00_00.000Z.tid +7 -0
  908. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__ - pmario - 2011-04-06T23_00_00.000Z.tid +7 -0
  909. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__ - poulstaugaard - 2011-03-06T00_00_00.000Z.tid +7 -0
  910. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__ - smandoli - 2010-12-24T00_00_00.000Z.tid +7 -0
  911. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__ - yakov - 2010-11-16T00_00_00.000Z.tid +7 -0
  912. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__.tid +3 -0
  913. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What features of TiddlyWiki made it suitable for your target audience_ - mama - 2010-11-24T00_00_00.000Z.tid +7 -0
  914. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What features of TiddlyWiki made it suitable for your target audience_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
  915. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What features of TiddlyWiki made it suitable for your target audience_ - pmario - 2011-04-06T23_00_00.000Z.tid +7 -0
  916. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What features of TiddlyWiki made it suitable for your target audience_.tid +3 -0
  917. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What is the most challenging thing about using TiddlyWiki_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  918. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What is the most challenging thing about using TiddlyWiki_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
  919. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What is the most challenging thing about using TiddlyWiki_ - smandoli - 2010-12-25T00_00_00.000Z.tid +7 -0
  920. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What is the most challenging thing about using TiddlyWiki_.tid +3 -0
  921. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - aamaadmitw5 - 2014-09-23T23_00_00.000Z.tid +7 -0
  922. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - climatechange3 - 2010-12-02T00_00_00.000Z.tid +7 -0
  923. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - dickon - 2012-03-18T00_00_00.000Z.tid +7 -0
  924. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  925. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - mama - 2010-11-20T00_00_00.000Z.tid +7 -0
  926. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - martinlindner - 2010-11-16T00_00_00.000Z.tid +7 -0
  927. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
  928. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - pmario - 2011-04-05T23_00_00.000Z.tid +7 -0
  929. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - poulstaugaard - 2011-03-12T00_00_00.000Z.tid +7 -0
  930. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
  931. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - smandoli - 2010-12-24T00_00_00.000Z.tid +7 -0
  932. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - webid4me - 2014-09-23T23_00_00.000Z.tid +7 -0
  933. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - yakov - 2010-11-16T00_00_00.000Z.tid +7 -0
  934. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_.tid +3 -0
  935. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_ - aamaadmitw5 - 2014-09-23T23_00_00.000Z.tid +7 -0
  936. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_ - alexhough - 2010-12-08T00_00_00.000Z.tid +7 -0
  937. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_ - mama - 2010-11-24T00_00_00.000Z.tid +7 -0
  938. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
  939. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_ - pmario - 2011-04-05T23_00_00.000Z.tid +7 -0
  940. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_ - smandoli - 2010-12-24T00_00_00.000Z.tid +7 -0
  941. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_ - webid4me - 2014-09-23T23_00_00.000Z.tid +7 -0
  942. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_ - yakov - 2010-11-16T00_00_00.000Z.tid +7 -0
  943. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_.tid +3 -0
  944. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which plugins do you rely on the most_ - climatechange3 - 2010-12-01T00_00_00.000Z.tid +7 -0
  945. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which plugins do you rely on the most_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  946. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which plugins do you rely on the most_ - pmario - 2011-04-06T23_00_00.000Z.tid +7 -0
  947. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which plugins do you rely on the most_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
  948. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which plugins do you rely on the most_.tid +3 -0
  949. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Who is the target audience for your TiddlyWiki(s)_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  950. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Who is the target audience for your TiddlyWiki(s)_ - mama - 2010-11-24T00_00_00.000Z.tid +7 -0
  951. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Who is the target audience for your TiddlyWiki(s)_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
  952. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Who is the target audience for your TiddlyWiki(s)_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
  953. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Who is the target audience for your TiddlyWiki(s)_ - webid4me - 2014-09-23T23_00_00.000Z.tid +7 -0
  954. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Who is the target audience for your TiddlyWiki(s)_.tid +3 -0
  955. package/editions/tiddlywiki-surveys/tiddlers/app/DefaultTiddlers.tid +4 -0
  956. package/editions/tiddlywiki-surveys/tiddlers/app/HelloThere.tid +7 -0
  957. package/editions/tiddlywiki-surveys/tiddlers/app/SiteSubtitle.tid +3 -0
  958. package/editions/tiddlywiki-surveys/tiddlers/app/SiteTitle.tid +3 -0
  959. package/editions/tiddlywiki-surveys/tiddlers/app/Styles.tid +25 -0
  960. package/editions/tiddlywiki-surveys/tiddlers/app/The Great TiddlyWiki Interview Project 2010.tid +51 -0
  961. package/editions/tiddlywiki-surveys/tiddlers/app/palette.tid +2 -0
  962. package/editions/tiddlywiki-surveys/tiddlers/app/palettes - Naporitan.tid +119 -0
  963. package/editions/tiddlywiki-surveys/tiddlers/app/state - sidebar.tid +2 -0
  964. package/editions/tiddlywiki-surveys/tiddlywiki.info +10 -0
  965. package/editions/tour/tiddlers/System/$__coreURL.tid +4 -0
  966. package/editions/translators/tiddlers/Extracting Translations.tid +0 -1
  967. package/editions/tw.org/tiddlers/TiddlyWiki.tid +1 -1
  968. package/editions/tw5.com/tiddlers/$__StoryList.tid +1 -3
  969. package/editions/tw5.com/tiddlers/HTML Tags.tid +11 -0
  970. package/editions/tw5.com/tiddlers/Tags.tid +8 -0
  971. package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_RenderHTML.tid +28 -0
  972. package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_RenderSVGURI.tid +48 -0
  973. package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_WidgetValue_Fail.tid +33 -0
  974. package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_WidgetValue_Success.tid +43 -0
  975. package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_WordCount_Fail.tid +19 -0
  976. package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_WordCount_Success.tid +19 -0
  977. package/editions/tw5.com/tiddlers/Title.tid +8 -0
  978. package/editions/tw5.com/tiddlers/_tw_shared/favicons/mws.tiddlywiki.com.png +0 -0
  979. package/editions/tw5.com/tiddlers/_tw_shared/favicons/mws.tiddlywiki.com.png.meta +3 -0
  980. package/editions/tw5.com/tiddlers/_tw_shared/sites/mws.tiddlywiki.com.tid +6 -0
  981. package/editions/tw5.com/tiddlers/_tw_shared/tags-TiddlyWikiSites.tid +1 -1
  982. package/editions/tw5.com/tiddlers/about/Archive.tid +2 -2
  983. package/editions/tw5.com/tiddlers/about/Developers.tid +0 -7
  984. package/editions/tw5.com/tiddlers/community/Articles.tid +1 -1
  985. package/editions/tw5.com/tiddlers/community/Chinese Community.tid +10 -17
  986. package/editions/tw5.com/tiddlers/community/Examples.tid +1 -1
  987. package/editions/tw5.com/tiddlers/community/Forums.tid +0 -1
  988. package/editions/tw5.com/tiddlers/community/HelpingTiddlyWiki.tid +0 -2
  989. package/editions/tw5.com/tiddlers/community/TiddlyWiki Hangouts.tid +1 -1
  990. package/editions/tw5.com/tiddlers/community/TiddlyWiki on the Web.tid +1 -1
  991. package/editions/tw5.com/tiddlers/concepts/Concepts.tid +2 -2
  992. package/editions/tw5.com/tiddlers/concepts/DefaultTiddlers.tid +8 -3
  993. package/editions/tw5.com/tiddlers/concepts/ExternalImages.tid +28 -10
  994. package/editions/tw5.com/tiddlers/concepts/Tiddler Colour Cascade.tid +4 -4
  995. package/editions/tw5.com/tiddlers/concepts/Tiddlers.tid +2 -2
  996. package/editions/tw5.com/tiddlers/definitions/Definitions.tid +4 -4
  997. package/editions/tw5.com/tiddlers/definitions/JeremyRuston.tid +0 -2
  998. package/editions/tw5.com/tiddlers/demonstrations/GroupedLists.tid +8 -8
  999. package/editions/tw5.com/tiddlers/features/Future Proof.tid +3 -3
  1000. package/editions/tw5.com/tiddlers/filters/Filter Operators.tid +2 -2
  1001. package/editions/tw5.com/tiddlers/filters/each.tid +10 -8
  1002. package/editions/tw5.com/tiddlers/filters/else Operator.tid +4 -0
  1003. package/editions/tw5.com/tiddlers/filters/examples/each.tid +1 -3
  1004. package/editions/tw5.com/tiddlers/filters/syntax/Else Filter Run Prefix.tid +3 -1
  1005. package/editions/tw5.com/tiddlers/filters/syntax/then Filter Run Prefix.tid +2 -0
  1006. package/editions/tw5.com/tiddlers/filters/then Operator.tid +2 -0
  1007. package/editions/tw5.com/tiddlers/function Operator (Examples).tid +63 -0
  1008. package/editions/tw5.com/tiddlers/gettingstarted/GettingStarted - Internet Explorer.tid +1 -1
  1009. package/editions/tw5.com/tiddlers/hellothere/HelloThere.tid +26 -3
  1010. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - MultiWikiServer.tid +1 -1
  1011. package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting Default Tiddler Colour.tid +2 -2
  1012. package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting DefaultMissingType.tid +7 -0
  1013. package/editions/tw5.com/tiddlers/howtos/Windows HTA Hack.tid +2 -1
  1014. package/editions/tw5.com/tiddlers/images/New Release Banner.png +0 -0
  1015. package/editions/tw5.com/tiddlers/languages/Japanese (Japan) Edition.tid +2 -2
  1016. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-close-window.tid +1 -1
  1017. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-download-file.tid +1 -0
  1018. package/editions/tw5.com/tiddlers/plugins/Dynaview Plugin.tid +1 -1
  1019. package/editions/tw5.com/tiddlers/plugins/Geospatial Plugin.tid +17 -0
  1020. package/editions/tw5.com/tiddlers/plugins/Innerwiki Plugin.tid +1 -1
  1021. package/editions/tw5.com/tiddlers/plugins/Share Plugin.tid +4 -2
  1022. package/editions/tw5.com/tiddlers/plugins/Tour Plugin.tid +9 -0
  1023. package/editions/tw5.com/tiddlers/pragmas/Pragma_ _define.tid +1 -1
  1024. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.6.tid +2 -2
  1025. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.7.tid +140 -0
  1026. package/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MultiWikiServer.tid +5 -10
  1027. package/editions/tw5.com/tiddlers/saving/Saving with TiddlyIE.tid +2 -1
  1028. package/editions/tw5.com/tiddlers/saving/Saving.tid +2 -2
  1029. package/editions/tw5.com/tiddlers/system/dropbox-url-macro.js +0 -4
  1030. package/editions/tw5.com/tiddlers/system/if-macro.js +0 -4
  1031. package/editions/tw5.com/tiddlers/system/netlify-build-badge-icon.tid +4 -0
  1032. package/editions/tw5.com/tiddlers/system/netlify-build-badge.tid +1 -1
  1033. package/editions/tw5.com/tiddlers/system/static.content.tid +8 -4
  1034. package/editions/tw5.com/tiddlers/system/systemtag-template.tid +3 -3
  1035. package/editions/tw5.com/tiddlers/system/tw5.com-styles.tid +19 -0
  1036. package/editions/tw5.com/tiddlers/widgets/ActionSetFieldWidget.tid +8 -1
  1037. package/editions/tw5.com/tiddlers/widgets/BrowseWidget.tid +2 -0
  1038. package/editions/tw5.com/tiddlers/widgets/CheckboxWidget.tid +1 -0
  1039. package/editions/tw5.com/tiddlers/widgets/EventCatcherWidget.tid +2 -2
  1040. package/editions/tw5.com/tiddlers/widgets/RadioWidget.tid +1 -0
  1041. package/editions/tw5.com/tiddlers/widgets/RangeWidget.tid +1 -0
  1042. package/editions/tw5.com/tiddlers/widgets/RevealWidget.tid +2 -2
  1043. package/editions/tw5.com/tiddlers/widgets/SelectWidget.tid +1 -0
  1044. package/editions/tw5.com/tiddlers/widgets/TestCaseWidget.tid +2 -1
  1045. package/editions/tw5.com/tiddlers/widgets/ViewWidget.tid +9 -0
  1046. package/editions/tw5.com/tiddlers/widgets/WikifyWidget.tid +23 -3
  1047. package/editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid +1 -1
  1048. package/editions/tw5.com/tiddlers/workingwithtw/TiddlyWiki Node.js Privacy and Security.tid +11 -0
  1049. package/editions/tw5.com/tiddlers/workingwithtw/TiddlyWiki Privacy and Security.tid +29 -22
  1050. package/editions/tw5.com/tiddlers/workingwithtw/TiddlyWiki Single File Privacy and Security.tid +10 -0
  1051. package/editions/tw5.com/tiddlywiki.info +3 -3
  1052. package/editions/tw5.com-docs/tiddlers/$__coreURL.tid +4 -0
  1053. package/editions/tw5.com-docs/tiddlywiki.info +4 -1
  1054. package/editions/xlsx-utils/tiddlers/$__coreURL.tid +4 -0
  1055. package/editions/xlsx-utils/tiddlywiki.info +4 -1
  1056. package/languages/de-DE/Buttons.multids +2 -0
  1057. package/languages/de-DE/ControlPanel.multids +25 -8
  1058. package/languages/de-DE/Docs/PaletteColours.multids +4 -0
  1059. package/languages/de-DE/EditTemplate.multids +2 -0
  1060. package/languages/de-DE/Help/commands.tid +6 -2
  1061. package/languages/de-DE/Search.multids +3 -1
  1062. package/languages/el-GR/Buttons.multids +120 -171
  1063. package/languages/el-GR/ControlPanel.multids +195 -171
  1064. package/languages/el-GR/CoreReadMe.tid +3 -4
  1065. package/languages/el-GR/Dates.multids +14 -81
  1066. package/languages/el-GR/Docs/ModuleTypes.multids +20 -25
  1067. package/languages/el-GR/Docs/PaletteColours.multids +88 -102
  1068. package/languages/el-GR/EditTemplate.multids +19 -26
  1069. package/languages/el-GR/Exporters.multids +3 -4
  1070. package/languages/el-GR/Fields.multids +31 -32
  1071. package/languages/el-GR/Filters.multids +8 -12
  1072. package/languages/el-GR/GettingStarted.tid +8 -8
  1073. package/languages/el-GR/Help/build.tid +3 -3
  1074. package/languages/el-GR/Help/clearpassword.tid +2 -2
  1075. package/languages/el-GR/Help/commands.tid +18 -0
  1076. package/languages/el-GR/Help/default.tid +4 -2
  1077. package/languages/el-GR/Help/deletetiddlers.tid +8 -0
  1078. package/languages/el-GR/Help/editions.tid +1 -1
  1079. package/languages/el-GR/Help/fetch.tid +10 -10
  1080. package/languages/el-GR/Help/import.tid +4 -4
  1081. package/languages/el-GR/Help/init.tid +9 -9
  1082. package/languages/el-GR/Help/listen.tid +35 -0
  1083. package/languages/el-GR/Help/load.tid +10 -7
  1084. package/languages/el-GR/Help/makelibrary.tid +3 -3
  1085. package/languages/el-GR/Help/notfound.tid +1 -0
  1086. package/languages/el-GR/Help/output.tid +3 -3
  1087. package/languages/el-GR/Help/password.tid +4 -3
  1088. package/languages/el-GR/Help/render.tid +20 -19
  1089. package/languages/el-GR/Help/rendertiddler.tid +10 -9
  1090. package/languages/el-GR/Help/rendertiddlers.tid +4 -4
  1091. package/languages/el-GR/Help/save.tid +10 -10
  1092. package/languages/el-GR/Help/savetiddler.tid +6 -6
  1093. package/languages/el-GR/Help/savetiddlers.tid +5 -5
  1094. package/languages/el-GR/Help/savewikifolder.tid +34 -0
  1095. package/languages/el-GR/Help/server.tid +24 -16
  1096. package/languages/el-GR/Help/setfield.tid +7 -7
  1097. package/languages/el-GR/Help/verbose.tid +2 -2
  1098. package/languages/el-GR/Import.multids +25 -12
  1099. package/languages/el-GR/Misc.multids +60 -69
  1100. package/languages/el-GR/Modals/Download.tid +4 -4
  1101. package/languages/el-GR/NewJournal.multids +0 -2
  1102. package/languages/el-GR/Notifications.multids +2 -2
  1103. package/languages/el-GR/Search.multids +6 -17
  1104. package/languages/el-GR/SideBar.multids +1 -15
  1105. package/languages/el-GR/SiteSubtitle.tid +0 -1
  1106. package/languages/el-GR/SiteTitle.tid +1 -1
  1107. package/languages/el-GR/Snippets/FunctionDefinition.tid +7 -0
  1108. package/languages/el-GR/Snippets/ListByTag.tid +2 -2
  1109. package/languages/el-GR/Snippets/MacroDefinition.tid +2 -2
  1110. package/languages/el-GR/Snippets/ProcedureDefinition.tid +7 -0
  1111. package/languages/el-GR/Snippets/Table4x3.tid +1 -1
  1112. package/languages/el-GR/Snippets/TableOfContents.tid +2 -2
  1113. package/languages/el-GR/ThemeTweaks.multids +18 -40
  1114. package/languages/el-GR/TiddlerInfo.multids +3 -18
  1115. package/languages/el-GR/Types/{application%2Fjavascript.tid → application_javascript.tid} +2 -2
  1116. package/languages/el-GR/Types/application_json.tid +4 -0
  1117. package/languages/el-GR/Types/{application%2Fx-tiddler-dictionary.tid → application_x-tiddler-dictionary.tid} +1 -1
  1118. package/languages/el-GR/Types/image_svg+xml.tid +4 -0
  1119. package/languages/el-GR/Types/{text%2Fcss.tid → text_css.tid} +1 -1
  1120. package/languages/el-GR/Types/text_vnd.tiddlywiki-multiple.tid +4 -0
  1121. package/languages/fr-FR/ControlPanel.multids +5 -1
  1122. package/languages/fr-FR/Fields.multids +2 -2
  1123. package/languages/zh-Hans/ControlPanel.multids +16 -9
  1124. package/languages/zh-Hans/EditTemplate.multids +2 -0
  1125. package/languages/zh-Hans/Search.multids +2 -0
  1126. package/languages/zh-Hans/SiteTitle.tid +1 -1
  1127. package/languages/zh-Hant/ControlPanel.multids +16 -9
  1128. package/languages/zh-Hant/EditTemplate.multids +2 -0
  1129. package/languages/zh-Hant/Search.multids +2 -0
  1130. package/license +1 -1
  1131. package/licenses/cla-individual.md +28 -0
  1132. package/package.json +2 -2
  1133. package/plugins/tiddlywiki/aws/modules/command.js +1 -2
  1134. package/plugins/tiddlywiki/aws/modules/encodings.js +1 -2
  1135. package/plugins/tiddlywiki/aws/modules/init.js +1 -2
  1136. package/plugins/tiddlywiki/aws/modules/utils.js +1 -2
  1137. package/plugins/tiddlywiki/bibtex/deserializer.js +0 -5
  1138. package/plugins/tiddlywiki/browser-sniff/browser.js +0 -5
  1139. package/plugins/tiddlywiki/browser-storage/rawmarkup.js +0 -4
  1140. package/plugins/tiddlywiki/browser-storage/settings.tid +4 -2
  1141. package/plugins/tiddlywiki/browser-storage/startup.js +0 -5
  1142. package/plugins/tiddlywiki/browser-storage/util.js +0 -6
  1143. package/plugins/tiddlywiki/cecily/cecily.js +0 -5
  1144. package/plugins/tiddlywiki/classictools/modules/recipe.js +0 -5
  1145. package/plugins/tiddlywiki/codemirror/edit-codemirror.js +0 -5
  1146. package/plugins/tiddlywiki/codemirror/engine.js +0 -5
  1147. package/plugins/tiddlywiki/codemirror/files/addon/dialog/dialog.css +1 -32
  1148. package/plugins/tiddlywiki/codemirror/files/addon/dialog/dialog.js +1 -1
  1149. package/plugins/tiddlywiki/codemirror/files/addon/selection/activeline.js +1 -1
  1150. package/plugins/tiddlywiki/codemirror/files/codemirror.css +1 -1
  1151. package/plugins/tiddlywiki/codemirror/files/codemirror.js +1 -1
  1152. package/plugins/tiddlywiki/codemirror/readme.tid +1 -1
  1153. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/anyword-hint.js +1 -3
  1154. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/css-hint.js +1 -3
  1155. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/html-hint.js +1 -3
  1156. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/javascript-hint.js +1 -3
  1157. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/show-hint.css +1 -36
  1158. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/show-hint.js +1 -3
  1159. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/xml-hint.js +1 -3
  1160. package/plugins/tiddlywiki/codemirror-closebrackets/files/addon/edit/closebrackets.js +1 -3
  1161. package/plugins/tiddlywiki/codemirror-closebrackets/files/addon/edit/matchbrackets.js +1 -3
  1162. package/plugins/tiddlywiki/codemirror-fullscreen-editing/files/addon/fullscreen/fullscreen.css +1 -6
  1163. package/plugins/tiddlywiki/codemirror-fullscreen-editing/files/addon/fullscreen/fullscreen.js +1 -3
  1164. package/plugins/tiddlywiki/codemirror-keymap-emacs/files/keymap/emacs.js +1 -3
  1165. package/plugins/tiddlywiki/codemirror-keymap-sublime-text/files/addons/comment/comment.js +1 -3
  1166. package/plugins/tiddlywiki/codemirror-keymap-sublime-text/files/keymap/sublime.js +1 -3
  1167. package/plugins/tiddlywiki/codemirror-keymap-vim/files/keymap/vim.js +1 -3
  1168. package/plugins/tiddlywiki/codemirror-mode-css/files/mode/css/css.js +1 -3
  1169. package/plugins/tiddlywiki/codemirror-mode-htmlembedded/files/addon/mode/multiplex.js +1 -3
  1170. package/plugins/tiddlywiki/codemirror-mode-htmlembedded/files/mode/htmlembedded/htmlembedded.js +1 -3
  1171. package/plugins/tiddlywiki/codemirror-mode-htmlmixed/files/mode/htmlmixed/htmlmixed.js +1 -3
  1172. package/plugins/tiddlywiki/codemirror-mode-javascript/files/mode/javascript/javascript.js +1 -3
  1173. package/plugins/tiddlywiki/codemirror-mode-markdown/files/mode/markdown/markdown.js +1 -3
  1174. package/plugins/tiddlywiki/codemirror-mode-x-tiddlywiki/files/mode/tiddlywiki/tiddlywiki.css +1 -14
  1175. package/plugins/tiddlywiki/codemirror-mode-x-tiddlywiki/files/mode/tiddlywiki/tiddlywiki.js +1 -3
  1176. package/plugins/tiddlywiki/codemirror-mode-xml/files/mode/xml/xml.js +1 -3
  1177. package/plugins/tiddlywiki/codemirror-search-replace/files/addon/search/jump-to-line.js +1 -3
  1178. package/plugins/tiddlywiki/codemirror-search-replace/files/addon/search/search.js +1 -3
  1179. package/plugins/tiddlywiki/codemirror-search-replace/files/addon/search/searchcursor.js +1 -3
  1180. package/plugins/tiddlywiki/codemirror-trailingspace/files/addon/edit/trailingspace.js +1 -27
  1181. package/plugins/tiddlywiki/confetti/confetti-manager.js +0 -6
  1182. package/plugins/tiddlywiki/confetti/confetti-widget.js +0 -6
  1183. package/plugins/tiddlywiki/confetti/plugin.info +1 -1
  1184. package/plugins/tiddlywiki/confetti/startup.js +0 -6
  1185. package/plugins/tiddlywiki/consent-banner/banner.tid +4 -0
  1186. package/plugins/tiddlywiki/consent-banner/raw-widget.js +0 -5
  1187. package/plugins/tiddlywiki/consent-banner/startup.js +0 -5
  1188. package/plugins/tiddlywiki/d3/barwidget.js +0 -5
  1189. package/plugins/tiddlywiki/d3/cloudwidget.js +0 -5
  1190. package/plugins/tiddlywiki/dynannotate/modules/dynannotate.js +0 -5
  1191. package/plugins/tiddlywiki/dynannotate/modules/element-spotlight.js +0 -6
  1192. package/plugins/tiddlywiki/dynannotate/modules/legacy-selection-tracker.js +0 -5
  1193. package/plugins/tiddlywiki/dynannotate/modules/selection-tracker.js +0 -5
  1194. package/plugins/tiddlywiki/dynannotate/modules/startup.js +0 -9
  1195. package/plugins/tiddlywiki/dynannotate/modules/textmap.js +0 -5
  1196. package/plugins/tiddlywiki/dynaview/dynaview.js +0 -5
  1197. package/plugins/tiddlywiki/evernote/modules/enex-deserializer.js +15 -4
  1198. package/plugins/tiddlywiki/external-attachments/startup.js +0 -6
  1199. package/plugins/tiddlywiki/filesystem/filesystemadaptor.js +0 -5
  1200. package/plugins/tiddlywiki/freelinks/plain-text.js +0 -5
  1201. package/plugins/tiddlywiki/freelinks/text.js +0 -5
  1202. package/plugins/tiddlywiki/geospatial/geotools.js +0 -5
  1203. package/plugins/tiddlywiki/geospatial/operators/helper.js +0 -5
  1204. package/plugins/tiddlywiki/geospatial/operators/lookup.js +0 -6
  1205. package/plugins/tiddlywiki/geospatial/operators/measurement.js +0 -5
  1206. package/plugins/tiddlywiki/geospatial/operators/olc.js +0 -5
  1207. package/plugins/tiddlywiki/geospatial/operators/transformation.js +0 -6
  1208. package/plugins/tiddlywiki/geospatial/plugin.info +1 -1
  1209. package/plugins/tiddlywiki/geospatial/startup.js +0 -5
  1210. package/plugins/tiddlywiki/geospatial/widgets/geobaselayer.js +0 -5
  1211. package/plugins/tiddlywiki/geospatial/widgets/geolayer.js +0 -5
  1212. package/plugins/tiddlywiki/geospatial/widgets/geomap.js +0 -6
  1213. package/plugins/tiddlywiki/googleanalytics/googleanalytics.js +0 -7
  1214. package/plugins/tiddlywiki/highlight/files/tiddlywiki.files +1 -1
  1215. package/plugins/tiddlywiki/highlight/highlightblock.js +1 -7
  1216. package/plugins/tiddlywiki/highlight/styles.tid +1 -1
  1217. package/plugins/tiddlywiki/highlight/usage.tid +15 -7
  1218. package/plugins/tiddlywiki/highlight-legacy/highlightblock.js +0 -6
  1219. package/plugins/tiddlywiki/innerwiki/anchor.js +0 -6
  1220. package/plugins/tiddlywiki/innerwiki/innerwiki.js +0 -5
  1221. package/plugins/tiddlywiki/innerwiki/screenshot.js +0 -5
  1222. package/plugins/tiddlywiki/jasmine/command.js +0 -3
  1223. package/plugins/tiddlywiki/jasmine/jasmine-plugin.js +1 -5
  1224. package/plugins/tiddlywiki/jasmine/run-wiki-based-tests.js +7 -5
  1225. package/plugins/tiddlywiki/jasmine/startup.js +1 -5
  1226. package/plugins/tiddlywiki/jszip/startup.js +0 -5
  1227. package/plugins/tiddlywiki/katex/files/tiddlywiki.files +2 -2
  1228. package/plugins/tiddlywiki/katex/latex-parser.js +0 -5
  1229. package/plugins/tiddlywiki/katex/wrapper.js +0 -6
  1230. package/plugins/tiddlywiki/markdown/editor-operations/make-markdown-link.js +0 -5
  1231. package/plugins/tiddlywiki/markdown/markdown-it-katex.js +2 -3
  1232. package/plugins/tiddlywiki/markdown/markdown-it-tiddlywiki.js +0 -5
  1233. package/plugins/tiddlywiki/markdown/readme.tid +19 -1
  1234. package/plugins/tiddlywiki/markdown/wrapper.js +0 -4
  1235. package/plugins/tiddlywiki/markdown-legacy/editor-operations/make-markdown-link.js +0 -5
  1236. package/plugins/tiddlywiki/markdown-legacy/wrapper.js +0 -5
  1237. package/plugins/tiddlywiki/mobiledragdrop/startup.js +0 -5
  1238. package/plugins/tiddlywiki/nodewebkitsaver/nodewebkit.js +1 -3
  1239. package/plugins/tiddlywiki/pluginlibrary/libraryserver.js +0 -5
  1240. package/plugins/tiddlywiki/qrcode/barcodereader.js +0 -6
  1241. package/plugins/tiddlywiki/qrcode/makeqr.js +0 -6
  1242. package/plugins/tiddlywiki/railroad/components.js +0 -5
  1243. package/plugins/tiddlywiki/railroad/parser.js +0 -5
  1244. package/plugins/tiddlywiki/railroad/typed-parser.js +0 -6
  1245. package/plugins/tiddlywiki/railroad/wrapper.js +0 -5
  1246. package/plugins/tiddlywiki/savetrail/savetrail.js +0 -5
  1247. package/plugins/tiddlywiki/share/rawmarkup.js +0 -5
  1248. package/plugins/tiddlywiki/share/wizard.tid +1 -1
  1249. package/plugins/tiddlywiki/stacked-view/plugin.info +1 -1
  1250. package/plugins/tiddlywiki/stacked-view/stacked.js +0 -5
  1251. package/plugins/tiddlywiki/tahoelafs/saver.js +0 -5
  1252. package/plugins/tiddlywiki/text-slicer/modules/commands/slice.js +0 -5
  1253. package/plugins/tiddlywiki/text-slicer/modules/filters/list-children.js +0 -5
  1254. package/plugins/tiddlywiki/text-slicer/modules/slicer.js +0 -5
  1255. package/plugins/tiddlywiki/text-slicer/modules/startup/slicer-startup.js +0 -5
  1256. package/plugins/tiddlywiki/tiddlyweb/tiddlywebadaptor.js +0 -5
  1257. package/plugins/tiddlywiki/tour/plugin.info +1 -1
  1258. package/plugins/tiddlywiki/tw2parser/classictransclude.js +0 -5
  1259. package/plugins/tiddlywiki/tw2parser/entry.js +0 -4
  1260. package/plugins/tiddlywiki/tw2parser/parameteradapter.js +0 -4
  1261. package/plugins/tiddlywiki/tw2parser/wikitextparser.js +0 -5
  1262. package/plugins/tiddlywiki/tw2parser/wikitextrules.js +0 -5
  1263. package/plugins/tiddlywiki/tw5.com-docs/plugin.info +1 -1
  1264. package/plugins/tiddlywiki/twitter/startup.js +0 -5
  1265. package/plugins/tiddlywiki/twitter/twitter-widget.js +0 -5
  1266. package/plugins/tiddlywiki/twitter-archivist/archivist.js +0 -5
  1267. package/plugins/tiddlywiki/twitter-archivist/loadtwitterarchive.js +0 -5
  1268. package/plugins/tiddlywiki/twitter-archivist/startup.js +0 -5
  1269. package/plugins/tiddlywiki/upgrade/config.js +0 -5
  1270. package/plugins/tiddlywiki/xlsx-utils/deserializer.js +0 -5
  1271. package/plugins/tiddlywiki/xlsx-utils/importer.js +0 -5
  1272. package/plugins/tiddlywiki/xlsx-utils/startup.js +0 -5
  1273. package/plugins/tiddlywiki/xlsx-utils/xlsx-import-command.js +0 -5
  1274. package/readme.md +2 -2
  1275. package/themes/tiddlywiki/starlight/arvo.woff.meta +1 -1
  1276. package/themes/tiddlywiki/vanilla/base.tid +8 -1
  1277. package/themes/tiddlywiki/vanilla/settings.multids +1 -1
  1278. package/core/language/en-GB/icon.tid +0 -13
  1279. package/editions/dev/tiddlers/system/doc-macros.tid +0 -114
  1280. package/editions/dev/tiddlers/system/doc-styles.tid +0 -40
  1281. package/editions/dev/tiddlers/system/version-macros.tid +0 -14
  1282. package/editions/empty/tiddlers/$__StoryList.tid +0 -2
  1283. package/editions/multiwikiserver/tiddlers/$__StoryList.tid +0 -0
  1284. package/editions/prerelease/tiddlers/Release 5.3.7.tid +0 -54
  1285. package/editions/server/tiddlers/$__StoryList.tid +0 -3
  1286. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Gitter.tid +0 -7
  1287. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Twitter.tid +0 -7
  1288. package/editions/tw5.com/tiddlers/images/external/tiddlywiki.files +0 -202
  1289. package/editions/tw5.com/tiddlers/languages/LanguageGallery.tid +0 -25
  1290. package/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MWS - Installation using Git.tid +0 -17
  1291. package/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MWS - Installation.tid +0 -15
  1292. package/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MWS - Usage.tid +0 -13
  1293. package/languages/ar-PS/icon.tid +0 -7
  1294. package/languages/ca-ES/icon.tid +0 -8
  1295. package/languages/cs-CZ/icon.tid +0 -9
  1296. package/languages/da-DK/icon.tid +0 -9
  1297. package/languages/de-AT/icon.tid +0 -8
  1298. package/languages/de-DE/icon.tid +0 -12
  1299. package/languages/el-GR/Help/help.tid +0 -10
  1300. package/languages/el-GR/Help/unpackplugin.tid +0 -8
  1301. package/languages/el-GR/Help/version.tid +0 -8
  1302. package/languages/el-GR/Types/application%2Fjson.tid +0 -4
  1303. package/languages/el-GR/Types/image%2Fgif.tid +0 -4
  1304. package/languages/el-GR/Types/image%2Fjpeg.tid +0 -4
  1305. package/languages/el-GR/Types/image%2Fpng.tid +0 -4
  1306. package/languages/el-GR/Types/image%2Fsvg%2Bxml.tid +0 -4
  1307. package/languages/el-GR/Types/text%2Fhtml.tid +0 -4
  1308. package/languages/el-GR/Types/text%2Fplain.tid +0 -4
  1309. package/languages/el-GR/Types/text%2Fvnd.tiddlywiki.tid +0 -4
  1310. package/languages/el-GR/icon.tid +0 -8
  1311. package/languages/en-PH/icon.tid +0 -21
  1312. package/languages/en-US/icon.tid +0 -29
  1313. package/languages/es-ES/icon.tid +0 -409
  1314. package/languages/fa-IR/icon.tid +0 -14
  1315. package/languages/fr-FR/icon.tid +0 -5
  1316. package/languages/he-IL/icon.tid +0 -38
  1317. package/languages/hi-IN/icon.tid +0 -4
  1318. package/languages/ia-IA/icon.tid +0 -13
  1319. package/languages/it-IT/icon.tid +0 -32
  1320. package/languages/ja-JP/icon.tid +0 -9
  1321. package/languages/ko-KR/icon.tid +0 -15
  1322. package/languages/mk-MK/icon.tid +0 -8
  1323. package/languages/nl-NL/icon.tid +0 -9
  1324. package/languages/pa-IN/icon.tid +0 -4
  1325. package/languages/pl-PL/icon.tid +0 -7
  1326. package/languages/pt-BR/icon.tid +0 -54
  1327. package/languages/pt-PT/icon.tid +0 -70
  1328. package/languages/ru-RU/icon.tid +0 -10
  1329. package/languages/sk-SK/icon.tid +0 -17
  1330. package/languages/sl-SI/icon.tid +0 -28
  1331. package/languages/sv-SE/icon.tid +0 -8
  1332. package/languages/zh-CN/icon.tid +0 -18
  1333. package/languages/zh-HK/icon.tid +0 -16
  1334. package/languages/zh-Hans/icon.tid +0 -18
  1335. package/languages/zh-Hant/icon.tid +0 -14
  1336. package/languages/zh-TW/icon.tid +0 -14
  1337. /package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/doc-macros.tid +0 -0
  1338. /package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/doc-styles.tid +0 -0
  1339. /package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/version-macros.tid +0 -0
  1340. /package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/wikitext-macros.tid +0 -0
@@ -10,12 +10,12 @@ jobs:
10
10
  test:
11
11
  runs-on: ubuntu-latest
12
12
  steps:
13
- - uses: actions/checkout@v2
14
- - uses: actions/setup-node@v1
13
+ - uses: actions/checkout@v4
14
+ - uses: actions/setup-node@v4
15
15
  with:
16
16
  node-version: "${{ env.NODE_VERSION }}"
17
17
  - run: "./bin/ci-test.sh"
18
- - uses: actions/upload-artifact@v3
18
+ - uses: actions/upload-artifact@v4
19
19
  if: always()
20
20
  with:
21
21
  name: playwright-report
@@ -30,8 +30,8 @@ jobs:
30
30
  TW5_BUILD_MAIN_EDITION: "./editions/prerelease"
31
31
  TW5_BUILD_OUTPUT: "./output/prerelease"
32
32
  steps:
33
- - uses: actions/checkout@v2
34
- - uses: actions/setup-node@v1
33
+ - uses: actions/checkout@v4
34
+ - uses: actions/setup-node@v4
35
35
  with:
36
36
  node-version: "${{ env.NODE_VERSION }}"
37
37
  - run: "./bin/ci-pre-build.sh"
@@ -62,8 +62,8 @@ jobs:
62
62
  TW5_BUILD_OUTPUT: "./output"
63
63
  TW5_BUILD_ARCHIVE: "./output"
64
64
  steps:
65
- - uses: actions/checkout@v2
66
- - uses: actions/setup-node@v1
65
+ - uses: actions/checkout@v4
66
+ - uses: actions/setup-node@v4
67
67
  with:
68
68
  node-version: "${{ env.NODE_VERSION }}"
69
69
  - run: "./bin/ci-pre-build.sh"
@@ -0,0 +1,55 @@
1
+ name: Calculate PR build size
2
+ on:
3
+ pull_request_target:
4
+ types: [opened, reopened, synchronize]
5
+ paths:
6
+ - 'boot/**'
7
+ - 'core/**'
8
+ - 'themes/snowwhite/**'
9
+ - 'themes/vanilla/**'
10
+
11
+ jobs:
12
+ calculate-build-size:
13
+ runs-on: ubuntu-latest
14
+ permissions:
15
+ pull-requests: read
16
+ contents: read
17
+ outputs:
18
+ pr_size: ${{ steps.get_sizes.outputs.pr_size }}
19
+ base_size: ${{ steps.get_sizes.outputs.base_size }}
20
+ steps:
21
+ - name: build-size-check
22
+ id: get_sizes
23
+ uses: TiddlyWiki/cerebrus@v4
24
+ with:
25
+ pr_number: ${{ github.event.pull_request.number }}
26
+ repo: ${{ github.repository }}
27
+ base_ref: ${{ github.event.pull_request.base.ref }}
28
+ github_token: ${{ secrets.GITHUB_TOKEN }}
29
+ mode: size:calc
30
+
31
+ dispatch-followup:
32
+ needs: calculate-build-size
33
+ runs-on: ubuntu-latest
34
+ permissions:
35
+ actions: write # Required to dispatch another workflow
36
+ pull-requests: write
37
+ contents: read
38
+ steps:
39
+ - name: Trigger follow-up workflow
40
+ uses: actions/github-script@v6
41
+ with:
42
+ github-token: ${{ secrets.GITHUB_TOKEN }}
43
+ script: |
44
+ await github.rest.actions.createWorkflowDispatch({
45
+ owner: context.repo.owner,
46
+ repo: context.repo.repo,
47
+ workflow_id: 'pr-comment-build-size.yml',
48
+ ref: 'master',
49
+ inputs: {
50
+ pr_number: '${{ github.event.pull_request.number }}',
51
+ base_ref: '${{ github.event.pull_request.base.ref }}',
52
+ pr_size: '${{ needs.calculate-build-size.outputs.pr_size }}',
53
+ base_size: '${{ needs.calculate-build-size.outputs.base_size }}'
54
+ }
55
+ });
@@ -0,0 +1,36 @@
1
+ name: Comment on PR build size (Trusted workflow)
2
+
3
+ on:
4
+ workflow_dispatch:
5
+ inputs:
6
+ pr_number:
7
+ required: true
8
+ type: string
9
+ base_ref:
10
+ required: true
11
+ type: string
12
+ pr_size:
13
+ required: true
14
+ type: string
15
+ base_size:
16
+ required: true
17
+ type: string
18
+
19
+ jobs:
20
+ comment-on-pr:
21
+ runs-on: ubuntu-latest
22
+ permissions:
23
+ pull-requests: write
24
+ contents: read
25
+
26
+ steps:
27
+ - name: Build and check size
28
+ uses: TiddlyWiki/cerebrus@v4
29
+ with:
30
+ pr_number: ${{ inputs.pr_number }}
31
+ repo: ${{ github.repository }}
32
+ base_ref: ${{ inputs.base_ref }}
33
+ github_token: ${{ secrets.GITHUB_TOKEN }}
34
+ mode: size:comment
35
+ pr_size: ${{ inputs.pr_size }}
36
+ base_size: ${{ inputs.base_size }}
@@ -0,0 +1,18 @@
1
+ name: Validate PR Paths
2
+
3
+ on:
4
+ pull_request_target:
5
+ types: [opened, reopened, synchronize]
6
+
7
+ jobs:
8
+ validate-pr:
9
+ runs-on: ubuntu-latest
10
+
11
+ steps:
12
+ - name: Validate PR
13
+ uses: TiddlyWiki/cerebrus@v4
14
+ with:
15
+ pr_number: ${{ github.event.pull_request.number }}
16
+ repo: ${{ github.repository }}
17
+ base_ref: ${{ github.base_ref }}
18
+ github_token: ${{ secrets.GITHUB_TOKEN }}
package/bin/build-site.sh CHANGED
@@ -5,7 +5,7 @@
5
5
  # Default to the current version number for building the plugin library
6
6
 
7
7
  if [ -z "$TW5_BUILD_VERSION" ]; then
8
- TW5_BUILD_VERSION=v5.3.6
8
+ TW5_BUILD_VERSION=v5.3.7
9
9
  fi
10
10
 
11
11
  echo "Using TW5_BUILD_VERSION as [$TW5_BUILD_VERSION]"
@@ -105,6 +105,7 @@ node $TW5_BUILD_TIDDLYWIKI \
105
105
  fi
106
106
 
107
107
  # /index.html Main site
108
+ # /external-(version).html External core version of main site
108
109
  # /favicon.ico Favicon for main site
109
110
  # /static.html Static rendering of default tiddlers
110
111
  # /alltiddlers.html Static rendering of all tiddlers
@@ -117,7 +118,7 @@ node $TW5_BUILD_TIDDLYWIKI \
117
118
  --version \
118
119
  --load $TW5_BUILD_OUTPUT/build.tid \
119
120
  --output $TW5_BUILD_OUTPUT \
120
- --build favicon static index \
121
+ --build favicon static index external-js \
121
122
  || exit 1
122
123
 
123
124
  # /empty.html Empty
@@ -155,7 +156,14 @@ node $TW5_BUILD_TIDDLYWIKI \
155
156
  node $TW5_BUILD_TIDDLYWIKI \
156
157
  ./editions/tour \
157
158
  --output $TW5_BUILD_OUTPUT \
158
- --rendertiddler $:/core/save/all tour.html text/plain \
159
+ --rendertiddler $:/core/save/all-external-js tour.html text/plain \
160
+ || exit 1
161
+
162
+ # /surveys.html surveys edition
163
+ node $TW5_BUILD_TIDDLYWIKI \
164
+ ./editions/tiddlywiki-surveys \
165
+ --output $TW5_BUILD_OUTPUT \
166
+ --build index \
159
167
  || exit 1
160
168
 
161
169
  # /share.html Custom edition for sharing via the URL
@@ -194,7 +202,7 @@ node $TW5_BUILD_TIDDLYWIKI \
194
202
  ./editions/xlsx-utils \
195
203
  --load $TW5_BUILD_OUTPUT/build.tid \
196
204
  --output $TW5_BUILD_OUTPUT/editions/xlsx-utils/ \
197
- --build index \
205
+ --build external \
198
206
  || exit 1
199
207
 
200
208
  # /editions/resumebuilder/index.html Resume builder edition
@@ -210,7 +218,7 @@ node $TW5_BUILD_TIDDLYWIKI \
210
218
  ./editions/text-slicer \
211
219
  --load $TW5_BUILD_OUTPUT/build.tid \
212
220
  --output $TW5_BUILD_OUTPUT/editions/text-slicer/ \
213
- --build index \
221
+ --build external \
214
222
  || exit 1
215
223
 
216
224
  # /editions/translators/index.html Translators edition
@@ -242,7 +250,7 @@ node $TW5_BUILD_TIDDLYWIKI \
242
250
  ./editions/tw5.com-docs \
243
251
  --load $TW5_BUILD_OUTPUT/build.tid \
244
252
  --output $TW5_BUILD_OUTPUT/editions/tw5.com-docs/ \
245
- --build index \
253
+ --build external \
246
254
  || exit 1
247
255
 
248
256
  # /editions/twitter-archivist/index.html Twitter Archivist edition
@@ -265,7 +273,7 @@ node $TW5_BUILD_TIDDLYWIKI \
265
273
  ./editions/innerwikidemo \
266
274
  --load $TW5_BUILD_OUTPUT/build.tid \
267
275
  --output $TW5_BUILD_OUTPUT \
268
- --rendertiddler $:/core/save/all plugins/tiddlywiki/innerwiki/index.html text/plain \
276
+ --rendertiddler $:/core/save/all-external-js plugins/tiddlywiki/innerwiki/index.html text/plain \
269
277
  || exit 1
270
278
 
271
279
  # /plugins/tiddlywiki/dynaview/index.html Demo wiki with DynaView plugin
@@ -275,7 +283,7 @@ node $TW5_BUILD_TIDDLYWIKI \
275
283
  ./editions/dynaviewdemo \
276
284
  --load $TW5_BUILD_OUTPUT/build.tid \
277
285
  --output $TW5_BUILD_OUTPUT \
278
- --rendertiddler $:/core/save/all plugins/tiddlywiki/dynaview/index.html text/plain \
286
+ --rendertiddler $:/core/save/all-external-js plugins/tiddlywiki/dynaview/index.html text/plain \
279
287
  --rendertiddler $:/core/save/empty plugins/tiddlywiki/dynaview/empty.html text/plain \
280
288
  || exit 1
281
289
 
@@ -289,7 +297,7 @@ node $TW5_BUILD_TIDDLYWIKI \
289
297
  ./editions/katexdemo \
290
298
  --load $TW5_BUILD_OUTPUT/build.tid \
291
299
  --output $TW5_BUILD_OUTPUT \
292
- --rendertiddler $:/core/save/all plugins/tiddlywiki/katex/index.html text/plain \
300
+ --rendertiddler $:/core/save/all-external-js plugins/tiddlywiki/katex/index.html text/plain \
293
301
  --rendertiddler $:/core/save/empty plugins/tiddlywiki/katex/empty.html text/plain \
294
302
  || exit 1
295
303
 
@@ -319,7 +327,7 @@ node $TW5_BUILD_TIDDLYWIKI \
319
327
  ./editions/codemirrordemo \
320
328
  --load $TW5_BUILD_OUTPUT/build.tid \
321
329
  --output $TW5_BUILD_OUTPUT \
322
- --rendertiddler $:/core/save/all plugins/tiddlywiki/codemirror/index.html text/plain \
330
+ --rendertiddler $:/core/save/all-external-js plugins/tiddlywiki/codemirror/index.html text/plain \
323
331
  --rendertiddler $:/core/save/empty plugins/tiddlywiki/codemirror/empty.html text/plain \
324
332
  || exit 1
325
333
 
@@ -329,7 +337,7 @@ node $TW5_BUILD_TIDDLYWIKI \
329
337
  ./editions/markdowndemo \
330
338
  --load $TW5_BUILD_OUTPUT/build.tid \
331
339
  --output $TW5_BUILD_OUTPUT \
332
- --rendertiddler $:/core/save/all plugins/tiddlywiki/markdown/index.html text/plain \
340
+ --rendertiddler $:/core/save/all-external-js plugins/tiddlywiki/markdown/index.html text/plain \
333
341
  --rendertiddler $:/core/save/empty plugins/tiddlywiki/markdown/empty.html text/plain \
334
342
  || exit 1
335
343
 
@@ -339,7 +347,7 @@ node $TW5_BUILD_TIDDLYWIKI \
339
347
  ./editions/classicparserdemo \
340
348
  --load $TW5_BUILD_OUTPUT/build.tid \
341
349
  --output $TW5_BUILD_OUTPUT \
342
- --rendertiddler $:/core/save/all plugins/tiddlywiki/tw2parser/index.html text/plain \
350
+ --rendertiddler $:/core/save/all-external-js plugins/tiddlywiki/tw2parser/index.html text/plain \
343
351
  --rendertiddler $:/core/save/empty plugins/tiddlywiki/tw2parser/empty.html text/plain \
344
352
  || exit 1
345
353
 
@@ -349,7 +357,7 @@ node $TW5_BUILD_TIDDLYWIKI \
349
357
  ./editions/highlightdemo \
350
358
  --load $TW5_BUILD_OUTPUT/build.tid \
351
359
  --output $TW5_BUILD_OUTPUT \
352
- --rendertiddler $:/core/save/all plugins/tiddlywiki/highlight/index.html text/plain \
360
+ --rendertiddler $:/core/save/all-external-js plugins/tiddlywiki/highlight/index.html text/plain \
353
361
  --rendertiddler $:/core/save/empty plugins/tiddlywiki/highlight/empty.html text/plain \
354
362
  || exit 1
355
363
 
@@ -359,7 +367,7 @@ node $TW5_BUILD_TIDDLYWIKI \
359
367
  ./editions/geospatialdemo \
360
368
  --load $TW5_BUILD_OUTPUT/build.tid \
361
369
  --output $TW5_BUILD_OUTPUT \
362
- --rendertiddler $:/core/save/all plugins/tiddlywiki/geospatial/index.html text/plain \
370
+ --rendertiddler $:/core/save/all-external-js plugins/tiddlywiki/geospatial/index.html text/plain \
363
371
  --rendertiddler $:/core/save/empty plugins/tiddlywiki/geospatial/empty.html text/plain \
364
372
  || exit 1
365
373
 
package/boot/boot.js CHANGED
@@ -232,10 +232,10 @@ $tw.utils.error = function(err) {
232
232
  var link = dm("a"),
233
233
  text = JSON.stringify(tiddlers);
234
234
  if(Blob !== undefined) {
235
- var blob = new Blob([text], {type: "text/html"});
235
+ var blob = new Blob([text], {type: "application/json"});
236
236
  link.setAttribute("href", URL.createObjectURL(blob));
237
237
  } else {
238
- link.setAttribute("href","data:text/html," + encodeURIComponent(text));
238
+ link.setAttribute("href","data:application/json," + encodeURIComponent(text));
239
239
  }
240
240
  link.setAttribute("download","emergency-tiddlers-" + (new Date()) + ".json");
241
241
  document.body.appendChild(link);
@@ -1470,17 +1470,15 @@ $tw.Wiki = function(options) {
1470
1470
  // Unpack the currently registered plugins, creating shadow tiddlers for their constituent tiddlers
1471
1471
  this.unpackPluginTiddlers = function() {
1472
1472
  var self = this;
1473
- // Sort the plugin titles by the `plugin-priority` field
1474
- pluginTiddlers.sort(function(a,b) {
1475
- if("plugin-priority" in a.fields && "plugin-priority" in b.fields) {
1476
- return a.fields["plugin-priority"] - b.fields["plugin-priority"];
1477
- } else if("plugin-priority" in a.fields) {
1473
+ // Sort the plugin titles by the `plugin-priority` field, if this field is missing, default to 1
1474
+ pluginTiddlers.sort(function(a, b) {
1475
+ var priorityA = "plugin-priority" in a.fields ? a.fields["plugin-priority"] : 1;
1476
+ var priorityB = "plugin-priority" in b.fields ? b.fields["plugin-priority"] : 1;
1477
+ if (priorityA !== priorityB) {
1478
+ return priorityA - priorityB;
1479
+ } else if (a.fields.title < b.fields.title) {
1478
1480
  return -1;
1479
- } else if("plugin-priority" in b.fields) {
1480
- return +1;
1481
- } else if(a.fields.title < b.fields.title) {
1482
- return -1;
1483
- } else if(a.fields.title === b.fields.title) {
1481
+ } else if (a.fields.title === b.fields.title) {
1484
1482
  return 0;
1485
1483
  } else {
1486
1484
  return +1;
@@ -1904,8 +1902,16 @@ $tw.loadTiddlersFromFile = function(filepath,fields) {
1904
1902
  extensionInfo = $tw.utils.getFileExtensionInfo(ext),
1905
1903
  type = extensionInfo ? extensionInfo.type : null,
1906
1904
  typeInfo = type ? $tw.config.contentTypeInfo[type] : null,
1907
- data = fs.readFileSync(filepath,typeInfo ? typeInfo.encoding : "utf8"),
1908
- tiddlers = $tw.wiki.deserializeTiddlers(ext,data,fields),
1905
+ fileSize = fs.statSync(filepath).size,
1906
+ data;
1907
+ if(fileSize > $tw.config.maxEditFileSize) {
1908
+ data = "File " + filepath + "not loaded because it is too large";
1909
+ console.log("Warning: " + data);
1910
+ ext = ".txt";
1911
+ } else {
1912
+ data = fs.readFileSync(filepath,typeInfo ? typeInfo.encoding : "utf8");
1913
+ }
1914
+ var tiddlers = $tw.wiki.deserializeTiddlers(ext,data,fields),
1909
1915
  metadata = $tw.loadMetadataForFile(filepath);
1910
1916
  if(metadata) {
1911
1917
  if(type === "application/json") {
@@ -1994,7 +2000,7 @@ $tw.loadTiddlersFromSpecification = function(filepath,excludeRegExp) {
1994
2000
  var value = tiddler[name];
1995
2001
  switch(fieldInfo.source) {
1996
2002
  case "subdirectories":
1997
- value = path.relative(rootPath, filename).split(path.sep).slice(0, -1);
2003
+ value = $tw.utils.stringifyList(path.relative(rootPath, filename).split(path.sep).slice(0, -1));
1998
2004
  break;
1999
2005
  case "filepath":
2000
2006
  value = path.relative(rootPath, filename).split(path.sep).join('/');
@@ -2015,10 +2021,10 @@ $tw.loadTiddlersFromSpecification = function(filepath,excludeRegExp) {
2015
2021
  value = path.extname(filename);
2016
2022
  break;
2017
2023
  case "created":
2018
- value = new Date(fs.statSync(pathname).birthtime);
2024
+ value = $tw.utils.stringifyDate(new Date(fs.statSync(pathname).birthtime));
2019
2025
  break;
2020
2026
  case "modified":
2021
- value = new Date(fs.statSync(pathname).mtime);
2027
+ value = $tw.utils.stringifyDate(new Date(fs.statSync(pathname).mtime));
2022
2028
  break;
2023
2029
  }
2024
2030
  if(fieldInfo.prefix) {
@@ -2465,13 +2471,15 @@ $tw.boot.initStartup = function(options) {
2465
2471
  $tw.utils.registerFileType("image/webp","base64",".webp",{flags:["image"]});
2466
2472
  $tw.utils.registerFileType("image/heic","base64",".heic",{flags:["image"]});
2467
2473
  $tw.utils.registerFileType("image/heif","base64",".heif",{flags:["image"]});
2474
+ $tw.utils.registerFileType("image/avif","base64",".avif",{flags:["image"]});
2468
2475
  $tw.utils.registerFileType("image/svg+xml","utf8",".svg",{flags:["image"]});
2469
2476
  $tw.utils.registerFileType("image/vnd.microsoft.icon","base64",".ico",{flags:["image"]});
2470
2477
  $tw.utils.registerFileType("image/x-icon","base64",".ico",{flags:["image"]});
2471
2478
  $tw.utils.registerFileType("application/wasm","base64",".wasm");
2472
- $tw.utils.registerFileType("application/font-woff","base64",".woff");
2473
- $tw.utils.registerFileType("application/x-font-ttf","base64",".woff");
2474
- $tw.utils.registerFileType("application/font-woff2","base64",".woff2");
2479
+ $tw.utils.registerFileType("font/woff","base64",".woff");
2480
+ $tw.utils.registerFileType("font/woff2","base64",".woff2");
2481
+ $tw.utils.registerFileType("font/ttf","base64",".ttf");
2482
+ $tw.utils.registerFileType("font/otf","base64",".otf");
2475
2483
  $tw.utils.registerFileType("audio/ogg","base64",".ogg");
2476
2484
  $tw.utils.registerFileType("audio/mp4","base64",[".mp4",".m4a"]);
2477
2485
  $tw.utils.registerFileType("video/ogg","base64",[".ogm",".ogv",".ogg"]);
@@ -19,6 +19,10 @@ var _bootprefix = (function($tw) {
19
19
  $tw = $tw || Object.create(null);
20
20
  $tw.boot = $tw.boot || Object.create(null);
21
21
 
22
+ // Config
23
+ $tw.config = $tw.config || Object.create(null);
24
+ $tw.config.maxEditFileSize = 100 * 1024 * 1024; // 100MB
25
+
22
26
  // Detect platforms
23
27
  if(!("browser" in $tw)) {
24
28
  $tw.browser = typeof(window) !== "undefined" && typeof(document) !== "undefined" ? {} : null;
@@ -5,7 +5,3 @@ TiddlyWiki incorporates code from these fine OpenSource projects:
5
5
  * [[The Stanford Javascript Crypto Library|http://bitwiseshiftleft.github.io/sjcl/]]
6
6
  * [[The Jasmine JavaScript Test Framework|https://jasmine.github.io/]]
7
7
  * [[Normalize.css by Nicolas Gallagher|http://necolas.github.io/normalize.css/]]
8
-
9
- And media from these projects:
10
-
11
- * World flag icons from [[Wikipedia|http://commons.wikimedia.org/wiki/Category:SVG_flags_by_country]]
@@ -4,7 +4,7 @@ type: text/plain
4
4
  TiddlyWiki created by Jeremy Ruston, (jeremy [at] jermolene [dot] com)
5
5
 
6
6
  Copyright (c) 2004-2007, Jeremy Ruston
7
- Copyright (c) 2007-2024, UnaMesa Association
7
+ Copyright (c) 2007-2025, UnaMesa Association
8
8
  All rights reserved.
9
9
 
10
10
  Redistribution and use in source and binary forms, with or without
@@ -0,0 +1,5 @@
1
+ title: $:/core/images/language
2
+ tags: $:/tags/Image
3
+
4
+ \parameters (size:"22pt")
5
+ <svg width=<<size>> height=<<size>> class="tc-image-language tc-image-button" viewBox="0 0 92 92"><path d="M0 0h2480.32v3507.87H0z" style="fill:none" transform="scale(.03696 .02613)"/><path d="M71.508 62.298c-1.243 15.83-16.758 28.344-35.714 28.344-5.713 0-11.113-1.136-15.905-3.158-2.977 2.498-8.618 4.183-15.088 4.183-.929 0-1.84-.034-2.73-.102 4.499-1.5 7.989-4.886 9.298-9.099C4.373 76.918 0 69.016 0 60.246 0 49.773 6.237 40.537 15.729 35.07c1.235 7.764 5.492 14.713 11.724 19.953l-7.269 18.453c-.393.976-.676 1.737-.847 2.285a5.326 5.326 0 0 0-.256 1.591c0 .89.368 1.686 1.103 2.388.736.702 1.583 1.052 2.542 1.052 1.13 0 1.942-.33 2.438-.988.497-.659 1.096-1.93 1.797-3.812l1.797-4.826h15.3l1.797 4.723c.239.582.526 1.254.86 2.015.333.762.646 1.327.936 1.695.291.368.65.659 1.078.873.428.213.942.32 1.54.32a3.586 3.586 0 0 0 2.632-1.09c.727-.728 1.09-1.528 1.09-2.4 0-.84-.384-2.183-1.154-4.031l-3.545-8.755c2.142.3 4.34.455 6.58.455 5.541 0 10.824-.951 15.636-2.674Zm-30.563.247 1.059 2.898H30.76l2.32-6.467a43.152 43.152 0 0 0 7.865 3.569Z"/><path d="M71.778 57.635c-4.793 2.023-10.191 3.157-15.907 3.157-19.767 0-35.793-13.61-35.793-30.396S36.104.001 55.87.001c19.772 0 35.797 13.61 35.797 30.395 0 8.77-4.373 16.674-11.371 22.221 1.309 4.211 4.8 7.6 9.299 9.1-.89.067-1.802.1-2.73.1-6.47 0-12.11-1.686-15.088-4.182Zm-15.59-15.887a44.237 44.237 0 0 0 3.3 2.496c4.284 2.942 9.06 5.381 14.33 7.315l2.334-3.517c-5.134-1.871-9.696-4.125-13.69-6.763a42.558 42.558 0 0 1-3.37-2.483c4.247-4.806 7.374-10.43 9.38-16.869h6.698V17.78h-16.7a47.226 47.226 0 0 0-1.528-2.959 52.943 52.943 0 0 0-2.885-4.562l-4.218 1.554a36.467 36.467 0 0 1 2.971 3.983c.427.661.833 1.323 1.217 1.984H36.394v4.148h6.77a36.878 36.878 0 0 0 5.422 11.56 42.918 42.918 0 0 0 4.591 5.497c-4.687 4.017-10.548 6.932-17.582 8.744l2.247 3.709c7.746-2.44 13.861-5.67 18.347-9.689Zm-9.047-19.82h16.991c-1.86 5.668-4.528 10.402-8 14.204a42.526 42.526 0 0 1-4.247-4.922c-2.126-2.883-3.71-5.977-4.744-9.283Z"/></svg>
@@ -131,15 +131,14 @@ Saving/GitService/Gitea/Caption: Gitea Saver
131
131
  Saving/GitService/Gitea/Password: Personal access token for API (via Gitea’s web interface: `Settings | Applications | Generate New Token`)
132
132
  Saving/TiddlySpot/Advanced/Heading: Advanced Settings
133
133
  Saving/TiddlySpot/BackupDir: Backup Directory
134
- Saving/TiddlySpot/ControlPanel: ~TiddlySpot Control Panel
134
+ Saving/TiddlySpot/ControlPanel: ~TiddlyHost Control Panel
135
135
  Saving/TiddlySpot/Backups: Backups
136
- Saving/TiddlySpot/Caption: ~TiddlySpot Saver
137
- Saving/TiddlySpot/Description: These settings are only used when saving to [[TiddlySpot|http://tiddlyspot.com]], [[TiddlyHost|https://tiddlyhost.com]], or a compatible remote server. See [[here|https://github.com/simonbaird/tiddlyhost/wiki/TiddlySpot-Saver-configuration-for-Tiddlyhost-and-Tiddlyspot]] for information on ~TiddlySpot and ~TiddlyHost saving configuration.
136
+ Saving/TiddlySpot/Caption: ~TiddlyHost Saver
137
+ Saving/TiddlySpot/Description: These settings are only used when saving to [[TiddlyHost|https://tiddlyhost.com]] or a compatible remote server. See [[here|https://github.com/simonbaird/tiddlyhost/wiki/TiddlySpot-Saver-configuration-for-Tiddlyhost-and-Tiddlyspot]] for information on ~TiddlyHost saving configuration
138
138
  Saving/TiddlySpot/Filename: Upload Filename
139
- Saving/TiddlySpot/Heading: ~TiddlySpot
140
- Saving/TiddlySpot/Hint: //The server URL defaults to `http://<wikiname>.tiddlyspot.com/store.cgi` and can be changed to use a custom server address, e.g. `http://example.com/store.php`.//
139
+ Saving/TiddlySpot/Heading: ~TiddlyHost
140
+ Saving/TiddlySpot/Hint: //The server URL defaults to `http://<wikiname>.tiddlyspot.com/` and can be changed to use a custom server address, e.g. `http://example.com/store.php`.//
141
141
  Saving/TiddlySpot/Password: Password
142
- Saving/TiddlySpot/ReadOnly: Note that [[TiddlySpot|http://tiddlyspot.com]] no longer allows the creation of new sites. For new sites, you can use [[TiddlyHost|https://tiddlyhost.com]], a new hosting service that replaces ~TiddlySpot.
143
142
  Saving/TiddlySpot/ServerURL: Server URL
144
143
  Saving/TiddlySpot/UploadDir: Upload Directory
145
144
  Saving/TiddlySpot/UserName: Wiki Name
@@ -190,6 +189,8 @@ Settings/DefaultSidebarTab/Caption: Default Sidebar Tab
190
189
  Settings/DefaultSidebarTab/Hint: Specify which sidebar tab is displayed by default
191
190
  Settings/DefaultMoreSidebarTab/Caption: Default More Sidebar Tab
192
191
  Settings/DefaultMoreSidebarTab/Hint: Specify which More sidebar tab is displayed by default
192
+ Settings/DefaultTiddlerInfoTab/Caption: Default Tiddler Info Tab
193
+ Settings/DefaultTiddlerInfoTab/Hint: Specify which tab is displayed by default when tiddler info panel is opened
193
194
  Settings/LinkToBehaviour/Caption: Tiddler Opening Behaviour
194
195
  Settings/LinkToBehaviour/InsideRiver/Hint: Navigation from //within// the story river
195
196
  Settings/LinkToBehaviour/OutsideRiver/Hint: Navigation from //outside// the story river
@@ -251,3 +252,6 @@ ViewTemplateSubtitle/Caption: View Template Subtitle
251
252
  ViewTemplateSubtitle/Hint: This rule cascade is used by the default view template to dynamically choose the template for displaying the subtitle of a tiddler.
252
253
  ViewTemplateTags/Caption: View Template Tags
253
254
  ViewTemplateTags/Hint: This rule cascade is used by the default view template to dynamically choose the template for displaying the tags area of a tiddler.
255
+ WikiInformation/Caption: Wiki Information
256
+ WikiInformation/Hint: This page summarises high level information about the configuration of this ~TiddlyWiki. It is designed to enable users to quickly share relevant aspects of the configuration of their ~TiddlyWiki with others, for example when seeking help in one of the forums. No private or personal information is included, and nothing is shared without being explicitly copied and pasted elsewhere
257
+ WikiInformation/Drag/Caption: Drag this link to copy this tool to another wiki
@@ -4,12 +4,12 @@ _canonical_uri: The full URI of an external image tiddler
4
4
  author: Name of the author of a plugin
5
5
  bag: The name of the bag from which a tiddler came
6
6
  caption: The text to be displayed on a tab or button
7
- class: The CSS class applied to a tiddler when rendering it - see [[Custom styles by user-class]]. Also used for [[Modals]]
7
+ class: The CSS class applied to a tiddler when rendering it. Also used for Modals
8
8
  code-body: The view template will display the tiddler as code if set to ''yes''
9
9
  color: The CSS color value associated with a tiddler
10
- component: The name of the component responsible for an [[alert tiddler|AlertMechanism]]
10
+ component: The name of the component responsible for an alert tiddler
11
11
  core-version: For a plugin, indicates what version of TiddlyWiki with which it is compatible
12
- current-tiddler: Used to cache the top tiddler in a [[history list|HistoryMechanism]]
12
+ current-tiddler: Used to cache the top tiddler in a history list
13
13
  created: The date a tiddler was created
14
14
  creator: The name of the person who created a tiddler
15
15
  dependents: For a plugin, lists the dependent plugin titles
@@ -6,10 +6,7 @@ module-type: global
6
6
  The $tw.Commander class is a command interpreter
7
7
 
8
8
  \*/
9
- (function(){
10
9
 
11
- /*jslint node: true, browser: true */
12
- /*global $tw: false */
13
10
  "use strict";
14
11
 
15
12
  /*
@@ -173,5 +170,3 @@ Commander.initCommands = function(moduleType) {
173
170
  };
174
171
 
175
172
  exports.Commander = Commander;
176
-
177
- })();
@@ -6,10 +6,7 @@ module-type: command
6
6
  Command to build a build target
7
7
 
8
8
  \*/
9
- (function(){
10
9
 
11
- /*jslint node: true, browser: true */
12
- /*global $tw: false */
13
10
  "use strict";
14
11
 
15
12
  exports.info = {
@@ -48,5 +45,3 @@ Command.prototype.execute = function() {
48
45
  };
49
46
 
50
47
  exports.Command = Command;
51
-
52
- })();
@@ -6,10 +6,7 @@ module-type: command
6
6
  Clear password for crypto operations
7
7
 
8
8
  \*/
9
- (function(){
10
9
 
11
- /*jslint node: true, browser: true */
12
- /*global $tw: false */
13
10
  "use strict";
14
11
 
15
12
  exports.info = {
@@ -29,5 +26,3 @@ Command.prototype.execute = function() {
29
26
  };
30
27
 
31
28
  exports.Command = Command;
32
-
33
- })();
@@ -7,10 +7,6 @@ Runs the commands returned from a filter
7
7
 
8
8
  \*/
9
9
 
10
- (function() {
11
-
12
- /*jslint node: true, browser: true */
13
- /*global $tw: false */
14
10
  "use strict";
15
11
 
16
12
  exports.info = {
@@ -38,5 +34,3 @@ Command.prototype.execute = function() {
38
34
  };
39
35
 
40
36
  exports.Command = Command;
41
-
42
- })();
@@ -6,10 +6,7 @@ module-type: command
6
6
  Command to delete tiddlers
7
7
 
8
8
  \*/
9
- (function(){
10
9
 
11
- /*jslint node: true, browser: true */
12
- /*global $tw: false */
13
10
  "use strict";
14
11
 
15
12
  exports.info = {
@@ -38,5 +35,3 @@ Command.prototype.execute = function() {
38
35
  };
39
36
 
40
37
  exports.Command = Command;
41
-
42
- })();
@@ -6,10 +6,7 @@ module-type: command
6
6
  Command to list the available editions
7
7
 
8
8
  \*/
9
- (function(){
10
9
 
11
- /*jslint node: true, browser: true */
12
- /*global $tw: false */
13
10
  "use strict";
14
11
 
15
12
  exports.info = {
@@ -35,5 +32,3 @@ Command.prototype.execute = function() {
35
32
  };
36
33
 
37
34
  exports.Command = Command;
38
-
39
- })();
@@ -6,10 +6,7 @@ module-type: command
6
6
  Commands to fetch external tiddlers
7
7
 
8
8
  \*/
9
- (function(){
10
9
 
11
- /*jslint node: true, browser: true */
12
- /*global $tw: false */
13
10
  "use strict";
14
11
 
15
12
  exports.info = {
@@ -171,5 +168,3 @@ Command.prototype.processBody = function(body,type,options,url) {
171
168
  };
172
169
 
173
170
  exports.Command = Command;
174
-
175
- })();
@@ -6,10 +6,7 @@ module-type: command
6
6
  Help command
7
7
 
8
8
  \*/
9
- (function(){
10
9
 
11
- /*jshint node: true, browser: true */
12
- /*global $tw: false */
13
10
  "use strict";
14
11
 
15
12
  exports.info = {
@@ -37,5 +34,3 @@ Command.prototype.execute = function() {
37
34
  };
38
35
 
39
36
  exports.Command = Command;
40
-
41
- })();
@@ -6,10 +6,7 @@ module-type: command
6
6
  Command to import tiddlers from a file
7
7
 
8
8
  \*/
9
- (function(){
10
9
 
11
- /*jslint node: true, browser: true */
12
- /*global $tw: false */
13
10
  "use strict";
14
11
 
15
12
  exports.info = {
@@ -44,5 +41,3 @@ Command.prototype.execute = function() {
44
41
  };
45
42
 
46
43
  exports.Command = Command;
47
-
48
- })();
@@ -6,10 +6,7 @@ module-type: command
6
6
  Command to initialise an empty wiki folder
7
7
 
8
8
  \*/
9
- (function(){
10
9
 
11
- /*jslint node: true, browser: true */
12
- /*global $tw: false */
13
10
  "use strict";
14
11
 
15
12
  exports.info = {
@@ -55,5 +52,3 @@ Command.prototype.execute = function() {
55
52
  };
56
53
 
57
54
  exports.Command = Command;
58
-
59
- })();