tiddlywiki 5.3.5 → 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 (2311) hide show
  1. package/.github/ISSUE_TEMPLATE/bug_report.yml +2 -2
  2. package/.github/ISSUE_TEMPLATE/config.yml +1 -1
  3. package/.github/workflows/ci.yml +8 -8
  4. package/.github/workflows/cla-check.yml +30 -0
  5. package/.github/workflows/cla-signed.yml +70 -0
  6. package/.github/workflows/pr-check-build-size.yml +55 -0
  7. package/.github/workflows/pr-comment-build-size.yml +36 -0
  8. package/.github/workflows/pr-path-validation.yml +18 -0
  9. package/bin/build-site.sh +19 -61
  10. package/bin/ci-pre-build.sh +1 -1
  11. package/bin/ci-push.sh +1 -1
  12. package/bin/readme-bld.sh +8 -0
  13. package/boot/boot.js +30 -22
  14. package/boot/bootprefix.js +5 -1
  15. package/code-of-conduct.md +1 -0
  16. package/contributing.md +1 -1
  17. package/core/acknowledgements.tid +0 -4
  18. package/core/copyright.tid +1 -1
  19. package/core/images/discord.tid +5 -0
  20. package/core/images/language.tid +5 -0
  21. package/core/language/en-GB/Buttons.multids +2 -0
  22. package/core/language/en-GB/ControlPanel.multids +26 -6
  23. package/core/language/en-GB/EditTemplate.multids +2 -0
  24. package/core/language/en-GB/Fields.multids +3 -3
  25. package/core/language/en-GB/Search.multids +2 -0
  26. package/core/language/en-GB/Snippets/FunctionDefinition.tid +7 -0
  27. package/core/language/en-GB/Snippets/ProcedureDefinition.tid +7 -0
  28. package/core/language/en-GB/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
  29. package/core/modules/commander.js +0 -5
  30. package/core/modules/commands/build.js +1 -6
  31. package/core/modules/commands/clearpassword.js +0 -5
  32. package/core/modules/commands/commands.js +0 -6
  33. package/core/modules/commands/deletetiddlers.js +0 -5
  34. package/core/modules/commands/editions.js +0 -5
  35. package/core/modules/commands/fetch.js +0 -5
  36. package/core/modules/commands/help.js +0 -5
  37. package/core/modules/commands/import.js +0 -5
  38. package/core/modules/commands/init.js +0 -5
  39. package/core/modules/commands/listen.js +0 -5
  40. package/core/modules/commands/load.js +0 -5
  41. package/core/modules/commands/makelibrary.js +0 -5
  42. package/core/modules/commands/output.js +0 -5
  43. package/core/modules/commands/password.js +0 -5
  44. package/core/modules/commands/render.js +15 -16
  45. package/core/modules/commands/rendertiddler.js +0 -5
  46. package/core/modules/commands/rendertiddlers.js +0 -5
  47. package/core/modules/commands/save.js +0 -6
  48. package/core/modules/commands/savelibrarytiddlers.js +0 -5
  49. package/core/modules/commands/savetiddler.js +0 -5
  50. package/core/modules/commands/savetiddlers.js +0 -5
  51. package/core/modules/commands/savewikifolder.js +0 -5
  52. package/core/modules/commands/server.js +0 -5
  53. package/core/modules/commands/setfield.js +0 -5
  54. package/core/modules/commands/unpackplugin.js +0 -5
  55. package/core/modules/commands/verbose.js +0 -5
  56. package/core/modules/commands/version.js +0 -5
  57. package/core/modules/config.js +1 -6
  58. package/core/modules/deserializers.js +0 -5
  59. package/core/modules/editor/engines/framed.js +0 -5
  60. package/core/modules/editor/engines/simple.js +0 -5
  61. package/core/modules/editor/factory.js +0 -5
  62. package/core/modules/editor/operations/bitmap/clear.js +0 -5
  63. package/core/modules/editor/operations/bitmap/resize.js +0 -5
  64. package/core/modules/editor/operations/bitmap/rotate-left.js +0 -5
  65. package/core/modules/editor/operations/text/excise.js +12 -9
  66. package/core/modules/editor/operations/text/focus-editor.js +0 -5
  67. package/core/modules/editor/operations/text/insert-text.js +0 -5
  68. package/core/modules/editor/operations/text/make-link.js +0 -5
  69. package/core/modules/editor/operations/text/prefix-lines.js +0 -5
  70. package/core/modules/editor/operations/text/replace-all.js +0 -5
  71. package/core/modules/editor/operations/text/replace-selection.js +0 -5
  72. package/core/modules/editor/operations/text/save-selection.js +0 -5
  73. package/core/modules/editor/operations/text/wrap-lines.js +0 -5
  74. package/core/modules/editor/operations/text/wrap-selection.js +112 -29
  75. package/core/modules/filterrunprefixes/all.js +0 -5
  76. package/core/modules/filterrunprefixes/and.js +0 -5
  77. package/core/modules/filterrunprefixes/cascade.js +0 -5
  78. package/core/modules/filterrunprefixes/else.js +0 -5
  79. package/core/modules/filterrunprefixes/except.js +0 -5
  80. package/core/modules/filterrunprefixes/filter.js +0 -5
  81. package/core/modules/filterrunprefixes/intersection.js +0 -5
  82. package/core/modules/filterrunprefixes/map.js +0 -5
  83. package/core/modules/filterrunprefixes/or.js +0 -5
  84. package/core/modules/filterrunprefixes/reduce.js +0 -5
  85. package/core/modules/filterrunprefixes/sort.js +0 -5
  86. package/core/modules/filterrunprefixes/then.js +0 -5
  87. package/core/modules/filters/addprefix.js +0 -5
  88. package/core/modules/filters/addsuffix.js +0 -5
  89. package/core/modules/filters/after.js +0 -5
  90. package/core/modules/filters/all/current.js +0 -5
  91. package/core/modules/filters/all/missing.js +0 -5
  92. package/core/modules/filters/all/orphans.js +0 -5
  93. package/core/modules/filters/all/shadows.js +0 -5
  94. package/core/modules/filters/all/tags.js +0 -5
  95. package/core/modules/filters/all/tiddlers.js +0 -5
  96. package/core/modules/filters/all.js +0 -5
  97. package/core/modules/filters/backlinks.js +0 -5
  98. package/core/modules/filters/backtranscludes.js +0 -6
  99. package/core/modules/filters/before.js +0 -5
  100. package/core/modules/filters/commands.js +0 -5
  101. package/core/modules/filters/compare.js +0 -5
  102. package/core/modules/filters/contains.js +0 -5
  103. package/core/modules/filters/count.js +0 -5
  104. package/core/modules/filters/crypto.js +0 -5
  105. package/core/modules/filters/days.js +0 -5
  106. package/core/modules/filters/deserialize.js +0 -5
  107. package/core/modules/filters/deserializers.js +0 -5
  108. package/core/modules/filters/duplicateslugs.js +0 -5
  109. package/core/modules/filters/each.js +0 -5
  110. package/core/modules/filters/eachday.js +0 -5
  111. package/core/modules/filters/editiondescription.js +0 -5
  112. package/core/modules/filters/editions.js +0 -5
  113. package/core/modules/filters/else.js +0 -5
  114. package/core/modules/filters/encodings.js +4 -9
  115. package/core/modules/filters/enlist.js +0 -5
  116. package/core/modules/filters/field.js +0 -5
  117. package/core/modules/filters/fields.js +0 -5
  118. package/core/modules/filters/filter.js +0 -5
  119. package/core/modules/filters/format/date.js +0 -5
  120. package/core/modules/filters/format/json.js +0 -5
  121. package/core/modules/filters/format/relativedate.js +0 -5
  122. package/core/modules/filters/format/timestamp.js +0 -4
  123. package/core/modules/filters/format/titlelist.js +0 -5
  124. package/core/modules/filters/format.js +0 -5
  125. package/core/modules/filters/function.js +11 -11
  126. package/core/modules/filters/get.js +0 -5
  127. package/core/modules/filters/getindex.js +0 -5
  128. package/core/modules/filters/getvariable.js +0 -5
  129. package/core/modules/filters/has.js +0 -5
  130. package/core/modules/filters/haschanged.js +0 -5
  131. package/core/modules/filters/indexes.js +0 -5
  132. package/core/modules/filters/insertafter.js +0 -5
  133. package/core/modules/filters/insertbefore.js +0 -5
  134. package/core/modules/filters/is/binary.js +0 -5
  135. package/core/modules/filters/is/blank.js +0 -5
  136. package/core/modules/filters/is/current.js +0 -5
  137. package/core/modules/filters/is/draft.js +0 -5
  138. package/core/modules/filters/is/image.js +0 -5
  139. package/core/modules/filters/is/missing.js +0 -5
  140. package/core/modules/filters/is/orphan.js +0 -5
  141. package/core/modules/filters/is/shadow.js +0 -5
  142. package/core/modules/filters/is/system.js +0 -5
  143. package/core/modules/filters/is/tag.js +0 -5
  144. package/core/modules/filters/is/tiddler.js +0 -5
  145. package/core/modules/filters/is/variable.js +0 -5
  146. package/core/modules/filters/is.js +0 -5
  147. package/core/modules/filters/json-ops.js +0 -6
  148. package/core/modules/filters/limit.js +0 -5
  149. package/core/modules/filters/links.js +0 -5
  150. package/core/modules/filters/list.js +0 -5
  151. package/core/modules/filters/listed.js +0 -5
  152. package/core/modules/filters/listops.js +0 -5
  153. package/core/modules/filters/lookup.js +0 -5
  154. package/core/modules/filters/match.js +0 -5
  155. package/core/modules/filters/math.js +1 -6
  156. package/core/modules/filters/minlength.js +0 -5
  157. package/core/modules/filters/moduleproperty.js +10 -8
  158. package/core/modules/filters/modules.js +0 -5
  159. package/core/modules/filters/moduletypes.js +0 -5
  160. package/core/modules/filters/next.js +0 -5
  161. package/core/modules/filters/plugintiddlers.js +0 -5
  162. package/core/modules/filters/prefix.js +0 -5
  163. package/core/modules/filters/previous.js +0 -5
  164. package/core/modules/filters/range.js +0 -5
  165. package/core/modules/filters/reduce.js +0 -5
  166. package/core/modules/filters/regexp.js +0 -5
  167. package/core/modules/filters/removeprefix.js +0 -5
  168. package/core/modules/filters/removesuffix.js +0 -5
  169. package/core/modules/filters/sameday.js +0 -5
  170. package/core/modules/filters/search.js +0 -5
  171. package/core/modules/filters/shadowsource.js +0 -5
  172. package/core/modules/filters/slugify.js +0 -5
  173. package/core/modules/filters/sort.js +0 -5
  174. package/core/modules/filters/sortsub.js +0 -5
  175. package/core/modules/filters/splitbefore.js +0 -5
  176. package/core/modules/filters/storyviews.js +0 -5
  177. package/core/modules/filters/strings.js +0 -5
  178. package/core/modules/filters/subfilter.js +0 -5
  179. package/core/modules/filters/substitute.js +0 -5
  180. package/core/modules/filters/subtiddlerfields.js +0 -5
  181. package/core/modules/filters/suffix.js +0 -5
  182. package/core/modules/filters/tag.js +0 -5
  183. package/core/modules/filters/tagging.js +0 -5
  184. package/core/modules/filters/tags.js +0 -5
  185. package/core/modules/filters/then.js +0 -5
  186. package/core/modules/filters/title.js +0 -5
  187. package/core/modules/filters/transcludes.js +0 -6
  188. package/core/modules/filters/unknown.js +0 -5
  189. package/core/modules/filters/untagged.js +0 -5
  190. package/core/modules/filters/variables.js +0 -5
  191. package/core/modules/filters/wikiparserrules.js +0 -5
  192. package/core/modules/filters/x-listops.js +0 -5
  193. package/core/modules/filters.js +2 -7
  194. package/core/modules/indexers/field-indexer.js +0 -5
  195. package/core/modules/indexers/tag-indexer.js +0 -5
  196. package/core/modules/info/platform.js +0 -5
  197. package/core/modules/keyboard.js +0 -5
  198. package/core/modules/language.js +0 -5
  199. package/core/modules/macros/changecount.js +0 -5
  200. package/core/modules/macros/contrastcolour.js +0 -5
  201. package/core/modules/macros/csvtiddlers.js +0 -5
  202. package/core/modules/macros/displayshortcuts.js +0 -5
  203. package/core/modules/macros/jsontiddler.js +0 -4
  204. package/core/modules/macros/jsontiddlers.js +0 -5
  205. package/core/modules/macros/makedatauri.js +0 -5
  206. package/core/modules/macros/now.js +0 -5
  207. package/core/modules/macros/qualify.js +0 -5
  208. package/core/modules/macros/resolvepath.js +0 -5
  209. package/core/modules/macros/unusedtitle.js +6 -9
  210. package/core/modules/macros/version.js +0 -5
  211. package/core/modules/parsers/audioparser.js +0 -6
  212. package/core/modules/parsers/binaryparser.js +0 -6
  213. package/core/modules/parsers/csvparser.js +0 -6
  214. package/core/modules/parsers/htmlparser.js +0 -6
  215. package/core/modules/parsers/imageparser.js +1 -6
  216. package/core/modules/parsers/parseutils.js +0 -5
  217. package/core/modules/parsers/pdfparser.js +0 -6
  218. package/core/modules/parsers/textparser.js +0 -5
  219. package/core/modules/parsers/videoparser.js +0 -5
  220. package/core/modules/parsers/wikiparser/rules/codeblock.js +0 -5
  221. package/core/modules/parsers/wikiparser/rules/codeinline.js +0 -5
  222. package/core/modules/parsers/wikiparser/rules/commentblock.js +0 -5
  223. package/core/modules/parsers/wikiparser/rules/commentinline.js +0 -5
  224. package/core/modules/parsers/wikiparser/rules/conditional.js +2 -8
  225. package/core/modules/parsers/wikiparser/rules/dash.js +0 -5
  226. package/core/modules/parsers/wikiparser/rules/emphasis/bold.js +0 -5
  227. package/core/modules/parsers/wikiparser/rules/emphasis/italic.js +0 -5
  228. package/core/modules/parsers/wikiparser/rules/emphasis/strikethrough.js +0 -5
  229. package/core/modules/parsers/wikiparser/rules/emphasis/subscript.js +0 -5
  230. package/core/modules/parsers/wikiparser/rules/emphasis/superscript.js +0 -5
  231. package/core/modules/parsers/wikiparser/rules/emphasis/underscore.js +0 -5
  232. package/core/modules/parsers/wikiparser/rules/entity.js +0 -5
  233. package/core/modules/parsers/wikiparser/rules/extlink.js +0 -5
  234. package/core/modules/parsers/wikiparser/rules/filteredtranscludeblock.js +0 -5
  235. package/core/modules/parsers/wikiparser/rules/filteredtranscludeinline.js +0 -5
  236. package/core/modules/parsers/wikiparser/rules/fnprocdef.js +1 -7
  237. package/core/modules/parsers/wikiparser/rules/hardlinebreaks.js +0 -5
  238. package/core/modules/parsers/wikiparser/rules/heading.js +0 -4
  239. package/core/modules/parsers/wikiparser/rules/horizrule.js +0 -5
  240. package/core/modules/parsers/wikiparser/rules/html.js +0 -5
  241. package/core/modules/parsers/wikiparser/rules/image.js +0 -5
  242. package/core/modules/parsers/wikiparser/rules/import.js +0 -5
  243. package/core/modules/parsers/wikiparser/rules/list.js +0 -5
  244. package/core/modules/parsers/wikiparser/rules/macrocallblock.js +0 -5
  245. package/core/modules/parsers/wikiparser/rules/macrocallinline.js +0 -5
  246. package/core/modules/parsers/wikiparser/rules/macrodef.js +1 -6
  247. package/core/modules/parsers/wikiparser/rules/parameters.js +0 -5
  248. package/core/modules/parsers/wikiparser/rules/parsermode.js +0 -5
  249. package/core/modules/parsers/wikiparser/rules/prettyextlink.js +0 -5
  250. package/core/modules/parsers/wikiparser/rules/prettylink.js +0 -5
  251. package/core/modules/parsers/wikiparser/rules/quoteblock.js +0 -5
  252. package/core/modules/parsers/wikiparser/rules/rules.js +0 -5
  253. package/core/modules/parsers/wikiparser/rules/styleblock.js +0 -5
  254. package/core/modules/parsers/wikiparser/rules/styleinline.js +0 -5
  255. package/core/modules/parsers/wikiparser/rules/syslink.js +0 -5
  256. package/core/modules/parsers/wikiparser/rules/table.js +6 -8
  257. package/core/modules/parsers/wikiparser/rules/transcludeblock.js +0 -5
  258. package/core/modules/parsers/wikiparser/rules/transcludeinline.js +0 -5
  259. package/core/modules/parsers/wikiparser/rules/typedblock.js +0 -5
  260. package/core/modules/parsers/wikiparser/rules/whitespace.js +0 -5
  261. package/core/modules/parsers/wikiparser/rules/wikilink.js +0 -5
  262. package/core/modules/parsers/wikiparser/rules/wikilinkprefix.js +0 -5
  263. package/core/modules/parsers/wikiparser/wikiparser.js +0 -5
  264. package/core/modules/parsers/wikiparser/wikirulebase.js +0 -5
  265. package/core/modules/pluginswitcher.js +0 -5
  266. package/core/modules/saver-handler.js +5 -8
  267. package/core/modules/savers/andtidwiki.js +1 -5
  268. package/core/modules/savers/custom.js +0 -4
  269. package/core/modules/savers/download.js +6 -7
  270. package/core/modules/savers/fsosaver.js +0 -5
  271. package/core/modules/savers/gitea.js +0 -5
  272. package/core/modules/savers/github.js +0 -5
  273. package/core/modules/savers/gitlab.js +0 -5
  274. package/core/modules/savers/manualdownload.js +0 -5
  275. package/core/modules/savers/msdownload.js +0 -5
  276. package/core/modules/savers/put.js +3 -8
  277. package/core/modules/savers/tiddlyfox.js +0 -5
  278. package/core/modules/savers/tiddlyie.js +0 -5
  279. package/core/modules/savers/twedit.js +0 -5
  280. package/core/modules/savers/upload.js +1 -6
  281. package/core/modules/server/authenticators/basic.js +0 -5
  282. package/core/modules/server/authenticators/header.js +0 -4
  283. package/core/modules/server/routes/delete-tiddler.js +0 -6
  284. package/core/modules/server/routes/get-favicon.js +0 -6
  285. package/core/modules/server/routes/get-file.js +0 -6
  286. package/core/modules/server/routes/get-index.js +0 -6
  287. package/core/modules/server/routes/get-login-basic.js +1 -7
  288. package/core/modules/server/routes/get-status.js +0 -6
  289. package/core/modules/server/routes/get-tiddler-html.js +0 -6
  290. package/core/modules/server/routes/get-tiddler.js +0 -6
  291. package/core/modules/server/routes/get-tiddlers-json.js +0 -6
  292. package/core/modules/server/routes/put-tiddler.js +0 -6
  293. package/core/modules/server/server.js +0 -5
  294. package/core/modules/startup/browser-messaging.js +0 -5
  295. package/core/modules/startup/commands.js +0 -5
  296. package/core/modules/startup/favicon.js +0 -5
  297. package/core/modules/startup/info.js +0 -5
  298. package/core/modules/startup/load-modules.js +0 -5
  299. package/core/modules/startup/password.js +0 -5
  300. package/core/modules/startup/plugins.js +1 -5
  301. package/core/modules/startup/render.js +0 -5
  302. package/core/modules/startup/rootwidget.js +3 -6
  303. package/core/modules/startup/startup.js +10 -13
  304. package/core/modules/startup/story.js +0 -5
  305. package/core/modules/startup/windows.js +0 -5
  306. package/core/modules/story.js +0 -6
  307. package/core/modules/storyviews/classic.js +6 -11
  308. package/core/modules/storyviews/pop.js +0 -5
  309. package/core/modules/storyviews/zoomin.js +0 -5
  310. package/core/modules/syncer.js +0 -5
  311. package/core/modules/tiddler.js +2 -7
  312. package/core/modules/upgraders/plugins.js +0 -5
  313. package/core/modules/upgraders/system.js +1 -6
  314. package/core/modules/upgraders/themetweaks.js +0 -5
  315. package/core/modules/utils/crypto.js +0 -5
  316. package/core/modules/utils/csv.js +0 -5
  317. package/core/modules/utils/dom/animations/slide.js +0 -5
  318. package/core/modules/utils/dom/animator.js +0 -5
  319. package/core/modules/utils/dom/browser.js +0 -5
  320. package/core/modules/utils/dom/dom.js +3 -7
  321. package/core/modules/utils/dom/dragndrop.js +0 -5
  322. package/core/modules/utils/dom/http.js +7 -7
  323. package/core/modules/utils/dom/keyboard.js +0 -5
  324. package/core/modules/utils/dom/modal.js +1 -5
  325. package/core/modules/utils/dom/notifier.js +0 -5
  326. package/core/modules/utils/dom/popup.js +0 -5
  327. package/core/modules/utils/dom/scroller.js +0 -5
  328. package/core/modules/utils/edition-info.js +8 -9
  329. package/core/modules/utils/errors.js +0 -4
  330. package/core/modules/utils/escapecss.js +1 -5
  331. package/core/modules/utils/fakedom.js +49 -26
  332. package/core/modules/utils/filesystem.js +1 -6
  333. package/core/modules/utils/linked-list.js +2 -3
  334. package/core/modules/utils/logger.js +0 -5
  335. package/core/modules/utils/parsetree.js +0 -5
  336. package/core/modules/utils/performance.js +0 -5
  337. package/core/modules/utils/pluginmaker.js +0 -5
  338. package/core/modules/utils/repository.js +0 -6
  339. package/core/modules/utils/transliterate.js +1 -6
  340. package/core/modules/utils/utils.js +4 -7
  341. package/core/modules/widgets/action-confirm.js +0 -5
  342. package/core/modules/widgets/action-createtiddler.js +0 -5
  343. package/core/modules/widgets/action-deletefield.js +0 -5
  344. package/core/modules/widgets/action-deletetiddler.js +0 -5
  345. package/core/modules/widgets/action-listops.js +0 -6
  346. package/core/modules/widgets/action-log.js +0 -5
  347. package/core/modules/widgets/action-navigate.js +0 -5
  348. package/core/modules/widgets/action-popup.js +0 -5
  349. package/core/modules/widgets/action-sendmessage.js +0 -5
  350. package/core/modules/widgets/action-setfield.js +0 -5
  351. package/core/modules/widgets/action-setmultiplefields.js +0 -6
  352. package/core/modules/widgets/browse.js +8 -5
  353. package/core/modules/widgets/button.js +0 -5
  354. package/core/modules/widgets/checkbox.js +6 -8
  355. package/core/modules/widgets/codeblock.js +0 -5
  356. package/core/modules/widgets/count.js +0 -5
  357. package/core/modules/widgets/data.js +13 -9
  358. package/core/modules/widgets/diff-text.js +0 -5
  359. package/core/modules/widgets/draggable.js +0 -5
  360. package/core/modules/widgets/droppable.js +26 -10
  361. package/core/modules/widgets/dropzone.js +0 -5
  362. package/core/modules/widgets/edit-binary.js +0 -5
  363. package/core/modules/widgets/edit-bitmap.js +0 -5
  364. package/core/modules/widgets/edit-shortcut.js +5 -6
  365. package/core/modules/widgets/edit-text.js +0 -5
  366. package/core/modules/widgets/edit.js +2 -16
  367. package/core/modules/widgets/element.js +0 -5
  368. package/core/modules/widgets/encrypt.js +0 -5
  369. package/core/modules/widgets/entity.js +0 -5
  370. package/core/modules/widgets/error.js +0 -5
  371. package/core/modules/widgets/eventcatcher.js +0 -5
  372. package/core/modules/widgets/fieldmangler.js +0 -5
  373. package/core/modules/widgets/fields.js +0 -5
  374. package/core/modules/widgets/fill.js +4 -6
  375. package/core/modules/widgets/genesis.js +20 -19
  376. package/core/modules/widgets/image.js +0 -5
  377. package/core/modules/widgets/importvariables.js +0 -5
  378. package/core/modules/widgets/jsontiddler.js +0 -5
  379. package/core/modules/widgets/keyboard.js +10 -13
  380. package/core/modules/widgets/let.js +0 -5
  381. package/core/modules/widgets/link.js +0 -6
  382. package/core/modules/widgets/linkcatcher.js +0 -5
  383. package/core/modules/widgets/list.js +0 -5
  384. package/core/modules/widgets/log.js +0 -5
  385. package/core/modules/widgets/macrocall.js +0 -5
  386. package/core/modules/widgets/messagecatcher.js +0 -5
  387. package/core/modules/widgets/navigator.js +13 -11
  388. package/core/modules/widgets/parameters.js +0 -5
  389. package/core/modules/widgets/password.js +0 -5
  390. package/core/modules/widgets/qualify.js +0 -5
  391. package/core/modules/widgets/radio.js +4 -5
  392. package/core/modules/widgets/range.js +4 -5
  393. package/core/modules/widgets/raw.js +0 -5
  394. package/core/modules/widgets/reveal.js +0 -5
  395. package/core/modules/widgets/scrollable.js +0 -5
  396. package/core/modules/widgets/select.js +5 -6
  397. package/core/modules/widgets/setmultiplevariables.js +0 -6
  398. package/core/modules/widgets/setvariable.js +0 -5
  399. package/core/modules/widgets/slot.js +0 -5
  400. package/core/modules/widgets/testcase.js +2 -6
  401. package/core/modules/widgets/text.js +0 -5
  402. package/core/modules/widgets/tiddler.js +0 -5
  403. package/core/modules/widgets/transclude.js +8 -8
  404. package/core/modules/widgets/vars.js +0 -5
  405. package/core/modules/widgets/view.js +0 -5
  406. package/core/modules/widgets/widget.js +44 -22
  407. package/core/modules/widgets/wikify.js +0 -5
  408. package/core/modules/wiki-bulkops.js +0 -5
  409. package/core/modules/wiki.js +32 -23
  410. package/core/palettes/Blanca.tid +19 -13
  411. package/core/palettes/Blue.tid +1 -0
  412. package/core/palettes/BrightMute.tid +2 -0
  413. package/core/palettes/ContrastDark.tid +38 -31
  414. package/core/palettes/ContrastLight.tid +21 -15
  415. package/core/palettes/CupertinoDark.tid +34 -27
  416. package/core/palettes/DarkPhotos.tid +21 -15
  417. package/core/palettes/DesertSand.tid +11 -5
  418. package/core/palettes/FlexokiDark.tid +212 -0
  419. package/core/palettes/FlexokiLight.tid +214 -0
  420. package/core/palettes/GruvBoxDark.tid +23 -20
  421. package/core/palettes/Nord.tid +28 -25
  422. package/core/palettes/Rocker.tid +17 -10
  423. package/core/palettes/SolarFlare.tid +47 -32
  424. package/core/palettes/SolarizedDark.tid +17 -6
  425. package/core/palettes/SolarizedLight.tid +16 -5
  426. package/core/palettes/SpartanDay.tid +1 -0
  427. package/core/palettes/SpartanNight.tid +1 -0
  428. package/core/palettes/Twilight.tid +6 -4
  429. package/core/palettes/Vanilla.tid +16 -15
  430. package/core/templates/exporters/CsvFile.tid +1 -0
  431. package/core/templates/exporters/JsonFile.tid +1 -0
  432. package/core/templates/exporters/TidFile.tid +1 -0
  433. package/core/templates/server/static.tiddler.wikitext.tid +4 -4
  434. package/core/templates/social-metadata.tid +38 -0
  435. package/core/templates/tiddlywiki5.html.tid +1 -0
  436. package/core/ui/Actions/new-journal.tid +4 -4
  437. package/core/ui/Actions/new-tiddler.tid +3 -3
  438. package/core/ui/AdvancedSearch/Filter.tid +76 -51
  439. package/core/ui/AdvancedSearch/Shadows.tid +31 -18
  440. package/core/ui/AdvancedSearch/Standard.tid +20 -15
  441. package/core/ui/AdvancedSearch/System.tid +32 -19
  442. package/core/ui/Components/plugin-info.tid +4 -4
  443. package/core/ui/ControlPanel/Basics.tid +2 -17
  444. package/core/ui/ControlPanel/Cascades/ViewTemplateSubtitle.tid +9 -0
  445. package/core/ui/ControlPanel/Cascades/ViewTemplateTags.tid +9 -0
  446. package/core/ui/ControlPanel/Modals/AddPlugins.tid +4 -4
  447. package/core/ui/ControlPanel/Saving/GitHub.tid +1 -1
  448. package/core/ui/ControlPanel/Saving/GitLab.tid +1 -1
  449. package/core/ui/ControlPanel/Saving/TiddlySpot.tid +1 -7
  450. package/core/ui/ControlPanel/Saving/gitea.tid +2 -2
  451. package/core/ui/ControlPanel/Settings/DefaultTiddlerInfoTab.tid +19 -0
  452. package/core/ui/ControlPanel/Settings/RecentLimit.tid +10 -0
  453. package/core/ui/ControlPanel/SocialCard.tid +22 -0
  454. package/core/ui/DefaultSearchResultList.tid +2 -2
  455. package/core/ui/EditTemplate/controls.tid +1 -2
  456. package/core/ui/EditTemplate/fields.tid +26 -29
  457. package/core/ui/EditTemplate/tags.tid +1 -3
  458. package/core/ui/EditTemplate/type.tid +4 -4
  459. package/core/ui/EditToolbar/cancel.tid +11 -7
  460. package/core/ui/EditToolbar/delete.tid +11 -7
  461. package/core/ui/EditToolbar/save.tid +6 -7
  462. package/core/ui/EditorToolbar/bold.tid +2 -1
  463. package/core/ui/EditorToolbar/excise.tid +1 -1
  464. package/core/ui/EditorToolbar/file-import.tid +22 -12
  465. package/core/ui/EditorToolbar/heading-1.tid +1 -1
  466. package/core/ui/EditorToolbar/heading-2.tid +1 -1
  467. package/core/ui/EditorToolbar/heading-3.tid +1 -1
  468. package/core/ui/EditorToolbar/heading-4.tid +1 -1
  469. package/core/ui/EditorToolbar/heading-5.tid +1 -1
  470. package/core/ui/EditorToolbar/heading-6.tid +1 -1
  471. package/core/ui/EditorToolbar/italic.tid +2 -1
  472. package/core/ui/EditorToolbar/link-dropdown.tid +22 -22
  473. package/core/ui/EditorToolbar/link.tid +1 -1
  474. package/core/ui/EditorToolbar/linkify.tid +2 -1
  475. package/core/ui/EditorToolbar/list-bullet.tid +1 -1
  476. package/core/ui/EditorToolbar/list-number.tid +1 -1
  477. package/core/ui/EditorToolbar/mono-block.tid +1 -1
  478. package/core/ui/EditorToolbar/mono-line.tid +2 -1
  479. package/core/ui/EditorToolbar/picture.tid +1 -1
  480. package/core/ui/EditorToolbar/quote.tid +1 -1
  481. package/core/ui/EditorToolbar/stamp-dropdown-item-template.tid +1 -1
  482. package/core/ui/EditorToolbar/strikethrough.tid +2 -1
  483. package/core/ui/EditorToolbar/subscript.tid +2 -1
  484. package/core/ui/EditorToolbar/superscript.tid +2 -1
  485. package/core/ui/EditorToolbar/transcludify.tid +2 -1
  486. package/core/ui/EditorToolbar/underline.tid +2 -1
  487. package/core/ui/ExportTiddlyWikiCore.tid +1 -1
  488. package/core/ui/ImportListing.tid +2 -0
  489. package/core/ui/KeyboardShortcuts/open-control-panel.tid +8 -0
  490. package/core/ui/PageControls/advanced-search.tid +6 -6
  491. package/core/ui/PageControls/closeall.tid +5 -5
  492. package/core/ui/PageControls/controlpanel.tid +6 -6
  493. package/core/ui/PageControls/encryption.tid +8 -8
  494. package/core/ui/PageControls/export-page.tid +1 -1
  495. package/core/ui/PageControls/export-tiddlywikicore.tid +1 -1
  496. package/core/ui/PageControls/fold-all.tid +5 -5
  497. package/core/ui/PageControls/full-screen.tid +5 -5
  498. package/core/ui/PageControls/home.tid +5 -5
  499. package/core/ui/PageControls/import.tid +5 -5
  500. package/core/ui/PageControls/language.tid +5 -12
  501. package/core/ui/PageControls/layout.tid +4 -4
  502. package/core/ui/PageControls/manager.tid +6 -6
  503. package/core/ui/PageControls/more-page-actions.tid +17 -21
  504. package/core/ui/PageControls/network-activity.tid +5 -5
  505. package/core/ui/PageControls/new-image.tid +4 -4
  506. package/core/ui/PageControls/new-journal.tid +5 -6
  507. package/core/ui/PageControls/newtiddler.tid +4 -4
  508. package/core/ui/PageControls/palette.tid +4 -4
  509. package/core/ui/PageControls/print.tid +5 -5
  510. package/core/ui/PageControls/refresh.tid +5 -5
  511. package/core/ui/PageControls/savewiki.tid +14 -7
  512. package/core/ui/PageControls/storyview.tid +5 -8
  513. package/core/ui/PageControls/tag-button.tid +6 -6
  514. package/core/ui/PageControls/theme.tid +4 -4
  515. package/core/ui/PageControls/timestamp.tid +8 -8
  516. package/core/ui/PageControls/unfold-all.tid +5 -5
  517. package/core/ui/SideBar/Recent.tid +1 -1
  518. package/core/ui/SideBar/Tools.tid +20 -25
  519. package/core/ui/SideBarSegments/search.tid +16 -14
  520. package/core/ui/TagManager.tid +17 -2
  521. package/core/ui/TagTemplate.tid +1 -1
  522. package/core/ui/TestCaseTemplate.tid +3 -1
  523. package/core/ui/TestCases/DefaultTemplate.tid +137 -79
  524. package/core/ui/TestCases/DefaultTemplateSourceTabs.tid +22 -1
  525. package/core/ui/TestCases/actions/Export.tid +1 -1
  526. package/core/ui/ViewTemplate/body/code.tid +5 -0
  527. package/core/ui/ViewTemplate/body/import.tid +1 -0
  528. package/core/ui/ViewTemplate/body/{rendered-plain-text.tid → rendered-plain-text/css.tid} +2 -1
  529. package/core/ui/ViewTemplate/body/rendered-plain-text/html.tid +4 -0
  530. package/core/ui/ViewTemplate/body.tid +1 -1
  531. package/core/ui/ViewTemplate/lazy-loading.tid +10 -0
  532. package/core/ui/ViewTemplate/subtitle/default.tid +10 -0
  533. package/core/ui/ViewTemplate/subtitle/modifier.tid +1 -1
  534. package/core/ui/ViewTemplate/subtitle.tid +1 -7
  535. package/core/ui/ViewTemplate/tags/default.tid +11 -0
  536. package/core/ui/ViewTemplate/tags.tid +1 -3
  537. package/core/ui/ViewTemplate/title.tid +1 -1
  538. package/core/ui/ViewToolbar/clone.tid +14 -9
  539. package/core/ui/ViewToolbar/close-others.tid +4 -4
  540. package/core/ui/ViewToolbar/close.tid +13 -9
  541. package/core/ui/ViewToolbar/edit.tid +13 -9
  542. package/core/ui/ViewToolbar/export-tiddler.tid +1 -4
  543. package/core/ui/ViewToolbar/fold-others.tid +4 -4
  544. package/core/ui/ViewToolbar/fold.tid +8 -8
  545. package/core/ui/ViewToolbar/info.tid +8 -9
  546. package/core/ui/ViewToolbar/more-tiddler-actions.tid +16 -21
  547. package/core/ui/ViewToolbar/new-here.tid +6 -8
  548. package/core/ui/ViewToolbar/new-journal-here.tid +9 -17
  549. package/core/ui/ViewToolbar/open-window.tid +4 -4
  550. package/core/ui/ViewToolbar/permalink.tid +4 -4
  551. package/core/ui/ViewToolbar/permaview.tid +4 -4
  552. package/core/ui/WikiInformation.tid +122 -0
  553. package/core/wiki/allfields.tid +25 -8
  554. package/core/wiki/config/EditorEnableImportFilter.tid +1 -1
  555. package/core/wiki/config/OfficialPluginLibrary.tid +1 -1
  556. package/core/wiki/config/RecentLimit.tid +3 -0
  557. package/core/wiki/config/ShortcutInfo.multids +1 -0
  558. package/core/wiki/config/TagPillDragFilter.tid +2 -0
  559. package/core/wiki/config/ViewTemplateBodyFilters.multids +4 -3
  560. package/core/wiki/config/ViewTemplateSubtitleFilters.multids +4 -0
  561. package/core/wiki/config/ViewTemplateTagsFilters.multids +4 -0
  562. package/core/wiki/config/shortcuts/shortcuts.multids +1 -0
  563. package/core/wiki/languageswitcher.tid +2 -15
  564. package/core/wiki/macros/CSS.tid +39 -27
  565. package/core/wiki/macros/colour-picker.tid +19 -24
  566. package/core/wiki/macros/copy-to-clipboard.tid +1 -1
  567. package/core/wiki/macros/diff.tid +1 -1
  568. package/core/wiki/macros/dumpvariables.tid +1 -1
  569. package/core/wiki/macros/export.tid +44 -25
  570. package/core/wiki/macros/image-picker.tid +13 -16
  571. package/core/wiki/macros/keyboard-driven-input.tid +91 -59
  572. package/core/wiki/macros/list.tid +41 -40
  573. package/core/wiki/macros/show-filter-count.tid +17 -0
  574. package/core/wiki/macros/tag-picker.tid +28 -25
  575. package/core/wiki/macros/tag.tid +1 -1
  576. package/core/wiki/macros/testcase.tid +1 -1
  577. package/core/wiki/macros/timeline.tid +8 -8
  578. package/core/wiki/macros/toc.tid +33 -27
  579. package/core/wiki/macros/translink.tid +13 -13
  580. package/core/wiki/macros/tree.tid +20 -24
  581. package/core/wiki/paletteswitcher.tid +1 -1
  582. package/core/wiki/tags/TextEditorSnippet.tid +2 -0
  583. package/core/wiki/tags/ViewTemplate.tid +1 -1
  584. package/core/wiki/tags/ViewTemplateBodyFilter.tid +1 -1
  585. package/editions/classicparserdemo/tiddlers/$__coreURL.tid +4 -0
  586. package/editions/classicparserdemo/tiddlywiki.info +4 -1
  587. package/editions/codemirrordemo/tiddlers/$__coreURL.tid +4 -0
  588. package/editions/codemirrordemo/tiddlers/HelloThere.tid +1 -0
  589. package/editions/codemirrordemo/tiddlywiki.info +10 -2
  590. package/editions/de-AT/tiddlers/HelloThere.tid +1 -1
  591. package/editions/de-AT/tiddlers/community/Fur_Entwickler.tid +1 -1
  592. package/editions/de-AT/tiddlers/community/Wie_kann_ich_helfen_.tid +2 -2
  593. package/editions/de-AT/tiddlers/lexikon/GitHub.tid +1 -1
  594. package/editions/de-AT/tiddlers/maintainer/Wer pflegt diese Edition_.tid +1 -1
  595. package/editions/de-AT/tiddlers/referenz/Lizenzen.tid +3 -3
  596. package/editions/dev/tiddlers/$__github-ribbon.tid +9 -0
  597. package/editions/dev/tiddlers/Continuous Deployment.tid +1 -1
  598. package/editions/dev/tiddlers/GitHub Branches.tid +1 -1
  599. package/editions/dev/tiddlers/build/Scripts for building tiddlywiki.com.tid +3 -3
  600. package/editions/dev/tiddlers/from tw5.com/Developing plugins using Node.js and GitHub.tid +1 -1
  601. package/editions/dev/tiddlers/from tw5.com/How to create a translation for TiddlyWiki.tid +2 -2
  602. package/editions/dev/tiddlers/from tw5.com/JavaScript Macros.tid +2 -3
  603. package/editions/dev/tiddlers/from tw5.com/moduletypes/SyncAdaptorModules.tid +1 -1
  604. package/editions/dev/tiddlers/javascript-widget-tutorial/domwidget.js +0 -4
  605. package/editions/dev/tiddlers/javascript-widget-tutorial/donothing.js +0 -5
  606. package/editions/dev/tiddlers/javascript-widget-tutorial/hello-attribute-optimized.js +0 -6
  607. package/editions/dev/tiddlers/javascript-widget-tutorial/hello-attribute.js +0 -6
  608. package/editions/dev/tiddlers/javascript-widget-tutorial/hello.js +0 -5
  609. package/editions/dev/tiddlers/javascript-widget-tutorial/refreshcount.js +0 -6
  610. package/editions/dev/tiddlers/javascript-widget-tutorial/tiddlerfield-norefresh.js +0 -6
  611. package/editions/dev/tiddlers/javascript-widget-tutorial/tiddlerfield.js +0 -6
  612. package/editions/dev/tiddlers/new/Filter Operators.tid +1 -7
  613. package/editions/dev/tiddlers/new/Hook_ th-before-importing.tid +0 -5
  614. package/editions/dev/tiddlers/new/ParserSubclassingMechanism.tid +0 -4
  615. package/editions/dev/tiddlers/new/Using TiddlyWiki as a library.tid +1 -1
  616. package/editions/dev/tiddlers/new/WidgetSubclassingMechanism.tid +0 -4
  617. package/editions/dev/tiddlers/system/ContributionBanner.tid +1 -1
  618. package/editions/dev/tiddlers/system/Sources.tid +1 -1
  619. package/editions/dev/tiddlers/system/github-fork-ribbon.tid +1 -1
  620. package/editions/dev/tiddlers/system/tw5.com-dev-styles.tid +2 -0
  621. package/editions/dynaviewdemo/tiddlers/$__coreURL.tid +4 -0
  622. package/editions/dynaviewdemo/tiddlywiki.info +4 -1
  623. package/editions/es-ES/tiddlers/$__ContributionBanner.tid +1 -1
  624. package/editions/es-ES/tiddlers/Articles.tid +1 -1
  625. package/editions/es-ES/tiddlers/Contributing.tid +1 -1
  626. package/editions/es-ES/tiddlers/Contributor_License_Agreement.tid +2 -2
  627. package/editions/es-ES/tiddlers/Contributors.tid +1 -1
  628. package/editions/es-ES/tiddlers/Examples.tid +1 -1
  629. package/editions/es-ES/tiddlers/Forums.tid +2 -2
  630. package/editions/es-ES/tiddlers/HelloThere.tid +1 -1
  631. package/editions/es-ES/tiddlers/Installing_TiddlyWiki_on_Node.js.tid +1 -1
  632. package/editions/es-ES/tiddlers/Resources.tid +1 -1
  633. package/editions/es-ES/tiddlers/Signing_the_Contributor_License_Agreement.tid +2 -2
  634. package/editions/es-ES/tiddlers/Tutorials.tid +1 -1
  635. package/editions/fr-FR/tiddlers/$__ContributionBanner.tid +1 -1
  636. package/editions/fr-FR/tiddlers/$__editions_tw5.com_version-macros.tid +1 -1
  637. package/editions/fr-FR/tiddlers/Contributing.tid +4 -4
  638. package/editions/fr-FR/tiddlers/Contributors.tid +1 -1
  639. package/editions/fr-FR/tiddlers/Developers.tid +4 -4
  640. package/editions/fr-FR/tiddlers/GitHub.tid +1 -1
  641. package/editions/fr-FR/tiddlers/HelloThere.tid +1 -1
  642. package/editions/fr-FR/tiddlers/HelpingTiddlyWiki.tid +2 -2
  643. package/editions/fr-FR/tiddlers/How to add a banner for GitHub contributions.tid +1 -1
  644. package/editions/fr-FR/tiddlers/Release 5.1.2.tid +8 -8
  645. package/editions/fr-FR/tiddlers/Release_5.1.8.tid +45 -45
  646. package/editions/fr-FR/tiddlers/ReportingBugs.tid +1 -1
  647. package/editions/fr-FR/tiddlers/RoadMap.tid +1 -1
  648. package/editions/fr-FR/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid +1 -1
  649. package/editions/full/tiddlywiki.info +5 -6
  650. package/editions/geospatialdemo/tiddlers/$__coreURL.tid +4 -0
  651. package/editions/geospatialdemo/tiddlers/Features.tid +13 -7
  652. package/editions/geospatialdemo/tiddlers/HelloThere.tid +5 -4
  653. package/editions/geospatialdemo/tiddlers/cities/LimehouseTownHall-image.jpeg +0 -0
  654. package/editions/geospatialdemo/tiddlers/cities/LimehouseTownHall-image.jpeg.meta +3 -0
  655. package/editions/geospatialdemo/tiddlers/cities/LimehouseTownHall.tid +3 -1
  656. package/editions/geospatialdemo/tiddlers/cities/Motovun-image.jpeg +0 -0
  657. package/editions/geospatialdemo/tiddlers/cities/Motovun-image.jpeg.meta +3 -0
  658. package/editions/geospatialdemo/tiddlers/cities/Motovun.tid +3 -1
  659. package/editions/geospatialdemo/tiddlers/cities/NewYork-image.jpeg +0 -0
  660. package/editions/geospatialdemo/tiddlers/cities/NewYork-image.jpeg.meta +3 -0
  661. package/editions/geospatialdemo/tiddlers/cities/NewYork.tid +3 -1
  662. package/editions/geospatialdemo/tiddlers/cities/Oxford-image.jpeg +0 -0
  663. package/editions/geospatialdemo/tiddlers/cities/Oxford-image.jpeg.meta +3 -0
  664. package/editions/geospatialdemo/tiddlers/cities/Oxford.tid +3 -1
  665. package/editions/geospatialdemo/tiddlers/cities/Toronto-image.jpeg +0 -0
  666. package/editions/geospatialdemo/tiddlers/cities/Toronto-image.jpeg.meta +3 -0
  667. package/editions/geospatialdemo/tiddlers/cities/Toronto.tid +3 -1
  668. package/editions/geospatialdemo/tiddlers/cities/Winchester-image.jpeg +0 -0
  669. package/editions/geospatialdemo/tiddlers/cities/Winchester-image.jpeg.meta +3 -0
  670. package/editions/geospatialdemo/tiddlers/cities/Winchester.tid +3 -1
  671. package/editions/geospatialdemo/tiddlers/config/FeatureVisbility.multids +4 -0
  672. package/editions/geospatialdemo/tiddlers/features/canada-census-subdivision-millesime-popuptemplate.tid +12 -0
  673. package/editions/geospatialdemo/tiddlers/features/canada-census-subdivision-millesime.geojson.meta +1 -0
  674. package/editions/geospatialdemo/tiddlers/features/harvard-glb-volc-geojson-popuptemplate.tid +10 -0
  675. package/editions/geospatialdemo/tiddlers/features/harvard-glb-volc-geojson.json.meta +2 -1
  676. package/editions/geospatialdemo/tiddlers/features/natural-earth-countries-low-res-popuptemplate.tid +32 -0
  677. package/editions/geospatialdemo/tiddlers/features/natural-earth-countries-low-res.json +1 -0
  678. package/editions/geospatialdemo/tiddlers/features/natural-earth-countries-low-res.json.meta +6 -0
  679. package/editions/geospatialdemo/tiddlers/features/us-states-popuptemplate.tid +6 -0
  680. package/editions/geospatialdemo/tiddlers/features/us-states.geojson.meta +1 -0
  681. package/editions/geospatialdemo/tiddlers/real-estate-demo/schema.json +2 -2
  682. package/editions/geospatialdemo/tiddlers/ui/geofeature.tid +1 -1
  683. package/editions/geospatialdemo/tiddlers/ui/geomarker.tid +4 -4
  684. package/editions/geospatialdemo/tiddlers/ui/popuptemplate.tid +9 -0
  685. package/editions/geospatialdemo/tiddlywiki.info +3 -0
  686. package/editions/highlightdemo/tiddlers/$__coreURL.tid +4 -0
  687. package/editions/highlightdemo/tiddlywiki.info +4 -1
  688. package/editions/innerwikidemo/tiddlers/system/$__coreURL.tid +4 -0
  689. package/editions/innerwikidemo/tiddlywiki.info +3 -0
  690. package/editions/introduction/tiddlers/slides/Translations.tid +2 -26
  691. package/editions/introduction/tiddlywiki.info +4 -0
  692. package/editions/ja-JP/tiddlers/$_config_ViewTemplateSubtitle_original-modified.tid +6 -0
  693. package/editions/ja-JP/tiddlers/$_config_ViewTemplateTitleFilters_ja-default.tid +8 -0
  694. package/editions/ja-JP/tiddlers/$_core_ui_ViewTemplate_title_ja-default.tid +9 -0
  695. package/editions/ja-JP/tiddlers/$_editions_ja-JP_Macros_list.tid +25 -0
  696. package/editions/ja-JP/tiddlers/$_editions_ja-JP_Macros_timeline-title.tid +12 -0
  697. package/editions/ja-JP/tiddlers/$_editions_ja-JP_Macros_toc-caption.tid +16 -0
  698. package/editions/ja-JP/tiddlers/$_plugins_tiddlywiki_menubar_items_contents.tid +12 -0
  699. package/editions/ja-JP/tiddlers/Hidden Setting_ Import Content Types for Editor.tid +13 -0
  700. package/editions/ja-JP/tiddlers/TiddlyWiki Docs PR Maker.tid +14 -0
  701. package/editions/ja-JP/tiddlers/_tw_shared/sites/classic.tiddlywiki.com.tid +7 -0
  702. package/editions/ja-JP/tiddlers/_tw_shared/sites/links.tiddlywiki.org.tid +7 -0
  703. package/editions/ja-JP/tiddlers/_tw_shared/sites/marketplace.tid +7 -0
  704. package/editions/ja-JP/tiddlers/_tw_shared/sites/talk.tiddlywiki.org.tid +7 -0
  705. package/editions/ja-JP/tiddlers/_tw_shared/sites/tiddlywiki.com.dev.tid +7 -0
  706. package/editions/ja-JP/tiddlers/_tw_shared/sites/tiddlywiki.com.prerelease.tid +7 -0
  707. package/editions/ja-JP/tiddlers/_tw_shared/sites/tiddlywiki.com.tid +7 -0
  708. package/editions/ja-JP/tiddlers/_tw_shared/sites/tiddlywiki.com.upgrade.tid +7 -0
  709. package/editions/ja-JP/tiddlers/_tw_shared/sites/tiddlywiki.org.tid +7 -0
  710. package/editions/ja-JP/tiddlers/_tw_shared/sites.tid +33 -0
  711. package/editions/ja-JP/tiddlers/about/About.tid +11 -0
  712. package/editions/ja-JP/tiddlers/about/Acknowledgements.tid +11 -0
  713. package/editions/ja-JP/tiddlers/about/Archive.tid +83 -0
  714. package/editions/ja-JP/tiddlers/about/Contributors.tid +45 -0
  715. package/editions/ja-JP/tiddlers/about/Developers.tid +31 -0
  716. package/editions/ja-JP/tiddlers/about/Funding TiddlyWiki.tid +21 -0
  717. package/editions/ja-JP/tiddlers/about/History of TiddlyWiki.tid +88 -0
  718. package/editions/ja-JP/tiddlers/about/License.tid +21 -0
  719. package/editions/ja-JP/tiddlers/about/Open Collective.tid +16 -0
  720. package/editions/ja-JP/tiddlers/about/Philosophy of Tiddlers.tid +13 -0
  721. package/editions/ja-JP/tiddlers/commands/NamedCommandParameters.tid +24 -0
  722. package/editions/ja-JP/tiddlers/community/Articles.tid +28 -0
  723. package/editions/ja-JP/tiddlers/community/Community Editions.tid +27 -0
  724. package/editions/ja-JP/tiddlers/community/Community Palettes.tid +27 -0
  725. package/editions/ja-JP/tiddlers/community/Community Plugins.tid +27 -0
  726. package/editions/ja-JP/tiddlers/community/Community Themes.tid +27 -0
  727. package/editions/ja-JP/tiddlers/community/Community.tid +13 -0
  728. package/editions/ja-JP/tiddlers/community/Examples.tid +26 -0
  729. package/editions/ja-JP/tiddlers/community/Forums.tid +38 -0
  730. package/editions/ja-JP/tiddlers/community/Latest.tid +28 -0
  731. package/editions/ja-JP/tiddlers/community/Meetups.tid +16 -0
  732. package/editions/ja-JP/tiddlers/community/OXTWIG.tid +25 -0
  733. package/editions/ja-JP/tiddlers/community/Other Resources.tid +27 -0
  734. package/editions/ja-JP/tiddlers/community/TiddlyWiki Hangouts.tid +13 -0
  735. package/editions/ja-JP/tiddlers/community/TiddlyWiki on the Web.tid +18 -0
  736. package/editions/ja-JP/tiddlers/community/Tutorials.tid +28 -0
  737. package/editions/ja-JP/tiddlers/community/editions/_Noteself_ by Danielo Rodriguez.tid +35 -0
  738. package/editions/ja-JP/tiddlers/community/examples/A Thesis Notebook.tid +19 -0
  739. package/editions/ja-JP/tiddlers/community/examples/GitFixUm.tid +16 -0
  740. package/editions/ja-JP/tiddlers/community/examples/PESpot Lesson Planner by Patrick Detzner.tid +16 -0
  741. package/editions/ja-JP/tiddlers/community/examples/PETTIL.tid +21 -0
  742. package/editions/ja-JP/tiddlers/community/examples/Simple Zork like Game.tid +17 -0
  743. package/editions/ja-JP/tiddlers/community/examples/TriTarget.org by Devin Weaver.tid +16 -0
  744. package/editions/ja-JP/tiddlers/community/examples/_Lucky Sushi_ online shop by sini-Kit.tid +13 -0
  745. package/editions/ja-JP/tiddlers/community/resources/Gospel_Bubbles_by_Rev_David_Gifford.tid +28 -0
  746. package/editions/ja-JP/tiddlers/community/resources/TW5-firebase_ TiddlyWiki5 for Google Firebase by Peter Neumark.tid +29 -0
  747. package/editions/ja-JP/tiddlers/community/resources/TiddlyDrive Add-on for Google Drive by Joshua Stubbs.tid +26 -0
  748. package/editions/ja-JP/tiddlers/community/resources/TiddlyServer by Arlen Beiler.tid +30 -0
  749. package/editions/ja-JP/tiddlers/community/resources/Twexe_ Single File Tiddlywiki5 executable.tid +32 -0
  750. package/editions/ja-JP/tiddlers/community/resources/_Timimi_ Extension and executable by Riz.tid +36 -0
  751. package/editions/ja-JP/tiddlers/community/resources/_file-backups_ Extension Firefox by pmario.tid +20 -0
  752. package/editions/ja-JP/tiddlers/community/resources/_savetiddlers_ Extension for Chrome and Firefox by buggyj.tid +18 -0
  753. package/editions/ja-JP/tiddlers/concepts/ExternalImages.tid +72 -0
  754. package/editions/ja-JP/tiddlers/concepts/Filters.tid +30 -0
  755. package/editions/ja-JP/tiddlers/concepts/InfoPanel.tid +18 -0
  756. package/editions/ja-JP/tiddlers/concepts/Order of Tagged Tiddlers.tid +22 -0
  757. package/editions/ja-JP/tiddlers/concepts/PermaLinks.tid +64 -0
  758. package/editions/ja-JP/tiddlers/concepts/Selection Constructors.tid +19 -0
  759. package/editions/ja-JP/tiddlers/concepts/TagTiddlers.tid +13 -0
  760. package/editions/ja-JP/tiddlers/concepts/TiddlyWikiFolders.tid +42 -0
  761. package/editions/ja-JP/tiddlers/customising/Alternative page layouts.tid +48 -0
  762. package/editions/ja-JP/tiddlers/customising/Configuring startup tiddlers.tid +29 -0
  763. package/editions/ja-JP/tiddlers/customising/Creating new toolbar buttons.tid +37 -0
  764. package/editions/ja-JP/tiddlers/customising/Customise TiddlyWiki.tid +12 -0
  765. package/editions/ja-JP/tiddlers/customising/Customising TiddlyWiki's user interface.tid +77 -0
  766. package/editions/ja-JP/tiddlers/customising/Customising search results.tid +51 -0
  767. package/editions/ja-JP/tiddlers/definitions/TiddlyDesktop.tid +21 -0
  768. package/editions/ja-JP/tiddlers/demonstrations/KeyboardDrivenInput/Demonstration_ keyboard-driven-input Macro.tid +123 -0
  769. package/editions/ja-JP/tiddlers/demonstrations/SampleNotification.tid +9 -0
  770. package/editions/ja-JP/tiddlers/demonstrations/SampleWizard.tid +15 -0
  771. package/editions/ja-JP/tiddlers/demonstrations/SampleWizard2.tid +13 -0
  772. package/editions/ja-JP/tiddlers/demonstrations/Tasks/Compose ballad.tid +8 -0
  773. package/editions/ja-JP/tiddlers/demonstrations/Tasks/Get the Ring.tid +8 -0
  774. package/editions/ja-JP/tiddlers/demonstrations/Tasks/Go to Mordor.tid +8 -0
  775. package/editions/ja-JP/tiddlers/demonstrations/Tasks/Kill the Dragon.tid +9 -0
  776. package/editions/ja-JP/tiddlers/demonstrations/Tasks/Make the beds.tid +8 -0
  777. package/editions/ja-JP/tiddlers/demonstrations/Tasks/TaskManagementExample.tid +27 -0
  778. package/editions/ja-JP/tiddlers/demonstrations/Tasks/TaskManagementExampleDraggable.tid +25 -0
  779. package/editions/ja-JP/tiddlers/demonstrations/Tasks/TaskManagementExampleDraggableTemplate.tid +9 -0
  780. package/editions/ja-JP/tiddlers/demonstrations/Tasks/done.tid +8 -0
  781. package/editions/ja-JP/tiddlers/demonstrations/Tasks/task.tid +10 -0
  782. package/editions/ja-JP/tiddlers/editions/Blog Edition.tid +11 -0
  783. package/editions/ja-JP/tiddlers/editions/Editions.tid +18 -0
  784. package/editions/ja-JP/tiddlers/editions/Empty Edition.tid +16 -0
  785. package/editions/ja-JP/tiddlers/editions/Full Edition.tid +13 -0
  786. package/editions/ja-JP/tiddlers/editions/R/303/251sum/303/251 Builder Edition.tid" +11 -0
  787. package/editions/ja-JP/tiddlers/editions/Text Slicer Edition.tid +11 -0
  788. package/editions/ja-JP/tiddlers/editions/XLSX Utilities Edition.tid +11 -0
  789. package/editions/ja-JP/tiddlers/features/AutoSave.tid +13 -0
  790. package/editions/ja-JP/tiddlers/features/Core Icons.tid +42 -0
  791. package/editions/ja-JP/tiddlers/features/DateFormat.tid +89 -0
  792. package/editions/ja-JP/tiddlers/features/Deserializers.tid +22 -0
  793. package/editions/ja-JP/tiddlers/features/Drag and Drop.tid +33 -0
  794. package/editions/ja-JP/tiddlers/features/Features.tid +13 -0
  795. package/editions/ja-JP/tiddlers/features/Future Proof.tid +18 -0
  796. package/editions/ja-JP/tiddlers/features/Importing Tiddlers.tid +28 -0
  797. package/editions/ja-JP/tiddlers/features/JSON in TiddlyWiki.tid +73 -0
  798. package/editions/ja-JP/tiddlers/features/LazyLoading.tid +32 -0
  799. package/editions/ja-JP/tiddlers/features/Modals.tid +26 -0
  800. package/editions/ja-JP/tiddlers/features/Notifications.tid +11 -0
  801. package/editions/ja-JP/tiddlers/features/Performance Instrumentation.tid +38 -0
  802. package/editions/ja-JP/tiddlers/features/SafeMode.tid +30 -0
  803. package/editions/ja-JP/tiddlers/features/Scalability.tid +11 -0
  804. package/editions/ja-JP/tiddlers/features/Searching in TiddlyWiki.tid +24 -0
  805. package/editions/ja-JP/tiddlers/features/StartupActions.tid +46 -0
  806. package/editions/ja-JP/tiddlers/fileformats/MultiTiddlerFileSyntax.tid +31 -0
  807. package/editions/ja-JP/tiddlers/fileformats/MultiTiddlerFiles.tid +38 -0
  808. package/editions/ja-JP/tiddlers/fileformats/TiddlerFiles.tid +112 -0
  809. package/editions/ja-JP/tiddlers/filters/Introduction to filter notation.tid +97 -0
  810. package/editions/ja-JP/tiddlers/filters/syntax/All Filter Run Prefix.tid +20 -0
  811. package/editions/ja-JP/tiddlers/filters/syntax/And Filter Run Prefix.tid +20 -0
  812. package/editions/ja-JP/tiddlers/filters/syntax/Cascade Filter Run Prefix (Examples).tid +48 -0
  813. package/editions/ja-JP/tiddlers/filters/syntax/Cascade Filter Run Prefix.tid +27 -0
  814. package/editions/ja-JP/tiddlers/filters/syntax/Else Filter Run Prefix.tid +22 -0
  815. package/editions/ja-JP/tiddlers/filters/syntax/Except Filter Run Prefix.tid +20 -0
  816. package/editions/ja-JP/tiddlers/filters/syntax/Filter Expression.tid +23 -0
  817. package/editions/ja-JP/tiddlers/filters/syntax/Filter Filter Run Prefix (Examples).tid +33 -0
  818. package/editions/ja-JP/tiddlers/filters/syntax/Filter Filter Run Prefix.tid +34 -0
  819. package/editions/ja-JP/tiddlers/filters/syntax/Filter Parameter.tid +40 -0
  820. package/editions/ja-JP/tiddlers/filters/syntax/Filter Run Prefix.tid +21 -0
  821. package/editions/ja-JP/tiddlers/filters/syntax/Filter Run.tid +29 -0
  822. package/editions/ja-JP/tiddlers/filters/syntax/Filter Step.tid +37 -0
  823. package/editions/ja-JP/tiddlers/filters/syntax/Filter Syntax.tid +26 -0
  824. package/editions/ja-JP/tiddlers/filters/syntax/Filter Whitespace.tid +15 -0
  825. package/editions/ja-JP/tiddlers/filters/syntax/Interchangeable Filter Run Prefixes.tid +47 -0
  826. package/editions/ja-JP/tiddlers/filters/syntax/Intersection Filter Run Prefix (Examples).tid +38 -0
  827. package/editions/ja-JP/tiddlers/filters/syntax/Intersection Filter Run Prefix.tid +22 -0
  828. package/editions/ja-JP/tiddlers/filters/syntax/Map Filter Run Prefix (Examples).tid +60 -0
  829. package/editions/ja-JP/tiddlers/filters/syntax/Map Filter Run Prefix.tid +35 -0
  830. package/editions/ja-JP/tiddlers/filters/syntax/Named Filter Run Prefix.tid +38 -0
  831. package/editions/ja-JP/tiddlers/filters/syntax/Or Filter Run Prefix.tid +20 -0
  832. package/editions/ja-JP/tiddlers/filters/syntax/Reduce Filter Run Prefix (Examples).tid +29 -0
  833. package/editions/ja-JP/tiddlers/filters/syntax/Reduce Filter Run Prefix.tid +49 -0
  834. package/editions/ja-JP/tiddlers/filters/syntax/Shortcut Filter Run Prefixes.tid +30 -0
  835. package/editions/ja-JP/tiddlers/filters/syntax/Sort Filter Run Prefix (Examples).tid +35 -0
  836. package/editions/ja-JP/tiddlers/filters/syntax/Sort Filter Run Prefix.tid +61 -0
  837. package/editions/ja-JP/tiddlers/filters/syntax/Then Filter Run Prefix (Examples).tid +53 -0
  838. package/editions/ja-JP/tiddlers/filters/syntax/then Filter Run Prefix.tid +41 -0
  839. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Android.tid +22 -0
  840. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Chrome.tid +12 -0
  841. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Firefox.tid +13 -0
  842. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Internet Explorer.tid +13 -0
  843. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Node.js.tid +10 -0
  844. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Online.tid +15 -0
  845. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Safari.tid +13 -0
  846. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - iOS.tid +10 -0
  847. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted.tid +17 -0
  848. package/editions/ja-JP/tiddlers/hellothere/A Gentle Guide to TiddlyWiki.tid +24 -0
  849. package/editions/ja-JP/tiddlers/hellothere/Discover TiddlyWiki.tid +38 -0
  850. package/editions/ja-JP/tiddlers/hellothere/Find Out More.tid +18 -0
  851. package/editions/ja-JP/tiddlers/hellothere/HelloThere.tid +19 -0
  852. package/editions/ja-JP/tiddlers/hellothere/Some of the things you can do with TiddlyWiki.tid +22 -0
  853. package/editions/ja-JP/tiddlers/hellothere/Ten reasons to switch to TiddlyWiki.tid +20 -0
  854. package/editions/ja-JP/tiddlers/hellothere/Testimonials and Reviews.tid +15 -0
  855. package/editions/ja-JP/tiddlers/hellothere/Welcome.tid +8 -0
  856. package/editions/ja-JP/tiddlers/hellothere/What happened to the original TiddlyWiki_.tid +17 -0
  857. package/editions/ja-JP/tiddlers/hellothere/quickstart/Quick Start.tid +23 -0
  858. package/editions/ja-JP/tiddlers/hellothere/quickstart/desktop.tid +11 -0
  859. package/editions/ja-JP/tiddlers/hellothere/quickstart/diy.tid +11 -0
  860. package/editions/ja-JP/tiddlers/hellothere/quickstart/tiddlyhost.tid +11 -0
  861. package/editions/ja-JP/tiddlers/hellothere/quickstart/xememex.tid +11 -0
  862. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Funding.tid +10 -0
  863. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Grok TiddlyWiki.tid +10 -0
  864. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Intertwingled Innovations.tid +10 -0
  865. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Introduction Video.tid +11 -0
  866. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Latest Version.tid +15 -0
  867. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Marketplace.tid +10 -0
  868. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - MultiWikiServer.tid +11 -0
  869. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Newsletter.tid +10 -0
  870. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWiki Privacy.tid +9 -0
  871. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWikiLinks.tid +9 -0
  872. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Twenty Years of TiddlyWiki.tid +10 -0
  873. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Content to be displayed for empty story.tid +14 -0
  874. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Default Story Ordering.tid +5 -0
  875. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Default Tiddler Colour.tid +9 -0
  876. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting EditTabIndex.tid +10 -0
  877. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting HtmlParserDisableSandbox.tid +16 -0
  878. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting NewImageType.tid +11 -0
  879. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SaveWikiButton Filename.tid +13 -0
  880. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SaveWikiButton Template.tid +15 -0
  881. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Search-NavigateOnEnter.tid +9 -0
  882. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SearchMinLength.tid +13 -0
  883. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting ShowEditPreviewPerTiddler.tid +12 -0
  884. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Sync System Tiddlers From Server.tid +15 -0
  885. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SyncLogging.tid +15 -0
  886. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SyncPollingInterval.tid +15 -0
  887. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting TagsMinLength.tid +13 -0
  888. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting ViewTemplate and EditTemplate.tid +8 -0
  889. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Default Tiddler Icon.tid +9 -0
  890. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Disable Drag and Drop.tid +21 -0
  891. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Disable Lazy Loading.tid +11 -0
  892. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Enable File Import in Editor_1.tid +14 -0
  893. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ More Tabs Horizontal.tid +9 -0
  894. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Scroll Top Adjustment.tid +12 -0
  895. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Search AutoFocus.tid +11 -0
  896. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Tag Pill Drag Filter.tid +24 -0
  897. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Typin Refresh Delay.tid +15 -0
  898. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Settings.tid +13 -0
  899. package/editions/ja-JP/tiddlers/howtos/Adding a Twitter Follow button.tid +24 -0
  900. package/editions/ja-JP/tiddlers/howtos/Adding_a_table_of_contents_to_the_sidebar.tid +27 -0
  901. package/editions/ja-JP/tiddlers/howtos/Adopt a Titles Policy.tid +16 -0
  902. package/editions/ja-JP/tiddlers/howtos/Concatenating text and variables using macro substitution.tid +61 -0
  903. package/editions/ja-JP/tiddlers/howtos/Configuring the default TiddlerInfo tab.tid +19 -0
  904. package/editions/ja-JP/tiddlers/howtos/Constructing JSON tiddlers.tid +18 -0
  905. package/editions/ja-JP/tiddlers/howtos/Creating SubStories.tid +34 -0
  906. package/editions/ja-JP/tiddlers/howtos/Creating a custom export format.tid +23 -0
  907. package/editions/ja-JP/tiddlers/howtos/Creating a splash screen.tid +36 -0
  908. package/editions/ja-JP/tiddlers/howtos/Custom Styles FAQ.tid +11 -0
  909. package/editions/ja-JP/tiddlers/howtos/Custom Styles by title.tid +41 -0
  910. package/editions/ja-JP/tiddlers/howtos/Custom Styles by userClass.tid +28 -0
  911. package/editions/ja-JP/tiddlers/howtos/Custom tag pill styles.tid +34 -0
  912. package/editions/ja-JP/tiddlers/howtos/Custom_Attribute_Selectors.tid +33 -0
  913. package/editions/ja-JP/tiddlers/howtos/Custom_styles_by_data-tags.tid +62 -0
  914. package/editions/ja-JP/tiddlers/howtos/Debugging Stylesheets.tid +13 -0
  915. package/editions/ja-JP/tiddlers/howtos/Editing Tiddlers with Emacs.tid +40 -0
  916. package/editions/ja-JP/tiddlers/howtos/Editing Tiddlers with Vim.tid +11 -0
  917. package/editions/ja-JP/tiddlers/howtos/Editor toolbar.tid +22 -0
  918. package/editions/ja-JP/tiddlers/howtos/Formatting List Results as Tables with CSS - Specified Columns Methods.tid +51 -0
  919. package/editions/ja-JP/tiddlers/howtos/Formatting List Results as Tables with CSS - Variable Column Method.tid +85 -0
  920. package/editions/ja-JP/tiddlers/howtos/Formatting_List_Results_as_Tables_(no_CSS).tid +51 -0
  921. package/editions/ja-JP/tiddlers/howtos/Generating Static Sites with TiddlyWiki.tid +37 -0
  922. package/editions/ja-JP/tiddlers/howtos/Height of text editor.tid +8 -0
  923. package/editions/ja-JP/tiddlers/howtos/How to add a banner for GitHub contributions.tid +22 -0
  924. package/editions/ja-JP/tiddlers/howtos/How to apply custom styles by tag.tid +62 -0
  925. package/editions/ja-JP/tiddlers/howtos/How to apply custom styles.tid +12 -0
  926. package/editions/ja-JP/tiddlers/howtos/How to build a TiddlyWiki5 from individual tiddlers.tid +19 -0
  927. package/editions/ja-JP/tiddlers/howtos/How to change the sort order of sub-branches in a TOC macro.tid +27 -0
  928. package/editions/ja-JP/tiddlers/howtos/How to create a custom story tiddler template.tid +42 -0
  929. package/editions/ja-JP/tiddlers/howtos/How to create a custom tiddler colour rule.tid +38 -0
  930. package/editions/ja-JP/tiddlers/howtos/How to create a custom tiddler icon rule.tid +38 -0
  931. package/editions/ja-JP/tiddlers/howtos/How to create keyboard shortcuts.tid +107 -0
  932. package/editions/ja-JP/tiddlers/howtos/How to customize TiddlyDesktop.tid +34 -0
  933. package/editions/ja-JP/tiddlers/howtos/How to embed PDF and other documents.tid +37 -0
  934. package/editions/ja-JP/tiddlers/howtos/How to export tiddlers.tid +32 -0
  935. package/editions/ja-JP/tiddlers/howtos/How to hide the author's and other fields with CSS.tid +33 -0
  936. package/editions/ja-JP/tiddlers/howtos/How to put the last modification date in a banner.tid +29 -0
  937. package/editions/ja-JP/tiddlers/howtos/How to update TiddlyWiki to the latest version.tid +9 -0
  938. package/editions/ja-JP/tiddlers/howtos/How to widen tiddlers (aka storyriver).tid +17 -0
  939. package/editions/ja-JP/tiddlers/howtos/How_to_add_a_new_tab_to_the_sidebar.tid +17 -0
  940. package/editions/ja-JP/tiddlers/howtos/How_to_turn_off_camel_case_linking.tid +27 -0
  941. package/editions/ja-JP/tiddlers/howtos/Insert link.tid +12 -0
  942. package/editions/ja-JP/tiddlers/howtos/Insert picture.tid +10 -0
  943. package/editions/ja-JP/tiddlers/howtos/KeyboardShortcuts.tid +38 -0
  944. package/editions/ja-JP/tiddlers/howtos/Making a custom journal button.tid +43 -0
  945. package/editions/ja-JP/tiddlers/howtos/Making curved text with SVG.tid +28 -0
  946. package/editions/ja-JP/tiddlers/howtos/Modifying JSON tiddlers.tid +20 -0
  947. package/editions/ja-JP/tiddlers/howtos/More actions.tid +8 -0
  948. package/editions/ja-JP/tiddlers/howtos/Preserving open tiddlers at startup.tid +17 -0
  949. package/editions/ja-JP/tiddlers/howtos/Reading data from JSON tiddlers.tid +36 -0
  950. package/editions/ja-JP/tiddlers/howtos/Setting a favicon.tid +19 -0
  951. package/editions/ja-JP/tiddlers/howtos/Setting a page background image.tid +19 -0
  952. package/editions/ja-JP/tiddlers/howtos/Sharing a TiddlyWiki on Dropbox.tid +27 -0
  953. package/editions/ja-JP/tiddlers/howtos/Simple ways to write protect tiddlers.tid +32 -0
  954. package/editions/ja-JP/tiddlers/howtos/Structuring TiddlyWiki.tid +14 -0
  955. package/editions/ja-JP/tiddlers/howtos/Tagging.tid +42 -0
  956. package/editions/ja-JP/tiddlers/howtos/Text preview.tid +20 -0
  957. package/editions/ja-JP/tiddlers/howtos/The First Rule of Using TiddlyWiki.tid +37 -0
  958. package/editions/ja-JP/tiddlers/howtos/Upgrading.tid +64 -0
  959. package/editions/ja-JP/tiddlers/howtos/Using Excise.tid +20 -0
  960. package/editions/ja-JP/tiddlers/howtos/Using SVG.tid +57 -0
  961. package/editions/ja-JP/tiddlers/howtos/Using Stamp.tid +59 -0
  962. package/editions/ja-JP/tiddlers/howtos/Using Stylesheets.tid +82 -0
  963. package/editions/ja-JP/tiddlers/howtos/Using TiddlyWiki for GitHub project documentation.tid +31 -0
  964. package/editions/ja-JP/tiddlers/howtos/Using a custom path prefix with the client-server edition.tid +16 -0
  965. package/editions/ja-JP/tiddlers/howtos/Visible Transclusions.tid +16 -0
  966. package/editions/ja-JP/tiddlers/howtos/Windows HTA Hack.tid +18 -0
  967. package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_dynamic_stylesheet.tid +10 -0
  968. package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_how_can_i_use_custom_field.tid +31 -0
  969. package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_what_if_tiddler_has_no_tags.tid +21 -0
  970. package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_what_this_and_that_tag.tid +34 -0
  971. package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_what_this_or_that_tag.tid +19 -0
  972. package/editions/ja-JP/tiddlers/images/Icon Gallery.tid +16 -0
  973. package/editions/ja-JP/tiddlers/languages/Castellano (Espana) Edition.tid +14 -0
  974. package/editions/ja-JP/tiddlers/languages/Chinese (Simplified) Edition.tid +15 -0
  975. package/editions/ja-JP/tiddlers/languages/Chinese (Traditional) Edition.tid +15 -0
  976. package/editions/ja-JP/tiddlers/languages/French (France) Edition.tid +13 -0
  977. package/editions/ja-JP/tiddlers/languages/German (Austria) Edition.tid +15 -0
  978. package/editions/ja-JP/tiddlers/languages/German (Germany) Edition.tid +15 -0
  979. package/editions/ja-JP/tiddlers/languages/Japanese (Japan) Edition.tid +13 -0
  980. package/editions/ja-JP/tiddlers/languages/Korean (Korea Republic) Edition.tid +13 -0
  981. package/editions/ja-JP/tiddlers/languages/Languages.tid +19 -0
  982. package/editions/ja-JP/tiddlers/learning/Copying tiddlers between TiddlyWiki files.tid +11 -0
  983. package/editions/ja-JP/tiddlers/learning/Introduction to Lists.tid +59 -0
  984. package/editions/ja-JP/tiddlers/learning/Learning.tid +14 -0
  985. package/editions/ja-JP/tiddlers/mechanisms/AlertMechanism.tid +22 -0
  986. package/editions/ja-JP/tiddlers/mechanisms/DragAndDropMechanism.tid +27 -0
  987. package/editions/ja-JP/tiddlers/menubar/gettingstarted.tid +7 -0
  988. package/editions/ja-JP/tiddlers/nodejs/Building TiddlyWikiClassic.tid +27 -0
  989. package/editions/ja-JP/tiddlers/nodejs/Customising Tiddler File Naming.tid +58 -0
  990. package/editions/ja-JP/tiddlers/nodejs/Environment Variables on Node.js.tid +27 -0
  991. package/editions/ja-JP/tiddlers/nodejs/Installing TiddlyWiki Prerelease on Node.js.tid +16 -0
  992. package/editions/ja-JP/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid +44 -0
  993. package/editions/ja-JP/tiddlers/nodejs/Installing custom plugins on Node.js.tid +23 -0
  994. package/editions/ja-JP/tiddlers/nodejs/Installing official plugins on Node.js.tid +41 -0
  995. package/editions/ja-JP/tiddlers/nodejs/Scripts for TiddlyWiki on Node.js.tid +52 -0
  996. package/editions/ja-JP/tiddlers/nodejs/Serving TW5 from Android.tid +48 -0
  997. package/editions/ja-JP/tiddlers/nodejs/TiddlyWiki on Node.js.tid +24 -0
  998. package/editions/ja-JP/tiddlers/nodejs/Uninstalling a plugin with Node.js.tid +33 -0
  999. package/editions/ja-JP/tiddlers/nodejs/Upgrading TiddlyWiki on Node.js.tid +19 -0
  1000. package/editions/ja-JP/tiddlers/nodejs/Using TiddlyWiki on Node.js.tid +43 -0
  1001. package/editions/ja-JP/tiddlers/nodejs/Working with the TiddlyWiki5 repository.tid +25 -0
  1002. package/editions/ja-JP/tiddlers/nodejs/tiddlywiki.files_Files.tid +172 -0
  1003. package/editions/ja-JP/tiddlers/nodejs/tiddlywiki.info_Files.tid +60 -0
  1004. package/editions/ja-JP/tiddlers/platforms/Platforms.tid +12 -0
  1005. package/editions/ja-JP/tiddlers/plugins/Amazon Web Services Plugin.tid +12 -0
  1006. package/editions/ja-JP/tiddlers/plugins/BrowserStorage Plugin.tid +20 -0
  1007. package/editions/ja-JP/tiddlers/plugins/CodeMirror Plugin.tid +12 -0
  1008. package/editions/ja-JP/tiddlers/plugins/Consent Banner Plugin.tid +16 -0
  1009. package/editions/ja-JP/tiddlers/plugins/D3 Plugin.tid +14 -0
  1010. package/editions/ja-JP/tiddlers/plugins/Dynaview Plugin.tid +14 -0
  1011. package/editions/ja-JP/tiddlers/plugins/External Attachments Plugin.tid +12 -0
  1012. package/editions/ja-JP/tiddlers/plugins/Highlight Plugin.tid +14 -0
  1013. package/editions/ja-JP/tiddlers/plugins/Innerwiki Plugin.tid +13 -0
  1014. package/editions/ja-JP/tiddlers/plugins/Installing a plugin from the plugin library.tid +40 -0
  1015. package/editions/ja-JP/tiddlers/plugins/JSZip Plugin.tid +9 -0
  1016. package/editions/ja-JP/tiddlers/plugins/KaTeX Plugin.tid +12 -0
  1017. package/editions/ja-JP/tiddlers/plugins/Manually installing a plugin.tid +31 -0
  1018. package/editions/ja-JP/tiddlers/plugins/Markdown Plugin.tid +12 -0
  1019. package/editions/ja-JP/tiddlers/plugins/Mobile Drag And Drop Shim Plugin.tid +10 -0
  1020. package/editions/ja-JP/tiddlers/plugins/OfficialPlugins.tid +13 -0
  1021. package/editions/ja-JP/tiddlers/plugins/Plugin Editions.tid +11 -0
  1022. package/editions/ja-JP/tiddlers/plugins/Plugin Ordering.tid +49 -0
  1023. package/editions/ja-JP/tiddlers/plugins/Plugins.tid +32 -0
  1024. package/editions/ja-JP/tiddlers/plugins/Railroad Plugin.tid +12 -0
  1025. package/editions/ja-JP/tiddlers/plugins/SaveTrail Plugin.tid +17 -0
  1026. package/editions/ja-JP/tiddlers/plugins/Share Plugin.tid +14 -0
  1027. package/editions/ja-JP/tiddlers/plugins/TW2Parser Plugin.tid +12 -0
  1028. package/editions/ja-JP/tiddlers/plugins/Twitter Plugin.tid +14 -0
  1029. package/editions/ja-JP/tiddlers/plugins/Uninstalling a plugin.tid +31 -0
  1030. package/editions/ja-JP/tiddlers/releasenotes/Releases.tid +15 -0
  1031. package/editions/ja-JP/tiddlers/roadmap/RoadMap.tid +11 -0
  1032. package/editions/ja-JP/tiddlers/saving/Emergency Tiddler Export.tid +31 -0
  1033. package/editions/ja-JP/tiddlers/saving/Encryption.tid +20 -0
  1034. package/editions/ja-JP/tiddlers/saving/Example config-tiddlyweb-host for IIS.txt +2 -0
  1035. package/editions/ja-JP/tiddlers/saving/Example config-tiddlyweb-host for IIS.txt.meta +7 -0
  1036. package/editions/ja-JP/tiddlers/saving/Example package.json for IIS.txt +8 -0
  1037. package/editions/ja-JP/tiddlers/saving/Example package.json for IIS.txt.meta +7 -0
  1038. package/editions/ja-JP/tiddlers/saving/Example tiddlywiki.info for IIS.txt +11 -0
  1039. package/editions/ja-JP/tiddlers/saving/Example tiddlywiki.info for IIS.txt.meta +7 -0
  1040. package/editions/ja-JP/tiddlers/saving/Example web.config for IIS.txt +25 -0
  1041. package/editions/ja-JP/tiddlers/saving/Example web.config for IIS.txt.meta +7 -0
  1042. package/editions/ja-JP/tiddlers/saving/Installing TiddlyWiki on Microsoft Internet Information Server.tid +70 -0
  1043. package/editions/ja-JP/tiddlers/saving/Saving on Android.tid +35 -0
  1044. package/editions/ja-JP/tiddlers/saving/Saving on Browser with TiddlyStow.tid +19 -0
  1045. package/editions/ja-JP/tiddlers/saving/Saving on Browser with the File System Access API.tid +22 -0
  1046. package/editions/ja-JP/tiddlers/saving/Saving on TidGi.tid +27 -0
  1047. package/editions/ja-JP/tiddlers/saving/Saving on TiddlyDesktop.tid +21 -0
  1048. package/editions/ja-JP/tiddlers/saving/Saving on TiddlyHost.tid +21 -0
  1049. package/editions/ja-JP/tiddlers/saving/Saving on a PHP Server.tid +50 -0
  1050. package/editions/ja-JP/tiddlers/saving/Saving on iPad_iPhone.tid +31 -0
  1051. package/editions/ja-JP/tiddlers/saving/Saving to a Git service.tid +32 -0
  1052. package/editions/ja-JP/tiddlers/saving/Saving via WebDAV.tid +91 -0
  1053. package/editions/ja-JP/tiddlers/saving/Saving via a Minimal Web Server.tid +48 -0
  1054. package/editions/ja-JP/tiddlers/saving/Saving via minimal Ruby server.tid +21 -0
  1055. package/editions/ja-JP/tiddlers/saving/Saving with Polly.tid +31 -0
  1056. package/editions/ja-JP/tiddlers/saving/Saving with TW Receiver.tid +17 -0
  1057. package/editions/ja-JP/tiddlers/saving/Saving with TiddlyFox.tid +15 -0
  1058. package/editions/ja-JP/tiddlers/saving/Saving with TiddlyIE.tid +27 -0
  1059. package/editions/ja-JP/tiddlers/saving/Saving with TiddlyPWA.tid +17 -0
  1060. package/editions/ja-JP/tiddlers/saving/Saving with the HTML5 saver.tid +29 -0
  1061. package/editions/ja-JP/tiddlers/saving/Saving.tid +75 -0
  1062. package/editions/ja-JP/tiddlers/saving/TiddlyBucket - Save to AWS or Google Storage.tid +16 -0
  1063. package/editions/ja-JP/tiddlers/saving/TiddlyWiki in the Sky for Dropbox.tid +19 -0
  1064. package/editions/ja-JP/tiddlers/system/$_core_macros_list.tid +115 -0
  1065. package/editions/ja-JP/tiddlers/system/$_core_macros_tag.tid +41 -0
  1066. package/editions/ja-JP/tiddlers/system/$_core_ui_SideBar_Open.tid +42 -0
  1067. package/editions/ja-JP/tiddlers/system/$_core_ui_TagPickerTagTemplate.tid +27 -0
  1068. package/editions/ja-JP/tiddlers/system/TableOfContents.tid +16 -0
  1069. package/editions/ja-JP/tiddlers/testimonials/Testimonials - Joe Armstrong.tid +9 -0
  1070. package/editions/ja-JP/tiddlers/testimonials/Testimonials - Network World.tid +9 -0
  1071. package/editions/ja-JP/tiddlers/testimonials/Testimonials - Product Hunt.tid +9 -0
  1072. package/editions/ja-JP/tiddlers/videos/Getting Started Video.tid +13 -0
  1073. package/editions/ja-JP/tiddlers/videos/Introducing TiddlyDesktop Video.tid +11 -0
  1074. package/editions/ja-JP/tiddlers/videos/Introduction Video.tid +15 -0
  1075. package/editions/ja-JP/tiddlers/videos/TiddlyWiki on Firefox for Android Video.tid +11 -0
  1076. package/editions/ja-JP/tiddlers/videos/Videos.tid +13 -0
  1077. package/editions/ja-JP/tiddlers/videos/Working with the TiddlyWiki5 repository video.tid +11 -0
  1078. package/editions/ja-JP/tiddlers/wikitext/Images in WikiText.tid +69 -0
  1079. package/editions/ja-JP/tiddlers/wikitext/Styles and Classes in WikiText.tid +75 -0
  1080. package/editions/ja-JP/tiddlers/workingwithtw/Audio.tid +27 -0
  1081. package/editions/ja-JP/tiddlers/workingwithtw/BrowserCompatibility.tid +14 -0
  1082. package/editions/ja-JP/tiddlers/workingwithtw/Creating and editing tiddlers.tid +37 -0
  1083. package/editions/ja-JP/tiddlers/workingwithtw/Creating journal tiddlers.tid +42 -0
  1084. package/editions/ja-JP/tiddlers/workingwithtw/Formatting text in TiddlyWiki.tid +59 -0
  1085. package/editions/ja-JP/tiddlers/workingwithtw/Navigating between open tiddlers.tid +22 -0
  1086. package/editions/ja-JP/tiddlers/workingwithtw/Performance.tid +35 -0
  1087. package/editions/ja-JP/tiddlers/workingwithtw/Sharing your tiddlers with others.tid +19 -0
  1088. package/editions/ja-JP/tiddlers/workingwithtw/Using links to navigate between tiddlers.tid +55 -0
  1089. package/editions/ja-JP/tiddlers/workingwithtw/Working with TiddlyWiki.tid +13 -0
  1090. package/editions/katexdemo/tiddlers/$__coreURL.tid +4 -0
  1091. package/editions/katexdemo/tiddlywiki.info +4 -1
  1092. package/editions/ko-KR/tiddlers/system/ContributionBanner.tid +1 -1
  1093. package/editions/ko-KR/tiddlers/system/Sources.tid +1 -1
  1094. package/editions/markdowndemo/tiddlers/$__coreURL.tid +4 -0
  1095. package/editions/markdowndemo/tiddlers/DefaultMissingType.tid +3 -0
  1096. package/editions/markdowndemo/tiddlers/HelloThere.tid +7 -1
  1097. package/editions/markdowndemo/tiddlywiki.info +4 -1
  1098. package/editions/pluginlibrary/tiddlers/GettingStarted.tid +2 -2
  1099. package/editions/pluginlibrary/tiddlywiki.info +1 -1
  1100. package/editions/prerelease/tiddlers/system/DefaultTiddlers.tid +4 -0
  1101. package/editions/prerelease/tiddlers/system/PrereleaseLocalPluginLibrary.tid +1 -1
  1102. package/editions/prerelease/tiddlers/system/PrereleaseOfficialPluginLibrary.tid +1 -1
  1103. package/editions/prerelease/tiddlers/system/SiteDomain.tid +3 -0
  1104. package/editions/prerelease/tiddlers/system/SitePreviewUrl.tid +3 -0
  1105. package/editions/prerelease/tiddlers/system/SiteUrl.tid +3 -0
  1106. package/editions/prerelease/tiddlers/system/TiddlyWiki Pre-release.tid +8 -2
  1107. package/editions/prerelease/tiddlers/system/styles.tid +6 -0
  1108. package/editions/prerelease/tiddlywiki.info +0 -4
  1109. package/editions/test/tiddlers/tests/data/conditionals/Basic.tid +1 -1
  1110. package/editions/test/tiddlers/tests/data/conditionals/BlockMode.tid +6 -6
  1111. package/editions/test/tiddlers/tests/data/conditionals/Else.tid +1 -1
  1112. package/editions/test/tiddlers/tests/data/conditionals/Elseif.tid +1 -1
  1113. package/editions/test/tiddlers/tests/data/conditionals/MissingEndIf.tid +1 -1
  1114. package/editions/test/tiddlers/tests/data/conditionals/MultipleResults.tid +1 -1
  1115. package/editions/test/tiddlers/tests/data/conditionals/Nested.tid +6 -6
  1116. package/editions/test/tiddlers/tests/data/conditionals/NestedElseif.tid +8 -8
  1117. package/editions/test/tiddlers/tests/data/data-widget/ImportCompound.tid +1 -1
  1118. package/editions/test/tiddlers/tests/data/data-widget/ImportCustomTitle.tid +23 -0
  1119. package/editions/test/tiddlers/tests/data/data-widget/ImportFilter.tid +1 -1
  1120. package/editions/test/tiddlers/tests/data/data-widget/ImportTiddler.tid +1 -1
  1121. package/editions/test/tiddlers/tests/data/data-widget/Simple.tid +2 -2
  1122. package/editions/test/tiddlers/tests/data/filters/fake-variables.tid +1 -1
  1123. package/editions/test/tiddlers/tests/data/functions/FunctionFilterrunVariables4.tid +20 -0
  1124. package/editions/test/tiddlers/tests/data/genesis-widget/MultipleAttributes.tid +1 -1
  1125. package/editions/test/tiddlers/tests/data/macros/unusedtitle/basic-params.tid +9 -1
  1126. package/editions/test/tiddlers/tests/data/macros/unusedtitle/template-startCount.tid +27 -0
  1127. package/editions/test/tiddlers/tests/data/macros/unusedtitle/template.tid +1 -1
  1128. package/editions/test/tiddlers/tests/data/messages/tm-new-tiddler/create-a-new-tiddler-with-a-tag.tid +38 -0
  1129. package/editions/test/tiddlers/tests/data/messages/tm-new-tiddler/default.tid +39 -0
  1130. package/editions/test/tiddlers/tests/data/messages/tm-new-tiddler/new-from-template-with-tag.tid +44 -0
  1131. package/editions/test/tiddlers/tests/data/messages/tm-new-tiddler/new-from-template-without-tag.tid +65 -0
  1132. package/editions/test/tiddlers/tests/data/messages/tm-new-tiddler/new-with-tag.tid +40 -0
  1133. package/editions/test/tiddlers/tests/data/reserved-wikitext/ReservedWikiText.tid +54 -0
  1134. package/editions/test/tiddlers/tests/data/tabs-macro/expected-test-tabs-horizontal-a.tid +5 -0
  1135. package/editions/test/tiddlers/tests/data/tabs-macro/expected-test-tabs-horizontal-all.tid +5 -0
  1136. package/editions/test/tiddlers/tests/data/tabs-macro/expected-test-tabs-vertical.tid +5 -0
  1137. package/editions/test/tiddlers/tests/data/transclude/CustomWidget-RawAndSlotted.tid +34 -0
  1138. package/editions/test/tiddlers/tests/data/widgets/ElementWidgetStyleAttributes2.tid +15 -0
  1139. package/editions/test/tiddlers/tests/data/widgets/SubstitutedAttributes.tid +3 -3
  1140. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-format-text-doubleurlencoded.tid +22 -0
  1141. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-format-text-htmlencoded.tid +21 -0
  1142. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-format-text-htmltextencoded.tid +21 -0
  1143. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-format-text-urlencoded.tid +22 -0
  1144. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-format-text.tid +19 -0
  1145. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-index.tid +28 -0
  1146. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-text.tid +18 -0
  1147. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-title.tid +17 -0
  1148. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-format-date-template.tid +20 -0
  1149. package/editions/test/tiddlers/tests/modules/utils/test-csv.js +0 -5
  1150. package/editions/test/tiddlers/tests/test-action-deletefield.js +0 -8
  1151. package/editions/test/tiddlers/tests/test-action-widgets.js +1 -3
  1152. package/editions/test/tiddlers/tests/test-backlinks.js +0 -5
  1153. package/editions/test/tiddlers/tests/test-backtranscludes.js +16 -5
  1154. package/editions/test/tiddlers/tests/test-checkbox-widget.js +25 -8
  1155. package/editions/test/tiddlers/tests/test-compare-filter.js +1 -2
  1156. package/editions/test/tiddlers/tests/test-deserialize-operator.js +1 -5
  1157. package/editions/test/tiddlers/tests/test-deserializers.js +0 -4
  1158. package/editions/test/tiddlers/tests/test-fakedom.js +0 -6
  1159. package/editions/test/tiddlers/tests/test-filters.js +19 -7
  1160. package/editions/test/tiddlers/tests/test-html-parser.js +0 -5
  1161. package/editions/test/tiddlers/tests/test-json-filters.js +1 -2
  1162. package/editions/test/tiddlers/tests/test-linked-list.js +0 -4
  1163. package/editions/test/tiddlers/tests/test-parsetextreference.js +0 -4
  1164. package/editions/test/tiddlers/tests/test-plugins.js +0 -7
  1165. package/editions/test/tiddlers/tests/test-popup.js +0 -4
  1166. package/editions/test/tiddlers/tests/test-prefixes-filter.js +1 -3
  1167. package/editions/test/tiddlers/tests/test-tags-operator.js +74 -0
  1168. package/editions/test/tiddlers/tests/test-tags.js +0 -4
  1169. package/editions/test/tiddlers/tests/test-tiddler.js +0 -4
  1170. package/editions/test/tiddlers/tests/test-utils.js +0 -5
  1171. package/editions/test/tiddlers/tests/test-widget-event.js +219 -0
  1172. package/editions/test/tiddlers/tests/test-widget-getVariableInfo.js +0 -5
  1173. package/editions/test/tiddlers/tests/test-widget.js +0 -4
  1174. package/editions/test/tiddlers/tests/test-wikitext-parser.js +142 -4
  1175. package/editions/test/tiddlers/tests/test-wikitext-tabs-macro.js +34 -41
  1176. package/editions/test/tiddlers/tests/test-wikitext.js +0 -4
  1177. package/editions/text-slicer/tiddlers/system/$__coreURL.tid +4 -0
  1178. package/editions/text-slicer/tiddlywiki.info +3 -0
  1179. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project.htm +23430 -0
  1180. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon +0 -0
  1181. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(1) +0 -0
  1182. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(10) +0 -0
  1183. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(11) +0 -0
  1184. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(12) +0 -0
  1185. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(13) +0 -0
  1186. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(14) +0 -0
  1187. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(15) +0 -0
  1188. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(16) +0 -0
  1189. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(17) +0 -0
  1190. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(18) +0 -0
  1191. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(19) +0 -0
  1192. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(2) +0 -0
  1193. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(20) +0 -0
  1194. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(21) +0 -0
  1195. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(22) +0 -0
  1196. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(23) +0 -0
  1197. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(24) +0 -0
  1198. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(3) +0 -0
  1199. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(4) +0 -0
  1200. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(5) +0 -0
  1201. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(6) +0 -0
  1202. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(7) +0 -0
  1203. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(8) +0 -0
  1204. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(9) +0 -0
  1205. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/app.css +191 -0
  1206. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/backstage.html +95 -0
  1207. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/backstage.js +360 -0
  1208. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/chrjs +373 -0
  1209. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/chrjs.identities +42 -0
  1210. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/chrjs.space +108 -0
  1211. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/chrjs.users +57 -0
  1212. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/help.png +0 -0
  1213. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/jquery.js +11 -0
  1214. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/normalize.css +406 -0
  1215. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/publicIcon +0 -0
  1216. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/search.png +0 -0
  1217. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/status.js +2 -0
  1218. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/ts.js +766 -0
  1219. package/editions/tiddlywiki-surveys/great-interview-project-2010/readme.md +3 -0
  1220. package/editions/tiddlywiki-surveys/scripts/extract-text-tiddlers-via-console.js +73 -0
  1221. package/editions/tiddlywiki-surveys/scripts/import-great-interview-project-json.sh +12 -0
  1222. package/editions/tiddlywiki-surveys/scripts/readme.md +16 -0
  1223. package/editions/tiddlywiki-surveys/tiddlers/$__StoryList.tid +2 -0
  1224. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/aamaadmitw5.jpg +0 -0
  1225. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/aamaadmitw5.jpg.meta +5 -0
  1226. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/alexhough.jpg +0 -0
  1227. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/alexhough.jpg.meta +5 -0
  1228. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/amalfaro-wrk.jpg +0 -0
  1229. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/amalfaro-wrk.jpg.meta +5 -0
  1230. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/andrewbarbour.jpg +0 -0
  1231. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/andrewbarbour.jpg.meta +5 -0
  1232. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/calmo.jpg +0 -0
  1233. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/calmo.jpg.meta +5 -0
  1234. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/climatechange3.jpg +0 -0
  1235. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/climatechange3.jpg.meta +5 -0
  1236. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/colmbritton.jpg +0 -0
  1237. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/colmbritton.jpg.meta +5 -0
  1238. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/dickon.jpg +0 -0
  1239. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/dickon.jpg.meta +5 -0
  1240. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/frankfurtkid.jpg +0 -0
  1241. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/frankfurtkid.jpg.meta +5 -0
  1242. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/gjrobert.jpg +0 -0
  1243. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/gjrobert.jpg.meta +5 -0
  1244. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/kosmaton.jpg +0 -0
  1245. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/kosmaton.jpg.meta +5 -0
  1246. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/mama.jpg +0 -0
  1247. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/mama.jpg.meta +5 -0
  1248. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/martinlindner.jpg +0 -0
  1249. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/martinlindner.jpg.meta +5 -0
  1250. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/matt.jpg +0 -0
  1251. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/matt.jpg.meta +5 -0
  1252. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/passingby.jpg +0 -0
  1253. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/passingby.jpg.meta +5 -0
  1254. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/pmario.jpg +0 -0
  1255. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/pmario.jpg.meta +5 -0
  1256. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/poulstaugaard.jpg +0 -0
  1257. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/poulstaugaard.jpg.meta +5 -0
  1258. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/rouilj.jpg +0 -0
  1259. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/rouilj.jpg.meta +5 -0
  1260. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/smandoli.jpg +0 -0
  1261. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/smandoli.jpg.meta +5 -0
  1262. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/ubi.jpg +0 -0
  1263. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/ubi.jpg.meta +5 -0
  1264. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/webid4me.jpg +0 -0
  1265. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/webid4me.jpg.meta +5 -0
  1266. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/yakov.jpg +0 -0
  1267. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/yakov.jpg.meta +5 -0
  1268. 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
  1269. 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
  1270. 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
  1271. 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
  1272. 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
  1273. 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
  1274. 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
  1275. 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
  1276. 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
  1277. 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
  1278. 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
  1279. 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
  1280. 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
  1281. 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
  1282. 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
  1283. 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
  1284. 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
  1285. 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
  1286. 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
  1287. 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
  1288. 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
  1289. 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
  1290. 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
  1291. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_.tid +3 -0
  1292. 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
  1293. 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
  1294. 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
  1295. 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
  1296. 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
  1297. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has TiddlyWiki saved time for your target audience_.tid +3 -0
  1298. 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
  1299. 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
  1300. 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
  1301. 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
  1302. 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
  1303. 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
  1304. 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
  1305. 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
  1306. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_.tid +3 -0
  1307. 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
  1308. 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
  1309. 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
  1310. 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
  1311. 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
  1312. 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
  1313. 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
  1314. 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
  1315. 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
  1316. 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
  1317. 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
  1318. 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
  1319. 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
  1320. 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
  1321. 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
  1322. 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
  1323. 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
  1324. 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
  1325. 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
  1326. 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
  1327. 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
  1328. 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
  1329. 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
  1330. 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
  1331. 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
  1332. 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
  1333. 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
  1334. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many other people have you introduced to TiddlyWiki_.tid +3 -0
  1335. 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
  1336. 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
  1337. 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
  1338. 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
  1339. 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
  1340. 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
  1341. 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
  1342. 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
  1343. 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
  1344. 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
  1345. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How might you use TiddlyWiki in the future_.tid +3 -0
  1346. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Interview Question.tid +2 -0
  1347. 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
  1348. 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
  1349. 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
  1350. 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
  1351. 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
  1352. 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
  1353. 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
  1354. 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
  1355. 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
  1356. 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
  1357. 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
  1358. 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
  1359. 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
  1360. 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
  1361. 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
  1362. 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
  1363. 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
  1364. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What is the most challenging thing about using TiddlyWiki_.tid +3 -0
  1365. 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
  1366. 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
  1367. 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
  1368. 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
  1369. 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
  1370. 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
  1371. 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
  1372. 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
  1373. 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
  1374. 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
  1375. 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
  1376. 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
  1377. 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
  1378. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_.tid +3 -0
  1379. 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
  1380. 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
  1381. 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
  1382. 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
  1383. 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
  1384. 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
  1385. 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
  1386. 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
  1387. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_.tid +3 -0
  1388. 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
  1389. 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
  1390. 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
  1391. 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
  1392. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which plugins do you rely on the most_.tid +3 -0
  1393. 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
  1394. 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
  1395. 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
  1396. 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
  1397. 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
  1398. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Who is the target audience for your TiddlyWiki(s)_.tid +3 -0
  1399. package/editions/tiddlywiki-surveys/tiddlers/app/DefaultTiddlers.tid +4 -0
  1400. package/editions/tiddlywiki-surveys/tiddlers/app/HelloThere.tid +7 -0
  1401. package/editions/tiddlywiki-surveys/tiddlers/app/SiteSubtitle.tid +3 -0
  1402. package/editions/tiddlywiki-surveys/tiddlers/app/SiteTitle.tid +3 -0
  1403. package/editions/tiddlywiki-surveys/tiddlers/app/Styles.tid +25 -0
  1404. package/editions/tiddlywiki-surveys/tiddlers/app/The Great TiddlyWiki Interview Project 2010.tid +51 -0
  1405. package/editions/tiddlywiki-surveys/tiddlers/app/palette.tid +2 -0
  1406. package/editions/tiddlywiki-surveys/tiddlers/app/palettes - Naporitan.tid +119 -0
  1407. package/editions/tiddlywiki-surveys/tiddlers/app/state - sidebar.tid +2 -0
  1408. package/editions/tiddlywiki-surveys/tiddlywiki.info +10 -0
  1409. package/editions/tour/tiddlers/System/$__coreURL.tid +4 -0
  1410. package/editions/translators/tiddlers/Extracting Translations.tid +0 -2
  1411. package/editions/translators/tiddlywiki.info +27 -26
  1412. package/editions/tw.org/tiddlers/TiddlyWiki.tid +1 -1
  1413. package/editions/tw.org/tiddlywiki.info +2 -0
  1414. package/editions/tw5.com/tiddlers/$__StoryList.tid +3 -0
  1415. package/editions/tw5.com/tiddlers/Core Classes.tid +16 -0
  1416. package/editions/tw5.com/tiddlers/Core Functions.tid +8 -0
  1417. package/editions/tw5.com/tiddlers/Core Messages.tid +10 -0
  1418. package/editions/tw5.com/tiddlers/Core Procedures.tid +8 -0
  1419. package/editions/tw5.com/tiddlers/Core Widgets.tid +10 -0
  1420. package/editions/tw5.com/tiddlers/HTML Tags.tid +11 -0
  1421. package/editions/tw5.com/tiddlers/{hiddensettings/Hidden Settings_ Import Content Types for Editor.tid → Hidden Setting_ Import Content Types for Editor.tid } +1 -1
  1422. package/editions/tw5.com/tiddlers/Tags.tid +8 -0
  1423. package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_RenderHTML.tid +28 -0
  1424. package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_RenderSVGURI.tid +48 -0
  1425. package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_WidgetValue_Fail.tid +33 -0
  1426. package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_WidgetValue_Success.tid +43 -0
  1427. package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_WordCount_Fail.tid +19 -0
  1428. package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_WordCount_Success.tid +19 -0
  1429. package/editions/tw5.com/tiddlers/Title.tid +8 -0
  1430. package/editions/tw5.com/tiddlers/Welcome.tid +9 -0
  1431. package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/doc-macros.tid +9 -1
  1432. package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/version-macros.tid +11 -9
  1433. package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/wikitext-macros.tid +4 -44
  1434. package/editions/tw5.com/tiddlers/_tw_shared/favicons/mws.tiddlywiki.com.png +0 -0
  1435. package/editions/tw5.com/tiddlers/_tw_shared/favicons/mws.tiddlywiki.com.png.meta +3 -0
  1436. package/editions/tw5.com/tiddlers/_tw_shared/sites/mws.tiddlywiki.com.tid +6 -0
  1437. package/editions/tw5.com/tiddlers/_tw_shared/tags-TiddlyWikiSites.tid +1 -1
  1438. package/editions/tw5.com/tiddlers/about/Archive.tid +3 -3
  1439. package/editions/tw5.com/tiddlers/about/Contributors.tid +1 -1
  1440. package/editions/tw5.com/tiddlers/about/Developers.tid +14 -9
  1441. package/editions/tw5.com/tiddlers/about/History of TiddlyWiki.tid +19 -3
  1442. package/editions/tw5.com/tiddlers/actionTiddlerList Variable.tid +9 -0
  1443. package/editions/tw5.com/tiddlers/cards/card-procedures.tid +86 -0
  1444. package/editions/tw5.com/tiddlers/cards/card-styles.tid +256 -0
  1445. package/editions/tw5.com/tiddlers/commands/Commands.tid +8 -2
  1446. package/editions/tw5.com/tiddlers/commands/RenderTiddlerCommand.tid +3 -2
  1447. package/editions/tw5.com/tiddlers/commands/RenderTiddlersCommand.tid +3 -2
  1448. package/editions/tw5.com/tiddlers/commands/SaveTiddlerCommand.tid +4 -4
  1449. package/editions/tw5.com/tiddlers/commands/SaveTiddlersCommand.tid +4 -4
  1450. package/editions/tw5.com/tiddlers/commands/ServerCommand.tid +3 -1
  1451. package/editions/tw5.com/tiddlers/community/Articles.tid +1 -1
  1452. package/editions/tw5.com/tiddlers/community/Chinese Community.tid +10 -17
  1453. package/editions/tw5.com/tiddlers/community/Community.tid +1 -1
  1454. package/editions/tw5.com/tiddlers/community/Contributor License Agreement.tid +2 -2
  1455. package/editions/tw5.com/tiddlers/community/Examples.tid +1 -1
  1456. package/editions/tw5.com/tiddlers/community/Forums.tid +10 -7
  1457. package/editions/tw5.com/tiddlers/community/HelpingTiddlyWiki.tid +2 -4
  1458. package/editions/tw5.com/tiddlers/community/ReportingBugs.tid +1 -1
  1459. package/editions/tw5.com/tiddlers/community/Signing the Contributor License Agreement.tid +1 -1
  1460. package/editions/tw5.com/tiddlers/community/TiddlyWiki Hangouts.tid +1 -1
  1461. package/editions/tw5.com/tiddlers/community/TiddlyWiki Newsletter Team.tid +60 -0
  1462. package/editions/tw5.com/tiddlers/community/TiddlyWiki Newsletter.tid +4 -0
  1463. package/editions/tw5.com/tiddlers/community/TiddlyWiki on the Web.tid +16 -0
  1464. package/editions/tw5.com/tiddlers/community/links/TalkTiddlyWiki.tid +7 -0
  1465. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Discord.tid +7 -0
  1466. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on GitHub.tid +7 -0
  1467. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Mastodon.tid +7 -0
  1468. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Open Collective.tid +7 -0
  1469. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Reddit.tid +7 -0
  1470. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on YouTube.tid +7 -0
  1471. package/editions/tw5.com/tiddlers/community/links/external-links-view-template.tid +8 -0
  1472. package/editions/tw5.com/tiddlers/community/resources/Filter Examples by Tobias Beer.tid +1 -1
  1473. package/editions/tw5.com/tiddlers/community/resources/Grok TiddlyWiki by Soren Bjornstad.tid +5 -5
  1474. package/editions/tw5.com/tiddlers/concepts/CompoundTiddlers.tid +5 -2
  1475. package/editions/tw5.com/tiddlers/concepts/Concepts.tid +2 -2
  1476. package/editions/tw5.com/tiddlers/concepts/DefaultTiddlers.tid +8 -3
  1477. package/editions/tw5.com/tiddlers/concepts/ExternalImages.tid +30 -12
  1478. package/editions/tw5.com/tiddlers/concepts/Macros.tid +2 -2
  1479. package/editions/tw5.com/tiddlers/concepts/Messages.tid +3 -6
  1480. package/editions/tw5.com/tiddlers/concepts/Railroad Diagrams.tid +2 -0
  1481. package/editions/tw5.com/tiddlers/concepts/TestCaseTiddlers.tid +15 -10
  1482. package/editions/tw5.com/tiddlers/concepts/Tiddler Colour Cascade.tid +4 -4
  1483. package/editions/tw5.com/tiddlers/concepts/Tiddlers.tid +2 -2
  1484. package/editions/tw5.com/tiddlers/customising/Alternative page layouts.tid +3 -4
  1485. package/editions/tw5.com/tiddlers/definitions/CamelCase.tid +7 -3
  1486. package/editions/tw5.com/tiddlers/definitions/Definitions.tid +4 -4
  1487. package/editions/tw5.com/tiddlers/definitions/GitHub.tid +1 -1
  1488. package/editions/tw5.com/tiddlers/definitions/Intertwingled Innovations.tid +9 -0
  1489. package/editions/tw5.com/tiddlers/definitions/JeremyRuston.tid +2 -3
  1490. package/editions/tw5.com/tiddlers/definitions/TiddlyFox.tid +2 -14
  1491. package/editions/tw5.com/tiddlers/definitions/TiddlyWeb.tid +1 -1
  1492. package/editions/tw5.com/tiddlers/definitions/Tiddlyhost.tid +3 -4
  1493. package/editions/tw5.com/tiddlers/definitions/WordJoiner.tid +9 -0
  1494. package/editions/tw5.com/tiddlers/definitions/Xememex.tid +5 -6
  1495. package/editions/tw5.com/tiddlers/demonstrations/GroupedLists.tid +8 -8
  1496. package/editions/tw5.com/tiddlers/demonstrations/SampleAlert.tid +9 -0
  1497. package/editions/tw5.com/tiddlers/empty-tag-node-template.tid +12 -0
  1498. package/editions/tw5.com/tiddlers/features/Future Proof.tid +3 -3
  1499. package/editions/tw5.com/tiddlers/filters/Filter Operators.tid +2 -2
  1500. package/editions/tw5.com/tiddlers/filters/compare Operator.tid +9 -9
  1501. package/editions/tw5.com/tiddlers/filters/decodebase64 Operator (Examples).tid +10 -0
  1502. package/editions/tw5.com/tiddlers/filters/decodebase64 Operator.tid +5 -3
  1503. package/editions/tw5.com/tiddlers/filters/each.tid +10 -8
  1504. package/editions/tw5.com/tiddlers/filters/else Operator.tid +4 -0
  1505. package/editions/tw5.com/tiddlers/filters/encodebase64 Operator (Examples).tid +10 -0
  1506. package/editions/tw5.com/tiddlers/filters/encodebase64 Operator.tid +5 -3
  1507. package/editions/tw5.com/tiddlers/filters/examples/compare Operator (Examples).tid +1 -0
  1508. package/editions/tw5.com/tiddlers/filters/examples/each.tid +1 -3
  1509. package/editions/tw5.com/tiddlers/filters/list.tid +9 -9
  1510. package/editions/tw5.com/tiddlers/filters/sortsub Operator.tid +14 -10
  1511. package/editions/tw5.com/tiddlers/filters/syntax/Else Filter Run Prefix.tid +3 -1
  1512. package/editions/tw5.com/tiddlers/filters/syntax/Sort Filter Run Prefix (Examples).tid +1 -1
  1513. package/editions/tw5.com/tiddlers/filters/syntax/Sort Filter Run Prefix.tid +27 -7
  1514. package/editions/tw5.com/tiddlers/filters/syntax/then Filter Run Prefix.tid +2 -0
  1515. package/editions/tw5.com/tiddlers/filters/then Operator.tid +2 -0
  1516. package/editions/tw5.com/tiddlers/function Operator (Examples).tid +63 -0
  1517. package/editions/tw5.com/tiddlers/functions/Functions.tid +8 -8
  1518. package/editions/tw5.com/tiddlers/gettingstarted/GettingStarted - Internet Explorer.tid +1 -1
  1519. package/editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid +2 -2
  1520. package/editions/tw5.com/tiddlers/hellothere/Find Out More.tid +16 -0
  1521. package/editions/tw5.com/tiddlers/hellothere/HelloThere.tid +28 -58
  1522. package/editions/tw5.com/tiddlers/hellothere/HelloThumbnail.tid +1 -1
  1523. package/editions/tw5.com/tiddlers/hellothere/Testimonials and Reviews.tid +13 -0
  1524. package/editions/tw5.com/tiddlers/hellothere/Welcome.tid +7 -0
  1525. package/editions/tw5.com/tiddlers/hellothere/badges/ProductHunt-Link.tid +1 -1
  1526. package/editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid +20 -1
  1527. package/editions/tw5.com/tiddlers/hellothere/quickstart/desktop.tid +1 -1
  1528. package/editions/tw5.com/tiddlers/hellothere/quickstart/diy.tid +1 -1
  1529. package/editions/tw5.com/tiddlers/hellothere/quickstart/tiddlyhost.tid +1 -1
  1530. package/editions/tw5.com/tiddlers/hellothere/quickstart/xememex.tid +2 -2
  1531. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Funding.tid +0 -1
  1532. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Grok TiddlyWiki.tid +3 -2
  1533. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Intertwingled Innovations.tid +10 -0
  1534. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Marketplace.tid +0 -1
  1535. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - MultiWikiServer.tid +10 -0
  1536. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Newsletter.tid +0 -1
  1537. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWiki Privacy.tid +9 -0
  1538. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWikiLinks.tid +1 -1
  1539. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Twenty Years of TiddlyWiki.tid +9 -0
  1540. package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting Content to be displayed for empty story.tid +12 -0
  1541. package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting Default Tiddler Colour.tid +7 -0
  1542. package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting DefaultMissingType.tid +7 -0
  1543. package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting_ Tag Pill Drag Filter.tid +22 -0
  1544. package/editions/tw5.com/tiddlers/howtos/Configuring the default TiddlerInfo tab.tid +1 -1
  1545. package/editions/tw5.com/tiddlers/howtos/Generating Static Sites with TiddlyWiki.tid +7 -7
  1546. package/editions/tw5.com/tiddlers/howtos/How to add a banner for GitHub contributions.tid +1 -1
  1547. package/editions/tw5.com/tiddlers/howtos/How to build a TiddlyWiki5 from individual tiddlers.tid +2 -2
  1548. package/editions/tw5.com/tiddlers/howtos/How_to_turn_off_camel_case_linking.tid +8 -2
  1549. package/editions/tw5.com/tiddlers/howtos/KeyboardShortcuts.tid +1 -0
  1550. package/editions/tw5.com/tiddlers/howtos/Using Stylesheets.tid +2 -2
  1551. package/editions/tw5.com/tiddlers/howtos/Windows HTA Hack.tid +2 -1
  1552. package/editions/tw5.com/tiddlers/images/Blurry Lawn.jpg.meta +2 -1
  1553. package/editions/tw5.com/tiddlers/images/Favicon template.svg.meta +2 -1
  1554. package/editions/tw5.com/tiddlers/images/Funding.png.meta +1 -0
  1555. package/editions/tw5.com/tiddlers/images/Grok TiddlyWiki.png +0 -0
  1556. package/editions/tw5.com/tiddlers/images/Grok TiddlyWiki.png.meta +1 -0
  1557. package/editions/tw5.com/tiddlers/images/Intertwingled Innovations.png +0 -0
  1558. package/editions/tw5.com/tiddlers/images/Intertwingled Innovations.png.meta +3 -0
  1559. package/editions/tw5.com/tiddlers/images/Introduction Video Thumbnail.jpg +0 -0
  1560. package/editions/tw5.com/tiddlers/images/Introduction Video Thumbnail.jpg.meta +2 -1
  1561. package/editions/tw5.com/tiddlers/images/MWS Banner.png +0 -0
  1562. package/editions/tw5.com/tiddlers/images/MWS Banner.png.meta +4 -0
  1563. package/editions/tw5.com/tiddlers/images/Marketplace Banner.png.meta +1 -0
  1564. package/editions/tw5.com/tiddlers/images/Motovun Jack.ascii.tid +1 -0
  1565. package/editions/tw5.com/tiddlers/images/Motovun Jack.jpg.meta +1 -0
  1566. package/editions/tw5.com/tiddlers/images/Motovun Jack.pdf.meta +1 -0
  1567. package/editions/tw5.com/tiddlers/images/New Release Banner.png +0 -0
  1568. package/editions/tw5.com/tiddlers/images/New Release Banner.png.meta +1 -0
  1569. package/editions/tw5.com/tiddlers/images/Newnham Horizon.jpg.meta +1 -0
  1570. package/editions/tw5.com/tiddlers/images/Open Collective Logo.tid +2 -1
  1571. package/editions/tw5.com/tiddlers/images/PerlinLight.jpg.meta +1 -0
  1572. package/editions/tw5.com/tiddlers/images/Reddit Logo.tid +1 -0
  1573. package/editions/tw5.com/tiddlers/images/TWEUM Thumbnail.jpg.meta +1 -0
  1574. package/editions/tw5.com/tiddlers/images/Tiddler Fishes.svg.meta +1 -0
  1575. package/editions/tw5.com/tiddlers/images/Tiddler Poster.png.meta +1 -0
  1576. package/editions/tw5.com/tiddlers/images/TiddlyFox Apocalypse.png.meta +1 -0
  1577. package/editions/tw5.com/tiddlers/images/TiddlyWiki Classic.png.meta +1 -0
  1578. package/editions/tw5.com/tiddlers/images/TiddlyWiki Newsletter Badge.png.meta +5 -2
  1579. package/editions/tw5.com/tiddlers/images/TiddlyWiki Privacy Badge.png +0 -0
  1580. package/editions/tw5.com/tiddlers/images/TiddlyWiki Privacy Badge.png.meta +6 -0
  1581. package/editions/tw5.com/tiddlers/images/TiddlyWikiLinks.png.meta +1 -0
  1582. package/editions/tw5.com/tiddlers/images/Tiddlyhost Logo.png.meta +1 -0
  1583. package/editions/tw5.com/tiddlers/images/Twenty Years of TiddlyWiki.png +0 -0
  1584. package/editions/tw5.com/tiddlers/images/Twenty Years of TiddlyWiki.png.meta +4 -0
  1585. package/editions/tw5.com/tiddlers/images/Xememex Logo.svg.meta +1 -0
  1586. package/editions/tw5.com/tiddlers/images/favicon.png.meta +1 -0
  1587. package/editions/tw5.com/tiddlers/images/green_favicon.png.meta +1 -0
  1588. package/editions/tw5.com/tiddlers/languages/Japanese (Japan) Edition.tid +2 -2
  1589. package/editions/tw5.com/tiddlers/macros/CoreMacros.tid +2 -1
  1590. package/editions/tw5.com/tiddlers/macros/TableOfContentsMacro.tid +15 -9
  1591. package/editions/tw5.com/tiddlers/macros/UnusedTitleMacro.tid +5 -2
  1592. package/editions/tw5.com/tiddlers/macros/examples/unusedtitle Macro (Examples 1).tid +15 -1
  1593. package/editions/tw5.com/tiddlers/macros/examples/unusedtitle.tid +3 -2
  1594. package/editions/tw5.com/tiddlers/macros/show-filter-count.tid +21 -0
  1595. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-close-window.tid +1 -1
  1596. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-download-file.tid +1 -0
  1597. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-edit-text-operation.tid +16 -14
  1598. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-http-request Examples.tid +2 -1
  1599. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-http-request.tid +2 -0
  1600. package/editions/tw5.com/tiddlers/nodejs/Customising Tiddler File Naming.tid +4 -4
  1601. package/editions/tw5.com/tiddlers/nodejs/Installing TiddlyWiki Prerelease on Node.js.tid +1 -1
  1602. package/editions/tw5.com/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid +1 -1
  1603. package/editions/tw5.com/tiddlers/nodejs/Using TiddlyWiki on Node.js.tid +2 -2
  1604. package/editions/tw5.com/tiddlers/nodejs/Working with the TiddlyWiki5 repository.tid +1 -1
  1605. package/editions/tw5.com/tiddlers/nodejs/tiddlywiki.files_Files.tid +1 -1
  1606. package/editions/tw5.com/tiddlers/nodejs/tiddlywiki.info_Files.tid +4 -4
  1607. package/editions/tw5.com/tiddlers/plugins/D3 Plugin.tid +4 -4
  1608. package/editions/tw5.com/tiddlers/plugins/Dynaview Plugin.tid +1 -1
  1609. package/editions/tw5.com/tiddlers/plugins/Geospatial Plugin.tid +17 -0
  1610. package/editions/tw5.com/tiddlers/plugins/Innerwiki Plugin.tid +1 -1
  1611. package/editions/tw5.com/tiddlers/plugins/Mobile Drag And Drop Shim Plugin.tid +4 -3
  1612. package/editions/tw5.com/tiddlers/plugins/Railroad Plugin.tid +7 -1
  1613. package/editions/tw5.com/tiddlers/plugins/Share Plugin.tid +4 -2
  1614. package/editions/tw5.com/tiddlers/plugins/Tour Plugin.tid +9 -0
  1615. package/editions/tw5.com/tiddlers/pragmas/Pragma_ _define.tid +1 -1
  1616. package/editions/tw5.com/tiddlers/pragmas/Pragma_ _rules.tid +3 -3
  1617. package/editions/tw5.com/tiddlers/procedures/Procedures.tid +2 -2
  1618. package/editions/tw5.com/tiddlers/readme/ReadMe.tid +22 -5
  1619. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.0.tid +3 -3
  1620. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.1.tid +4 -4
  1621. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.10.tid +47 -47
  1622. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.11.tid +1 -1
  1623. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.12.tid +27 -27
  1624. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.13.tid +6 -6
  1625. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.14.tid +79 -79
  1626. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.15.tid +29 -29
  1627. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.16.tid +59 -59
  1628. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.17.tid +15 -15
  1629. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.18.tid +48 -48
  1630. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.19.tid +7 -7
  1631. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.2.tid +8 -8
  1632. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.20.tid +68 -68
  1633. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.21.tid +17 -17
  1634. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.22.tid +76 -76
  1635. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.23.tid +168 -168
  1636. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.3.tid +27 -27
  1637. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.4.tid +8 -8
  1638. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.5.tid +42 -42
  1639. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.6.tid +13 -13
  1640. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.7.tid +2 -2
  1641. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.8.tid +45 -45
  1642. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.9.tid +20 -20
  1643. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.0.tid +120 -120
  1644. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.1.tid +22 -22
  1645. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.2.tid +45 -45
  1646. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.3.tid +62 -62
  1647. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.4.tid +54 -54
  1648. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.5.tid +2 -2
  1649. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.6.tid +50 -50
  1650. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.7.tid +2 -2
  1651. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.0.tid +35 -35
  1652. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.1.tid +18 -18
  1653. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.2.tid +47 -47
  1654. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.3.tid +6 -6
  1655. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.4.tid +46 -46
  1656. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.5.tid +13 -12
  1657. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.6.tid +187 -0
  1658. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.7.tid +140 -0
  1659. package/editions/tw5.com/tiddlers/releasenotes/Releases.tid +2 -0
  1660. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha12.tid +1 -1
  1661. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha13.tid +1 -1
  1662. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha14.tid +1 -1
  1663. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha15.tid +1 -1
  1664. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha16.tid +1 -1
  1665. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha17.tid +1 -1
  1666. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.1alpha.tid +1 -1
  1667. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.10beta.tid +16 -16
  1668. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.11beta.tid +17 -17
  1669. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.12beta.tid +1 -1
  1670. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.13beta.tid +29 -29
  1671. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.14beta.tid +29 -29
  1672. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.15beta.tid +18 -18
  1673. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.16beta.tid +14 -14
  1674. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.17beta.tid +20 -20
  1675. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.18beta.tid +9 -9
  1676. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.2beta.tid +1 -1
  1677. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.3beta.tid +1 -1
  1678. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.4beta.tid +5 -5
  1679. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.5beta.tid +1 -1
  1680. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.6beta.tid +13 -13
  1681. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.7beta.tid +11 -11
  1682. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.8beta.tid +12 -12
  1683. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.9beta.tid +32 -32
  1684. package/editions/tw5.com/tiddlers/roadmap/RoadMap.tid +1 -1
  1685. package/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MultiWikiServer.tid +21 -0
  1686. package/editions/tw5.com/tiddlers/saving/Encryption.tid +2 -2
  1687. package/editions/tw5.com/tiddlers/saving/Example config-tiddlyweb-host for IIS.txt.meta +1 -1
  1688. package/editions/tw5.com/tiddlers/saving/Example package.json for IIS.txt.meta +1 -1
  1689. package/editions/tw5.com/tiddlers/saving/Example tiddlywiki.info for IIS.txt.meta +1 -1
  1690. package/editions/tw5.com/tiddlers/saving/Example web.config for IIS.txt.meta +1 -1
  1691. package/editions/tw5.com/tiddlers/saving/Saving on TidGi.tid +1 -1
  1692. package/editions/tw5.com/tiddlers/saving/Saving on TiddlyHost.tid +2 -0
  1693. package/editions/tw5.com/tiddlers/saving/Saving with TiddlyIE.tid +2 -1
  1694. package/editions/tw5.com/tiddlers/saving/Saving with TiddlyPWA.tid +15 -0
  1695. package/editions/tw5.com/tiddlers/saving/Saving.tid +2 -2
  1696. package/editions/tw5.com/tiddlers/system/$__config_DefaultSidebarTab.tid +7 -0
  1697. package/editions/tw5.com/tiddlers/system/$__startup_open-welcome.tid +4 -0
  1698. package/editions/tw5.com/tiddlers/system/ContributionBanner.tid +1 -1
  1699. package/editions/tw5.com/tiddlers/system/DefaultTiddlers.tid +4 -0
  1700. package/editions/tw5.com/tiddlers/system/SiteDomain.tid +3 -0
  1701. package/editions/tw5.com/tiddlers/system/SitePreviewUrl.tid +3 -0
  1702. package/editions/tw5.com/tiddlers/system/SiteTitle.tid +1 -1
  1703. package/editions/tw5.com/tiddlers/system/SiteUrl.tid +3 -0
  1704. package/editions/tw5.com/tiddlers/system/Sources.tid +1 -1
  1705. package/editions/tw5.com/tiddlers/system/TableOfContents.tid +2 -2
  1706. package/editions/tw5.com/tiddlers/system/dropbox-url-macro.js +0 -4
  1707. package/editions/tw5.com/tiddlers/system/filter-run-template.tid +4 -4
  1708. package/editions/tw5.com/tiddlers/system/if-macro.js +0 -4
  1709. package/editions/tw5.com/tiddlers/system/netlify-build-badge-icon.tid +4 -0
  1710. package/editions/tw5.com/tiddlers/system/netlify-build-badge.tid +17 -0
  1711. package/editions/tw5.com/tiddlers/system/operator-macros.tid +2 -2
  1712. package/editions/tw5.com/tiddlers/system/operator-template.tid +4 -4
  1713. package/editions/tw5.com/tiddlers/system/static.content.tid +8 -4
  1714. package/editions/tw5.com/tiddlers/system/systemtag-template.tid +13 -7
  1715. package/editions/tw5.com/tiddlers/system/tw5.com-styles.tid +44 -283
  1716. package/editions/tw5.com/tiddlers/systemtags/SystemTag_ $__tags_ClassFilters_PageTemplate.tid +1 -1
  1717. package/editions/tw5.com/tiddlers/systemtags/SystemTag_ $__tags_ControlPanel_SettingsTab.tid +9 -0
  1718. package/editions/tw5.com/tiddlers/testcases/DataWidget/ImportCustomTitle.tid +29 -0
  1719. package/editions/tw5.com/tiddlers/testcases/HTML/BlockModeInHTMLTable.tid +30 -0
  1720. package/editions/tw5.com/tiddlers/testcases/HTML/OpenTagBlankLine.tid +23 -0
  1721. package/editions/tw5.com/tiddlers/testcases/HTML/OpenTagBlankLineInBoldSyntax.tid +22 -0
  1722. package/editions/tw5.com/tiddlers/testcases/HTML/OpenTagBlankLineInTableSyntax.tid +22 -0
  1723. package/editions/tw5.com/tiddlers/testcases/HTML/OpenTagNoBlankLine.tid +34 -0
  1724. package/editions/tw5.com/tiddlers/testcases/RevealWidget/AccordionSlider.tid +30 -0
  1725. package/editions/tw5.com/tiddlers/testcases/RevealWidget/Popup.tid +27 -0
  1726. package/editions/tw5.com/tiddlers/testcases/RevealWidget/SimpleReveal.tid +27 -0
  1727. package/editions/tw5.com/tiddlers/testcases/RevealWidget/TextReference.tid +23 -0
  1728. package/editions/tw5.com/tiddlers/testimonials/Testimonials - Product Hunt.tid +2 -0
  1729. package/editions/tw5.com/tiddlers/variables/Behaviour of invoked variables depends on how the variable was declared.tid +5 -5
  1730. package/editions/tw5.com/tiddlers/variables/Behaviour of variables invoked via normal wikitext.tid +2 -2
  1731. package/editions/tw5.com/tiddlers/variables/Behaviour of variables invoked via widget attributes.tid +2 -2
  1732. package/editions/tw5.com/tiddlers/variables/Core Variables.tid +4 -3
  1733. package/editions/tw5.com/tiddlers/variables/Variables.tid +2 -2
  1734. package/editions/tw5.com/tiddlers/variables/actionTiddler Variable.tid +2 -2
  1735. package/editions/tw5.com/tiddlers/videos/Getting Started Video.tid +1 -1
  1736. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 1.tid +7 -18
  1737. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 2.tid +9 -17
  1738. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 3.tid +10 -17
  1739. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 4.tid +9 -16
  1740. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 5.tid +9 -21
  1741. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget.tid +4 -35
  1742. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget_Example.tid +17 -7
  1743. package/editions/tw5.com/tiddlers/widgets/ActionSetFieldWidget.tid +8 -1
  1744. package/editions/tw5.com/tiddlers/widgets/BrowseWidget.tid +2 -0
  1745. package/editions/tw5.com/tiddlers/widgets/CheckboxWidget.tid +1 -0
  1746. package/editions/tw5.com/tiddlers/widgets/CodeblockWidget.tid +2 -2
  1747. package/editions/tw5.com/tiddlers/widgets/Custom Widgets.tid +2 -2
  1748. package/editions/tw5.com/tiddlers/widgets/DataWidget.tid +2 -1
  1749. package/editions/tw5.com/tiddlers/widgets/DroppableWidget.tid +32 -13
  1750. package/editions/tw5.com/tiddlers/widgets/EditTextWidget.tid +1 -1
  1751. package/editions/tw5.com/tiddlers/widgets/EditWidget.tid +1 -1
  1752. package/editions/tw5.com/tiddlers/widgets/EventCatcherWidget.tid +2 -2
  1753. package/editions/tw5.com/tiddlers/widgets/GenesisWidget.tid +1 -1
  1754. package/editions/tw5.com/tiddlers/widgets/LinkCatcherWidget.tid +6 -2
  1755. package/editions/tw5.com/tiddlers/widgets/LinkWidget.tid +4 -2
  1756. package/editions/tw5.com/tiddlers/widgets/RadioWidget.tid +1 -0
  1757. package/editions/tw5.com/tiddlers/widgets/RangeWidget.tid +1 -0
  1758. package/editions/tw5.com/tiddlers/widgets/RevealWidget.tid +6 -53
  1759. package/editions/tw5.com/tiddlers/widgets/SelectWidget.tid +1 -0
  1760. package/editions/tw5.com/tiddlers/widgets/TestCaseWidget.tid +2 -1
  1761. package/editions/tw5.com/tiddlers/widgets/ViewWidget.tid +9 -0
  1762. package/editions/tw5.com/tiddlers/widgets/Widgets.tid +2 -4
  1763. package/editions/tw5.com/tiddlers/widgets/WikifyWidget.tid +23 -3
  1764. package/editions/tw5.com/tiddlers/wikitext/Conditional Shortcut Syntax.tid +16 -16
  1765. package/editions/tw5.com/tiddlers/wikitext/HTML Entities.tid +3 -2
  1766. package/editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid +8 -10
  1767. package/editions/tw5.com/tiddlers/wikitext/Utility Classes.tid +2 -1
  1768. package/editions/tw5.com/tiddlers/wikitext/parser/Places where the parser ignores WikiText.tid +2 -2
  1769. package/editions/tw5.com/tiddlers/wikitext/parser/WikiText parser mode_ HTML examples.tid +6 -39
  1770. package/editions/tw5.com/tiddlers/workingwithtw/TiddlyWiki Node.js Privacy and Security.tid +11 -0
  1771. package/editions/tw5.com/tiddlers/workingwithtw/TiddlyWiki Privacy and Security.tid +55 -0
  1772. package/editions/tw5.com/tiddlers/workingwithtw/TiddlyWiki Single File Privacy and Security.tid +10 -0
  1773. package/editions/tw5.com/tiddlywiki.info +4 -7
  1774. package/editions/tw5.com-docs/tiddlers/$__coreURL.tid +4 -0
  1775. package/editions/tw5.com-docs/tiddlers/Welcome to tw5.com-docs.tid +1 -1
  1776. package/editions/tw5.com-docs/tiddlywiki.info +4 -1
  1777. package/editions/tw5.com-server/tiddlywiki.info +0 -1
  1778. package/editions/xlsx-utils/tiddlers/$__coreURL.tid +4 -0
  1779. package/editions/xlsx-utils/tiddlywiki.info +4 -1
  1780. package/eslint.config.js +333 -0
  1781. package/languages/ar-PS/plugin.info +1 -1
  1782. package/languages/ca-ES/plugin.info +1 -1
  1783. package/languages/cs-CZ/plugin.info +1 -1
  1784. package/languages/da-DK/plugin.info +1 -1
  1785. package/languages/de-DE/Buttons.multids +2 -0
  1786. package/languages/de-DE/ControlPanel.multids +25 -8
  1787. package/languages/de-DE/Docs/PaletteColours.multids +4 -0
  1788. package/languages/de-DE/EditTemplate.multids +2 -0
  1789. package/languages/de-DE/Help/commands.tid +6 -2
  1790. package/languages/de-DE/Search.multids +3 -1
  1791. package/languages/de-DE/Snippets/FunctionDefinition.tid +7 -0
  1792. package/languages/de-DE/Snippets/MacroDefinition.tid +1 -1
  1793. package/languages/de-DE/Snippets/ProcedureDefinition.tid +8 -0
  1794. package/languages/de-DE/Types/application_javascript.tid +1 -0
  1795. package/languages/de-DE/Types/application_json.tid +1 -0
  1796. package/languages/de-DE/Types/application_x_tiddler_dictionary.tid +1 -0
  1797. package/languages/de-DE/Types/image_gif.tid +2 -1
  1798. package/languages/de-DE/Types/image_jpeg.tid +1 -0
  1799. package/languages/de-DE/Types/image_png.tid +1 -0
  1800. package/languages/de-DE/Types/image_svg_xml.tid +1 -0
  1801. package/languages/de-DE/Types/text_css.tid +1 -0
  1802. package/languages/de-DE/Types/text_html.tid +1 -0
  1803. package/languages/de-DE/Types/text_plain.tid +1 -0
  1804. package/languages/de-DE/Types/text_vnd.tiddlywiki.tid +2 -1
  1805. package/languages/de-DE/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
  1806. package/languages/el-GR/Buttons.multids +120 -171
  1807. package/languages/el-GR/ControlPanel.multids +195 -171
  1808. package/languages/el-GR/CoreReadMe.tid +3 -4
  1809. package/languages/el-GR/Dates.multids +14 -81
  1810. package/languages/el-GR/Docs/ModuleTypes.multids +20 -25
  1811. package/languages/el-GR/Docs/PaletteColours.multids +88 -102
  1812. package/languages/el-GR/EditTemplate.multids +19 -26
  1813. package/languages/el-GR/Exporters.multids +3 -4
  1814. package/languages/el-GR/Fields.multids +31 -32
  1815. package/languages/el-GR/Filters.multids +8 -12
  1816. package/languages/el-GR/GettingStarted.tid +8 -8
  1817. package/languages/el-GR/Help/build.tid +3 -3
  1818. package/languages/el-GR/Help/clearpassword.tid +2 -2
  1819. package/languages/el-GR/Help/commands.tid +18 -0
  1820. package/languages/el-GR/Help/default.tid +4 -2
  1821. package/languages/el-GR/Help/deletetiddlers.tid +8 -0
  1822. package/languages/el-GR/Help/editions.tid +1 -1
  1823. package/languages/el-GR/Help/fetch.tid +10 -10
  1824. package/languages/el-GR/Help/import.tid +4 -4
  1825. package/languages/el-GR/Help/init.tid +9 -9
  1826. package/languages/el-GR/Help/listen.tid +35 -0
  1827. package/languages/el-GR/Help/load.tid +10 -7
  1828. package/languages/el-GR/Help/makelibrary.tid +3 -3
  1829. package/languages/el-GR/Help/notfound.tid +1 -0
  1830. package/languages/el-GR/Help/output.tid +3 -3
  1831. package/languages/el-GR/Help/password.tid +4 -3
  1832. package/languages/el-GR/Help/render.tid +20 -19
  1833. package/languages/el-GR/Help/rendertiddler.tid +10 -9
  1834. package/languages/el-GR/Help/rendertiddlers.tid +4 -4
  1835. package/languages/el-GR/Help/save.tid +10 -10
  1836. package/languages/el-GR/Help/savetiddler.tid +6 -6
  1837. package/languages/el-GR/Help/savetiddlers.tid +5 -5
  1838. package/languages/el-GR/Help/savewikifolder.tid +34 -0
  1839. package/languages/el-GR/Help/server.tid +24 -16
  1840. package/languages/el-GR/Help/setfield.tid +7 -7
  1841. package/languages/el-GR/Help/verbose.tid +2 -2
  1842. package/languages/el-GR/Import.multids +25 -12
  1843. package/languages/el-GR/Misc.multids +60 -69
  1844. package/languages/el-GR/Modals/Download.tid +4 -4
  1845. package/languages/el-GR/NewJournal.multids +0 -2
  1846. package/languages/el-GR/Notifications.multids +2 -2
  1847. package/languages/el-GR/Search.multids +6 -17
  1848. package/languages/el-GR/SideBar.multids +1 -15
  1849. package/languages/el-GR/SiteSubtitle.tid +0 -1
  1850. package/languages/el-GR/SiteTitle.tid +1 -1
  1851. package/languages/el-GR/Snippets/FunctionDefinition.tid +7 -0
  1852. package/languages/el-GR/Snippets/ListByTag.tid +2 -2
  1853. package/languages/el-GR/Snippets/MacroDefinition.tid +2 -2
  1854. package/languages/el-GR/Snippets/ProcedureDefinition.tid +7 -0
  1855. package/languages/el-GR/Snippets/Table4x3.tid +1 -1
  1856. package/languages/el-GR/Snippets/TableOfContents.tid +2 -2
  1857. package/languages/el-GR/ThemeTweaks.multids +18 -40
  1858. package/languages/el-GR/TiddlerInfo.multids +3 -18
  1859. package/languages/el-GR/Types/{application%2Fjavascript.tid → application_javascript.tid} +2 -2
  1860. package/languages/el-GR/Types/application_json.tid +4 -0
  1861. package/languages/el-GR/Types/{application%2Fx-tiddler-dictionary.tid → application_x-tiddler-dictionary.tid} +1 -1
  1862. package/languages/el-GR/Types/image_svg+xml.tid +4 -0
  1863. package/languages/el-GR/Types/{text%2Fcss.tid → text_css.tid} +1 -1
  1864. package/languages/el-GR/Types/text_vnd.tiddlywiki-multiple.tid +4 -0
  1865. package/languages/el-GR/plugin.info +1 -1
  1866. package/languages/en-PH/Buttons.multids +13 -0
  1867. package/languages/en-PH/ControlPanel.multids +9 -0
  1868. package/languages/en-PH/CoreReadMe.tid +8 -0
  1869. package/languages/en-PH/Dates.multids +5 -0
  1870. package/languages/en-PH/Docs/ModuleTypes.multids +3 -0
  1871. package/languages/en-PH/Docs/PaletteColours.multids +7 -0
  1872. package/languages/en-PH/Fields.multids +4 -0
  1873. package/languages/en-PH/Filters.multids +3 -0
  1874. package/languages/en-PH/Import.multids +3 -0
  1875. package/languages/en-PH/Misc.multids +15 -0
  1876. package/languages/en-PH/Modals/Download.tid +13 -0
  1877. package/languages/en-PH/NewJournal.multids +3 -0
  1878. package/languages/en-PH/plugin.info +8 -0
  1879. package/languages/es-ES/Buttons.multids +5 -0
  1880. package/languages/es-ES/ControlPanel.multids +20 -0
  1881. package/languages/es-ES/Docs/ModuleTypes.multids +1 -1
  1882. package/languages/es-ES/Docs/PaletteColours.multids +7 -0
  1883. package/languages/es-ES/EditTemplate.multids +2 -0
  1884. package/languages/es-ES/Fields.multids +2 -0
  1885. package/languages/es-ES/Help/commands.tid +1 -1
  1886. package/languages/es-ES/Misc.multids +2 -2
  1887. package/languages/es-ES/Search.multids +2 -0
  1888. package/languages/es-ES/Snippets/FunctionDefinition.tid +7 -0
  1889. package/languages/es-ES/Snippets/ProcedureDefinition.tid +7 -0
  1890. package/languages/es-ES/Types/image_svg_xml.tid +1 -1
  1891. package/languages/es-ES/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
  1892. package/languages/es-ES/plugin.info +2 -2
  1893. package/languages/fa-IR/plugin.info +1 -1
  1894. package/languages/fr-FR/Buttons.multids +4 -0
  1895. package/languages/fr-FR/ControlPanel.multids +11 -1
  1896. package/languages/fr-FR/Docs/PaletteColours.multids +7 -3
  1897. package/languages/fr-FR/Fields.multids +2 -2
  1898. package/languages/fr-FR/Snippets/FunctionDefinition.tid +7 -0
  1899. package/languages/fr-FR/Snippets/ProcedureDefinition.tid +7 -0
  1900. package/languages/fr-FR/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
  1901. package/languages/he-IL/plugin.info +1 -1
  1902. package/languages/hi-IN/plugin.info +1 -1
  1903. package/languages/it-IT/plugin.info +1 -1
  1904. package/languages/ja-JP/plugin.info +1 -1
  1905. package/languages/ko-KR/plugin.info +1 -1
  1906. package/languages/mk-MK/plugin.info +1 -1
  1907. package/languages/nl-NL/plugin.info +1 -1
  1908. package/languages/pa-IN/plugin.info +1 -1
  1909. package/languages/pl-PL/Buttons.multids +4 -0
  1910. package/languages/pl-PL/ControlPanel.multids +20 -0
  1911. package/languages/pl-PL/Docs/PaletteColours.multids +7 -0
  1912. package/languages/pl-PL/EditTemplate.multids +1 -0
  1913. package/languages/pl-PL/Fields.multids +1 -0
  1914. package/languages/pl-PL/Misc.multids +2 -0
  1915. package/languages/pl-PL/Search.multids +2 -0
  1916. package/languages/pl-PL/Snippets/FunctionDefinition.tid +7 -0
  1917. package/languages/pl-PL/Snippets/ProcedureDefinition.tid +7 -0
  1918. package/languages/pl-PL/Types/text_vnd.tiddlywiki_multiple.tid +6 -0
  1919. package/languages/pl-PL/plugin.info +1 -1
  1920. package/languages/pl-PL/readme.md +1 -1
  1921. package/languages/pt-PT/plugin.info +1 -1
  1922. package/languages/ru-RU/plugin.info +1 -1
  1923. package/languages/sk-SK/plugin.info +1 -1
  1924. package/languages/sl-SI/plugin.info +1 -1
  1925. package/languages/sv-SE/plugin.info +1 -1
  1926. package/languages/zh-CN/plugin.info +1 -1
  1927. package/languages/zh-HK/Buttons.multids +17 -0
  1928. package/languages/zh-HK/ControlPanel.multids +31 -0
  1929. package/languages/zh-HK/Docs/ModuleTypes.multids +3 -0
  1930. package/languages/zh-HK/Fields.multids +5 -0
  1931. package/languages/zh-HK/GettingStarted.tid +18 -0
  1932. package/languages/zh-HK/Help/listen.tid +35 -0
  1933. package/languages/zh-HK/Help/notfound.tid +3 -0
  1934. package/languages/zh-HK/Help/password.tid +10 -0
  1935. package/languages/zh-HK/Help/render.tid +34 -0
  1936. package/languages/zh-HK/Help/savetiddlers.tid +16 -0
  1937. package/languages/zh-HK/Help/server.tid +44 -0
  1938. package/languages/zh-HK/Help/setfield.tid +17 -0
  1939. package/languages/zh-HK/Misc.multids +5 -0
  1940. package/languages/zh-HK/SideBar.multids +3 -0
  1941. package/languages/zh-HK/Snippets/ProcedureDefinition.tid +7 -0
  1942. package/languages/zh-HK/ThemeTweaks.multids +3 -0
  1943. package/languages/zh-HK/plugin.info +1 -1
  1944. package/languages/zh-Hans/Buttons.multids +2 -0
  1945. package/languages/zh-Hans/ControlPanel.multids +23 -6
  1946. package/languages/zh-Hans/EditTemplate.multids +2 -0
  1947. package/languages/zh-Hans/Search.multids +2 -0
  1948. package/languages/zh-Hans/SiteTitle.tid +1 -1
  1949. package/languages/zh-Hans/Snippets/FunctionDefinition.tid +7 -0
  1950. package/languages/zh-Hans/Snippets/ProcedureDefinition.tid +7 -0
  1951. package/languages/zh-Hans/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
  1952. package/languages/zh-Hans/plugin.info +1 -1
  1953. package/languages/zh-Hant/Buttons.multids +2 -0
  1954. package/languages/zh-Hant/ControlPanel.multids +24 -7
  1955. package/languages/zh-Hant/EditTemplate.multids +2 -0
  1956. package/languages/zh-Hant/Search.multids +2 -0
  1957. package/languages/zh-Hant/Snippets/FunctionDefinition.tid +7 -0
  1958. package/languages/zh-Hant/Snippets/ProcedureDefinition.tid +7 -0
  1959. package/languages/zh-Hant/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
  1960. package/languages/zh-Hant/plugin.info +1 -1
  1961. package/languages/zh-TW/plugin.info +1 -1
  1962. package/license +1 -1
  1963. package/licenses/cla-entity.md +3 -1
  1964. package/licenses/cla-individual.md +42 -0
  1965. package/package.json +5 -4
  1966. package/plugins/tiddlywiki/aws/docs/setup.tid +1 -1
  1967. package/plugins/tiddlywiki/aws/modules/command.js +0 -6
  1968. package/plugins/tiddlywiki/aws/modules/encodings.js +0 -5
  1969. package/plugins/tiddlywiki/aws/modules/init.js +0 -5
  1970. package/plugins/tiddlywiki/aws/modules/utils.js +0 -5
  1971. package/plugins/tiddlywiki/bibtex/deserializer.js +0 -5
  1972. package/plugins/tiddlywiki/blog/templates/tiddler.tid +2 -2
  1973. package/plugins/tiddlywiki/browser-sniff/browser.js +0 -5
  1974. package/plugins/tiddlywiki/browser-sniff/readme.tid +1 -1
  1975. package/plugins/tiddlywiki/browser-storage/rawmarkup.js +0 -4
  1976. package/plugins/tiddlywiki/browser-storage/readme.tid +1 -1
  1977. package/plugins/tiddlywiki/browser-storage/settings.tid +6 -2
  1978. package/plugins/tiddlywiki/browser-storage/startup.js +16 -14
  1979. package/plugins/tiddlywiki/browser-storage/util.js +1 -7
  1980. package/plugins/tiddlywiki/cecily/cecily.js +0 -5
  1981. package/plugins/tiddlywiki/cecily/readme.tid +1 -1
  1982. package/plugins/tiddlywiki/classictools/languages/ia-IA/types/text_Fx-tiddlywiki.tid +4 -0
  1983. package/{languages/sv-SE/Types → plugins/tiddlywiki/classictools/languages/sv-SE/types}/text_x-tiddlywiki.tid +4 -4
  1984. package/plugins/tiddlywiki/classictools/modules/recipe.js +0 -5
  1985. package/plugins/tiddlywiki/classictools/readme.tid +1 -1
  1986. package/plugins/tiddlywiki/codemirror/edit-codemirror.js +0 -5
  1987. package/plugins/tiddlywiki/codemirror/engine.js +0 -5
  1988. package/plugins/tiddlywiki/codemirror/files/addon/dialog/dialog.css +1 -32
  1989. package/plugins/tiddlywiki/codemirror/files/addon/dialog/dialog.js +1 -1
  1990. package/plugins/tiddlywiki/codemirror/files/addon/selection/activeline.js +1 -1
  1991. package/plugins/tiddlywiki/codemirror/files/codemirror.css +1 -1
  1992. package/plugins/tiddlywiki/codemirror/files/codemirror.js +1 -1
  1993. package/plugins/tiddlywiki/codemirror/readme.tid +2 -2
  1994. package/plugins/tiddlywiki/codemirror/settings/cursorBlinkRate.tid +1 -1
  1995. package/plugins/tiddlywiki/codemirror/settings/indentUnit.tid +1 -1
  1996. package/plugins/tiddlywiki/codemirror/settings/tabSize.tid +1 -1
  1997. package/plugins/tiddlywiki/codemirror/ui/controlpanel/codemirror.tid +2 -2
  1998. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/anyword-hint.js +1 -3
  1999. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/css-hint.js +1 -3
  2000. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/html-hint.js +1 -3
  2001. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/javascript-hint.js +1 -3
  2002. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/show-hint.css +1 -36
  2003. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/show-hint.js +1 -3
  2004. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/xml-hint.js +1 -3
  2005. package/plugins/tiddlywiki/codemirror-closebrackets/files/addon/edit/closebrackets.js +1 -3
  2006. package/plugins/tiddlywiki/codemirror-closebrackets/files/addon/edit/matchbrackets.js +1 -3
  2007. package/plugins/tiddlywiki/codemirror-fullscreen-editing/files/addon/fullscreen/fullscreen.css +1 -6
  2008. package/plugins/tiddlywiki/codemirror-fullscreen-editing/files/addon/fullscreen/fullscreen.js +1 -3
  2009. package/plugins/tiddlywiki/codemirror-keymap-emacs/files/keymap/emacs.js +1 -3
  2010. package/plugins/tiddlywiki/codemirror-keymap-sublime-text/files/addons/comment/comment.js +1 -3
  2011. package/plugins/tiddlywiki/codemirror-keymap-sublime-text/files/keymap/sublime.js +1 -3
  2012. package/plugins/tiddlywiki/codemirror-keymap-vim/files/keymap/vim.js +1 -3
  2013. package/plugins/tiddlywiki/codemirror-mode-css/files/mode/css/css.js +1 -3
  2014. package/plugins/tiddlywiki/codemirror-mode-htmlembedded/files/addon/mode/multiplex.js +1 -3
  2015. package/plugins/tiddlywiki/codemirror-mode-htmlembedded/files/mode/htmlembedded/htmlembedded.js +1 -3
  2016. package/plugins/tiddlywiki/codemirror-mode-htmlmixed/files/mode/htmlmixed/htmlmixed.js +1 -3
  2017. package/plugins/tiddlywiki/codemirror-mode-javascript/files/mode/javascript/javascript.js +1 -3
  2018. package/plugins/tiddlywiki/codemirror-mode-markdown/files/mode/markdown/markdown.js +1 -3
  2019. package/plugins/tiddlywiki/codemirror-mode-x-tiddlywiki/files/mode/tiddlywiki/tiddlywiki.css +1 -14
  2020. package/plugins/tiddlywiki/codemirror-mode-x-tiddlywiki/files/mode/tiddlywiki/tiddlywiki.js +1 -3
  2021. package/plugins/tiddlywiki/codemirror-mode-xml/files/mode/xml/xml.js +1 -3
  2022. package/plugins/tiddlywiki/codemirror-search-replace/files/addon/search/jump-to-line.js +1 -3
  2023. package/plugins/tiddlywiki/codemirror-search-replace/files/addon/search/search.js +1 -3
  2024. package/plugins/tiddlywiki/codemirror-search-replace/files/addon/search/searchcursor.js +1 -3
  2025. package/plugins/tiddlywiki/codemirror-trailingspace/files/addon/edit/trailingspace.js +1 -27
  2026. package/plugins/tiddlywiki/comments/config.tid +2 -0
  2027. package/plugins/tiddlywiki/confetti/confetti-manager.js +0 -6
  2028. package/plugins/tiddlywiki/confetti/confetti-widget.js +0 -6
  2029. package/plugins/tiddlywiki/confetti/plugin.info +1 -1
  2030. package/plugins/tiddlywiki/confetti/startup.js +0 -6
  2031. package/plugins/tiddlywiki/consent-banner/banner.tid +4 -0
  2032. package/plugins/tiddlywiki/consent-banner/config.tid +2 -0
  2033. package/plugins/tiddlywiki/consent-banner/docs.tid +1 -1
  2034. package/plugins/tiddlywiki/consent-banner/raw-widget.js +0 -5
  2035. package/plugins/tiddlywiki/consent-banner/startup.js +0 -5
  2036. package/plugins/tiddlywiki/d3/barwidget.js +4 -9
  2037. package/plugins/tiddlywiki/d3/cloudwidget.js +0 -5
  2038. package/plugins/tiddlywiki/d3/readme.tid +1 -1
  2039. package/plugins/tiddlywiki/dynannotate/modules/dynannotate.js +0 -5
  2040. package/plugins/tiddlywiki/dynannotate/modules/element-spotlight.js +0 -6
  2041. package/plugins/tiddlywiki/dynannotate/modules/legacy-selection-tracker.js +0 -5
  2042. package/plugins/tiddlywiki/dynannotate/modules/selection-tracker.js +0 -5
  2043. package/plugins/tiddlywiki/dynannotate/modules/startup.js +0 -9
  2044. package/plugins/tiddlywiki/dynannotate/modules/textmap.js +0 -5
  2045. package/plugins/tiddlywiki/dynaview/config.tid +2 -0
  2046. package/plugins/tiddlywiki/dynaview/dynaview.js +0 -5
  2047. package/plugins/tiddlywiki/evernote/modules/enex-deserializer.js +15 -4
  2048. package/plugins/tiddlywiki/external-attachments/settings.tid +2 -0
  2049. package/plugins/tiddlywiki/external-attachments/startup.js +0 -6
  2050. package/plugins/tiddlywiki/filesystem/filesystemadaptor.js +9 -8
  2051. package/plugins/tiddlywiki/filesystem/readme.tid +1 -1
  2052. package/plugins/tiddlywiki/freelinks/plain-text.js +0 -5
  2053. package/plugins/tiddlywiki/freelinks/settings.tid +2 -0
  2054. package/plugins/tiddlywiki/freelinks/text.js +0 -5
  2055. package/plugins/tiddlywiki/geospatial/docs/geolayer.tid +5 -2
  2056. package/plugins/tiddlywiki/geospatial/docs/geomap.tid +71 -1
  2057. package/plugins/tiddlywiki/geospatial/geotools.js +0 -5
  2058. package/plugins/tiddlywiki/geospatial/images/markers/pin.svg +1 -9
  2059. package/plugins/tiddlywiki/geospatial/operators/helper.js +1 -6
  2060. package/plugins/tiddlywiki/geospatial/operators/lookup.js +0 -6
  2061. package/plugins/tiddlywiki/geospatial/operators/measurement.js +0 -5
  2062. package/plugins/tiddlywiki/geospatial/operators/olc.js +6 -11
  2063. package/plugins/tiddlywiki/geospatial/operators/transformation.js +0 -6
  2064. package/plugins/tiddlywiki/geospatial/plugin.info +1 -1
  2065. package/plugins/tiddlywiki/geospatial/settings.tid +2 -0
  2066. package/plugins/tiddlywiki/geospatial/startup.js +0 -5
  2067. package/plugins/tiddlywiki/geospatial/tests/operators/geodistance.tid +1 -1
  2068. package/plugins/tiddlywiki/geospatial/tests/operators/geolookup.tid +3 -3
  2069. package/plugins/tiddlywiki/geospatial/tests/operators/geonearestpoint.tid +2 -2
  2070. package/plugins/tiddlywiki/geospatial/tests/operators/geonearestpoint2.tid +3 -3
  2071. package/plugins/tiddlywiki/geospatial/tests/operators/geopoint.tid +1 -1
  2072. package/plugins/tiddlywiki/geospatial/tests/operators/olc-decode.tid +2 -2
  2073. package/plugins/tiddlywiki/geospatial/tests/widgets/geomap-empty-layer.tid +19 -0
  2074. package/plugins/tiddlywiki/geospatial/widgets/geobaselayer.js +0 -5
  2075. package/plugins/tiddlywiki/geospatial/widgets/geolayer.js +0 -5
  2076. package/plugins/tiddlywiki/geospatial/widgets/geomap.js +78 -29
  2077. package/plugins/tiddlywiki/github-fork-ribbon/plugin.info +1 -1
  2078. package/plugins/tiddlywiki/github-fork-ribbon/readme.tid +1 -1
  2079. package/plugins/tiddlywiki/github-fork-ribbon/template.tid +1 -1
  2080. package/plugins/tiddlywiki/github-fork-ribbon/usage.tid +5 -5
  2081. package/plugins/tiddlywiki/googleanalytics/googleanalytics.js +0 -7
  2082. package/plugins/tiddlywiki/googleanalytics/readme.tid +1 -1
  2083. package/plugins/tiddlywiki/googleanalytics/settings.tid +2 -0
  2084. package/plugins/tiddlywiki/help/help.tid +8 -8
  2085. package/plugins/tiddlywiki/help/readme.tid +1 -1
  2086. package/plugins/tiddlywiki/help/tabs/Support.tid +1 -1
  2087. package/plugins/tiddlywiki/highlight/files/tiddlywiki.files +1 -1
  2088. package/plugins/tiddlywiki/highlight/highlightblock.js +1 -7
  2089. package/plugins/tiddlywiki/highlight/styles.tid +1 -1
  2090. package/plugins/tiddlywiki/highlight/usage.tid +15 -7
  2091. package/plugins/tiddlywiki/highlight-legacy/highlightblock.js +0 -6
  2092. package/plugins/tiddlywiki/innerwiki/anchor.js +0 -6
  2093. package/plugins/tiddlywiki/innerwiki/innerwiki.js +0 -5
  2094. package/plugins/tiddlywiki/innerwiki/screenshot.js +0 -5
  2095. package/plugins/tiddlywiki/jasmine/command.js +0 -3
  2096. package/plugins/tiddlywiki/jasmine/jasmine-plugin.js +1 -5
  2097. package/plugins/tiddlywiki/jasmine/readme.tid +1 -1
  2098. package/plugins/tiddlywiki/jasmine/run-wiki-based-tests.js +7 -5
  2099. package/plugins/tiddlywiki/jasmine/startup.js +1 -5
  2100. package/plugins/tiddlywiki/jszip/startup.js +0 -5
  2101. package/plugins/tiddlywiki/katex/config.tid +2 -0
  2102. package/plugins/tiddlywiki/katex/files/tiddlywiki.files +2 -2
  2103. package/plugins/tiddlywiki/katex/latex-parser.js +0 -5
  2104. package/plugins/tiddlywiki/katex/readme.tid +1 -1
  2105. package/plugins/tiddlywiki/katex/styles.tid +1 -1
  2106. package/plugins/tiddlywiki/katex/wrapper.js +1 -7
  2107. package/plugins/tiddlywiki/markdown/EditorToolbar/picture-dropdown.tid +24 -0
  2108. package/plugins/tiddlywiki/markdown/EditorToolbar/picture.tid +10 -0
  2109. package/plugins/tiddlywiki/markdown/EditorToolbar/strikethrough.tid +15 -0
  2110. package/plugins/tiddlywiki/markdown/EditorToolbar/subscript.tid +15 -0
  2111. package/plugins/tiddlywiki/markdown/EditorToolbar/superscript.tid +15 -0
  2112. package/plugins/tiddlywiki/markdown/editor-operations/make-markdown-link.js +4 -9
  2113. package/plugins/tiddlywiki/markdown/markdown-it-katex.js +26 -27
  2114. package/plugins/tiddlywiki/markdown/markdown-it-tiddlywiki.js +0 -5
  2115. package/plugins/tiddlywiki/markdown/new-markdown.tid +4 -4
  2116. package/plugins/tiddlywiki/markdown/plugin.info +1 -1
  2117. package/plugins/tiddlywiki/markdown/readme.tid +88 -1
  2118. package/plugins/tiddlywiki/markdown/settings/breaks.tid +9 -0
  2119. package/plugins/tiddlywiki/markdown/settings/linkify.tid +9 -0
  2120. package/plugins/tiddlywiki/markdown/settings/quotes.tid +8 -0
  2121. package/plugins/tiddlywiki/markdown/settings/renderWikiText.tid +9 -0
  2122. package/plugins/tiddlywiki/markdown/settings/renderWikiTextPragma.tid +7 -0
  2123. package/plugins/tiddlywiki/markdown/settings/typographer.tid +9 -0
  2124. package/plugins/tiddlywiki/markdown/settings.tid +19 -0
  2125. package/plugins/tiddlywiki/markdown/styles.tid +1 -1
  2126. package/plugins/tiddlywiki/markdown/wrapper.js +2 -6
  2127. package/plugins/tiddlywiki/markdown-legacy/editor-operations/make-markdown-link.js +0 -5
  2128. package/plugins/tiddlywiki/markdown-legacy/new-markdown.tid +4 -4
  2129. package/plugins/tiddlywiki/markdown-legacy/readme.tid +1 -1
  2130. package/plugins/tiddlywiki/markdown-legacy/wrapper.js +0 -5
  2131. package/plugins/tiddlywiki/menubar/keyboardshortcuts-menubar-search.tid +5 -0
  2132. package/plugins/tiddlywiki/menubar/shortcutinfo-menubar-search.tid +4 -0
  2133. package/plugins/tiddlywiki/mobiledragdrop/startup.js +0 -5
  2134. package/plugins/tiddlywiki/nodewebkitsaver/nodewebkit.js +1 -3
  2135. package/plugins/tiddlywiki/nodewebkitsaver/readme.tid +1 -1
  2136. package/plugins/tiddlywiki/pluginlibrary/libraryserver.js +0 -5
  2137. package/plugins/tiddlywiki/pluginlibrary/readme.tid +1 -1
  2138. package/plugins/tiddlywiki/qrcode/ViewToolbarButton/Button.tid +17 -39
  2139. package/plugins/tiddlywiki/qrcode/barcodereader.js +0 -6
  2140. package/plugins/tiddlywiki/qrcode/docs/makeqr.tid +13 -9
  2141. package/plugins/tiddlywiki/qrcode/makeqr.js +2 -8
  2142. package/plugins/tiddlywiki/railroad/components.js +0 -5
  2143. package/plugins/tiddlywiki/railroad/parser.js +1 -6
  2144. package/plugins/tiddlywiki/railroad/typed-parser.js +0 -6
  2145. package/plugins/tiddlywiki/railroad/wrapper.js +0 -5
  2146. package/plugins/tiddlywiki/savetrail/savetrail.js +0 -5
  2147. package/plugins/tiddlywiki/savetrail/settings.tid +2 -1
  2148. package/plugins/tiddlywiki/share/rawmarkup.js +0 -5
  2149. package/plugins/tiddlywiki/share/settings.tid +2 -0
  2150. package/plugins/tiddlywiki/share/wizard.tid +1 -1
  2151. package/plugins/tiddlywiki/stacked-view/plugin.info +1 -1
  2152. package/plugins/tiddlywiki/stacked-view/readme.tid +1 -1
  2153. package/plugins/tiddlywiki/stacked-view/stacked.js +0 -5
  2154. package/plugins/tiddlywiki/tahoelafs/readme.tid +1 -1
  2155. package/plugins/tiddlywiki/tahoelafs/saver.js +0 -5
  2156. package/plugins/tiddlywiki/text-slicer/modules/commands/slice.js +0 -5
  2157. package/plugins/tiddlywiki/text-slicer/modules/filters/list-children.js +0 -5
  2158. package/plugins/tiddlywiki/text-slicer/modules/slicer.js +1 -6
  2159. package/plugins/tiddlywiki/text-slicer/modules/startup/slicer-startup.js +0 -5
  2160. package/plugins/tiddlywiki/text-slicer/ui/slice-toolbar-button.tid +5 -5
  2161. package/plugins/tiddlywiki/tiddlyweb/readme.tid +1 -1
  2162. package/plugins/tiddlywiki/tiddlyweb/save-wiki-button.tid +4 -4
  2163. package/plugins/tiddlywiki/tiddlyweb/tiddlywebadaptor.js +2 -7
  2164. package/plugins/tiddlywiki/tour/plugin.info +1 -1
  2165. package/plugins/tiddlywiki/tour/settings.tid +63 -57
  2166. package/plugins/tiddlywiki/tour/simplified-tiddler-with-tags.tid +4 -4
  2167. package/plugins/tiddlywiki/tour/simplified-tiddler.tid +2 -2
  2168. package/plugins/tiddlywiki/translators/Translators.tid +6 -0
  2169. package/plugins/tiddlywiki/translators/readme.tid +1 -1
  2170. package/plugins/tiddlywiki/translators/templates/help-tid.tid +5 -5
  2171. package/plugins/tiddlywiki/translators/templates/modal-tid.tid +8 -8
  2172. package/plugins/tiddlywiki/translators/templates/snippet-tid.tid +5 -5
  2173. package/plugins/tiddlywiki/translators/templates/type-tid.tid +6 -6
  2174. package/plugins/tiddlywiki/tw2parser/classictransclude.js +0 -5
  2175. package/plugins/tiddlywiki/tw2parser/entry.js +1 -5
  2176. package/plugins/tiddlywiki/tw2parser/parameteradapter.js +0 -4
  2177. package/plugins/tiddlywiki/tw2parser/readme.tid +1 -1
  2178. package/plugins/tiddlywiki/tw2parser/wikitextparser.js +1 -6
  2179. package/plugins/tiddlywiki/tw2parser/wikitextrules.js +7 -12
  2180. package/plugins/tiddlywiki/tw5.com-docs/plugin.info +1 -1
  2181. package/plugins/tiddlywiki/twitter/startup.js +0 -5
  2182. package/plugins/tiddlywiki/twitter/twitter-widget.js +0 -5
  2183. package/plugins/tiddlywiki/twitter-archivist/archivist.js +0 -5
  2184. package/plugins/tiddlywiki/twitter-archivist/loadtwitterarchive.js +0 -5
  2185. package/plugins/tiddlywiki/twitter-archivist/startup.js +0 -5
  2186. package/plugins/tiddlywiki/upgrade/config.js +0 -5
  2187. package/plugins/tiddlywiki/upgrade/readme.tid +1 -1
  2188. package/plugins/tiddlywiki/xlsx-utils/deserializer.js +0 -5
  2189. package/plugins/tiddlywiki/xlsx-utils/importer.js +0 -5
  2190. package/plugins/tiddlywiki/xlsx-utils/startup.js +0 -5
  2191. package/plugins/tiddlywiki/xlsx-utils/xlsx-import-command.js +0 -5
  2192. package/readme.md +8 -7
  2193. package/themes/tiddlywiki/starlight/arvo.woff.meta +1 -1
  2194. package/themes/tiddlywiki/vanilla/base.tid +93 -17
  2195. package/themes/tiddlywiki/vanilla/settings.multids +2 -2
  2196. package/.eslintignore +0 -8
  2197. package/.eslintrc.yml +0 -283
  2198. package/core/language/en-GB/Types/image_x-icon.tid +0 -5
  2199. package/core/language/en-GB/icon.tid +0 -13
  2200. package/editions/dev/tiddlers/system/doc-macros.tid +0 -114
  2201. package/editions/dev/tiddlers/system/doc-styles.tid +0 -40
  2202. package/editions/dev/tiddlers/system/version-macros.tid +0 -14
  2203. package/editions/multiwikiserver/tiddlers/$__StoryList.tid +0 -2
  2204. package/editions/prerelease/tiddlers/Release 5.3.6.tid +0 -56
  2205. package/editions/test/tiddlers/tests/data/tabs-macro/expected-html-tabs-horizontal-all.tid +0 -5
  2206. package/editions/test/tiddlers/tests/data/tabs-macro/expected-html-tabs-horizontal.tid +0 -5
  2207. package/editions/test/tiddlers/tests/data/tabs-macro/expected-html-tabs-vertical.tid +0 -5
  2208. package/editions/tw5.com/tiddlers/definitions/Federatial.tid +0 -21
  2209. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail_-_Federatial.tid +0 -11
  2210. package/editions/tw5.com/tiddlers/images/Federatial.png +0 -0
  2211. package/editions/tw5.com/tiddlers/images/Federatial.png.meta +0 -3
  2212. package/editions/tw5.com/tiddlers/images/external/tiddlywiki.files +0 -202
  2213. package/editions/tw5.com/tiddlers/languages/LanguageGallery.tid +0 -25
  2214. package/editions/tw5.com/tiddlers/saving/Saving with FireFox.tid +0 -17
  2215. package/editions/tw5.com/tiddlers/saving/Saving with TiddlyFox on Android.tid +0 -26
  2216. package/languages/ar-PS/icon.tid +0 -7
  2217. package/languages/ca-ES/Types/image%2Fx-icon.tid +0 -4
  2218. package/languages/ca-ES/icon.tid +0 -8
  2219. package/languages/cs-CZ/Types/image%2Fx-icon.tid +0 -4
  2220. package/languages/cs-CZ/icon.tid +0 -9
  2221. package/languages/da-DK/Types/image%2Fx-icon.tid +0 -4
  2222. package/languages/da-DK/icon.tid +0 -9
  2223. package/languages/de-AT/icon.tid +0 -8
  2224. package/languages/de-DE/Types/image_x-icon.tid +0 -4
  2225. package/languages/de-DE/icon.tid +0 -12
  2226. package/languages/el-GR/Help/help.tid +0 -10
  2227. package/languages/el-GR/Help/unpackplugin.tid +0 -8
  2228. package/languages/el-GR/Help/version.tid +0 -8
  2229. package/languages/el-GR/Types/application%2Fjson.tid +0 -4
  2230. package/languages/el-GR/Types/image%2Fgif.tid +0 -4
  2231. package/languages/el-GR/Types/image%2Fjpeg.tid +0 -4
  2232. package/languages/el-GR/Types/image%2Fpng.tid +0 -4
  2233. package/languages/el-GR/Types/image%2Fsvg%2Bxml.tid +0 -4
  2234. package/languages/el-GR/Types/image%2Fx-icon.tid +0 -4
  2235. package/languages/el-GR/Types/text%2Fhtml.tid +0 -4
  2236. package/languages/el-GR/Types/text%2Fplain.tid +0 -4
  2237. package/languages/el-GR/Types/text%2Fvnd.tiddlywiki.tid +0 -4
  2238. package/languages/el-GR/icon.tid +0 -8
  2239. package/languages/en-US/icon.tid +0 -29
  2240. package/languages/es-ES/Types/image_x-icon.tid +0 -5
  2241. package/languages/es-ES/icon.tid +0 -409
  2242. package/languages/fa-IR/icon.tid +0 -14
  2243. package/languages/fr-FR/Types/image_x-icon.tid +0 -5
  2244. package/languages/fr-FR/icon.tid +0 -5
  2245. package/languages/he-IL/Types/image%2Fx-icon.tid +0 -4
  2246. package/languages/he-IL/icon.tid +0 -38
  2247. package/languages/hi-IN/Types/image%2Fx-icon.tid +0 -5
  2248. package/languages/hi-IN/icon.tid +0 -4
  2249. package/languages/ia-IA/Types/image%2Fx-icon.tid +0 -4
  2250. package/languages/ia-IA/icon.tid +0 -13
  2251. package/languages/it-IT/Types/image_x-icon.tid +0 -5
  2252. package/languages/it-IT/icon.tid +0 -32
  2253. package/languages/ja-JP/Types/image%2Fx-icon.tid +0 -4
  2254. package/languages/ja-JP/icon.tid +0 -9
  2255. package/languages/ko-KR/Types/image%2Fx-icon.tid +0 -4
  2256. package/languages/ko-KR/icon.tid +0 -15
  2257. package/languages/mk-MK/Types/image%2Fx-icon.tid +0 -4
  2258. package/languages/mk-MK/icon.tid +0 -8
  2259. package/languages/nl-NL/Types/image%2Fx-icon.tid +0 -4
  2260. package/languages/nl-NL/icon.tid +0 -9
  2261. package/languages/pa-IN/Types/image%2Fx-icon.tid +0 -4
  2262. package/languages/pa-IN/icon.tid +0 -4
  2263. package/languages/pl-PL/Types/image_x-icon.tid +0 -5
  2264. package/languages/pl-PL/icon.tid +0 -7
  2265. package/languages/pt-BR/Types/image%2Fx-icon.tid +0 -4
  2266. package/languages/pt-BR/icon.tid +0 -54
  2267. package/languages/pt-PT/Types/image%2Fx-icon.tid +0 -4
  2268. package/languages/pt-PT/icon.tid +0 -70
  2269. package/languages/ru-RU/Types/image%2Fx-icon.tid +0 -4
  2270. package/languages/ru-RU/icon.tid +0 -10
  2271. package/languages/sk-SK/Types/image%2Fx-icon.tid +0 -4
  2272. package/languages/sk-SK/icon.tid +0 -17
  2273. package/languages/sl-SI/Types/image%2Fx-icon.tid +0 -4
  2274. package/languages/sl-SI/icon.tid +0 -28
  2275. package/languages/sv-SE/Types/image_x-icon.tid +0 -4
  2276. package/languages/sv-SE/icon.tid +0 -8
  2277. package/languages/zh-CN/icon.tid +0 -18
  2278. package/languages/zh-HK/icon.tid +0 -16
  2279. package/languages/zh-Hans/Types/image_x-icon.tid +0 -4
  2280. package/languages/zh-Hans/icon.tid +0 -18
  2281. package/languages/zh-Hant/Types/image_x-icon.tid +0 -4
  2282. package/languages/zh-Hant/icon.tid +0 -14
  2283. package/languages/zh-TW/icon.tid +0 -14
  2284. package/plugins/tiddlywiki/markdown/config.tid +0 -80
  2285. /package/core/ui/{StandardLayout.tid → PageTemplate.tid} +0 -0
  2286. /package/editions/tw5.com/tiddlers/{Selection Constructors: Conditional.tid → Selection Constructors Conditional.tid} +0 -0
  2287. /package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/doc-styles.tid +0 -0
  2288. /package/{languages/ca-ES/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/ca-ES/types/text_Fx-tiddlywiki.tid} +0 -0
  2289. /package/{languages/cs-CZ/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/cs-CZ/types/text_Fx-tiddlywiki.tid} +0 -0
  2290. /package/{languages/da-DK/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/da-DK/types/text_Fx-tiddlywiki.tid} +0 -0
  2291. /package/{languages/de-DE/Types → plugins/tiddlywiki/classictools/languages/de-DE/types}/text_x-tiddlywiki.tid +0 -0
  2292. /package/{languages/el-GR/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/el-Gr/types/text_Fx-tiddlywiki.tid} +0 -0
  2293. /package/{core/language/en-GB/Types → plugins/tiddlywiki/classictools/languages/en-GB/types}/text_x-tiddlywiki.tid +0 -0
  2294. /package/{languages/es-ES/Types → plugins/tiddlywiki/classictools/languages/es-ES/types}/text_x-tiddlywiki.tid +0 -0
  2295. /package/{languages/fr-FR/Types → plugins/tiddlywiki/classictools/languages/fr-FR/types}/text_x-tiddlywiki.tid +0 -0
  2296. /package/{languages/he-IL/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/he-IL/types/text_Fx-tiddlywiki.tid} +0 -0
  2297. /package/{languages/hi-IN/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/hi-IN/types/text_Fx-tiddlywiki.tid} +0 -0
  2298. /package/{languages/it-IT/Types → plugins/tiddlywiki/classictools/languages/it-IT/types}/text_x-tiddlywiki.tid +0 -0
  2299. /package/{languages/ja-JP/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/ja-JP/types/text_Fx-tiddlywiki.tid} +0 -0
  2300. /package/{languages/ko-KR/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/ko-KR/types/text_Fx-tiddlywiki.tid} +0 -0
  2301. /package/{languages/mk-MK/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/mk-MK/types/text_Fx-tiddlywiki.tid} +0 -0
  2302. /package/{languages/nl-NL/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/nl-NL/types/text_Fx-tiddlywiki.tid} +0 -0
  2303. /package/{languages/pa-IN/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/pa-IN/types/text_Fx-tiddlywiki.tid} +0 -0
  2304. /package/{languages/pl-PL/Types → plugins/tiddlywiki/classictools/languages/pl-PL/types}/text_x-tiddlywiki.tid +0 -0
  2305. /package/{languages/pt-BR/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/pt-BR/types/text_Fx-tiddlywiki.tid} +0 -0
  2306. /package/{languages/pt-PT/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/pt-PT/types/text_Fx-tiddlywiki.tid} +0 -0
  2307. /package/{languages/ru-RU/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/ru-RU/types/text_Fx-tiddlywiki.tid} +0 -0
  2308. /package/{languages/sk-SK/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/sk-SK/types/text_Fx-tiddlywiki.tid} +0 -0
  2309. /package/{languages/sl-SI/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/sl-SI/types/text_Fx-tiddlywiki.tid} +0 -0
  2310. /package/{languages/zh-Hans/Types → plugins/tiddlywiki/classictools/languages/zh-Hans/types}/text_x-tiddlywiki.tid +0 -0
  2311. /package/{languages/zh-Hant/Types → plugins/tiddlywiki/classictools/languages/zh-Hant/types}/text_x-tiddlywiki.tid +0 -0
@@ -1,32 +0,0 @@
1
- title: $:/languages/it-IT/icon
2
- type: image/svg+xml
3
-
4
- <?xml version="1.0" standalone="no"?>
5
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
6
- <svg
7
- height="1000"
8
- width="1500"
9
- version="1.1"
10
- viewBox="0 0 3 2"
11
- xmlns="http://www.w3.org/2000/svg"
12
- xmlns:xlink="http://www.w3.org/1999/xlink">
13
- <desc>Bandiera della Repubblica Italiana PMS 20060414</desc>
14
- <!--
15
- from http://commons.wikimedia.org/wiki/Image:Bandiera_della_Repubblica_Italiana_PMS_20060414.svg
16
- this text is in the public domain
17
- -->
18
- <rect
19
- fill="#009246"
20
- height="2"
21
- width="1" />
22
- <rect
23
- fill="#f1f2f1"
24
- height="2"
25
- width="1"
26
- x="1" />
27
- <rect
28
- fill="#ce2b37"
29
- height="2"
30
- width="1"
31
- x="2" />
32
- </svg>
@@ -1,4 +0,0 @@
1
- title: $:/language/Docs/Types/image/x-icon
2
- description: アイコンファイル(ICO 形式)
3
- name: image/x-icon
4
- group: Image
@@ -1,9 +0,0 @@
1
- title: $:/languages/ja-JP/icon
2
- type: image/svg+xml
3
-
4
- <?xml version="1.0" encoding="UTF-8"?>
5
- <svg xmlns="http://www.w3.org/2000/svg" width="900" height="600">
6
- <rect fill="#a0a0a0" height="600" width="900"/>
7
- <rect fill="#fff" x="6" y="6" width="888" height="588"/>
8
- <circle fill="#be0026" cx="450" cy="300" r="180"/>
9
- </svg>
@@ -1,4 +0,0 @@
1
- title: $:/language/Docs/Types/image/x-icon
2
- description: ICO 형식 아이콘 파일
3
- name: image/x-icon
4
- group: 그림
@@ -1,15 +0,0 @@
1
- title: $:/languages/ko-KR/icon
2
- type: image/svg+xml
3
-
4
- <?xml version="1.0" encoding="UTF-8"?>
5
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="900" height="600" viewBox="-36 -24 72 48">
6
- <title>Flag of South Korea</title>
7
- <rect fill="#fff" x="-36" y="-24" width="72" height="48"/>
8
- <g transform="rotate(-56.3099325)"><!--arctan(-3/2)-->
9
- <g id="b2"><path id="b" d="M-6-25H6M-6-22H6M-6-19H6" stroke="#000" stroke-width="2"/>
10
- <use xlink:href="#b" y="44"/></g>
11
- <path stroke="#fff" stroke-width="1" d="M0,17v10"/>
12
- <circle fill="#c60c30" r="12"/>
13
- <path fill="#003478" d="M0-12A6,6 0 0 0 0,0A6,6 0 0 1 0,12A12,12 0 0,1 0-12Z"/></g>
14
- <g transform="rotate(-123.6900675)"><use xlink:href="#b2"/>
15
- <path stroke="#fff" stroke-width="1" d="M0-23.5v3M0,17v3.5M0,23.5v3"/></g></svg>
@@ -1,4 +0,0 @@
1
- title: $:/language/Docs/Types/image/x-icon
2
- description: ICO икона
3
- name: image/x-icon
4
- group: Фотографија
@@ -1,8 +0,0 @@
1
- title: $:/languages/mk-MK/icon
2
- type: image/svg+xml
3
-
4
- <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="600" viewBox="-140 -70 280 140" fill="#f8e92e">
5
- <path fill="#d82126" d="m-140-70h280V70h-280z"/>
6
- <path d="m-140 14v-28l280 28v-28zm126-84h28L0-15zM14 70h-28L0 15zM-140-70h42L12.86 7.72zm0 140h42L12.86-7.72zM140-70H98L-12.86 7.72zm0 140H98L-12.86-7.72z"/>
7
- <circle r="22.5" stroke="#d82126" stroke-width="5"/>
8
- </svg>
@@ -1,4 +0,0 @@
1
- title: $:/language/Docs/Types/image/x-icon
2
- description: ICO pictogram (icon)
3
- name: image/x-icon
4
- group: Afbeelding
@@ -1,9 +0,0 @@
1
- title: $:/languages/nl-NL/icon
2
- type: image/svg+xml
3
-
4
- <?xml version="1.0" encoding="UTF-8"?>
5
- <svg xmlns="http://www.w3.org/2000/svg" width="900" height="600" viewBox="0 0 9 6">
6
- <rect fill="#21468B" width="9" height="6"/>
7
- <rect fill="#FFF" width="9" height="4"/>
8
- <rect fill="#AE1C28" width="9" height="2"/>
9
- </svg>
@@ -1,4 +0,0 @@
1
- title: $:/language/Docs/Types/image/x-icon
2
- description: ICO ਫਾਰਮੈਟ ਆਈਕਾਨ ਫਾਇਲ
3
- name: image/x-icon
4
- group: ਚਿੱਤਰ
@@ -1,4 +0,0 @@
1
- title: $:/languages/pa-IN/icon
2
- type: image/svg+xml
3
-
4
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 225 150" width="1350" height="900"><rect width="225" height="150" fill="#f93"/><rect width="225" height="50" y="50" fill="#fff"/><rect width="225" height="50" y="100" fill="#128807"/><g transform="translate(112.5,75)"><circle r="20" fill="#008"/><circle r="17.5" fill="#fff"/><circle r="3.5" fill="#008"/><g id="d"><g id="c"><g id="b"><g id="a"><circle r="0.875" fill="#008" transform="rotate(7.5) translate(17.5)"/><path fill="#008" d="M 0,17.5 0.6,7 C 0.6,7 0,2 0,2 0,2 -0.6,7 -0.6,7 L 0,17.5 z"/></g><use xlink:href="#a" transform="rotate(15)"/></g><use xlink:href="#b" transform="rotate(30)"/></g><use xlink:href="#c" transform="rotate(60)"/></g><use xlink:href="#d" transform="rotate(120)"/><use xlink:href="#d" transform="rotate(-120)"/></g></svg>
@@ -1,5 +0,0 @@
1
- title: $:/language/Docs/Types/image/x-icon
2
- description: Ikona w formacie ICO
3
- name: image/x-icon
4
- group: Image
5
- group-sort: 1
@@ -1,7 +0,0 @@
1
- title: $:/languages/pl-PL/icon
2
- type: image/svg+xml
3
-
4
- <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="600" viewBox="0 0 60 30">
5
- <rect width="60" height="30" fill="#fff"/>
6
- <rect width="60" height="15" fill="#dc143c" y="15"/>
7
- </svg>
@@ -1,4 +0,0 @@
1
- title: $:/language/Docs/Types/image/x-icon
2
- description: Ícone em formato de arquivo ICO
3
- name: image/x-icon
4
- group: Imagem
@@ -1,54 +0,0 @@
1
- title: $:/languages/pt-BR/icon
2
- type: image/svg+xml
3
-
4
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
5
- <svg
6
- xmlns:dc="http://purl.org/dc/elements/1.1/"
7
- xmlns:cc="http://creativecommons.org/ns#"
8
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
9
- xmlns:svg="http://www.w3.org/2000/svg"
10
- xmlns="http://www.w3.org/2000/svg"
11
- style="fill-rule:evenodd;image-rendering:optimizeQuality;shape-rendering:geometricPrecision;text-rendering:geometricPrecision"
12
- version="1.1"
13
- id="svg2"
14
- viewBox="0 0 120000 80000"
15
- height="400"
16
- width="600"
17
- xml:space="preserve"><defs
18
- id="defs20" /><g
19
- transform="translate(9999.999,4999.999)"
20
- id="g3355"><rect
21
- x="-9999.999"
22
- y="-4999.999"
23
- width="120000"
24
- height="80000"
25
- id="rect4"
26
- style="fill:#00923f" /><g
27
- id="g3348"
28
- transform="translate(-9999.9989,7000.0016)"><path
29
- style="fill:#f8c300"
30
- id="path6"
31
- d="M 60000.001,-3800.0016 10200,27999.999 60000.001,59800 109800,27999.999 60000.001,-3800.0016 Z" /><circle
32
- style="fill:#28166f"
33
- id="circle8"
34
- r="20956.801"
35
- cy="28000"
36
- cx="59955.602" /><path
37
- style="fill:#ffffff"
38
- id="path10"
39
- d="m 62079.601,32520.399 253.2,639.6 685.2,43.2 -528,439.2 169.2,666 -579.6,-368.4 -580.8,368.4 170.4,-666 -529.2,-439.2 685.2,-43.2 254.4,-639.6 z m 15667.201,2236.8 216,544.8 584.4,37.2 -451.2,374.4 145.2,566.4 -494.4,-313.2 -495.6,313.2 145.2,-566.4 -450,-374.4 584.4,-37.2 216,-544.8 z m -2242.8,1736.4 254.4,638.4 685.2,44.4 -529.2,438 170.4,666 -580.8,-367.2 -580.8,367.2 170.4,-666 -529.2,-438 686.4,-44.4 253.2,-638.4 z m -831.6,-2247.6 301.2,757.2 812.4,52.8 -626.4,519.6 201.6,788.4 -688.8,-435.6 -687.6,435.6 201.6,-788.4 -626.4,-519.6 812.4,-52.8 300,-757.2 z m -160.8,3914.4 253.2,638.4 686.4,43.2 -529.2,439.2 170.4,666 -580.8,-368.4 -580.8,368.4 170.4,-666 -529.2,-439.2 685.2,-43.2 254.4,-638.4 z m -1962,1032 216,543.6 584.4,38.4 -450,373.2 145.2,567.6 -495.6,-313.2 -494.4,313.2 145.2,-567.6 -451.2,-373.2 584.4,-38.4 216,-543.6 z m -2017.2,1875.6 254.4,638.4 685.2,44.4 -529.2,438 170.4,666 -580.8,-368.4 -579.6,368.4 169.2,-666 -528,-438 685.2,-44.4 253.2,-638.4 z m -24,2347.2 216,544.8 584.4,37.2 -450,374.4 145.2,567.6 -495.6,-313.2 -494.4,313.2 145.2,-567.6 -451.2,-374.4 584.4,-37.2 216,-544.8 z m -32.4,-4243.2 216,543.6 584.4,37.2 -451.2,374.4 145.2,567.6 -494.4,-313.2 -495.6,313.2 145.2,-567.6 -451.2,-374.4 585.6,-37.2 216,-543.6 z m -2472,486 217.2,544.8 584.4,37.2 -451.2,374.4 145.2,567.6 -495.6,-313.2 -494.4,313.2 145.2,-567.6 -451.2,-374.4 584.4,-37.2 216,-544.8 z m -1585.201,-20113.2 301.2,757.2 812.401,51.6 -626.401,519.6 201.6,788.4 -688.8,-435.6 -687.6,435.6 201.6,-788.4 -626.4,-519.6 812.4,-51.6 300,-757.2 z m -331.2,22032 253.2,639.6 686.4,43.2 -529.2,439.2 170.4,664.8 -580.8,-367.2 -580.8,367.2 170.4,-664.8 -529.2,-439.2 685.2,-43.2 254.4,-639.6 z m -1166.4,-15662.4 217.2,543.6 584.4,38.4 -451.2,373.2 145.2,567.6 -495.6,-313.2 -494.4,313.2 145.2,-567.6 -451.2,-373.2 584.4,-38.4 216,-543.6 z m -555.6,13215.6 216,544.8 584.4,37.2 -450,373.2 145.2,567.6 -495.6,-313.2 -494.4,313.2 145.2,-567.6 -451.2,-373.2 584.4,-37.2 216,-544.8 z m -4207.2,-8406 253.2,638.4 686.4,44.4 -529.2,438 170.4,666 -580.8,-367.2 -580.8,367.2 170.4,-666 -529.2,-438 685.2,-44.4 254.4,-638.4 z m -122.4,5944.8 300,757.2 813.6,51.6 -627.6,519.6 201.6,789.6 -687.6,-435.6 -687.6,435.6 201.6,-789.6 -627.6,-519.6 813.6,-51.6 300,-757.2 z m 68.4,7580.4 115.2,290.4 312,20.4 -240,199.2 76.8,303.6 -264,-168 -264,168 76.8,-303.6 -240,-199.2 312,-20.4 115.2,-290.4 z m -1323.6,-10018.8 162,408 436.8,27.6 -337.2,279.6 109.2,424.8 -370.8,-235.2 -369.6,235.2 108,-424.8 -337.2,-279.6 438,-27.6 160.8,-408 z m -1531.2,-1323.6 216,544.8 584.4,37.2 -451.2,373.2 145.2,567.6 -494.4,-313.2 -495.6,313.2 145.2,-567.6 -451.2,-373.2 585.6,-37.2 216,-544.8 z m -5443.2,-5004 253.2,639.6 685.2,43.2 -528,439.2 169.2,666 -579.6,-368.4 -580.8,368.4 170.4,-666 -529.2,-439.2 685.2,-43.2 254.4,-639.6 z m -613.2,10585.2 300,757.2 813.6,52.8 -627.6,519.6 201.6,788.4 -687.6,-435.6 -688.8,435.6 202.8,-788.4 -627.6,-519.6 812.4,-52.8 301.2,-757.2 z m -2301.6,-4178.4 254.4,638.4 685.2,44.4 -529.2,438 170.4,666 -580.8,-368.4 -579.6,368.4 169.2,-666 -528,-438 685.2,-44.4 253.2,-638.4 z m -758.4,2354.4 216,544.8 584.4,37.2 -451.2,373.2 145.2,567.6 -494.4,-313.2 -495.6,313.2 145.2,-567.6 -451.2,-373.2 584.4,-37.2 217.2,-544.8 z m -1563.6,-5355.6 162,406.8 436.8,28.8 -337.2,279.6 109.2,423.6 -370.8,-234 -369.6,234 108,-423.6 -337.2,-279.6 438,-28.8 160.8,-406.8 z m -1923.6,844.8 300,757.2 813.6,51.6 -627.6,519.6 201.6,789.6 -687.6,-435.6 -687.6,435.6 201.6,-789.6 -627.6,-519.6 813.6,-51.6 300,-757.2 z m -1726.8,-8719.2 301.2,757.2 812.4,51.6 -626.4,519.6 201.6,789.6 -688.8,-435.6 -687.6,435.6 201.6,-789.6 -626.4,-519.6 812.4,-51.6 300,-757.2 z m -472.8,10711.2 254.4,639.6 685.2,43.2 -529.2,439.2 170.4,664.8 -580.8,-367.2 -580.8,367.2 170.4,-664.8 -529.2,-439.2 686.4,-43.2 253.2,-639.6 z" /><path
40
- style="fill:#ffffff"
41
- id="path12"
42
- d="m 47444.401,21525.999 c 12465.6,0 23893.201,4585.2 32685.601,12152.4 290.4,-1020 505.2,-2071.2 638.4,-3146.4 -9116.4,-7394.4 -20718.001,-11834.4 -33324.001,-11834.4 -2185.2,0 -4340.4,136.8 -6458.4,396 -452.4,966 -834,1970.4 -1137.6,3008.4 2478,-379.2 5014.8,-576 7596,-576 z" /><path
43
- style="fill:#00923f"
44
- id="path14"
45
- d="m 42052.801,20437.599 c 16.8,205.2 76.8,360 177.6,465.6 100.8,105.6 232.8,151.2 397.2,138 164.4,-14.4 289.2,-81.6 370.8,-204 82.8,-121.2 114,-284.4 97.2,-489.6 -18,-205.2 -78,-360 -178.8,-465.6 -102,-105.6 -235.2,-151.2 -400.8,-136.8 -164.4,13.2 -286.8,81.6 -368.4,202.8 -80.4,120 -112.8,283.2 -94.8,489.6 z m -391.2,33.6 c -26.4,-301.2 36,-547.2 184.8,-738 148.8,-190.8 362.4,-297.6 640.8,-321.6 278.4,-24 507.6,45.6 687.6,207.6 180,163.2 283.2,394.8 308.4,694.8 26.4,301.2 -36,547.2 -186,738 -148.8,190.8 -363.6,298.8 -640.8,322.8 -279.6,24 -507.6,-45.6 -687.6,-208.8 -178.8,-163.2 -282,-394.8 -307.2,-694.8 z m 3043.2,-348 452.4,-15.6 c 98.4,-3.6 169.2,-25.2 214.8,-67.2 44.4,-40.8 64.8,-104.4 62.4,-189.6 -2.4,-81.6 -27.6,-142.8 -73.2,-182.4 -46.8,-40.8 -114,-60 -202.8,-56.4 l -470.4,15.6 16.8,495.6 z m -349.2,1064.4 -62.4,-1869.6 907.2,-30 c 202.8,-7.2 355.2,31.2 456,115.2 102,84 154.8,216 160.8,394.8 3.6,114 -16.8,210 -62.4,288 -44.4,78 -111.6,132 -200.4,163.2 81.6,26.4 141.6,68.4 177.6,126 36,58.8 58.8,150 68.4,274.8 l 15.6,220.8 c 0,1.2 0,3.6 0,7.2 6,111.6 32.4,178.8 79.2,200.4 l 1.2,57.6 -421.2,14.4 c -14.4,-26.4 -25.2,-57.6 -33.6,-96 -8.4,-38.4 -15.6,-84 -18,-138 l -12,-196.8 c -8.4,-115.2 -32.4,-193.2 -73.2,-231.6 -40.8,-39.6 -112.8,-57.6 -214.8,-54 l -408,13.2 25.2,727.2 -385.2,13.2 z m 2760,-420 308.4,6 c 178.8,3.6 309.6,-40.8 391.2,-133.2 81.6,-91.2 124.8,-243.6 128.4,-452.4 3.6,-210 -30,-363.6 -103.2,-463.2 -73.2,-99.6 -188.4,-151.2 -346.8,-153.6 l -355.2,-7.2 -22.8,1203.6 z m -384,330 36,-1869.6 732,13.2 c 288,6 500.4,87.6 638.4,244.8 138,157.2 204,393.6 198,709.2 -3.6,170.4 -32.4,320.4 -86.4,450 -55.2,129.6 -133.2,232.8 -232.8,310.8 -75.6,57.6 -160.8,98.4 -256.8,122.4 -94.8,24 -228,34.8 -399.6,31.2 l -628.8,-12 z m 2373.6,42 100.8,-1867.2 1357.2,73.2 -18,324 -978,-52.8 -20.4,398.4 892.8,48 -16.8,319.2 -894,-48 -25.2,480 1022.4,55.2 -18,345.6 -1402.8,-75.6 z m 2202,130.8 198,-1860 566.4,60 218.4,1455.6 516,-1376.4 567.6,60 -198,1860 -358.8,-38.4 159.6,-1500 -537.6,1460.4 -391.2,-42 -222,-1540.8 -160.8,1500 -357.6,-38.4 z m 4956,638.4 391.2,-1828.8 1328.4,284.4 -68.4,318 -956.4,-205.2 -84,390 876,187.2 -67.2,313.2 -876,-188.4 -100.8,470.4 1002,214.8 -72,338.4 -1372.8,-294 z m 4950,115.2 360,97.2 c 97.2,25.2 172.8,24 228,-4.8 55.2,-30 96,-90 120,-182.4 24,-85.2 19.2,-156 -12,-212.4 -31.2,-55.2 -90,-94.8 -176.4,-117.6 l -378,-102 -141.6,522 z m -90,326.4 -172.8,642 -372,-99.6 486,-1806 804,216 c 189.6,51.6 319.2,140.4 391.2,264 70.8,124.8 80.4,283.2 28.8,474 -49.2,186 -135.6,316.8 -259.2,391.2 -122.4,75.6 -273.6,88.8 -450,42 l -456,-123.6 z m 2248.8,294 432,133.2 c 93.6,28.8 169.2,31.2 224.4,6 56.4,-24 96,-78 121.2,-159.6 24,-76.8 20.4,-142.8 -9.6,-195.6 -30,-54 -88.8,-93.6 -172.8,-120 l -450,-138 -145.2,474 z m -676.8,892.8 548.4,-1788 867.6,266.4 c 194.4,60 326.4,146.4 394.8,258 68.4,112.8 75.6,254.4 22.8,426 -33.6,109.2 -84,193.2 -152.4,252 -68.4,58.8 -148.8,88.8 -242.4,88.8 68.4,51.6 111.6,110.4 127.2,177.6 14.4,67.2 6,160.8 -25.2,282 l -57.6,213.6 c 0,1.2 -1.2,3.6 -2.4,7.2 -30,106.8 -27.6,178.8 9.6,214.8 l -16.8,55.2 -403.2,-124.8 c -4.8,-28.8 -6,-62.4 -1.2,-102 4.8,-38.4 13.2,-84 27.6,-135.6 l 52.8,-189.6 c 30,-111.6 32.4,-193.2 7.2,-242.4 -26.4,-50.4 -87.6,-91.2 -186,-121.2 l -390,-120 -213.6,694.8 -367.2,-112.8 z m 2847.6,-6 c -70.8,193.2 -81.6,358.8 -34.8,498 45.6,138 146.4,235.2 301.2,291.6 156,56.4 296.4,48 422.4,-27.6 126,-75.6 224.4,-210 295.2,-403.2 69.6,-193.2 81.6,-358.8 34.8,-496.8 -48,-139.2 -150,-237.6 -306,-294 -153.6,-56.4 -294,-46.8 -418.8,27.6 -124.8,75.6 -223.2,210 -294,404.4 z m -368.4,-135.6 c 104.4,-283.2 264,-480 478.8,-590.4 216,-109.2 454.8,-116.4 717.6,-20.4 261.6,96 440.4,255.6 535.2,478.8 94.8,224.4 90,477.6 -14.4,760.8 -103.2,283.2 -262.8,480 -480,589.2 -216,110.4 -456,117.6 -717.6,21.6 -262.8,-96 -440.4,-255.6 -534,-478.8 -93.6,-223.2 -88.8,-477.6 14.4,-760.8 z m 3460.801,2197.2 c -100.8,58.8 -200.4,91.2 -300,97.2 -98.4,6 -202.8,-14.4 -312,-61.2 -240,-103.2 -399.6,-268.8 -477.6,-499.2 -78,-231.6 -58.8,-482.4 56.4,-753.6 117.6,-274.8 285.6,-462 504,-562.8 218.4,-102 452.4,-99.6 699.6,6 216,92.4 369.6,218.4 462,380.4 92.4,160.8 112.8,337.2 61.2,529.2 l -361.2,-153.6 c 16.8,-98.4 1.2,-186 -46.8,-261.6 -46.8,-75.6 -124.8,-135.6 -232.8,-182.4 -144,-61.2 -279.6,-56.4 -406.8,14.4 -127.2,69.6 -230.4,198 -309.6,384 -80.4,187.2 -99.6,351.6 -58.8,494.4 40.8,142.8 135.6,246 284.4,309.6 112.8,46.8 220.8,54 324,20.4 104.4,-34.8 189.6,-105.6 256.8,-212.4 l -390,-166.8 124.8,-294 712.8,303.6 -397.2,931.2 -236.4,-100.8 43.2,-222 z m 1778.4,-49.2 405.6,199.2 c 88.8,43.2 162,56.4 220.8,40.8 58.8,-15.6 106.8,-61.2 145.2,-139.2 34.8,-72 42,-136.8 20.4,-194.4 -21.6,-57.6 -73.2,-105.6 -152.4,-145.2 l -422.4,-206.4 -217.2,445.2 z m -808.8,775.2 822,-1678.8 814.8,398.4 c 183.6,90 300,195.6 349.2,316.8 50.4,121.2 36,262.8 -43.2,423.6 -50.4,103.2 -114,177.6 -189.6,225.6 -76.8,46.8 -162,63.6 -254.4,49.2 60,62.4 92.4,126 98.4,195.6 3.6,68.4 -19.2,159.6 -69.6,273.6 l -90,202.8 c 0,1.2 -1.2,3.6 -3.6,6 -46.8,100.8 -55.2,172.8 -24,214.8 l -25.2,50.4 -379.2,-184.8 c 0,-30 4.8,-63.6 15.6,-100.8 10.8,-38.4 26.4,-81.6 49.2,-129.6 l 81.6,-178.8 c 46.8,-105.6 61.2,-186 44.4,-240 -18,-54 -73.2,-103.2 -164.4,-147.6 l -366,-180 -320.4,652.8 -345.6,-169.2 z m 2090.4,1074 909.6,-1634.4 1186.8,660 -158.4,284.4 -855.6,-476.4 -193.2,349.2 782.4,434.4 -156,279.6 -782.4,-434.4 -234,420 896.4,498 -168,302.4 -1227.6,-682.8 z m 2110.8,579.6 325.2,195.6 c -40.8,94.8 -44.4,182.4 -10.8,260.4 33.6,78 106.8,151.2 219.6,218.4 96,58.8 177.6,85.2 247.2,79.2 69.6,-3.6 123.6,-39.6 164.4,-106.8 57.6,-97.2 -33.6,-261.6 -273.6,-493.2 -3.6,-3.6 -6,-6 -8.4,-8.4 -6,-6 -15.6,-15.6 -28.8,-27.6 -130.8,-123.6 -214.8,-224.4 -253.2,-303.6 -36,-69.6 -49.2,-145.2 -42,-224.4 7.2,-79.2 36,-159.6 86.4,-243.6 93.6,-156 218.4,-242.4 374.4,-262.8 156,-18 334.8,32.4 534,152.4 187.2,112.8 307.2,246 358.8,397.2 52.8,152.4 32.4,310.8 -57.6,475.2 l -316.8,-190.8 c 40.8,-81.6 46.8,-158.4 16.8,-230.4 -28.8,-73.2 -93.6,-140.4 -192,-199.2 -86.4,-52.8 -163.2,-75.6 -230.4,-70.8 -67.2,6 -118.8,39.6 -157.2,102 -51.6,85.2 2.4,202.8 158.4,355.2 42,40.8 75.6,73.2 98.4,96 99.6,100.8 168,174 207.6,219.6 38.4,46.8 69.6,90 93.6,133.2 43.2,75.6 63.6,152.4 60,231.6 -3.6,80.4 -30,162 -80.4,244.8 -100.8,166.8 -234,261.6 -402,285.6 -168,24 -354,-25.2 -558,-148.8 -201.6,-121.2 -332.4,-262.8 -390,-426 -57.6,-162 -39.6,-332.4 56.4,-510 z m 1970.4,1232.4 314.4,213.6 c -45.6,92.4 -52.8,178.8 -22.8,259.2 28.8,79.2 98.4,156 207.6,229.2 92.4,62.4 172.8,93.6 242.4,92.4 69.6,-1.2 126,-33.6 169.2,-98.4 63.6,-94.8 -19.2,-262.8 -247.2,-507.6 -2.4,-2.4 -6,-6 -7.2,-8.4 -7.2,-6 -15.6,-15.6 -27.6,-30 -123.6,-129.6 -202.8,-234 -237.6,-315.6 -31.2,-70.8 -40.8,-147.6 -30,-225.6 12,-79.2 44.4,-158.4 99.6,-238.8 102,-151.2 231.6,-231.6 387.6,-242.4 157.2,-10.8 332.4,49.2 525.6,180 181.2,122.4 292.8,260.4 337.2,415.2 44.4,154.8 16.8,310.8 -82.8,470.4 l -307.2,-206.4 c 45.6,-79.2 55.2,-156 30,-230.4 -25.2,-74.4 -86.4,-144 -181.2,-208.8 -84,-56.4 -159.6,-84 -226.8,-81.6 -67.2,2.4 -121.2,33.6 -162,93.6 -55.2,81.6 -8.4,202.8 139.2,362.4 40.8,43.2 72,78 93.6,102 93.6,104.4 158.4,182.4 195.6,229.2 36,48 64.8,94.8 86.4,138 39.6,78 55.2,156 48,235.2 -7.2,79.2 -38.4,159.6 -93.6,240 -108,160.8 -247.2,249.6 -416.4,264 -169.2,15.6 -351.6,-43.2 -549.6,-177.6 -194.4,-132 -316.8,-280.8 -366,-445.2 -50.4,-165.6 -22.8,-334.8 81.6,-507.6 z m 2377.2,1261.2 c -124.8,164.4 -184.8,320.4 -180,465.6 3.6,146.4 72,268.8 202.8,368.4 132,99.6 270,132 412.8,97.2 141.6,-34.8 274.8,-135.6 399.6,-300 123.6,-163.2 183.6,-319.2 178.8,-465.6 -6,-146.4 -74.4,-270 -206.4,-369.6 -130.8,-99.6 -267.6,-130.8 -409.2,-94.8 -141.6,34.8 -274.8,134.4 -398.4,298.8 z m -313.2,-236.4 c 182.4,-240 392.4,-381.6 630,-424.8 238.8,-42 469.2,21.6 692.4,189.6 223.2,169.2 346.8,373.2 372,615.6 24,241.2 -54,482.4 -235.2,722.4 -182.4,241.2 -393.6,382.8 -632.4,423.6 -238.8,42 -470.4,-20.4 -692.4,-188.4 -223.2,-169.2 -346.8,-374.4 -370.8,-615.6 -24,-240 54,-481.2 236.4,-722.4 z" /></g></g><metadata
46
- id="metadata16"><rdf:RDF><cc:Work
47
- rdf:about=""><dc:title></dc:title><dc:description /><dc:subject><rdf:Bag /></dc:subject><dc:publisher><cc:Agent
48
- rdf:about="http://www.openclipart.org"><dc:title /></cc:Agent></dc:publisher><dc:date /><dc:format>image/svg+xml</dc:format><dc:type
49
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><cc:license
50
- rdf:resource=""><dc:date /></cc:license><dc:language /></cc:Work><cc:License
51
- rdf:about="http://web.resource.org/cc/PublicDomain"><cc:permits
52
- rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits
53
- rdf:resource="http://web.resource.org/cc/Distribution" /><cc:permits
54
- rdf:resource="http://web.resource.org/cc/DerivativeWorks" /></cc:License></rdf:RDF></metadata></svg>
@@ -1,4 +0,0 @@
1
- title: $:/language/Docs/Types/image/x-icon
2
- description: Ícone em formato de ficheiro ICO
3
- name: image/x-icon
4
- group: Imagem
@@ -1,70 +0,0 @@
1
- title: $:/languages/pt-PT/icon
2
- type: image/svg+xml
3
-
4
- <?xml version="1.0" encoding="UTF-8"?>
5
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="400">
6
- <rect width="600" height="400" fill="#f00"/>
7
- <rect width="240" height="400" fill="#060"/>
8
- <g fill="#ff0" fill-rule="evenodd" stroke="#000" stroke-width="0.573" stroke-linecap="round" stroke-linejoin="round">
9
- <path d="m318.24,262.04c-30.21-0.91-168.74-87.38-169.69-101.15l7.6496-12.757c13.741,19.966,155.36,104.06,169.27,101.08l-7.2299,12.823"/>
10
- <path d="m154.59,146.4c-2.7101,7.2937,36.149,31.318,82.903,59.754,46.752,28.434,87.065,46.006,90.053,43.486,0.18256-0.32544,1.4701-2.5409,1.352-2.5232-0.56001,0.84402-1.9234,1.1104-4.0506,0.49741-12.631-3.6433-45.575-18.765-86.374-43.506-40.798-24.743-76.294-47.544-81.811-57.232-0.38363-0.67116-0.65702-1.8962-0.60146-2.8487l-0.13405-0.002-1.1747,2.0532-0.16139,0.32191h-0.00088zm164.36,116.04c-0.51238,0.92957-1.4675,0.96044-3.2816,0.76112-11.3-1.2506-45.589-17.925-86.162-42.213-47.21-28.26-86.2-54.01-81.97-60.74l1.1509-2.0346,0.22665,0.0706c-3.8037,11.405,76.948,57.578,81.702,60.522,46.724,28.947,86.115,45.851,89.601,41.458l-1.2682,2.181v-0.002z"/>
11
- <path d="m240.17,169.23c30.237-0.23901,67.55-4.1319,89.023-12.69l-4.6265-7.5168c-12.692,7.0247-50.21,11.644-84.652,12.335-40.736-0.37483-69.49-4.1681-83.897-13.835l-4.3672,8.0045c26.484,11.207,53.623,13.587,88.52,13.703"/>
12
- <path d="m330.44,156.71c-0.73904,1.1818-14.743,6.0113-35.373,9.5753-13.988,2.1325-32.234,3.9555-55.004,3.9776-21.633,0.0203-39.305-1.5196-52.684-3.3329-21.656-3.3955-32.833-8.1201-36.965-9.7896,0.39509-0.78581,0.64908-1.337,1.0301-2.0708,11.895,4.736,23.124,7.5918,36.279,9.6158,13.291,1.8,30.75,3.362,52.276,3.3417,22.664-0.0229,40.709-1.9844,54.616-4.0534,21.155-3.4122,32.711-7.8034,34.334-9.8425l1.494,2.5788h-0.002zm-4.0603-7.6226c-2.293,1.8415-13.718,5.8932-33.819,9.1034-13.415,1.9226-30.472,3.6433-52.265,3.6645-20.704,0.0203-37.619-1.375-50.485-3.2491-20.414-2.6661-31.279-7.4754-35.196-8.8776,0.3898-0.67381,0.78666-1.3423,1.1941-2.0135,3.0479,1.5346,13.533,5.7909,34.226,8.7224,12.72,1.8036,29.661,3.1477,50.262,3.1265,21.69-0.0221,38.553-1.7762,51.883-3.6883,20.205-2.7799,31.077-7.9472,32.728-9.241l1.4728,2.4509v0.002z"/>
13
- <path d="m140.88,205.66c18.598,10.003,59.905,15.044,98.994,15.391,35.591,0.0564,81.958-5.5016,99.297-14.69l-0.47712-10.012c-5.4246,8.4773-55.113,16.609-99.206,16.276-44.093-0.3325-85.038-7.1429-98.687-15.959l0.0794,8.9914"/>
14
- <path d="m340.12,204.22,0.00088,2.3874c-2.606,3.1159-18.946,7.8255-39.437,11.142-15.595,2.391-35.927,4.1945-61.262,4.1945-24.069,0-43.263-1.7163-58.148-4.0014-23.529-3.4264-38.579-9.4262-41.6-11.217l0.0132-2.7852c9.0748,6.0334,33.661,10.447,41.917,11.798,14.788,2.2701,33.868,3.9732,57.817,3.9732,25.216,0,45.434-1.7912,60.931-4.1663,14.701-2.1237,35.644-7.6465,39.767-11.324h0.00088zm0.01-8.4922,0.00088,2.3874c-2.606,3.1142-18.946,7.8237-39.437,11.14-15.595,2.391-35.927,4.1945-61.262,4.1945-24.069,0-43.263-1.7145-58.148-4.0014-23.529-3.4246-38.579-9.4245-41.6-11.216l0.0132-2.7852c9.0748,6.0325,33.661,10.447,41.917,11.796,14.788,2.2719,33.868,3.9758,57.817,3.9758,25.216,0,45.434-1.7921,60.931-4.169,14.701-2.1237,35.644-7.6465,39.767-11.324l0.00088,0.002z"/>
15
- <path d="m239.79,260.32c-42.772-0.25489-79.421-11.659-87.16-13.544l5.6433,8.8344c13.67,5.7503,49.424,14.32,81.927,13.371,32.504-0.94809,60.91-3.466,80.928-13.211l5.7862-9.1555c-13.642,6.425-60.068,13.639-87.125,13.705"/>
16
- <path stroke-width="0.55" d="m323.3,253.72c-0.85016,1.2991-1.7171,2.5823-2.5963,3.8294-9.4417,3.3293-24.319,6.8245-30.597,7.844-12.824,2.6423-32.665,4.594-50.274,4.6029-37.89-0.55474-68.905-7.9719-83.496-14.299l-1.1773-2.0241,0.19225-0.30427,1.9966,0.77435c25.948,9.2834,55.091,12.987,82.698,13.652,17.538,0.0617,35.095-2.01,49.292-4.5491,21.771-4.3621,30.574-7.65,33.275-9.1405l0.68701-0.38541h-0.00088zm5.0172-8.2753c0.022,0.0256,0.0441,0.0503,0.0653,0.0776-0.63585,1.0733-1.2911,2.1652-1.9622,3.2623-5.0357,1.8-18.702,5.7988-38.659,8.5893-13.149,1.7912-21.322,3.526-47.479,4.034-49.015-1.2471-80.75-10.831-88.289-13.195l-1.1174-2.1431c28.406,7.4154,57.422,12.592,89.408,13.121,23.931-0.50976,34.112-2.2719,47.152-4.0499,23.271-3.6186,34.996-7.4498,38.515-8.5558-0.0441-0.0635-0.0961-0.13053-0.15433-0.19932l2.5231-0.9428-0.002,0.002z"/>
17
- <path d="m328.83,197.76c0.13873,28.137-14.26,53.386-25.858,64.525-16.408,15.759-38.163,25.896-63.569,26.363-28.37,0.52117-55.12-17.974-62.295-26.099-14.028-15.885-25.449-36.057-25.815-63.243,1.7376-30.709,13.793-52.1,31.268-66.769s40.743-21.813,60.121-21.302c22.358,0.59003,48.475,11.558,66.521,33.332,11.823,14.266,16.943,29.748,19.627,53.193zm-89.186-96.342c54.485,0,99.296,44.338,99.296,98.703,0,54.364-44.811,98.704-99.296,98.704s-98.924-44.339-98.924-98.704,44.439-98.703,98.924-98.703"/>
18
- <path d="m239.91,101.08c54.534,0,99.011,44.483,99.011,99.022,0,54.538-44.478,99.02-99.011,99.02-54.534,0-99.011-44.481-99.011-99.02s44.478-99.022,99.011-99.022zm-96.832,99.0224c0,53.26,43.736,96.842,96.832,96.842,53.097,0,96.833-43.582,96.833-96.842,0-53.262-43.737-96.844-96.833-96.844s-96.832,43.584-96.832,96.844z"/>
19
- <path d="m239.99,109.31c49.731,0,90.693,40.821,90.693,90.704,0,49.884-40.963,90.703-90.693,90.703s-90.693-40.819-90.693-90.703c0-49.883,40.964-90.704,90.693-90.704zm-88.515,90.7034c0,48.685,39.979,88.524,88.515,88.524s88.515-39.839,88.515-88.524c0-48.686-39.978-88.525-88.515-88.525-48.536,0-88.515,39.839-88.515,88.525z"/>
20
- <path d="m243.98,100.68-8.48545,0,0.01,198.96,8.51455,0z"/>
21
- <path d="m243.13,99.546h2.1598l0.0185,201.25h-2.1616l-0.0159-201.25zm-8.4213,0.0018h2.1766l0.003,201.25h-2.1783v-201.25z"/>
22
- <path d="m338.99,203.935,0-7.3554-5.99-5.58-34-9-49-5-59,3-42,10-8.48,6.28,0,7.3572l21.48-9.637,51-8h49l36,4,25,6z"/>
23
- <path d="m239.95,184.77c23.383-0.0432,46.07,2.2154,64.065,5.7194,18.569,3.7121,31.637,8.3556,36.105,13.571l-0.005,2.5823c-5.3884-6.4902-22.973-11.248-36.518-13.968-17.858-3.474-40.393-5.7168-63.647-5.6736-24.538,0.0459-47.387,2.3698-64.984,5.8032-14.12,2.8019-32.951,8.3679-35.302,13.858v-2.689c1.2911-3.8003,15.313-9.4792,34.984-13.417,17.729-3.4572,40.62-5.7415,65.302-5.7864zm0.01-8.4922c23.383-0.0423,46.07,2.2172,64.065,5.7194,18.569,3.7139,31.637,8.3556,36.105,13.571l-0.005,2.5823c-5.3884-6.4885-22.973-11.247-36.518-13.966-17.858-3.4757-40.393-5.7185-63.647-5.6736-24.538,0.0441-47.276,2.3698-64.875,5.8014-13.626,2.5832-33.226,8.3696-35.412,13.86v-2.6908c1.2911-3.7588,15.597-9.6414,34.985-13.417,17.729-3.4572,40.62-5.7397,65.302-5.7864z"/>
24
- <path d="m239.48,132.96c36.849-0.18433,68.99,5.1523,83.695,12.685l5.3638,9.279c-12.781-6.888-47.456-14.05-89.005-12.979-33.854,0.20814-70.027,3.7271-88.176,13.41l6.4035-10.709c14.895-7.7241,50.022-11.643,81.72-11.684"/>
25
- <path d="m239.97,140.62c21.017-0.0556,41.325,1.1298,57.476,4.0437,15.041,2.7993,29.385,7.0009,31.436,9.2604l1.5901,2.8099c-4.9881-3.257-17.401-6.8836-33.339-9.906-16.006-3.0083-36.3-4.0049-57.2-3.9502-23.722-0.0811-42.152,1.1712-57.969,3.9291-16.728,3.13-28.334,7.6015-31.197,9.7261l1.5583-2.9704c5.5631-2.8381,14.39-6.2592,29.223-8.9297,16.357-2.988,34.983-3.8841,58.423-4.0128h-0.00088zm-0.009-8.4843c20.113-0.0529,39.972,1.068,55.452,3.8506,12.209,2.3768,24.283,6.0872,28.704,9.3892l2.3256,3.6954c-3.9536-4.3947-18.836-8.5593-31.974-10.892-15.361-2.6494-34.395-3.698-54.508-3.8656-21.108,0.0591-40.615,1.352-55.752,4.1081-14.441,2.7481-23.76,6.0016-27.703,8.5425l2.0451-3.0868c5.4414-2.8646,14.232-5.4954,25.303-7.6465,15.249-2.7764,34.876-4.0358,56.108-4.0949z"/>
26
- <path d="m289.15,241.26c-18.218-3.4008-36.469-3.8947-49.217-3.7447-61.407,0.71967-81.244,12.609-83.665,16.209l-4.5894-7.4815c15.634-11.332,49.073-17.687,88.587-17.037,20.518,0.33602,38.224,1.6986,53.119,4.5835l-4.2358,7.4727"/>
27
- <path stroke-width="0.55" d="m239.58,236.46c17.082,0.25488,33.849,0.96044,50.033,3.9784l-1.172,2.069c-15.031-2.7746-31.055-3.8365-48.803-3.75-22.663-0.17727-45.585,1.9394-65.541,7.6668-6.2968,1.7524-16.721,5.8006-17.784,9.1458l-1.1659-1.9226c0.33601-1.9773,6.6363-6.081,18.414-9.3901,22.858-6.5458,44.239-7.6491,66.019-7.799v0.002zm0.77519-8.5963c17.698,0.33073,35.975,1.1492,53.74,4.6681l-1.2206,2.1537c-16.042-3.1847-31.369-4.2466-52.415-4.5702-22.735,0.0414-46.851,1.6625-68.778,8.0372-7.0791,2.062-19.297,6.5202-19.704,10.05l-1.1659-2.0655c0.26545-3.2059,10.842-7.388,20.358-10.156,22.096-6.4241,46.275-8.076,69.186-8.1174z"/>
28
- <path d="M327.58,247.38,320.201,258.829,299,240,244,203,182,169,149.81,157.99,156.67,145.27,159,144l20,5,66,34,38,24,32,23,13,15z"/>
29
- <path d="m148.65,158.29c5.646-3.8294,47.139,14.655,90.555,40.834,43.301,26.254,84.677,55.921,80.942,61.473l-1.2285,1.9323-0.56354,0.4445c0.12083-0.0864,0.74345-0.84755-0.0609-2.906-1.8449-6.0704-31.195-29.491-79.894-58.895-47.475-28.309-87.041-45.371-90.997-40.494l1.247-2.3892h-0.00089zm180.44,88.927c3.57-7.052-34.916-36.044-82.632-64.272-48.813-27.666-83.994-43.951-90.42-39.095l-1.4278,2.5991c-0.0124,0.14287,0.052-0.17727,0.35364-0.4101,1.1685-1.0195,3.1052-0.95074,3.9792-0.96662,11.065,0.16581,42.667,14.709,87.006,40.128,19.428,11.315,82.071,51.491,81.832,62.789,0.0168,0.97102,0.0803,1.1712-0.28485,1.6519l1.5936-2.4236v-0.002z"/>
30
- </g>
31
- <g>
32
- <path fill="#fff" stroke="#000" stroke-width="0.67037" d="m180.6,211.01c0,16.271,6.6628,30.987,17.457,41.742,10.815,10.778,25.512,17.579,41.809,17.579,16.381,0,31.247-6.6525,42.016-17.389,10.769-10.735,17.443-25.552,17.446-41.88h-0.002v-79.189l-118.74-0.14111,0.0123,79.278h0.002z"/>
33
- <path fill="#f00" stroke="#000" stroke-width="0.50734" d="m182.82,211.12v0.045c0,15.557,6.4414,29.724,16.775,40.009,10.354,10.305,24.614,16.712,40.214,16.712,15.681,0,29.912-6.3606,40.222-16.626,10.308-10.265,16.697-24.433,16.699-40.044h-0.002v-76.826l-113.84-0.0185-0.0697,76.748m91.022-53.747,0.004,48.891-0.0414,5.1717h0.00088c0,1.3608-0.082,2.9122-0.24076,4.2333-0.92512,7.7294-4.4801,14.467-9.7451,19.708-6.1636,6.1357-14.671,9.9413-24.047,9.9413-9.327,0-17.639-3.9379-23.829-10.1-6.3497-6.32-10.03-14.986-10.03-23.947l-0.0132-54.023,67.94,0.12259,0.002,0.002z"/>
34
- <g id="castle3">
35
- <g id="castle" fill="#ff0" stroke="#000" stroke-width="0.5">
36
- <path stroke="none" d="m190.19,154.43c0.13493-5.521,4.0524-6.828,4.0806-6.8474,0.0282-0.0185,4.2314,1.4076,4.2173,6.8986l-8.2978-0.0512"/>
37
- <path d="m186.81,147.69-0.68172,6.3447,4.1406,0.009c0.0397-5.2493,3.9739-6.1225,4.0691-6.1031,0.0891-0.005,3.9889,1.1606,4.0929,6.1031h4.1511l-0.74962-6.3932-15.022,0.0379v0.002z"/>
38
- <path d="m185.85,154.06h16.946c0.35717,0,0.64908,0.35277,0.64908,0.78404,0,0.43039-0.29191,0.78141-0.64908,0.78141h-16.946c-0.35717,0-0.64908-0.35102-0.64908-0.78141,0-0.43127,0.29191-0.78404,0.64908-0.78404z"/>
39
- <path d="m192.01,154.03c0.0185-3.3126,2.2621-4.2501,2.2736-4.2483,0.00088,0,2.3423,0.96661,2.3609,4.2483h-4.6344"/>
40
- <path d="m186.21,145.05h16.245c0.34218,0,0.62263,0.31839,0.62263,0.70468,0,0.38717-0.28045,0.70467-0.62263,0.70467h-16.245c-0.34218,0-0.62263-0.31573-0.62263-0.70467,0-0.38629,0.28045-0.70468,0.62263-0.70468z"/>
41
- <path d="m186.55,146.47h15.538c0.32719,0,0.59529,0.31662,0.59529,0.70379,0,0.38805-0.2681,0.70467-0.59529,0.70467h-15.538c-0.32719,0-0.59529-0.31662-0.59529-0.70467,0-0.38717,0.2681-0.70379,0.59529-0.70379z"/>
42
- <path d="m191.57,135.88,1.2267,0.002v0.87136h0.89513v-0.89076l1.2567,0.004v0.88723h0.89778v-0.89076h1.2576l-0.002,2.0117c0,0.31574-0.25398,0.52035-0.54854,0.52035h-4.4113c-0.29633,0-0.56972-0.23724-0.5706-0.52652l-0.003-1.9879h0.00088z"/>
43
- <path d="m196.19,138.57,0.27691,6.4514-4.3028-0.0159,0.28486-6.4523,3.741,0.0168"/>
44
- <path id="cp1" d="m190.94,141.56,0.13141,3.4775-4.1256,0.002,0.11641-3.4793h3.8786-0.00089z"/>
45
- <use xlink:href="#cp1" x="10.609"/>
46
- <path id="cp2" d="m186.3,139.04,1.1994,0.003v0.87224h0.8775v-0.89253l1.2294,0.004v0.889h0.87926v-0.89253l1.2302,0.002-0.002,2.0117c0,0.31398-0.2487,0.51859-0.5362,0.51859h-4.3169c-0.28926,0-0.55824-0.23548-0.55913-0.52564l-0.003-1.9888h0.00088z"/>
47
- <use xlink:href="#cp2" x="10.609"/>
48
- <path fill="#000" stroke="none" d="m193.9,140.61c-0.0265-0.62706,0.87661-0.63411,0.86603,0v1.5364h-0.866v-1.536"/>
49
- <path id="cp3" fill="#000" stroke="none" d="m188.57,142.84c-0.003-0.6059,0.83693-0.61824,0.82635,0v1.1871h-0.826v-1.187"/>
50
- <use xlink:href="#cp3" x="10.641"/>
51
- </g>
52
- <use xlink:href="#castle" y="46.3198"/>
53
- <use xlink:href="#castle" transform="matrix(0.70460892,-0.70959585,0.70959585,0.70460892,-35.341459,275.10898)"/>
54
- </g>
55
- <use xlink:href="#castle" x="45.7138"/>
56
- <use xlink:href="#castle3" transform="matrix(-1,0,0,1,479.79195,0)"/>
57
- <g id="quina" fill="#fff">
58
- <path fill="#039" d="m232.636,202.406v0.005c0,2.2119,0.84927,4.2272,2.2118,5.6894,1.3652,1.4667,3.2454,2.3777,5.302,2.3777,2.0672,0,3.9439-0.90487,5.3029-2.3654,1.3581-1.4587,2.2021-3.47219,2.2021-5.693v-10.768l-14.992-0.0123-0.0273,10.766"/>
59
- <circle cx="236.074" cy="195.735" r="1.486"/>
60
- <circle cx="244.392" cy="195.742" r="1.486"/>
61
- <circle cx="240.225" cy="199.735" r="1.486"/>
62
- <circle cx="236.074" cy="203.916" r="1.486"/>
63
- <circle cx="244.383" cy="203.905" r="1.486"/>
64
- </g>
65
- <use xlink:href="#quina" y="-26.016"/>
66
- <use xlink:href="#quina" x="-20.799"/>
67
- <use xlink:href="#quina" x="20.745"/>
68
- <use xlink:href="#quina" y="25.784"/>
69
- </g>
70
- </svg>
@@ -1,4 +0,0 @@
1
- title: $:/language/Docs/Types/image/x-icon
2
- description: ICO значок
3
- name: image/x-icon
4
- group: Изображение
@@ -1,10 +0,0 @@
1
- title: $:/languages/ru-RU/icon
2
- type: image/svg+xml
3
-
4
- <?xml version="1.0" encoding="UTF-8"?>
5
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 6" width="900" height="600">
6
- <rect width="9" height="6" fill="#D52B1E"/>
7
- <rect width="9" height="4" fill="#0039A6"/>
8
- <rect width="9" height="2" fill="#FFF"/>
9
- <path d="m0,0h9v6H0z" stroke="#a0a0a0" stroke-width=".1" fill="none"/>
10
- </svg>
@@ -1,4 +0,0 @@
1
- title: $:/language/Docs/Types/image/x-icon
2
- description: ICO formát pre súbor ikony
3
- name: image/x-icon
4
- group: Obrázok
@@ -1,17 +0,0 @@
1
- title: $:/languages/sk-SK/icon
2
- type: image/svg+xml
3
-
4
- <?xml version="1.0" encoding="UTF-8"?>
5
- <svg xmlns="http://www.w3.org/2000/svg" width="900" height="600" viewBox="0 0 9 6">
6
- <title>Flag of Slovakia</title>
7
- <rect width="9" height="6" fill="#ee1c25"/>
8
- <rect width="9" height="4" fill="#0b4ea2"/>
9
- <rect width="9" height="2" fill="#fff"/>
10
- <g>
11
- <path fill="#fff" d="M3.16255,4.635c-0.53781-0.25905-1.3071-0.77323-1.3071-1.79033,0-1.01711,0.04863-1.47967,0.04863-1.47967h1.25847,1.2585s0.04864,0.46256,0.04864,1.47967c0,1.0171-0.76929,1.53128-1.30714,1.79033z"/>
12
- <path fill="#ee1c25" d="M3.16255,4.5c-0.4934-0.23766-1.19917-0.70938-1.19917-1.64251,0-0.933128,0.044612-1.35749,0.044612-1.35749h1.15456,1.15459s0.044626,0.424365,0.044626,1.35749c0,0.933128-0.705776,1.40485-1.19921,1.64251z"/>
13
- <path fill="#fff" d="m3.26808,2.61284c0.133599,0.00216,0.394255,0.00739,0.626352-0.070273,0,0-0.00613,0.083055-0.00613,0.179805,0,0.096773,0.00613,0.179822,0.00613,0.179822-0.21289-0.07125-0.4758-0.07273-0.62635-0.07082v0.515391h-0.211033v-0.515391c-0.150545-0.00191-0.41345-0.0004252-0.626352,0.070815,0,0,0.00613-0.083049,0.00613-0.179822,0-0.09675-0.00613-0.179805-0.00613-0.179805,0.2321,0.077665,0.492753,0.072432,0.626352,0.070273v-0.323676c-0.121766-0.00108-0.297234,0.00473-0.49563,0.071126,0,0,0.00613-0.083055,0.00613-0.179822,0-0.096756-0.00613-0.179811-0.00613-0.179811,0.198103,0.066283,0.373356,0.072192,0.495088,0.071137-0.00626-0.20498-0.06597-0.46332-0.06597-0.46332s0.12289,0.00959,0.172016,0.00959c0.049178,0,0.172031-0.00959,0.172031-0.00959s-0.059695,0.258346-0.065964,0.463301c0.121741,0.00106,0.296989-0.00485,0.495086-0.071137,0,0-0.00613,0.083055-0.00613,0.179811,0,0.096767,0.00613,0.179822,0.00613,0.179822-0.198388-0.066392-0.373863-0.072207-0.495627-0.071126v0.323676z"/>
14
- <path fill="#0b4ea2" d="m3.1625,3.29094c-0.24847,0-0.381562,0.344688-0.381562,0.344688s-0.073834-0.163438-0.276562-0.163438c-0.137161,0-0.238243,0.12201-0.3025,0.235,0.24954,0.39705,0.64768,0.64207,0.96062,0.79281,0.31299-0.15075,0.71139-0.39571,0.96094-0.79281-0.064256-0.11299-0.165339-0.235-0.3025-0.235-0.202734,0-0.276875,0.163438-0.276875,0.163438s-0.133073-0.344688-0.381562-0.344688z"/>
15
- <path d="m0,0h9v6H0z" stroke="#a0a0a0" stroke-width=".1" fill="none"/>
16
- </g>
17
- </svg>
@@ -1,4 +0,0 @@
1
- title: $:/language/Docs/Types/image/x-icon
2
- description: Datoteka s ikono oblike ICO
3
- name: image/x-icon
4
- group: Slika
@@ -1,28 +0,0 @@
1
- title: $:/languages/sl-SI/icon
2
- type: image/svg+xml
3
-
4
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
5
- <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'>
6
- <svg xmlns="http://www.w3.org/2000/svg" height="600" width="1200" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 12 6">
7
- <title>Flag of Slovenia</title>
8
- <rect width="12" fill="#ed1c24" height="6"/>
9
- <rect width="12" fill="#005da4" height="4"/>
10
- <rect width="12" fill="#fff" height="2"/>
11
- <g transform="translate(2.2238 1) scale(.12937)">
12
- <svg width="12" viewBox="-120 -190.223125 240 309.188274" height="15.459"><!-- R0 = 15*sqrt(349) ~ 280.223125 Py= 15*sqrt(285)-90 ~ 163.229145242 -->
13
- <path d="m110.26-19.478l9.74-143.75a280.22 280.22 0 0 0 -240 0l9.74 143.75a155.61 155.61 0 0 0 110.26 138.45 155.61 155.61 0 0 0 110.26 -138.45" fill="#005da4"/>
14
- <!-- 30*sqrt(81/4+1) , 30*sqrt(19)-30 -->
15
- <path d="m-90 0a138.29 138.29 0 0 0 90 100.77 138.29 138.29 0 0 0 90 -100.77l-45-60-18 24-27-54-27 54-18-24-45 60" fill="#fff"/>
16
- <g id="wave" fill="#005da4" transform="scale(5) translate(0 5.1962)">
17
- <path d="m-17.196-2.1962a6 6 0 0 0 8.1962 2.1962 6 6 0 0 1 6 0 6 6 0 0 0 6 0 6 6 0 0 1 6 0 6 6 0 0 0 8.1962 -2.1962v1.732a6 6 0 0 1 -8.1962 2.1962 6 6 0 0 0 -6 0 6 6 0 0 1 -6 0 6 6 0 0 0 -6 0 6 6 0 0 1 -8.1962 -2.1962z"/>
18
- </g>
19
- <use xlink:href="#wave" transform="translate(0 17.321)"/>
20
- <g id="s" transform="translate(0,-120) scale(2.25)">
21
- <path stroke-width=".2" d="m0-5l1 3.2679 3.3301-0.7679-2.3301 2.5 2.3301 2.5-3.3301-0.7679-1 3.2679-1-3.2679-3.3301 0.7679 2.3301-2.5-2.3301-2.5 3.3301 0.7679z" fill="#fd0"/>
22
- </g>
23
- <use xlink:href="#s" transform="translate(-33.75,-45)"/>
24
- <use xlink:href="#s" transform="translate(33.75,-45)"/>
25
- <path d="m-111.58-167.05l9.96 146.99a146.95 146.95 0 0 0 101.62 129.95 146.95 146.95 0 0 0 101.62 -129.95l9.96-146.99a280.22 280.22 0 0 0 8.42 3.82l-9.74 143.75a155.61 155.61 0 0 1 -110.26 138.45 155.61 155.61 0 0 1 -110.26 -138.45l-9.74-143.75a280.22 280.22 0 0 0 8.42 -3.82" fill="#ed1c24"/>
26
- </svg>
27
- </g>
28
- </svg>
@@ -1,4 +0,0 @@
1
- title: $:/language/Docs/Types/image/x-icon
2
- description: ICO ikonfil
3
- name: image/x-icon
4
- group: Bild
@@ -1,8 +0,0 @@
1
- title: $:/languages/sv-SE/icon
2
- type: image/svg+xml
3
-
4
- <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="600" viewBox="0 0 16 10">
5
- <rect width="16" height="10" fill="#006aa7"/>
6
- <rect width="2" height="10" x="5" fill="#fecc00"/>
7
- <rect width="16" height="2" y="4" fill="#fecc00"/>
8
- </svg>
@@ -1,18 +0,0 @@
1
- title: $:/languages/zh-CN/icon
2
- type: image/svg+xml
3
-
4
- <?xml version="1.0" encoding="UTF-8"?>
5
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
6
- <svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="1500" height="1000" viewBox="-5 -5 30 20">
7
- <title>Flag of the People's Republic of China</title>
8
- <rect fill="#de2910" x="-5" y="-5" width="30" height="20"/>
9
- <defs>
10
- <polygon id="s" points="0,-513674 301930,415571 -488533,-158734 488533,-158734 -301930,415571"
11
- fill="#ffde00" transform="scale(0.0000019467600073)"/>
12
- </defs>
13
- <use xlink:href="#s" transform="scale(3)"/>
14
- <use xlink:href="#s" transform="translate(5,-3) rotate(-120.963756)"/>
15
- <use xlink:href="#s" transform="translate(7,-1) rotate(-98.130102)"/>
16
- <use xlink:href="#s" transform="translate(7,2) rotate(-74.054604)"/>
17
- <use xlink:href="#s" transform="translate(5,4) rotate(-51.3401917)"/>
18
- </svg>
@@ -1,16 +0,0 @@
1
- title: $:/languages/zh-HK/icon
2
- type: image/svg+xml
3
-
4
- <?xml version="1.0" encoding="UTF-8"?>
5
- <svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="900" height="600">
6
- <rect width="900" height="600" fill="#de2910"/>
7
- <g id="petal">
8
- <path d="m 449.96406,299.9134 c -105.26305,-44.48626 -58.60174,-181.58185 42.06956,-174.6907 -20.36609,10.46694 -23.31775,29.99772 -11.68704,48.09021 13.02444,20.2558 -1.19897,52.84856 -18.80577,60.7674 -28.93485,13.02443 -34.72791,47.74999 -11.57675,65.83309 z" fill="#fff"/>
9
- <path d="m 444.27188,200.91974 -5.91976,9.29378 -2.14454,-10.8142 -10.67812,-2.75928 9.62461,-5.3895 -0.67104,-10.99955 8.08542,7.48945 10.25578,-4.04271 -4.61053,10.00942 7.00143,8.50541 z" fill="#de2910"/>
10
- <path d="m 450.56002,298.75902 c -12.73114,-6.53451 -22.9963,-20.15491 -27.46839,-36.43134 -5.11498,-18.66969 -2.17269,-38.74247 8.08308,-55.03768 l -2.20789,-1.39371 c -10.64057,16.92871 -13.69313,37.74293 -8.38575,57.11886 4.72784,17.22201 15.21355,31.09815 28.78703,38.06438 z" fill="#de2910"/>
11
- </g>
12
- <use xlink:href="#petal" transform="rotate(72 450,300)"/>
13
- <use xlink:href="#petal" transform="rotate(144 450,300)"/>
14
- <use xlink:href="#petal" transform="rotate(216 450,300)"/>
15
- <use xlink:href="#petal" transform="rotate(288 450,300)"/>
16
- </svg>
@@ -1,4 +0,0 @@
1
- title: $:/language/Docs/Types/image/x-icon
2
- description: ICO 图标
3
- name: image/x-icon
4
- group: 图像
@@ -1,18 +0,0 @@
1
- title: $:/languages/zh-Hans/icon
2
- type: image/svg+xml
3
-
4
- <?xml version="1.0" encoding="UTF-8"?>
5
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
6
- <svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="1500" height="1000" viewBox="-5 -5 30 20">
7
- <title>Flag of the People's Republic of China</title>
8
- <rect fill="#de2910" x="-5" y="-5" width="30" height="20"/>
9
- <defs>
10
- <polygon id="s" points="0,-513674 301930,415571 -488533,-158734 488533,-158734 -301930,415571"
11
- fill="#ffde00" transform="scale(0.0000019467600073)"/>
12
- </defs>
13
- <use xlink:href="#s" transform="scale(3)"/>
14
- <use xlink:href="#s" transform="translate(5,-3) rotate(-120.963756)"/>
15
- <use xlink:href="#s" transform="translate(7,-1) rotate(-98.130102)"/>
16
- <use xlink:href="#s" transform="translate(7,2) rotate(-74.054604)"/>
17
- <use xlink:href="#s" transform="translate(5,4) rotate(-51.3401917)"/>
18
- </svg>
@@ -1,4 +0,0 @@
1
- title: $:/language/Docs/Types/image/x-icon
2
- description: ICO 圖示
3
- name: image/x-icon
4
- group: 圖片
@@ -1,14 +0,0 @@
1
- title: $:/languages/zh-Hant/icon
2
- type: image/svg+xml
3
-
4
- <?xml version="1.0" encoding="UTF-8"?>
5
- <!DOCTYPE svg>
6
- <svg width="900" height="600" viewBox="-60 -40 240 160" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
7
- <rect x="-60" y="-40" width="100%" height="100%" fill="#fe0000"/>
8
- <rect x="-60" y="-40" width="50%" height="50%" fill="#000095"/>
9
- <path id="four_rays" d="M 8,0 L 0,30 L -8,0 L 0,-30 M 0,8 L 30,0 L 0,-8 L -30,0" fill="#fff"/>
10
- <use xlink:href="#four_rays" transform="rotate(30)"/>
11
- <use xlink:href="#four_rays" transform="rotate(60)"/>
12
- <circle r="17" fill="#000095"/>
13
- <circle r="15" fill="#fff"/>
14
- </svg>
@@ -1,14 +0,0 @@
1
- title: $:/languages/zh-TW/icon
2
- type: image/svg+xml
3
-
4
- <?xml version="1.0" encoding="UTF-8"?>
5
- <!DOCTYPE svg>
6
- <svg width="900" height="600" viewBox="-60 -40 240 160" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
7
- <rect x="-60" y="-40" width="100%" height="100%" fill="#fe0000"/>
8
- <rect x="-60" y="-40" width="50%" height="50%" fill="#000095"/>
9
- <path id="four_rays" d="M 8,0 L 0,30 L -8,0 L 0,-30 M 0,8 L 30,0 L 0,-8 L -30,0" fill="#fff"/>
10
- <use xlink:href="#four_rays" transform="rotate(30)"/>
11
- <use xlink:href="#four_rays" transform="rotate(60)"/>
12
- <circle r="17" fill="#000095"/>
13
- <circle r="15" fill="#fff"/>
14
- </svg>
@@ -1,80 +0,0 @@
1
- title: $:/plugins/tiddlywiki/markdown/config
2
-
3
- ! Plugin Configuration
4
-
5
- |!Config |!Default |!Description |
6
- |[[breaks|$:/config/markdown/breaks]]|`false`|markdown-it library config: Convert '\n' in paragraphs into `<br>` |
7
- |[[linkify|$:/config/markdown/linkify]]|`false`|markdown-it library config: Autoconvert URL-like text to links |
8
- |[[renderWikiText|$:/config/markdown/renderWikiText]]|`true`|After Markdown is parsed, should any text elements be handed off to the ~WikiText parser for further processing? |
9
- |[[renderWikiTextPragma|$:/config/markdown/renderWikiTextPragma]]|<code><$view tiddler="$:/plugins/tiddlywiki/markdown" subtiddler="$:/config/markdown/renderWikiTextPragma" mode="inline"/></code>|When handing off to the ~WikiText parser, what parser rules should it follow? |
10
- |[[typographer|$:/config/markdown/typographer]]|`false`|markdown-it library config: Enable some language-neutral replacement + quotes beautification |
11
- |[[quotes|$:/config/markdown/quotes]]|`“”‘’`|markdown-it library config: Double + single quotes replacement pairs, when `typographer` is enabled |
12
-
13
- ''IMPORTANT:'' You must reload your wiki for changes to take effect.
14
-
15
- <h2 style="margin-top:1.5em">~WikiText Pragma</h2>
16
-
17
- The value of [[renderWikiTextPragma|$:/config/markdown/renderWikiTextPragma]] has been carefully tuned to properly integrate markdown with ~TiddlyWiki. Changing this setting may produce unexpected results, but the inclusion of the following parser rules should be fine:
18
-
19
- ; image
20
- : embed images using ~TiddlyWiki's image syntax:
21
-
22
- <p style="margin-left:1em">
23
-
24
- ```
25
- [img[An explanatory tooltip|TiddlerTitle]]
26
-
27
- [img width=23 class="tc-image" [https://tiddlywiki.com/fractalveg.jpg]]
28
- ```
29
- </p>
30
-
31
- ; prettylink
32
- : create links the ~TiddlyWiki way:
33
-
34
- <p style="margin-left:1em">
35
-
36
- ```
37
- [[TiddlerTitle]]
38
-
39
- [[Displayed Link Title|Tiddler Title]]
40
-
41
- [[TW5|https://tiddlywiki.com/]]
42
- ```
43
- </p>
44
-
45
- ; prettyextlink
46
- : create external links using the following syntax:
47
-
48
- <p style="margin-left:1em">
49
-
50
- ```
51
- [ext[Open file|index.html]]
52
-
53
- [ext[Open file|../README.md]]
54
- ```
55
- </p>
56
-
57
- ; wikilink
58
- : auto-link ~CamelCase titles
59
-
60
- ; syslink
61
- : auto-link system tiddlers
62
-
63
- <h2 style="margin-top:1.5em">Typographical Replacements</h2>
64
-
65
- When [[typographer|$:/config/markdown/typographer]] is enabled, markdown-it will provide these typographical replacements:
66
-
67
- ```
68
- (c) (C) → ©
69
- (tm) (TM) → ™
70
- (r) (R) → ®
71
- +- → ±
72
- ... → …
73
- ?.... → ?..
74
- !.... → !..
75
- ????? → ???
76
- !!!!! → !!!
77
- ,, → ,
78
- -- → &ndash;
79
- --- → &mdash;
80
- ```