tiddlywiki 5.3.6 → 5.3.8

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 (1550) hide show
  1. package/.github/workflows/ci.yml +7 -7
  2. package/.github/workflows/pr-check-build-size.yml +55 -0
  3. package/.github/workflows/pr-comment-build-size.yml +36 -0
  4. package/.github/workflows/pr-path-validation.yml +18 -0
  5. package/bin/build-site.sh +22 -14
  6. package/boot/boot.js +28 -20
  7. package/boot/bootprefix.js +4 -0
  8. package/core/acknowledgements.tid +1 -5
  9. package/core/copyright.tid +1 -1
  10. package/core/images/language.tid +5 -0
  11. package/core/language/en-GB/ControlPanel.multids +10 -6
  12. package/core/language/en-GB/Fields.multids +3 -3
  13. package/core/modules/commander.js +0 -5
  14. package/core/modules/commands/build.js +0 -5
  15. package/core/modules/commands/clearpassword.js +0 -5
  16. package/core/modules/commands/commands.js +0 -6
  17. package/core/modules/commands/deletetiddlers.js +0 -5
  18. package/core/modules/commands/editions.js +0 -5
  19. package/core/modules/commands/fetch.js +0 -5
  20. package/core/modules/commands/help.js +0 -5
  21. package/core/modules/commands/import.js +0 -5
  22. package/core/modules/commands/init.js +0 -5
  23. package/core/modules/commands/listen.js +0 -5
  24. package/core/modules/commands/load.js +0 -5
  25. package/core/modules/commands/makelibrary.js +0 -5
  26. package/core/modules/commands/output.js +0 -5
  27. package/core/modules/commands/password.js +0 -5
  28. package/core/modules/commands/render.js +0 -6
  29. package/core/modules/commands/rendertiddler.js +0 -5
  30. package/core/modules/commands/rendertiddlers.js +0 -5
  31. package/core/modules/commands/save.js +0 -6
  32. package/core/modules/commands/savelibrarytiddlers.js +0 -5
  33. package/core/modules/commands/savetiddler.js +0 -5
  34. package/core/modules/commands/savetiddlers.js +0 -5
  35. package/core/modules/commands/savewikifolder.js +0 -5
  36. package/core/modules/commands/server.js +0 -5
  37. package/core/modules/commands/setfield.js +0 -5
  38. package/core/modules/commands/unpackplugin.js +0 -5
  39. package/core/modules/commands/verbose.js +0 -5
  40. package/core/modules/commands/version.js +0 -5
  41. package/core/modules/config.js +0 -5
  42. package/core/modules/deserializers.js +0 -5
  43. package/core/modules/editor/engines/framed.js +0 -5
  44. package/core/modules/editor/engines/simple.js +0 -5
  45. package/core/modules/editor/factory.js +0 -5
  46. package/core/modules/editor/operations/bitmap/clear.js +0 -5
  47. package/core/modules/editor/operations/bitmap/resize.js +0 -5
  48. package/core/modules/editor/operations/bitmap/rotate-left.js +0 -5
  49. package/core/modules/editor/operations/text/excise.js +0 -5
  50. package/core/modules/editor/operations/text/focus-editor.js +0 -5
  51. package/core/modules/editor/operations/text/insert-text.js +0 -5
  52. package/core/modules/editor/operations/text/make-link.js +0 -5
  53. package/core/modules/editor/operations/text/prefix-lines.js +0 -5
  54. package/core/modules/editor/operations/text/replace-all.js +0 -5
  55. package/core/modules/editor/operations/text/replace-selection.js +0 -5
  56. package/core/modules/editor/operations/text/save-selection.js +0 -5
  57. package/core/modules/editor/operations/text/wrap-lines.js +0 -5
  58. package/core/modules/editor/operations/text/wrap-selection.js +0 -5
  59. package/core/modules/filterrunprefixes/all.js +0 -5
  60. package/core/modules/filterrunprefixes/and.js +0 -5
  61. package/core/modules/filterrunprefixes/cascade.js +0 -5
  62. package/core/modules/filterrunprefixes/else.js +0 -5
  63. package/core/modules/filterrunprefixes/except.js +0 -5
  64. package/core/modules/filterrunprefixes/filter.js +0 -5
  65. package/core/modules/filterrunprefixes/intersection.js +0 -5
  66. package/core/modules/filterrunprefixes/map.js +0 -5
  67. package/core/modules/filterrunprefixes/or.js +0 -5
  68. package/core/modules/filterrunprefixes/reduce.js +0 -5
  69. package/core/modules/filterrunprefixes/sort.js +0 -5
  70. package/core/modules/filterrunprefixes/then.js +0 -5
  71. package/core/modules/filters/addprefix.js +0 -5
  72. package/core/modules/filters/addsuffix.js +0 -5
  73. package/core/modules/filters/after.js +0 -5
  74. package/core/modules/filters/all/current.js +0 -5
  75. package/core/modules/filters/all/missing.js +0 -5
  76. package/core/modules/filters/all/orphans.js +0 -5
  77. package/core/modules/filters/all/shadows.js +0 -5
  78. package/core/modules/filters/all/tags.js +0 -5
  79. package/core/modules/filters/all/tiddlers.js +0 -5
  80. package/core/modules/filters/all.js +0 -5
  81. package/core/modules/filters/backlinks.js +0 -5
  82. package/core/modules/filters/backtranscludes.js +0 -6
  83. package/core/modules/filters/before.js +0 -5
  84. package/core/modules/filters/commands.js +0 -5
  85. package/core/modules/filters/compare.js +0 -5
  86. package/core/modules/filters/contains.js +0 -5
  87. package/core/modules/filters/count.js +0 -5
  88. package/core/modules/filters/crypto.js +0 -5
  89. package/core/modules/filters/days.js +0 -5
  90. package/core/modules/filters/deserialize.js +0 -5
  91. package/core/modules/filters/deserializers.js +0 -5
  92. package/core/modules/filters/duplicateslugs.js +0 -5
  93. package/core/modules/filters/each.js +0 -5
  94. package/core/modules/filters/eachday.js +0 -5
  95. package/core/modules/filters/editiondescription.js +0 -5
  96. package/core/modules/filters/editions.js +0 -5
  97. package/core/modules/filters/else.js +0 -5
  98. package/core/modules/filters/encodings.js +0 -5
  99. package/core/modules/filters/enlist.js +0 -5
  100. package/core/modules/filters/field.js +0 -5
  101. package/core/modules/filters/fields.js +0 -5
  102. package/core/modules/filters/filter.js +0 -5
  103. package/core/modules/filters/format/date.js +0 -5
  104. package/core/modules/filters/format/json.js +0 -5
  105. package/core/modules/filters/format/relativedate.js +0 -5
  106. package/core/modules/filters/format/timestamp.js +0 -4
  107. package/core/modules/filters/format/titlelist.js +0 -5
  108. package/core/modules/filters/format.js +0 -5
  109. package/core/modules/filters/function.js +11 -11
  110. package/core/modules/filters/get.js +0 -5
  111. package/core/modules/filters/getindex.js +0 -5
  112. package/core/modules/filters/getvariable.js +0 -5
  113. package/core/modules/filters/has.js +0 -5
  114. package/core/modules/filters/haschanged.js +0 -5
  115. package/core/modules/filters/indexes.js +0 -5
  116. package/core/modules/filters/insertafter.js +0 -5
  117. package/core/modules/filters/insertbefore.js +0 -5
  118. package/core/modules/filters/is/binary.js +0 -5
  119. package/core/modules/filters/is/blank.js +0 -5
  120. package/core/modules/filters/is/current.js +0 -5
  121. package/core/modules/filters/is/draft.js +0 -5
  122. package/core/modules/filters/is/image.js +0 -5
  123. package/core/modules/filters/is/missing.js +0 -5
  124. package/core/modules/filters/is/orphan.js +0 -5
  125. package/core/modules/filters/is/shadow.js +0 -5
  126. package/core/modules/filters/is/system.js +0 -5
  127. package/core/modules/filters/is/tag.js +0 -5
  128. package/core/modules/filters/is/tiddler.js +0 -5
  129. package/core/modules/filters/is/variable.js +0 -5
  130. package/core/modules/filters/is.js +0 -5
  131. package/core/modules/filters/json-ops.js +0 -6
  132. package/core/modules/filters/limit.js +0 -5
  133. package/core/modules/filters/links.js +0 -5
  134. package/core/modules/filters/list.js +0 -5
  135. package/core/modules/filters/listed.js +0 -5
  136. package/core/modules/filters/listops.js +0 -5
  137. package/core/modules/filters/lookup.js +0 -5
  138. package/core/modules/filters/match.js +0 -5
  139. package/core/modules/filters/math.js +1 -6
  140. package/core/modules/filters/minlength.js +0 -5
  141. package/core/modules/filters/moduleproperty.js +10 -8
  142. package/core/modules/filters/modules.js +0 -5
  143. package/core/modules/filters/moduletypes.js +0 -5
  144. package/core/modules/filters/next.js +0 -5
  145. package/core/modules/filters/plugintiddlers.js +0 -5
  146. package/core/modules/filters/prefix.js +0 -5
  147. package/core/modules/filters/previous.js +0 -5
  148. package/core/modules/filters/range.js +0 -5
  149. package/core/modules/filters/reduce.js +0 -5
  150. package/core/modules/filters/regexp.js +0 -5
  151. package/core/modules/filters/removeprefix.js +0 -5
  152. package/core/modules/filters/removesuffix.js +0 -5
  153. package/core/modules/filters/sameday.js +0 -5
  154. package/core/modules/filters/search.js +0 -5
  155. package/core/modules/filters/shadowsource.js +0 -5
  156. package/core/modules/filters/slugify.js +0 -5
  157. package/core/modules/filters/sort.js +0 -5
  158. package/core/modules/filters/sortsub.js +0 -5
  159. package/core/modules/filters/splitbefore.js +0 -5
  160. package/core/modules/filters/storyviews.js +0 -5
  161. package/core/modules/filters/strings.js +0 -5
  162. package/core/modules/filters/subfilter.js +0 -5
  163. package/core/modules/filters/substitute.js +0 -5
  164. package/core/modules/filters/subtiddlerfields.js +0 -5
  165. package/core/modules/filters/suffix.js +0 -5
  166. package/core/modules/filters/tag.js +0 -5
  167. package/core/modules/filters/tagging.js +0 -5
  168. package/core/modules/filters/tags.js +0 -5
  169. package/core/modules/filters/then.js +0 -5
  170. package/core/modules/filters/title.js +0 -5
  171. package/core/modules/filters/transcludes.js +0 -6
  172. package/core/modules/filters/unknown.js +0 -5
  173. package/core/modules/filters/untagged.js +0 -5
  174. package/core/modules/filters/variables.js +0 -5
  175. package/core/modules/filters/wikiparserrules.js +0 -5
  176. package/core/modules/filters/x-listops.js +0 -5
  177. package/core/modules/filters.js +2 -7
  178. package/core/modules/indexers/field-indexer.js +0 -5
  179. package/core/modules/indexers/tag-indexer.js +0 -5
  180. package/core/modules/info/platform.js +0 -5
  181. package/core/modules/keyboard.js +0 -5
  182. package/core/modules/language.js +0 -5
  183. package/core/modules/macros/changecount.js +0 -5
  184. package/core/modules/macros/contrastcolour.js +0 -5
  185. package/core/modules/macros/csvtiddlers.js +0 -5
  186. package/core/modules/macros/displayshortcuts.js +0 -5
  187. package/core/modules/macros/jsontiddler.js +0 -4
  188. package/core/modules/macros/jsontiddlers.js +0 -5
  189. package/core/modules/macros/makedatauri.js +0 -5
  190. package/core/modules/macros/now.js +0 -5
  191. package/core/modules/macros/qualify.js +0 -5
  192. package/core/modules/macros/resolvepath.js +0 -5
  193. package/core/modules/macros/unusedtitle.js +1 -6
  194. package/core/modules/macros/version.js +0 -5
  195. package/core/modules/parsers/audioparser.js +0 -6
  196. package/core/modules/parsers/binaryparser.js +0 -6
  197. package/core/modules/parsers/csvparser.js +0 -6
  198. package/core/modules/parsers/htmlparser.js +0 -6
  199. package/core/modules/parsers/imageparser.js +1 -6
  200. package/core/modules/parsers/parseutils.js +0 -5
  201. package/core/modules/parsers/pdfparser.js +0 -6
  202. package/core/modules/parsers/textparser.js +0 -5
  203. package/core/modules/parsers/videoparser.js +0 -5
  204. package/core/modules/parsers/wikiparser/rules/codeblock.js +0 -5
  205. package/core/modules/parsers/wikiparser/rules/codeinline.js +0 -5
  206. package/core/modules/parsers/wikiparser/rules/commentblock.js +0 -5
  207. package/core/modules/parsers/wikiparser/rules/commentinline.js +0 -5
  208. package/core/modules/parsers/wikiparser/rules/conditional.js +0 -6
  209. package/core/modules/parsers/wikiparser/rules/dash.js +0 -5
  210. package/core/modules/parsers/wikiparser/rules/emphasis/bold.js +0 -5
  211. package/core/modules/parsers/wikiparser/rules/emphasis/italic.js +0 -5
  212. package/core/modules/parsers/wikiparser/rules/emphasis/strikethrough.js +0 -5
  213. package/core/modules/parsers/wikiparser/rules/emphasis/subscript.js +0 -5
  214. package/core/modules/parsers/wikiparser/rules/emphasis/superscript.js +0 -5
  215. package/core/modules/parsers/wikiparser/rules/emphasis/underscore.js +0 -5
  216. package/core/modules/parsers/wikiparser/rules/entity.js +0 -5
  217. package/core/modules/parsers/wikiparser/rules/extlink.js +0 -5
  218. package/core/modules/parsers/wikiparser/rules/filteredtranscludeblock.js +0 -5
  219. package/core/modules/parsers/wikiparser/rules/filteredtranscludeinline.js +0 -5
  220. package/core/modules/parsers/wikiparser/rules/fnprocdef.js +1 -7
  221. package/core/modules/parsers/wikiparser/rules/hardlinebreaks.js +0 -5
  222. package/core/modules/parsers/wikiparser/rules/heading.js +0 -4
  223. package/core/modules/parsers/wikiparser/rules/horizrule.js +0 -5
  224. package/core/modules/parsers/wikiparser/rules/html.js +0 -5
  225. package/core/modules/parsers/wikiparser/rules/image.js +0 -5
  226. package/core/modules/parsers/wikiparser/rules/import.js +0 -5
  227. package/core/modules/parsers/wikiparser/rules/list.js +0 -5
  228. package/core/modules/parsers/wikiparser/rules/macrocallblock.js +0 -5
  229. package/core/modules/parsers/wikiparser/rules/macrocallinline.js +0 -5
  230. package/core/modules/parsers/wikiparser/rules/macrodef.js +1 -6
  231. package/core/modules/parsers/wikiparser/rules/parameters.js +0 -5
  232. package/core/modules/parsers/wikiparser/rules/parsermode.js +0 -5
  233. package/core/modules/parsers/wikiparser/rules/prettyextlink.js +0 -5
  234. package/core/modules/parsers/wikiparser/rules/prettylink.js +0 -5
  235. package/core/modules/parsers/wikiparser/rules/quoteblock.js +0 -5
  236. package/core/modules/parsers/wikiparser/rules/rules.js +0 -5
  237. package/core/modules/parsers/wikiparser/rules/styleblock.js +0 -5
  238. package/core/modules/parsers/wikiparser/rules/styleinline.js +0 -5
  239. package/core/modules/parsers/wikiparser/rules/syslink.js +0 -5
  240. package/core/modules/parsers/wikiparser/rules/table.js +0 -5
  241. package/core/modules/parsers/wikiparser/rules/transcludeblock.js +0 -5
  242. package/core/modules/parsers/wikiparser/rules/transcludeinline.js +0 -5
  243. package/core/modules/parsers/wikiparser/rules/typedblock.js +0 -5
  244. package/core/modules/parsers/wikiparser/rules/whitespace.js +0 -5
  245. package/core/modules/parsers/wikiparser/rules/wikilink.js +0 -5
  246. package/core/modules/parsers/wikiparser/rules/wikilinkprefix.js +0 -5
  247. package/core/modules/parsers/wikiparser/wikiparser.js +0 -5
  248. package/core/modules/parsers/wikiparser/wikirulebase.js +0 -5
  249. package/core/modules/pluginswitcher.js +0 -5
  250. package/core/modules/saver-handler.js +5 -8
  251. package/core/modules/savers/andtidwiki.js +1 -5
  252. package/core/modules/savers/custom.js +0 -4
  253. package/core/modules/savers/download.js +6 -7
  254. package/core/modules/savers/fsosaver.js +0 -5
  255. package/core/modules/savers/gitea.js +0 -5
  256. package/core/modules/savers/github.js +0 -5
  257. package/core/modules/savers/gitlab.js +0 -5
  258. package/core/modules/savers/manualdownload.js +0 -5
  259. package/core/modules/savers/msdownload.js +0 -5
  260. package/core/modules/savers/put.js +0 -5
  261. package/core/modules/savers/tiddlyfox.js +0 -5
  262. package/core/modules/savers/tiddlyie.js +0 -5
  263. package/core/modules/savers/twedit.js +0 -5
  264. package/core/modules/savers/upload.js +1 -6
  265. package/core/modules/server/authenticators/basic.js +0 -5
  266. package/core/modules/server/authenticators/header.js +0 -4
  267. package/core/modules/server/routes/delete-tiddler.js +0 -6
  268. package/core/modules/server/routes/get-favicon.js +0 -6
  269. package/core/modules/server/routes/get-file.js +0 -6
  270. package/core/modules/server/routes/get-index.js +0 -6
  271. package/core/modules/server/routes/get-login-basic.js +1 -7
  272. package/core/modules/server/routes/get-status.js +0 -6
  273. package/core/modules/server/routes/get-tiddler-html.js +0 -6
  274. package/core/modules/server/routes/get-tiddler.js +0 -6
  275. package/core/modules/server/routes/get-tiddlers-json.js +0 -6
  276. package/core/modules/server/routes/put-tiddler.js +0 -6
  277. package/core/modules/server/server.js +0 -5
  278. package/core/modules/startup/browser-messaging.js +0 -5
  279. package/core/modules/startup/commands.js +0 -5
  280. package/core/modules/startup/favicon.js +0 -5
  281. package/core/modules/startup/info.js +0 -5
  282. package/core/modules/startup/load-modules.js +0 -5
  283. package/core/modules/startup/password.js +0 -5
  284. package/core/modules/startup/plugins.js +1 -5
  285. package/core/modules/startup/render.js +0 -5
  286. package/core/modules/startup/rootwidget.js +0 -5
  287. package/core/modules/startup/startup.js +10 -13
  288. package/core/modules/startup/story.js +0 -5
  289. package/core/modules/startup/windows.js +0 -5
  290. package/core/modules/story.js +0 -6
  291. package/core/modules/storyviews/classic.js +0 -5
  292. package/core/modules/storyviews/pop.js +0 -5
  293. package/core/modules/storyviews/zoomin.js +0 -5
  294. package/core/modules/syncer.js +0 -5
  295. package/core/modules/tiddler.js +2 -7
  296. package/core/modules/upgraders/plugins.js +0 -5
  297. package/core/modules/upgraders/system.js +0 -5
  298. package/core/modules/upgraders/themetweaks.js +0 -5
  299. package/core/modules/utils/crypto.js +0 -5
  300. package/core/modules/utils/csv.js +0 -5
  301. package/core/modules/utils/dom/animations/slide.js +0 -5
  302. package/core/modules/utils/dom/animator.js +0 -5
  303. package/core/modules/utils/dom/browser.js +0 -5
  304. package/core/modules/utils/dom/dom.js +0 -5
  305. package/core/modules/utils/dom/dragndrop.js +0 -5
  306. package/core/modules/utils/dom/http.js +2 -7
  307. package/core/modules/utils/dom/keyboard.js +0 -5
  308. package/core/modules/utils/dom/modal.js +1 -5
  309. package/core/modules/utils/dom/notifier.js +0 -5
  310. package/core/modules/utils/dom/popup.js +0 -5
  311. package/core/modules/utils/dom/scroller.js +0 -5
  312. package/core/modules/utils/edition-info.js +0 -5
  313. package/core/modules/utils/errors.js +0 -4
  314. package/core/modules/utils/escapecss.js +1 -5
  315. package/core/modules/utils/fakedom.js +0 -5
  316. package/core/modules/utils/filesystem.js +0 -5
  317. package/core/modules/utils/linked-list.js +2 -3
  318. package/core/modules/utils/logger.js +0 -5
  319. package/core/modules/utils/parsetree.js +0 -5
  320. package/core/modules/utils/performance.js +0 -5
  321. package/core/modules/utils/pluginmaker.js +0 -5
  322. package/core/modules/utils/repository.js +0 -6
  323. package/core/modules/utils/transliterate.js +0 -5
  324. package/core/modules/utils/utils.js +0 -5
  325. package/core/modules/widgets/action-confirm.js +0 -5
  326. package/core/modules/widgets/action-createtiddler.js +0 -5
  327. package/core/modules/widgets/action-deletefield.js +0 -5
  328. package/core/modules/widgets/action-deletetiddler.js +0 -5
  329. package/core/modules/widgets/action-listops.js +0 -6
  330. package/core/modules/widgets/action-log.js +0 -5
  331. package/core/modules/widgets/action-navigate.js +0 -5
  332. package/core/modules/widgets/action-popup.js +0 -5
  333. package/core/modules/widgets/action-sendmessage.js +0 -5
  334. package/core/modules/widgets/action-setfield.js +0 -5
  335. package/core/modules/widgets/action-setmultiplefields.js +0 -6
  336. package/core/modules/widgets/browse.js +8 -5
  337. package/core/modules/widgets/button.js +0 -5
  338. package/core/modules/widgets/checkbox.js +6 -8
  339. package/core/modules/widgets/codeblock.js +0 -5
  340. package/core/modules/widgets/count.js +0 -5
  341. package/core/modules/widgets/data.js +0 -6
  342. package/core/modules/widgets/diff-text.js +0 -5
  343. package/core/modules/widgets/draggable.js +0 -5
  344. package/core/modules/widgets/droppable.js +0 -5
  345. package/core/modules/widgets/dropzone.js +0 -5
  346. package/core/modules/widgets/edit-binary.js +0 -5
  347. package/core/modules/widgets/edit-bitmap.js +0 -5
  348. package/core/modules/widgets/edit-shortcut.js +5 -6
  349. package/core/modules/widgets/edit-text.js +0 -5
  350. package/core/modules/widgets/edit.js +2 -16
  351. package/core/modules/widgets/element.js +0 -5
  352. package/core/modules/widgets/encrypt.js +0 -5
  353. package/core/modules/widgets/entity.js +0 -5
  354. package/core/modules/widgets/error.js +0 -5
  355. package/core/modules/widgets/eventcatcher.js +0 -5
  356. package/core/modules/widgets/fieldmangler.js +0 -5
  357. package/core/modules/widgets/fields.js +0 -5
  358. package/core/modules/widgets/fill.js +4 -6
  359. package/core/modules/widgets/genesis.js +10 -9
  360. package/core/modules/widgets/image.js +0 -5
  361. package/core/modules/widgets/importvariables.js +0 -5
  362. package/core/modules/widgets/jsontiddler.js +0 -5
  363. package/core/modules/widgets/keyboard.js +0 -5
  364. package/core/modules/widgets/let.js +0 -5
  365. package/core/modules/widgets/link.js +0 -6
  366. package/core/modules/widgets/linkcatcher.js +0 -5
  367. package/core/modules/widgets/list.js +0 -5
  368. package/core/modules/widgets/log.js +0 -5
  369. package/core/modules/widgets/macrocall.js +0 -5
  370. package/core/modules/widgets/messagecatcher.js +0 -5
  371. package/core/modules/widgets/navigator.js +4 -6
  372. package/core/modules/widgets/parameters.js +0 -5
  373. package/core/modules/widgets/password.js +0 -5
  374. package/core/modules/widgets/qualify.js +0 -5
  375. package/core/modules/widgets/radio.js +4 -5
  376. package/core/modules/widgets/range.js +4 -5
  377. package/core/modules/widgets/raw.js +0 -5
  378. package/core/modules/widgets/reveal.js +0 -5
  379. package/core/modules/widgets/scrollable.js +0 -5
  380. package/core/modules/widgets/select.js +5 -6
  381. package/core/modules/widgets/setmultiplevariables.js +0 -6
  382. package/core/modules/widgets/setvariable.js +0 -5
  383. package/core/modules/widgets/slot.js +0 -5
  384. package/core/modules/widgets/testcase.js +2 -6
  385. package/core/modules/widgets/text.js +0 -5
  386. package/core/modules/widgets/tiddler.js +0 -5
  387. package/core/modules/widgets/transclude.js +8 -8
  388. package/core/modules/widgets/vars.js +0 -5
  389. package/core/modules/widgets/view.js +0 -5
  390. package/core/modules/widgets/widget.js +38 -21
  391. package/core/modules/widgets/wikify.js +0 -5
  392. package/core/modules/wiki-bulkops.js +0 -5
  393. package/core/modules/wiki.js +6 -7
  394. package/core/palettes/Blanca.tid +18 -13
  395. package/core/palettes/BrightMute.tid +1 -0
  396. package/core/palettes/ContrastDark.tid +33 -27
  397. package/core/palettes/ContrastLight.tid +12 -7
  398. package/core/palettes/CupertinoDark.tid +33 -27
  399. package/core/palettes/DarkPhotos.tid +20 -15
  400. package/core/palettes/DesertSand.tid +11 -6
  401. package/core/palettes/FlexokiDark.tid +30 -30
  402. package/core/palettes/FlexokiLight.tid +20 -20
  403. package/core/palettes/GruvBoxDark.tid +22 -20
  404. package/core/palettes/Nord.tid +27 -25
  405. package/core/palettes/Rocker.tid +16 -10
  406. package/core/palettes/SolarFlare.tid +46 -36
  407. package/core/palettes/SolarizedDark.tid +16 -6
  408. package/core/palettes/SolarizedLight.tid +15 -5
  409. package/core/palettes/Twilight.tid +5 -4
  410. package/core/palettes/Vanilla.tid +7 -7
  411. package/core/templates/exporters/CsvFile.tid +1 -0
  412. package/core/templates/exporters/JsonFile.tid +1 -0
  413. package/core/templates/exporters/TidFile.tid +1 -0
  414. package/core/ui/AdvancedSearch/Standard.tid +1 -1
  415. package/core/ui/ControlPanel/Saving/TiddlySpot.tid +0 -6
  416. package/core/ui/ControlPanel/Saving/gitea.tid +1 -1
  417. package/core/ui/ControlPanel/Settings/DefaultTiddlerInfoTab.tid +19 -0
  418. package/core/ui/EditTemplate/tags.tid +1 -3
  419. package/core/ui/EditorToolbar/link-dropdown.tid +9 -14
  420. package/core/ui/ExportTiddlyWikiCore.tid +1 -1
  421. package/core/ui/ImportListing.tid +2 -0
  422. package/core/ui/PageControls/advanced-search.tid +1 -0
  423. package/core/ui/PageControls/controlpanel.tid +1 -0
  424. package/core/ui/PageControls/export-tiddlywikicore.tid +1 -1
  425. package/core/ui/PageControls/language.tid +1 -5
  426. package/core/ui/PageControls/manager.tid +1 -0
  427. package/core/ui/PageControls/savewiki.tid +9 -2
  428. package/core/ui/PageControls/tag-button.tid +1 -0
  429. package/core/ui/SideBar/Tools.tid +23 -28
  430. package/core/ui/ViewTemplate/body/{rendered-plain-text.tid → rendered-plain-text/css.tid} +2 -1
  431. package/core/ui/ViewTemplate/body/rendered-plain-text/html.tid +4 -0
  432. package/core/ui/WikiInformation.tid +122 -0
  433. package/core/wiki/config/OfficialPluginLibrary.tid +1 -1
  434. package/core/wiki/config/ViewTemplateBodyFilters.multids +1 -0
  435. package/core/wiki/languageswitcher.tid +2 -15
  436. package/core/wiki/macros/export.tid +1 -0
  437. package/core/wiki/macros/toc.tid +2 -3
  438. package/core/wiki/paletteswitcher.tid +1 -1
  439. package/core/wiki/tags/ViewTemplateBodyFilter.tid +1 -1
  440. package/editions/classicparserdemo/tiddlers/$__coreURL.tid +4 -0
  441. package/editions/classicparserdemo/tiddlywiki.info +4 -1
  442. package/editions/codemirrordemo/tiddlers/$__coreURL.tid +4 -0
  443. package/editions/codemirrordemo/tiddlers/HelloThere.tid +1 -0
  444. package/editions/codemirrordemo/tiddlywiki.info +10 -2
  445. package/editions/dev/tiddlers/$__github-ribbon.tid +9 -0
  446. package/editions/dev/tiddlers/build/Releasing a new version of TiddlyWiki.tid +10 -6
  447. package/editions/dev/tiddlers/from tw5.com/JavaScript Macros.tid +1 -2
  448. package/editions/dev/tiddlers/javascript-widget-tutorial/domwidget.js +0 -4
  449. package/editions/dev/tiddlers/javascript-widget-tutorial/donothing.js +0 -5
  450. package/editions/dev/tiddlers/javascript-widget-tutorial/hello-attribute-optimized.js +0 -6
  451. package/editions/dev/tiddlers/javascript-widget-tutorial/hello-attribute.js +0 -6
  452. package/editions/dev/tiddlers/javascript-widget-tutorial/hello.js +0 -5
  453. package/editions/dev/tiddlers/javascript-widget-tutorial/refreshcount.js +0 -6
  454. package/editions/dev/tiddlers/javascript-widget-tutorial/tiddlerfield-norefresh.js +0 -6
  455. package/editions/dev/tiddlers/javascript-widget-tutorial/tiddlerfield.js +0 -6
  456. package/editions/dev/tiddlers/new/Filter Operators.tid +0 -6
  457. package/editions/dev/tiddlers/new/Hook_ th-before-importing.tid +0 -5
  458. package/editions/dev/tiddlers/new/ParserSubclassingMechanism.tid +0 -4
  459. package/editions/dev/tiddlers/new/WidgetSubclassingMechanism.tid +0 -4
  460. package/editions/dev/tiddlers/system/tw5.com-dev-styles.tid +2 -0
  461. package/editions/dynaviewdemo/tiddlers/$__coreURL.tid +4 -0
  462. package/editions/dynaviewdemo/tiddlywiki.info +4 -1
  463. package/editions/geospatialdemo/tiddlers/$__coreURL.tid +4 -0
  464. package/editions/geospatialdemo/tiddlywiki.info +3 -0
  465. package/editions/highlightdemo/tiddlers/$__coreURL.tid +4 -0
  466. package/editions/highlightdemo/tiddlywiki.info +4 -1
  467. package/editions/innerwikidemo/tiddlers/system/$__coreURL.tid +4 -0
  468. package/editions/innerwikidemo/tiddlywiki.info +3 -0
  469. package/editions/introduction/tiddlers/slides/Translations.tid +2 -26
  470. package/editions/introduction/tiddlywiki.info +4 -0
  471. package/editions/ja-JP/tiddlers/Hidden Setting_ Import Content Types for Editor.tid +13 -0
  472. package/editions/ja-JP/tiddlers/TiddlyWiki Docs PR Maker.tid +14 -0
  473. package/editions/ja-JP/tiddlers/about/About.tid +11 -0
  474. package/editions/ja-JP/tiddlers/about/Acknowledgements.tid +11 -0
  475. package/editions/ja-JP/tiddlers/about/Archive.tid +83 -0
  476. package/editions/ja-JP/tiddlers/about/Contributors.tid +45 -0
  477. package/editions/ja-JP/tiddlers/about/Funding TiddlyWiki.tid +21 -0
  478. package/editions/ja-JP/tiddlers/about/History of TiddlyWiki.tid +88 -0
  479. package/editions/ja-JP/tiddlers/about/License.tid +21 -0
  480. package/editions/ja-JP/tiddlers/about/Open Collective.tid +16 -0
  481. package/editions/ja-JP/tiddlers/commands/NamedCommandParameters.tid +24 -0
  482. package/editions/ja-JP/tiddlers/community/examples/A Thesis Notebook.tid +19 -0
  483. package/editions/ja-JP/tiddlers/community/examples/GitFixUm.tid +16 -0
  484. package/editions/ja-JP/tiddlers/community/examples/PESpot Lesson Planner by Patrick Detzner.tid +16 -0
  485. package/editions/ja-JP/tiddlers/community/examples/PETTIL.tid +21 -0
  486. package/editions/ja-JP/tiddlers/community/examples/Simple Zork like Game.tid +17 -0
  487. package/editions/ja-JP/tiddlers/community/examples/TriTarget.org by Devin Weaver.tid +16 -0
  488. package/editions/ja-JP/tiddlers/community/examples/_Lucky Sushi_ online shop by sini-Kit.tid +13 -0
  489. package/editions/ja-JP/tiddlers/community/resources/Gospel_Bubbles_by_Rev_David_Gifford.tid +28 -0
  490. package/editions/ja-JP/tiddlers/concepts/ExternalImages.tid +72 -0
  491. package/editions/ja-JP/tiddlers/concepts/Filters.tid +30 -0
  492. package/editions/ja-JP/tiddlers/concepts/InfoPanel.tid +18 -0
  493. package/editions/ja-JP/tiddlers/concepts/PermaLinks.tid +64 -0
  494. package/editions/ja-JP/tiddlers/concepts/Selection Constructors.tid +19 -0
  495. package/editions/ja-JP/tiddlers/concepts/TiddlyWikiFolders.tid +42 -0
  496. package/editions/ja-JP/tiddlers/customising/Alternative page layouts.tid +48 -0
  497. package/editions/ja-JP/tiddlers/customising/Configuring startup tiddlers.tid +29 -0
  498. package/editions/ja-JP/tiddlers/customising/Creating new toolbar buttons.tid +37 -0
  499. package/editions/ja-JP/tiddlers/customising/Customise TiddlyWiki.tid +12 -0
  500. package/editions/ja-JP/tiddlers/customising/Customising TiddlyWiki's user interface.tid +77 -0
  501. package/editions/ja-JP/tiddlers/customising/Customising search results.tid +51 -0
  502. package/editions/ja-JP/tiddlers/definitions/TiddlyDesktop.tid +21 -0
  503. package/editions/ja-JP/tiddlers/demonstrations/SampleNotification.tid +9 -0
  504. package/editions/ja-JP/tiddlers/demonstrations/SampleWizard.tid +15 -0
  505. package/editions/ja-JP/tiddlers/demonstrations/SampleWizard2.tid +13 -0
  506. package/editions/ja-JP/tiddlers/editions/Blog Edition.tid +11 -0
  507. package/editions/ja-JP/tiddlers/editions/Editions.tid +18 -0
  508. package/editions/ja-JP/tiddlers/editions/Empty Edition.tid +16 -0
  509. package/editions/ja-JP/tiddlers/editions/Full Edition.tid +13 -0
  510. package/editions/ja-JP/tiddlers/editions/R/303/251sum/303/251 Builder Edition.tid" +11 -0
  511. package/editions/ja-JP/tiddlers/editions/Text Slicer Edition.tid +11 -0
  512. package/editions/ja-JP/tiddlers/editions/XLSX Utilities Edition.tid +11 -0
  513. package/editions/ja-JP/tiddlers/features/AutoSave.tid +13 -0
  514. package/editions/ja-JP/tiddlers/features/Core Icons.tid +42 -0
  515. package/editions/ja-JP/tiddlers/features/DateFormat.tid +89 -0
  516. package/editions/ja-JP/tiddlers/features/Deserializers.tid +22 -0
  517. package/editions/ja-JP/tiddlers/features/Drag and Drop.tid +33 -0
  518. package/editions/ja-JP/tiddlers/features/Features.tid +13 -0
  519. package/editions/ja-JP/tiddlers/features/Future Proof.tid +18 -0
  520. package/editions/ja-JP/tiddlers/features/Importing Tiddlers.tid +28 -0
  521. package/editions/ja-JP/tiddlers/features/JSON in TiddlyWiki.tid +73 -0
  522. package/editions/ja-JP/tiddlers/features/LazyLoading.tid +32 -0
  523. package/editions/ja-JP/tiddlers/features/Modals.tid +26 -0
  524. package/editions/ja-JP/tiddlers/features/Notifications.tid +11 -0
  525. package/editions/ja-JP/tiddlers/features/Performance Instrumentation.tid +38 -0
  526. package/editions/ja-JP/tiddlers/features/SafeMode.tid +30 -0
  527. package/editions/ja-JP/tiddlers/features/Scalability.tid +11 -0
  528. package/editions/ja-JP/tiddlers/features/StartupActions.tid +46 -0
  529. package/editions/ja-JP/tiddlers/fileformats/MultiTiddlerFileSyntax.tid +31 -0
  530. package/editions/ja-JP/tiddlers/fileformats/MultiTiddlerFiles.tid +38 -0
  531. package/editions/ja-JP/tiddlers/fileformats/TiddlerFiles.tid +112 -0
  532. package/editions/ja-JP/tiddlers/filters/syntax/All Filter Run Prefix.tid +20 -0
  533. package/editions/ja-JP/tiddlers/filters/syntax/And Filter Run Prefix.tid +20 -0
  534. package/editions/ja-JP/tiddlers/filters/syntax/Cascade Filter Run Prefix (Examples).tid +48 -0
  535. package/editions/ja-JP/tiddlers/filters/syntax/Cascade Filter Run Prefix.tid +27 -0
  536. package/editions/ja-JP/tiddlers/filters/syntax/Else Filter Run Prefix.tid +22 -0
  537. package/editions/ja-JP/tiddlers/filters/syntax/Except Filter Run Prefix.tid +20 -0
  538. package/editions/ja-JP/tiddlers/filters/syntax/Filter Expression.tid +23 -0
  539. package/editions/ja-JP/tiddlers/filters/syntax/Filter Filter Run Prefix (Examples).tid +33 -0
  540. package/editions/ja-JP/tiddlers/filters/syntax/Filter Filter Run Prefix.tid +34 -0
  541. package/editions/ja-JP/tiddlers/filters/syntax/Filter Parameter.tid +40 -0
  542. package/editions/ja-JP/tiddlers/filters/syntax/Filter Run Prefix.tid +21 -0
  543. package/editions/ja-JP/tiddlers/filters/syntax/Filter Run.tid +29 -0
  544. package/editions/ja-JP/tiddlers/filters/syntax/Filter Step.tid +37 -0
  545. package/editions/ja-JP/tiddlers/filters/syntax/Filter Syntax.tid +26 -0
  546. package/editions/ja-JP/tiddlers/filters/syntax/Filter Whitespace.tid +15 -0
  547. package/editions/ja-JP/tiddlers/filters/syntax/Interchangeable Filter Run Prefixes.tid +47 -0
  548. package/editions/ja-JP/tiddlers/filters/syntax/Intersection Filter Run Prefix (Examples).tid +38 -0
  549. package/editions/ja-JP/tiddlers/filters/syntax/Intersection Filter Run Prefix.tid +22 -0
  550. package/editions/ja-JP/tiddlers/filters/syntax/Map Filter Run Prefix (Examples).tid +60 -0
  551. package/editions/ja-JP/tiddlers/filters/syntax/Map Filter Run Prefix.tid +35 -0
  552. package/editions/ja-JP/tiddlers/filters/syntax/Named Filter Run Prefix.tid +38 -0
  553. package/editions/ja-JP/tiddlers/filters/syntax/Or Filter Run Prefix.tid +20 -0
  554. package/editions/ja-JP/tiddlers/filters/syntax/Reduce Filter Run Prefix (Examples).tid +29 -0
  555. package/editions/ja-JP/tiddlers/filters/syntax/Reduce Filter Run Prefix.tid +49 -0
  556. package/editions/ja-JP/tiddlers/filters/syntax/Shortcut Filter Run Prefixes.tid +30 -0
  557. package/editions/ja-JP/tiddlers/filters/syntax/Sort Filter Run Prefix (Examples).tid +35 -0
  558. package/editions/ja-JP/tiddlers/filters/syntax/Sort Filter Run Prefix.tid +61 -0
  559. package/editions/ja-JP/tiddlers/filters/syntax/Then Filter Run Prefix (Examples).tid +53 -0
  560. package/editions/ja-JP/tiddlers/filters/syntax/then Filter Run Prefix.tid +41 -0
  561. package/editions/ja-JP/tiddlers/hellothere/A Gentle Guide to TiddlyWiki.tid +24 -0
  562. package/editions/ja-JP/tiddlers/hellothere/Discover TiddlyWiki.tid +38 -0
  563. package/editions/ja-JP/tiddlers/hellothere/Some of the things you can do with TiddlyWiki.tid +22 -0
  564. package/editions/ja-JP/tiddlers/hellothere/Ten reasons to switch to TiddlyWiki.tid +20 -0
  565. package/editions/ja-JP/tiddlers/hellothere/What happened to the original TiddlyWiki_.tid +17 -0
  566. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - MultiWikiServer.tid +11 -0
  567. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWiki Privacy.tid +9 -0
  568. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Content to be displayed for empty story.tid +14 -0
  569. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Default Story Ordering.tid +5 -0
  570. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Default Tiddler Colour.tid +9 -0
  571. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting EditTabIndex.tid +10 -0
  572. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting HtmlParserDisableSandbox.tid +16 -0
  573. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting NewImageType.tid +11 -0
  574. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SaveWikiButton Filename.tid +13 -0
  575. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SaveWikiButton Template.tid +15 -0
  576. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Search-NavigateOnEnter.tid +9 -0
  577. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SearchMinLength.tid +13 -0
  578. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting ShowEditPreviewPerTiddler.tid +12 -0
  579. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Sync System Tiddlers From Server.tid +15 -0
  580. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SyncLogging.tid +15 -0
  581. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SyncPollingInterval.tid +15 -0
  582. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting TagsMinLength.tid +13 -0
  583. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting ViewTemplate and EditTemplate.tid +8 -0
  584. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Default Tiddler Icon.tid +9 -0
  585. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Disable Drag and Drop.tid +21 -0
  586. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Disable Lazy Loading.tid +11 -0
  587. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Enable File Import in Editor_1.tid +14 -0
  588. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ More Tabs Horizontal.tid +9 -0
  589. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Scroll Top Adjustment.tid +12 -0
  590. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Search AutoFocus.tid +11 -0
  591. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Tag Pill Drag Filter.tid +24 -0
  592. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Typin Refresh Delay.tid +15 -0
  593. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Settings.tid +13 -0
  594. package/editions/ja-JP/tiddlers/howtos/Adding_a_table_of_contents_to_the_sidebar.tid +27 -0
  595. package/editions/ja-JP/tiddlers/howtos/Configuring the default TiddlerInfo tab.tid +19 -0
  596. package/editions/ja-JP/tiddlers/howtos/Creating a custom export format.tid +23 -0
  597. package/editions/ja-JP/tiddlers/howtos/Creating a splash screen.tid +36 -0
  598. package/editions/ja-JP/tiddlers/howtos/Custom Styles FAQ.tid +11 -0
  599. package/editions/ja-JP/tiddlers/howtos/Custom Styles by title.tid +41 -0
  600. package/editions/ja-JP/tiddlers/howtos/Custom Styles by userClass.tid +28 -0
  601. package/editions/ja-JP/tiddlers/howtos/Custom tag pill styles.tid +34 -0
  602. package/editions/ja-JP/tiddlers/howtos/Custom_Attribute_Selectors.tid +33 -0
  603. package/editions/ja-JP/tiddlers/howtos/Custom_styles_by_data-tags.tid +62 -0
  604. package/editions/ja-JP/tiddlers/howtos/Debugging Stylesheets.tid +13 -0
  605. package/editions/ja-JP/tiddlers/howtos/Generating Static Sites with TiddlyWiki.tid +37 -0
  606. package/editions/ja-JP/tiddlers/howtos/How to apply custom styles by tag.tid +62 -0
  607. package/editions/ja-JP/tiddlers/howtos/How to apply custom styles.tid +12 -0
  608. package/editions/ja-JP/tiddlers/howtos/How to build a TiddlyWiki5 from individual tiddlers.tid +19 -0
  609. package/editions/ja-JP/tiddlers/howtos/Making a custom journal button.tid +43 -0
  610. package/editions/ja-JP/tiddlers/howtos/Preserving open tiddlers at startup.tid +17 -0
  611. package/editions/ja-JP/tiddlers/howtos/Setting a favicon.tid +19 -0
  612. package/editions/ja-JP/tiddlers/howtos/Setting a page background image.tid +19 -0
  613. package/editions/ja-JP/tiddlers/howtos/Using SVG.tid +57 -0
  614. package/editions/ja-JP/tiddlers/howtos/Using Stylesheets.tid +82 -0
  615. package/editions/ja-JP/tiddlers/howtos/Using TiddlyWiki for GitHub project documentation.tid +31 -0
  616. package/editions/ja-JP/tiddlers/howtos/Using a custom path prefix with the client-server edition.tid +16 -0
  617. package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_dynamic_stylesheet.tid +10 -0
  618. package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_how_can_i_use_custom_field.tid +31 -0
  619. package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_what_if_tiddler_has_no_tags.tid +21 -0
  620. package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_what_this_and_that_tag.tid +34 -0
  621. package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_what_this_or_that_tag.tid +19 -0
  622. package/editions/ja-JP/tiddlers/languages/Castellano (Espana) Edition.tid +14 -0
  623. package/editions/ja-JP/tiddlers/languages/Chinese (Simplified) Edition.tid +15 -0
  624. package/editions/ja-JP/tiddlers/languages/Chinese (Traditional) Edition.tid +15 -0
  625. package/editions/ja-JP/tiddlers/languages/French (France) Edition.tid +13 -0
  626. package/editions/ja-JP/tiddlers/languages/German (Austria) Edition.tid +15 -0
  627. package/editions/ja-JP/tiddlers/languages/German (Germany) Edition.tid +15 -0
  628. package/editions/ja-JP/tiddlers/languages/Japanese (Japan) Edition.tid +13 -0
  629. package/editions/ja-JP/tiddlers/languages/Korean (Korea Republic) Edition.tid +13 -0
  630. package/editions/ja-JP/tiddlers/languages/Languages.tid +19 -0
  631. package/editions/ja-JP/tiddlers/mechanisms/AlertMechanism.tid +22 -0
  632. package/editions/ja-JP/tiddlers/mechanisms/DragAndDropMechanism.tid +27 -0
  633. package/editions/ja-JP/tiddlers/nodejs/Building TiddlyWikiClassic.tid +27 -0
  634. package/editions/ja-JP/tiddlers/nodejs/Customising Tiddler File Naming.tid +58 -0
  635. package/editions/ja-JP/tiddlers/nodejs/Environment Variables on Node.js.tid +27 -0
  636. package/editions/ja-JP/tiddlers/nodejs/Installing TiddlyWiki Prerelease on Node.js.tid +16 -0
  637. package/editions/ja-JP/tiddlers/nodejs/Installing custom plugins on Node.js.tid +23 -0
  638. package/editions/ja-JP/tiddlers/nodejs/Installing official plugins on Node.js.tid +41 -0
  639. package/editions/ja-JP/tiddlers/nodejs/Scripts for TiddlyWiki on Node.js.tid +52 -0
  640. package/editions/ja-JP/tiddlers/nodejs/TiddlyWiki on Node.js.tid +24 -0
  641. package/editions/ja-JP/tiddlers/nodejs/Uninstalling a plugin with Node.js.tid +33 -0
  642. package/editions/ja-JP/tiddlers/nodejs/Upgrading TiddlyWiki on Node.js.tid +19 -0
  643. package/editions/ja-JP/tiddlers/nodejs/Using TiddlyWiki on Node.js.tid +43 -0
  644. package/editions/ja-JP/tiddlers/nodejs/Working with the TiddlyWiki5 repository.tid +25 -0
  645. package/editions/ja-JP/tiddlers/nodejs/tiddlywiki.files_Files.tid +172 -0
  646. package/editions/ja-JP/tiddlers/nodejs/tiddlywiki.info_Files.tid +60 -0
  647. package/editions/ja-JP/tiddlers/platforms/Platforms.tid +12 -0
  648. package/editions/ja-JP/tiddlers/plugins/Amazon Web Services Plugin.tid +12 -0
  649. package/editions/ja-JP/tiddlers/plugins/BrowserStorage Plugin.tid +20 -0
  650. package/editions/ja-JP/tiddlers/plugins/CodeMirror Plugin.tid +12 -0
  651. package/editions/ja-JP/tiddlers/plugins/Consent Banner Plugin.tid +16 -0
  652. package/editions/ja-JP/tiddlers/plugins/D3 Plugin.tid +14 -0
  653. package/editions/ja-JP/tiddlers/plugins/Dynaview Plugin.tid +14 -0
  654. package/editions/ja-JP/tiddlers/plugins/External Attachments Plugin.tid +12 -0
  655. package/editions/ja-JP/tiddlers/plugins/Highlight Plugin.tid +14 -0
  656. package/editions/ja-JP/tiddlers/plugins/Innerwiki Plugin.tid +13 -0
  657. package/editions/ja-JP/tiddlers/plugins/Installing a plugin from the plugin library.tid +40 -0
  658. package/editions/ja-JP/tiddlers/plugins/JSZip Plugin.tid +9 -0
  659. package/editions/ja-JP/tiddlers/plugins/KaTeX Plugin.tid +12 -0
  660. package/editions/ja-JP/tiddlers/plugins/Manually installing a plugin.tid +31 -0
  661. package/editions/ja-JP/tiddlers/plugins/Markdown Plugin.tid +12 -0
  662. package/editions/ja-JP/tiddlers/plugins/Mobile Drag And Drop Shim Plugin.tid +10 -0
  663. package/editions/ja-JP/tiddlers/plugins/OfficialPlugins.tid +13 -0
  664. package/editions/ja-JP/tiddlers/plugins/Plugin Editions.tid +11 -0
  665. package/editions/ja-JP/tiddlers/plugins/Plugin Ordering.tid +49 -0
  666. package/editions/ja-JP/tiddlers/plugins/Plugins.tid +32 -0
  667. package/editions/ja-JP/tiddlers/plugins/Railroad Plugin.tid +12 -0
  668. package/editions/ja-JP/tiddlers/plugins/SaveTrail Plugin.tid +17 -0
  669. package/editions/ja-JP/tiddlers/plugins/Share Plugin.tid +14 -0
  670. package/editions/ja-JP/tiddlers/plugins/TW2Parser Plugin.tid +12 -0
  671. package/editions/ja-JP/tiddlers/plugins/Twitter Plugin.tid +14 -0
  672. package/editions/ja-JP/tiddlers/plugins/Uninstalling a plugin.tid +31 -0
  673. package/editions/ja-JP/tiddlers/releasenotes/Releases.tid +15 -0
  674. package/editions/ja-JP/tiddlers/roadmap/RoadMap.tid +11 -0
  675. package/editions/ja-JP/tiddlers/saving/Example config-tiddlyweb-host for IIS.txt +2 -0
  676. package/editions/ja-JP/tiddlers/saving/Example config-tiddlyweb-host for IIS.txt.meta +7 -0
  677. package/editions/ja-JP/tiddlers/saving/Example package.json for IIS.txt +8 -0
  678. package/editions/ja-JP/tiddlers/saving/Example package.json for IIS.txt.meta +7 -0
  679. package/editions/ja-JP/tiddlers/saving/Example tiddlywiki.info for IIS.txt +11 -0
  680. package/editions/ja-JP/tiddlers/saving/Example tiddlywiki.info for IIS.txt.meta +7 -0
  681. package/editions/ja-JP/tiddlers/saving/Example web.config for IIS.txt +25 -0
  682. package/editions/ja-JP/tiddlers/saving/Example web.config for IIS.txt.meta +7 -0
  683. package/editions/ja-JP/tiddlers/wikitext/Styles and Classes in WikiText.tid +75 -0
  684. package/editions/katexdemo/tiddlers/$__coreURL.tid +4 -0
  685. package/editions/katexdemo/tiddlywiki.info +4 -1
  686. package/editions/markdowndemo/tiddlers/$__coreURL.tid +4 -0
  687. package/editions/markdowndemo/tiddlers/DefaultMissingType.tid +3 -0
  688. package/editions/markdowndemo/tiddlers/HelloThere.tid +7 -1
  689. package/editions/markdowndemo/tiddlywiki.info +4 -1
  690. package/editions/prerelease/tiddlers/system/PrereleaseLocalPluginLibrary.tid +1 -1
  691. package/editions/prerelease/tiddlers/system/PrereleaseOfficialPluginLibrary.tid +1 -1
  692. package/editions/prerelease/tiddlywiki.info +0 -4
  693. package/editions/test/tiddlers/tests/data/data-widget/ImportCompound.tid +1 -1
  694. package/editions/test/tiddlers/tests/data/data-widget/ImportCustomTitle.tid +1 -1
  695. package/editions/test/tiddlers/tests/data/data-widget/ImportFilter.tid +1 -1
  696. package/editions/test/tiddlers/tests/data/data-widget/ImportTiddler.tid +1 -1
  697. package/editions/test/tiddlers/tests/data/data-widget/Simple.tid +2 -2
  698. package/editions/test/tiddlers/tests/data/transclude/CustomWidget-RawAndSlotted.tid +34 -0
  699. package/editions/test/tiddlers/tests/data/widgets/SubstitutedAttributes.tid +3 -3
  700. package/editions/test/tiddlers/tests/modules/utils/test-csv.js +0 -5
  701. package/editions/test/tiddlers/tests/test-action-deletefield.js +0 -8
  702. package/editions/test/tiddlers/tests/test-action-widgets.js +1 -3
  703. package/editions/test/tiddlers/tests/test-backlinks.js +0 -5
  704. package/editions/test/tiddlers/tests/test-backtranscludes.js +0 -5
  705. package/editions/test/tiddlers/tests/test-checkbox-widget.js +24 -7
  706. package/editions/test/tiddlers/tests/test-compare-filter.js +1 -2
  707. package/editions/test/tiddlers/tests/test-deserialize-operator.js +1 -5
  708. package/editions/test/tiddlers/tests/test-deserializers.js +0 -4
  709. package/editions/test/tiddlers/tests/test-fakedom.js +0 -6
  710. package/editions/test/tiddlers/tests/test-filters.js +19 -7
  711. package/editions/test/tiddlers/tests/test-html-parser.js +0 -5
  712. package/editions/test/tiddlers/tests/test-json-filters.js +1 -2
  713. package/editions/test/tiddlers/tests/test-linked-list.js +0 -4
  714. package/editions/test/tiddlers/tests/test-parsetextreference.js +0 -4
  715. package/editions/test/tiddlers/tests/test-plugins.js +0 -7
  716. package/editions/test/tiddlers/tests/test-popup.js +0 -4
  717. package/editions/test/tiddlers/tests/test-prefixes-filter.js +1 -3
  718. package/editions/test/tiddlers/tests/test-tags-operator.js +1 -2
  719. package/editions/test/tiddlers/tests/test-tags.js +0 -4
  720. package/editions/test/tiddlers/tests/test-tiddler.js +0 -4
  721. package/editions/test/tiddlers/tests/test-utils.js +0 -5
  722. package/editions/test/tiddlers/tests/test-widget-event.js +219 -0
  723. package/editions/test/tiddlers/tests/test-widget-getVariableInfo.js +0 -5
  724. package/editions/test/tiddlers/tests/test-widget.js +0 -4
  725. package/editions/test/tiddlers/tests/test-wikitext-parser.js +48 -4
  726. package/editions/test/tiddlers/tests/test-wikitext-tabs-macro.js +0 -4
  727. package/editions/test/tiddlers/tests/test-wikitext.js +0 -4
  728. package/editions/text-slicer/tiddlers/system/$__coreURL.tid +4 -0
  729. package/editions/text-slicer/tiddlywiki.info +3 -0
  730. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project.htm +23430 -0
  731. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon +0 -0
  732. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(1) +0 -0
  733. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(10) +0 -0
  734. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(11) +0 -0
  735. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(12) +0 -0
  736. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(13) +0 -0
  737. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(14) +0 -0
  738. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(15) +0 -0
  739. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(16) +0 -0
  740. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(17) +0 -0
  741. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(18) +0 -0
  742. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(19) +0 -0
  743. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(2) +0 -0
  744. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(20) +0 -0
  745. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(21) +0 -0
  746. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(22) +0 -0
  747. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(23) +0 -0
  748. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(24) +0 -0
  749. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(3) +0 -0
  750. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(4) +0 -0
  751. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(5) +0 -0
  752. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(6) +0 -0
  753. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(7) +0 -0
  754. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(8) +0 -0
  755. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(9) +0 -0
  756. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/app.css +191 -0
  757. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/backstage.html +95 -0
  758. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/backstage.js +360 -0
  759. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/chrjs +373 -0
  760. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/chrjs.identities +42 -0
  761. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/chrjs.space +108 -0
  762. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/chrjs.users +57 -0
  763. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/help.png +0 -0
  764. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/jquery.js +11 -0
  765. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/normalize.css +406 -0
  766. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/publicIcon +0 -0
  767. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/search.png +0 -0
  768. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/status.js +2 -0
  769. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/ts.js +766 -0
  770. package/editions/tiddlywiki-surveys/great-interview-project-2010/readme.md +3 -0
  771. package/editions/tiddlywiki-surveys/scripts/extract-text-tiddlers-via-console.js +73 -0
  772. package/editions/tiddlywiki-surveys/scripts/import-great-interview-project-json.sh +12 -0
  773. package/editions/tiddlywiki-surveys/scripts/readme.md +16 -0
  774. package/editions/tiddlywiki-surveys/tiddlers/$__StoryList.tid +2 -0
  775. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/aamaadmitw5.jpg +0 -0
  776. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/aamaadmitw5.jpg.meta +5 -0
  777. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/alexhough.jpg +0 -0
  778. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/alexhough.jpg.meta +5 -0
  779. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/amalfaro-wrk.jpg +0 -0
  780. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/amalfaro-wrk.jpg.meta +5 -0
  781. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/andrewbarbour.jpg +0 -0
  782. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/andrewbarbour.jpg.meta +5 -0
  783. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/calmo.jpg +0 -0
  784. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/calmo.jpg.meta +5 -0
  785. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/climatechange3.jpg +0 -0
  786. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/climatechange3.jpg.meta +5 -0
  787. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/colmbritton.jpg +0 -0
  788. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/colmbritton.jpg.meta +5 -0
  789. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/dickon.jpg +0 -0
  790. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/dickon.jpg.meta +5 -0
  791. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/frankfurtkid.jpg +0 -0
  792. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/frankfurtkid.jpg.meta +5 -0
  793. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/gjrobert.jpg +0 -0
  794. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/gjrobert.jpg.meta +5 -0
  795. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/kosmaton.jpg +0 -0
  796. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/kosmaton.jpg.meta +5 -0
  797. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/mama.jpg +0 -0
  798. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/mama.jpg.meta +5 -0
  799. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/martinlindner.jpg +0 -0
  800. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/martinlindner.jpg.meta +5 -0
  801. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/matt.jpg +0 -0
  802. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/matt.jpg.meta +5 -0
  803. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/passingby.jpg +0 -0
  804. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/passingby.jpg.meta +5 -0
  805. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/pmario.jpg +0 -0
  806. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/pmario.jpg.meta +5 -0
  807. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/poulstaugaard.jpg +0 -0
  808. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/poulstaugaard.jpg.meta +5 -0
  809. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/rouilj.jpg +0 -0
  810. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/rouilj.jpg.meta +5 -0
  811. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/smandoli.jpg +0 -0
  812. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/smandoli.jpg.meta +5 -0
  813. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/ubi.jpg +0 -0
  814. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/ubi.jpg.meta +5 -0
  815. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/webid4me.jpg +0 -0
  816. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/webid4me.jpg.meta +5 -0
  817. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/yakov.jpg +0 -0
  818. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/yakov.jpg.meta +5 -0
  819. 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
  820. 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
  821. 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
  822. 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
  823. 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
  824. 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
  825. 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
  826. 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
  827. 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
  828. 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
  829. 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
  830. 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
  831. 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
  832. 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
  833. 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
  834. 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
  835. 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
  836. 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
  837. 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
  838. 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
  839. 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
  840. 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
  841. 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
  842. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_.tid +3 -0
  843. 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
  844. 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
  845. 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
  846. 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
  847. 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
  848. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has TiddlyWiki saved time for your target audience_.tid +3 -0
  849. 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
  850. 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
  851. 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
  852. 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
  853. 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
  854. 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
  855. 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
  856. 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
  857. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_.tid +3 -0
  858. 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
  859. 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
  860. 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
  861. 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
  862. 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
  863. 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
  864. 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
  865. 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
  866. 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
  867. 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
  868. 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
  869. 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
  870. 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
  871. 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
  872. 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
  873. 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
  874. 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
  875. 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
  876. 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
  877. 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
  878. 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
  879. 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
  880. 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
  881. 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
  882. 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
  883. 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
  884. 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
  885. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many other people have you introduced to TiddlyWiki_.tid +3 -0
  886. 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
  887. 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
  888. 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
  889. 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
  890. 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
  891. 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
  892. 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
  893. 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
  894. 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
  895. 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
  896. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How might you use TiddlyWiki in the future_.tid +3 -0
  897. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Interview Question.tid +2 -0
  898. 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
  899. 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
  900. 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
  901. 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
  902. 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
  903. 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
  904. 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
  905. 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
  906. 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
  907. 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
  908. 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
  909. 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
  910. 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
  911. 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
  912. 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
  913. 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
  914. 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
  915. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What is the most challenging thing about using TiddlyWiki_.tid +3 -0
  916. 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
  917. 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
  918. 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
  919. 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
  920. 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
  921. 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
  922. 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
  923. 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
  924. 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
  925. 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
  926. 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
  927. 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
  928. 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
  929. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_.tid +3 -0
  930. 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
  931. 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
  932. 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
  933. 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
  934. 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
  935. 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
  936. 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
  937. 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
  938. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_.tid +3 -0
  939. 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
  940. 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
  941. 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
  942. 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
  943. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which plugins do you rely on the most_.tid +3 -0
  944. 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
  945. 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
  946. 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
  947. 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
  948. 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
  949. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Who is the target audience for your TiddlyWiki(s)_.tid +3 -0
  950. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00001.json +37 -0
  951. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00002.json +37 -0
  952. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00003.json +37 -0
  953. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00004.tid +33 -0
  954. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00005.json +37 -0
  955. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00006.json +37 -0
  956. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00007.tid +33 -0
  957. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00008.tid +33 -0
  958. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00009.json +37 -0
  959. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00010.tid +33 -0
  960. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00011.tid +33 -0
  961. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00012.json +37 -0
  962. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00013.tid +33 -0
  963. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00014.json +37 -0
  964. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00015.json +37 -0
  965. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00016.tid +33 -0
  966. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00017.json +37 -0
  967. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00018.json +37 -0
  968. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00019.json +37 -0
  969. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00020.json +37 -0
  970. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00021.tid +33 -0
  971. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00022.json +37 -0
  972. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00023.json +37 -0
  973. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00024.json +37 -0
  974. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00025.tid +33 -0
  975. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00026.json +37 -0
  976. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00027.tid +33 -0
  977. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00028.json +37 -0
  978. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00029.json +37 -0
  979. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00030.json +37 -0
  980. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00031.json +37 -0
  981. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00032.tid +33 -0
  982. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00033.json +37 -0
  983. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00034.json +37 -0
  984. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00035.tid +33 -0
  985. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00036.tid +33 -0
  986. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00037.json +37 -0
  987. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00038.json +37 -0
  988. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00039.json +37 -0
  989. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00040.json +37 -0
  990. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00041.json +37 -0
  991. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00042.json +37 -0
  992. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00043.json +37 -0
  993. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00044.json +37 -0
  994. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00045.json +37 -0
  995. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00046.json +37 -0
  996. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00047.json +37 -0
  997. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00048.tid +33 -0
  998. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00049.json +37 -0
  999. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00050.json +37 -0
  1000. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00051.json +37 -0
  1001. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00052.json +37 -0
  1002. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00053.json +37 -0
  1003. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00054.json +37 -0
  1004. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00055.json +37 -0
  1005. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00056.tid +33 -0
  1006. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00057.json +37 -0
  1007. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00058.json +37 -0
  1008. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00059.json +37 -0
  1009. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00060.tid +33 -0
  1010. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00061.json +37 -0
  1011. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00062.json +37 -0
  1012. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00063.json +37 -0
  1013. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00064.json +37 -0
  1014. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00065.tid +33 -0
  1015. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00066.json +37 -0
  1016. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00067.tid +33 -0
  1017. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00068.json +37 -0
  1018. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00069.tid +33 -0
  1019. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00070.tid +33 -0
  1020. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00071.json +37 -0
  1021. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00072.json +37 -0
  1022. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00073.tid +33 -0
  1023. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00074.tid +33 -0
  1024. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00075.json +37 -0
  1025. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00076.json +37 -0
  1026. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00077.json +37 -0
  1027. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00078.json +37 -0
  1028. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00079.json +37 -0
  1029. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00080.json +37 -0
  1030. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00081.json +37 -0
  1031. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00082.json +37 -0
  1032. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00083.json +37 -0
  1033. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00084.json +37 -0
  1034. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00085.json +37 -0
  1035. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00086.json +37 -0
  1036. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00087.tid +33 -0
  1037. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00088.tid +33 -0
  1038. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00089.json +37 -0
  1039. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00090.json +37 -0
  1040. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00091.tid +33 -0
  1041. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00092.json +37 -0
  1042. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00093.json +37 -0
  1043. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00094.tid +33 -0
  1044. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00095.json +37 -0
  1045. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00096.tid +33 -0
  1046. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00097.json +37 -0
  1047. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00098.json +37 -0
  1048. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00099.json +37 -0
  1049. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00100.json +37 -0
  1050. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00101.json +37 -0
  1051. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00102.tid +33 -0
  1052. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00103.json +37 -0
  1053. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00104.json +37 -0
  1054. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00105.json +37 -0
  1055. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00106.tid +33 -0
  1056. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00107.json +37 -0
  1057. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00108.json +37 -0
  1058. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00109.json +37 -0
  1059. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00110.json +37 -0
  1060. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00111.json +37 -0
  1061. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00112.json +37 -0
  1062. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00113.json +37 -0
  1063. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00114.json +37 -0
  1064. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00115.tid +33 -0
  1065. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00116.json +37 -0
  1066. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00117.json +37 -0
  1067. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00118.json +37 -0
  1068. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00119.json +37 -0
  1069. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00120.json +37 -0
  1070. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00121.json +37 -0
  1071. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00122.json +37 -0
  1072. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00123.json +37 -0
  1073. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00124.json +37 -0
  1074. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00125.tid +33 -0
  1075. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00126.json +37 -0
  1076. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00127.json +37 -0
  1077. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00128.json +37 -0
  1078. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00129.json +37 -0
  1079. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00130.json +37 -0
  1080. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00131.json +37 -0
  1081. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00132.json +37 -0
  1082. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00133.tid +33 -0
  1083. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00134.tid +33 -0
  1084. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00135.json +37 -0
  1085. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00136.tid +33 -0
  1086. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00137.json +37 -0
  1087. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00138.tid +33 -0
  1088. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00139.json +37 -0
  1089. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00140.json +37 -0
  1090. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00141.json +37 -0
  1091. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00142.json +37 -0
  1092. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00143.json +37 -0
  1093. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00144.json +37 -0
  1094. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00145.tid +33 -0
  1095. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00146.tid +33 -0
  1096. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00147.tid +33 -0
  1097. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00148.json +37 -0
  1098. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00149.json +37 -0
  1099. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00150.json +37 -0
  1100. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00151.json +37 -0
  1101. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00152.json +37 -0
  1102. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00153.json +37 -0
  1103. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00154.json +37 -0
  1104. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00155.tid +33 -0
  1105. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00156.json +37 -0
  1106. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00157.json +37 -0
  1107. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00158.json +37 -0
  1108. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00159.json +37 -0
  1109. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00160.json +37 -0
  1110. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00161.json +37 -0
  1111. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00162.json +37 -0
  1112. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00163.json +37 -0
  1113. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00164.tid +33 -0
  1114. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00165.json +37 -0
  1115. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00166.json +37 -0
  1116. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00167.json +37 -0
  1117. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00168.tid +33 -0
  1118. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00169.json +37 -0
  1119. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00170.json +37 -0
  1120. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00171.json +37 -0
  1121. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00172.json +37 -0
  1122. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00173.json +37 -0
  1123. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00174.tid +33 -0
  1124. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00175.tid +33 -0
  1125. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00176.tid +33 -0
  1126. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00177.json +37 -0
  1127. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00178.tid +33 -0
  1128. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00179.json +37 -0
  1129. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00180.json +37 -0
  1130. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00181.json +37 -0
  1131. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00182.tid +33 -0
  1132. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00183.json +37 -0
  1133. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00184.json +37 -0
  1134. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00185.json +37 -0
  1135. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00186.json +37 -0
  1136. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00187.json +37 -0
  1137. package/editions/tiddlywiki-surveys/tiddlers/2025-community-survey/Community Survey 2025 Answer 00188.tid +33 -0
  1138. package/editions/tiddlywiki-surveys/tiddlers/app/DefaultTiddlers.tid +5 -0
  1139. package/editions/tiddlywiki-surveys/tiddlers/app/Definitions.tid +66 -0
  1140. package/editions/tiddlywiki-surveys/tiddlers/app/HelloThere.tid +18 -0
  1141. package/editions/tiddlywiki-surveys/tiddlers/app/Questions.json +225 -0
  1142. package/editions/tiddlywiki-surveys/tiddlers/app/SiteSubtitle.tid +3 -0
  1143. package/editions/tiddlywiki-surveys/tiddlers/app/SiteTitle.tid +3 -0
  1144. package/editions/tiddlywiki-surveys/tiddlers/app/Styles.tid +25 -0
  1145. package/editions/tiddlywiki-surveys/tiddlers/app/The Great TiddlyWiki Interview Project 2010.tid +51 -0
  1146. package/editions/tiddlywiki-surveys/tiddlers/app/TiddlyWiki Community Survey 2025.tid +5 -0
  1147. package/editions/tiddlywiki-surveys/tiddlers/app/ViewTemplate.tid +8 -0
  1148. package/editions/tiddlywiki-surveys/tiddlers/app/XLSX Import Specs/row.tid +8 -0
  1149. package/editions/tiddlywiki-surveys/tiddlers/app/XLSX Import Specs/sheet.tid +10 -0
  1150. package/editions/tiddlywiki-surveys/tiddlers/app/XLSX Import Specs/workbook.tid +8 -0
  1151. package/editions/tiddlywiki-surveys/tiddlers/app/default-import-spec.tid +6 -0
  1152. package/editions/tiddlywiki-surveys/tiddlers/app/open-state.multids +9 -0
  1153. package/editions/tiddlywiki-surveys/tiddlers/app/palette.tid +2 -0
  1154. package/editions/tiddlywiki-surveys/tiddlers/app/palettes - Naporitan.tid +119 -0
  1155. package/editions/tiddlywiki-surveys/tiddlers/app/state - sidebar.tid +2 -0
  1156. package/editions/tiddlywiki-surveys/tiddlywiki.info +15 -0
  1157. package/editions/tour/tiddlers/System/$__coreURL.tid +4 -0
  1158. package/editions/translators/tiddlers/Extracting Translations.tid +0 -1
  1159. package/editions/tw.org/tiddlers/TiddlyWiki.tid +1 -1
  1160. package/editions/tw5.com/tiddlers/$__StoryList.tid +3 -3
  1161. package/editions/tw5.com/tiddlers/HTML Tags.tid +11 -0
  1162. package/editions/tw5.com/tiddlers/Tags.tid +8 -0
  1163. package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_RenderHTML.tid +28 -0
  1164. package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_RenderSVGURI.tid +48 -0
  1165. package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_WidgetValue_Fail.tid +33 -0
  1166. package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_WidgetValue_Success.tid +43 -0
  1167. package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_WordCount_Fail.tid +19 -0
  1168. package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_WordCount_Success.tid +19 -0
  1169. package/editions/tw5.com/tiddlers/Title.tid +8 -0
  1170. package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/doc-macros.tid +1 -0
  1171. package/editions/tw5.com/tiddlers/_tw_shared/favicons/mws.tiddlywiki.com.png +0 -0
  1172. package/editions/tw5.com/tiddlers/_tw_shared/favicons/mws.tiddlywiki.com.png.meta +3 -0
  1173. package/editions/tw5.com/tiddlers/_tw_shared/sites/mws.tiddlywiki.com.tid +6 -0
  1174. package/editions/tw5.com/tiddlers/_tw_shared/tags-TiddlyWikiSites.tid +1 -1
  1175. package/editions/tw5.com/tiddlers/about/Archive.tid +2 -2
  1176. package/editions/tw5.com/tiddlers/about/Developers.tid +0 -7
  1177. package/editions/tw5.com/tiddlers/about/Filter Syntax History.tid +42 -0
  1178. package/editions/tw5.com/tiddlers/about/History of TiddlyWiki.tid +5 -79
  1179. package/editions/tw5.com/tiddlers/about/The Story of TiddlyWiki.tid +69 -0
  1180. package/editions/tw5.com/tiddlers/about/TiddlyWiki Anniversaries.tid +31 -0
  1181. package/editions/tw5.com/tiddlers/community/Articles.tid +1 -1
  1182. package/editions/tw5.com/tiddlers/community/Chinese Community.tid +10 -17
  1183. package/editions/tw5.com/tiddlers/community/Community Survey 2025 Sidebar Segment Styles.tid +9 -0
  1184. package/editions/tw5.com/tiddlers/community/Community Survey 2025 Sidebar Segment.tid +11 -0
  1185. package/editions/tw5.com/tiddlers/community/Community Survey 2025.tid +33 -0
  1186. package/editions/tw5.com/tiddlers/community/Examples.tid +1 -1
  1187. package/editions/tw5.com/tiddlers/community/Forums.tid +0 -1
  1188. package/editions/tw5.com/tiddlers/community/HelpingTiddlyWiki.tid +0 -2
  1189. package/editions/tw5.com/tiddlers/community/TiddlyWiki Hangouts.tid +1 -1
  1190. package/editions/tw5.com/tiddlers/community/TiddlyWiki on the Web.tid +1 -1
  1191. package/editions/tw5.com/tiddlers/concepts/Concepts.tid +2 -2
  1192. package/editions/tw5.com/tiddlers/concepts/DefaultTiddlers.tid +8 -3
  1193. package/editions/tw5.com/tiddlers/concepts/ExternalImages.tid +28 -10
  1194. package/editions/tw5.com/tiddlers/concepts/Filters.tid +2 -2
  1195. package/editions/tw5.com/tiddlers/concepts/Tiddler Colour Cascade.tid +4 -4
  1196. package/editions/tw5.com/tiddlers/concepts/Tiddlers.tid +2 -2
  1197. package/editions/tw5.com/tiddlers/definitions/Definitions.tid +4 -4
  1198. package/editions/tw5.com/tiddlers/definitions/JeremyRuston.tid +0 -2
  1199. package/editions/tw5.com/tiddlers/demonstrations/GroupedLists.tid +8 -8
  1200. package/editions/tw5.com/tiddlers/features/Future Proof.tid +3 -3
  1201. package/editions/tw5.com/tiddlers/filters/Filter Operators.tid +2 -2
  1202. package/editions/tw5.com/tiddlers/filters/each.tid +10 -8
  1203. package/editions/tw5.com/tiddlers/filters/else Operator.tid +4 -0
  1204. package/editions/tw5.com/tiddlers/filters/examples/each.tid +1 -3
  1205. package/editions/tw5.com/tiddlers/filters/syntax/Else Filter Run Prefix.tid +3 -1
  1206. package/editions/tw5.com/tiddlers/filters/syntax/Filter Step.tid +4 -4
  1207. package/editions/tw5.com/tiddlers/filters/syntax/then Filter Run Prefix.tid +2 -0
  1208. package/editions/tw5.com/tiddlers/filters/then Operator.tid +2 -0
  1209. package/editions/tw5.com/tiddlers/function Operator (Examples).tid +63 -0
  1210. package/editions/tw5.com/tiddlers/gettingstarted/GettingStarted - Internet Explorer.tid +1 -1
  1211. package/editions/tw5.com/tiddlers/hellothere/HelloThere.tid +26 -3
  1212. package/editions/tw5.com/tiddlers/hellothere/HelloThumbnail.tid +1 -1
  1213. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Community Survey.tid +9 -0
  1214. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Grok TiddlyWiki.tid +0 -1
  1215. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - MultiWikiServer.tid +1 -2
  1216. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWiki Privacy.tid +0 -1
  1217. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Twenty Years of TiddlyWiki.tid +0 -1
  1218. package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting Default Tiddler Colour.tid +2 -2
  1219. package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting DefaultMissingType.tid +7 -0
  1220. package/editions/tw5.com/tiddlers/howtos/Windows HTA Hack.tid +2 -1
  1221. package/editions/tw5.com/tiddlers/images/Community Survey 2025.png +0 -0
  1222. package/editions/tw5.com/tiddlers/images/Community Survey 2025.png.meta +6 -0
  1223. package/editions/tw5.com/tiddlers/images/New Release Banner.png +0 -0
  1224. package/editions/tw5.com/tiddlers/languages/Japanese (Japan) Edition.tid +2 -2
  1225. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-close-window.tid +1 -1
  1226. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-download-file.tid +1 -0
  1227. package/editions/tw5.com/tiddlers/plugins/Dynaview Plugin.tid +1 -1
  1228. package/editions/tw5.com/tiddlers/plugins/Geospatial Plugin.tid +17 -0
  1229. package/editions/tw5.com/tiddlers/plugins/Innerwiki Plugin.tid +1 -1
  1230. package/editions/tw5.com/tiddlers/plugins/Share Plugin.tid +4 -2
  1231. package/editions/tw5.com/tiddlers/plugins/Tour Plugin.tid +9 -0
  1232. package/editions/tw5.com/tiddlers/pragmas/Pragma_ _define.tid +1 -1
  1233. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.6.tid +2 -2
  1234. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.7.tid +146 -0
  1235. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.8.tid +43 -0
  1236. package/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MultiWikiServer.tid +5 -10
  1237. package/editions/tw5.com/tiddlers/saving/Saving with TiddlyIE.tid +2 -1
  1238. package/editions/tw5.com/tiddlers/saving/Saving.tid +2 -2
  1239. package/editions/tw5.com/tiddlers/system/dropbox-url-macro.js +0 -4
  1240. package/editions/tw5.com/tiddlers/system/if-macro.js +0 -4
  1241. package/editions/tw5.com/tiddlers/system/netlify-build-badge-icon.tid +4 -0
  1242. package/editions/tw5.com/tiddlers/system/netlify-build-badge.tid +1 -1
  1243. package/editions/tw5.com/tiddlers/system/static.content.tid +8 -4
  1244. package/editions/tw5.com/tiddlers/system/systemtag-template.tid +3 -3
  1245. package/editions/tw5.com/tiddlers/system/tw5.com-styles.tid +19 -0
  1246. package/editions/tw5.com/tiddlers/widgets/ActionSetFieldWidget.tid +8 -1
  1247. package/editions/tw5.com/tiddlers/widgets/BrowseWidget.tid +2 -0
  1248. package/editions/tw5.com/tiddlers/widgets/ButtonWidget.tid +3 -3
  1249. package/editions/tw5.com/tiddlers/widgets/CheckboxWidget.tid +1 -0
  1250. package/editions/tw5.com/tiddlers/widgets/EventCatcherWidget.tid +2 -2
  1251. package/editions/tw5.com/tiddlers/widgets/RadioWidget.tid +1 -0
  1252. package/editions/tw5.com/tiddlers/widgets/RangeWidget.tid +1 -0
  1253. package/editions/tw5.com/tiddlers/widgets/RevealWidget.tid +2 -2
  1254. package/editions/tw5.com/tiddlers/widgets/SelectWidget.tid +1 -0
  1255. package/editions/tw5.com/tiddlers/widgets/TestCaseWidget.tid +2 -1
  1256. package/editions/tw5.com/tiddlers/widgets/ViewWidget.tid +9 -0
  1257. package/editions/tw5.com/tiddlers/widgets/WikifyWidget.tid +23 -3
  1258. package/editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid +1 -1
  1259. package/editions/tw5.com/tiddlers/workingwithtw/TiddlyWiki Node.js Privacy and Security.tid +11 -0
  1260. package/editions/tw5.com/tiddlers/workingwithtw/TiddlyWiki Privacy and Security.tid +29 -22
  1261. package/editions/tw5.com/tiddlers/workingwithtw/TiddlyWiki Single File Privacy and Security.tid +10 -0
  1262. package/editions/tw5.com/tiddlywiki.info +3 -3
  1263. package/editions/tw5.com-docs/tiddlers/$__coreURL.tid +4 -0
  1264. package/editions/tw5.com-docs/tiddlywiki.info +4 -1
  1265. package/editions/xlsx-utils/tiddlers/$__coreURL.tid +4 -0
  1266. package/editions/xlsx-utils/tiddlywiki.info +4 -1
  1267. package/languages/de-DE/Buttons.multids +2 -0
  1268. package/languages/de-DE/ControlPanel.multids +25 -8
  1269. package/languages/de-DE/Docs/PaletteColours.multids +4 -0
  1270. package/languages/de-DE/EditTemplate.multids +2 -0
  1271. package/languages/de-DE/Help/commands.tid +6 -2
  1272. package/languages/de-DE/Search.multids +3 -1
  1273. package/languages/el-GR/Buttons.multids +120 -98
  1274. package/languages/el-GR/ControlPanel.multids +195 -113
  1275. package/languages/el-GR/CoreReadMe.tid +3 -4
  1276. package/languages/el-GR/Dates.multids +26 -26
  1277. package/languages/el-GR/Docs/ModuleTypes.multids +20 -17
  1278. package/languages/el-GR/Docs/PaletteColours.multids +88 -77
  1279. package/languages/el-GR/EditTemplate.multids +19 -7
  1280. package/languages/el-GR/Exporters.multids +3 -3
  1281. package/languages/el-GR/Fields.multids +32 -21
  1282. package/languages/el-GR/Filters.multids +8 -7
  1283. package/languages/el-GR/GettingStarted.tid +8 -8
  1284. package/languages/el-GR/Help/build.tid +3 -3
  1285. package/languages/el-GR/Help/clearpassword.tid +2 -2
  1286. package/languages/el-GR/Help/commands.tid +18 -0
  1287. package/languages/el-GR/Help/default.tid +4 -2
  1288. package/languages/el-GR/Help/deletetiddlers.tid +8 -0
  1289. package/languages/el-GR/Help/editions.tid +1 -1
  1290. package/languages/el-GR/Help/fetch.tid +10 -10
  1291. package/languages/el-GR/Help/import.tid +4 -4
  1292. package/languages/el-GR/Help/init.tid +9 -9
  1293. package/languages/el-GR/Help/listen.tid +35 -0
  1294. package/languages/el-GR/Help/load.tid +10 -7
  1295. package/languages/el-GR/Help/makelibrary.tid +3 -3
  1296. package/languages/el-GR/Help/notfound.tid +1 -0
  1297. package/languages/el-GR/Help/output.tid +3 -3
  1298. package/languages/el-GR/Help/password.tid +4 -3
  1299. package/languages/el-GR/Help/render.tid +20 -19
  1300. package/languages/el-GR/Help/rendertiddler.tid +10 -9
  1301. package/languages/el-GR/Help/rendertiddlers.tid +4 -4
  1302. package/languages/el-GR/Help/save.tid +10 -10
  1303. package/languages/el-GR/Help/savetiddler.tid +6 -6
  1304. package/languages/el-GR/Help/savetiddlers.tid +5 -5
  1305. package/languages/el-GR/Help/savewikifolder.tid +34 -0
  1306. package/languages/el-GR/Help/server.tid +24 -16
  1307. package/languages/el-GR/Help/setfield.tid +7 -7
  1308. package/languages/el-GR/Help/verbose.tid +2 -2
  1309. package/languages/el-GR/Import.multids +25 -6
  1310. package/languages/el-GR/Misc.multids +60 -32
  1311. package/languages/el-GR/Modals/Download.tid +4 -4
  1312. package/languages/el-GR/Notifications.multids +2 -0
  1313. package/languages/el-GR/Search.multids +6 -4
  1314. package/languages/el-GR/SideBar.multids +1 -1
  1315. package/languages/el-GR/SiteTitle.tid +1 -1
  1316. package/languages/el-GR/Snippets/FunctionDefinition.tid +7 -0
  1317. package/languages/el-GR/Snippets/ListByTag.tid +2 -2
  1318. package/languages/el-GR/Snippets/MacroDefinition.tid +2 -2
  1319. package/languages/el-GR/Snippets/ProcedureDefinition.tid +7 -0
  1320. package/languages/el-GR/Snippets/Table4x3.tid +1 -1
  1321. package/languages/el-GR/Snippets/TableOfContents.tid +2 -2
  1322. package/languages/el-GR/ThemeTweaks.multids +19 -19
  1323. package/languages/el-GR/TiddlerInfo.multids +3 -3
  1324. package/languages/el-GR/Types/{application%2Fjavascript.tid → application_javascript.tid} +2 -2
  1325. package/languages/el-GR/Types/application_json.tid +4 -0
  1326. package/languages/el-GR/Types/{application%2Fx-tiddler-dictionary.tid → application_x-tiddler-dictionary.tid} +1 -1
  1327. package/languages/el-GR/Types/image_svg+xml.tid +4 -0
  1328. package/languages/el-GR/Types/{text%2Fcss.tid → text_css.tid} +1 -1
  1329. package/languages/el-GR/Types/text_vnd.tiddlywiki-multiple.tid +4 -0
  1330. package/languages/fa-IR/plugin.info +1 -1
  1331. package/languages/fr-FR/ControlPanel.multids +5 -1
  1332. package/languages/fr-FR/Fields.multids +2 -2
  1333. package/languages/pl-PL/ControlPanel.multids +11 -7
  1334. package/languages/pl-PL/Fields.multids +1 -0
  1335. package/languages/zh-Hans/ControlPanel.multids +19 -9
  1336. package/languages/zh-Hans/EditTemplate.multids +2 -0
  1337. package/languages/zh-Hans/Search.multids +2 -0
  1338. package/languages/zh-Hans/SiteTitle.tid +1 -1
  1339. package/languages/zh-Hant/ControlPanel.multids +20 -10
  1340. package/languages/zh-Hant/EditTemplate.multids +2 -0
  1341. package/languages/zh-Hant/Search.multids +2 -0
  1342. package/license +1 -1
  1343. package/licenses/cla-individual.md +32 -0
  1344. package/package.json +2 -2
  1345. package/playwright-report/index.html +77 -0
  1346. package/plugins/tiddlywiki/aws/modules/command.js +1 -2
  1347. package/plugins/tiddlywiki/aws/modules/encodings.js +1 -2
  1348. package/plugins/tiddlywiki/aws/modules/init.js +1 -2
  1349. package/plugins/tiddlywiki/aws/modules/utils.js +1 -2
  1350. package/plugins/tiddlywiki/bibtex/deserializer.js +0 -5
  1351. package/plugins/tiddlywiki/browser-sniff/browser.js +0 -5
  1352. package/plugins/tiddlywiki/browser-storage/rawmarkup.js +0 -4
  1353. package/plugins/tiddlywiki/browser-storage/settings.tid +4 -2
  1354. package/plugins/tiddlywiki/browser-storage/startup.js +0 -5
  1355. package/plugins/tiddlywiki/browser-storage/util.js +0 -6
  1356. package/plugins/tiddlywiki/cecily/cecily.js +0 -5
  1357. package/plugins/tiddlywiki/classictools/modules/recipe.js +0 -5
  1358. package/plugins/tiddlywiki/codemirror/edit-codemirror.js +0 -5
  1359. package/plugins/tiddlywiki/codemirror/engine.js +0 -5
  1360. package/plugins/tiddlywiki/codemirror/files/addon/dialog/dialog.css +1 -32
  1361. package/plugins/tiddlywiki/codemirror/files/addon/dialog/dialog.js +1 -1
  1362. package/plugins/tiddlywiki/codemirror/files/addon/selection/activeline.js +1 -1
  1363. package/plugins/tiddlywiki/codemirror/files/codemirror.css +1 -1
  1364. package/plugins/tiddlywiki/codemirror/files/codemirror.js +1 -1
  1365. package/plugins/tiddlywiki/codemirror/readme.tid +1 -1
  1366. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/anyword-hint.js +1 -3
  1367. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/css-hint.js +1 -3
  1368. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/html-hint.js +1 -3
  1369. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/javascript-hint.js +1 -3
  1370. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/show-hint.css +1 -36
  1371. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/show-hint.js +1 -3
  1372. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/xml-hint.js +1 -3
  1373. package/plugins/tiddlywiki/codemirror-closebrackets/files/addon/edit/closebrackets.js +1 -3
  1374. package/plugins/tiddlywiki/codemirror-closebrackets/files/addon/edit/matchbrackets.js +1 -3
  1375. package/plugins/tiddlywiki/codemirror-fullscreen-editing/files/addon/fullscreen/fullscreen.css +1 -6
  1376. package/plugins/tiddlywiki/codemirror-fullscreen-editing/files/addon/fullscreen/fullscreen.js +1 -3
  1377. package/plugins/tiddlywiki/codemirror-keymap-emacs/files/keymap/emacs.js +1 -3
  1378. package/plugins/tiddlywiki/codemirror-keymap-sublime-text/files/addons/comment/comment.js +1 -3
  1379. package/plugins/tiddlywiki/codemirror-keymap-sublime-text/files/keymap/sublime.js +1 -3
  1380. package/plugins/tiddlywiki/codemirror-keymap-vim/files/keymap/vim.js +1 -3
  1381. package/plugins/tiddlywiki/codemirror-mode-css/files/mode/css/css.js +1 -3
  1382. package/plugins/tiddlywiki/codemirror-mode-htmlembedded/files/addon/mode/multiplex.js +1 -3
  1383. package/plugins/tiddlywiki/codemirror-mode-htmlembedded/files/mode/htmlembedded/htmlembedded.js +1 -3
  1384. package/plugins/tiddlywiki/codemirror-mode-htmlmixed/files/mode/htmlmixed/htmlmixed.js +1 -3
  1385. package/plugins/tiddlywiki/codemirror-mode-javascript/files/mode/javascript/javascript.js +1 -3
  1386. package/plugins/tiddlywiki/codemirror-mode-markdown/files/mode/markdown/markdown.js +1 -3
  1387. package/plugins/tiddlywiki/codemirror-mode-x-tiddlywiki/files/mode/tiddlywiki/tiddlywiki.css +1 -14
  1388. package/plugins/tiddlywiki/codemirror-mode-x-tiddlywiki/files/mode/tiddlywiki/tiddlywiki.js +1 -3
  1389. package/plugins/tiddlywiki/codemirror-mode-xml/files/mode/xml/xml.js +1 -3
  1390. package/plugins/tiddlywiki/codemirror-search-replace/files/addon/search/jump-to-line.js +1 -3
  1391. package/plugins/tiddlywiki/codemirror-search-replace/files/addon/search/search.js +1 -3
  1392. package/plugins/tiddlywiki/codemirror-search-replace/files/addon/search/searchcursor.js +1 -3
  1393. package/plugins/tiddlywiki/codemirror-trailingspace/files/addon/edit/trailingspace.js +1 -27
  1394. package/plugins/tiddlywiki/confetti/confetti-manager.js +0 -6
  1395. package/plugins/tiddlywiki/confetti/confetti-widget.js +0 -6
  1396. package/plugins/tiddlywiki/confetti/plugin.info +1 -1
  1397. package/plugins/tiddlywiki/confetti/startup.js +0 -6
  1398. package/plugins/tiddlywiki/consent-banner/banner.tid +4 -0
  1399. package/plugins/tiddlywiki/consent-banner/raw-widget.js +0 -5
  1400. package/plugins/tiddlywiki/consent-banner/startup.js +0 -5
  1401. package/plugins/tiddlywiki/d3/barwidget.js +0 -5
  1402. package/plugins/tiddlywiki/d3/cloudwidget.js +0 -5
  1403. package/plugins/tiddlywiki/dynannotate/modules/dynannotate.js +0 -5
  1404. package/plugins/tiddlywiki/dynannotate/modules/element-spotlight.js +0 -6
  1405. package/plugins/tiddlywiki/dynannotate/modules/legacy-selection-tracker.js +0 -5
  1406. package/plugins/tiddlywiki/dynannotate/modules/selection-tracker.js +0 -5
  1407. package/plugins/tiddlywiki/dynannotate/modules/startup.js +0 -9
  1408. package/plugins/tiddlywiki/dynannotate/modules/textmap.js +0 -5
  1409. package/plugins/tiddlywiki/dynaview/dynaview.js +0 -5
  1410. package/plugins/tiddlywiki/evernote/modules/enex-deserializer.js +15 -4
  1411. package/plugins/tiddlywiki/external-attachments/startup.js +0 -6
  1412. package/plugins/tiddlywiki/filesystem/filesystemadaptor.js +0 -5
  1413. package/plugins/tiddlywiki/freelinks/plain-text.js +0 -5
  1414. package/plugins/tiddlywiki/freelinks/text.js +0 -5
  1415. package/plugins/tiddlywiki/geospatial/geotools.js +0 -5
  1416. package/plugins/tiddlywiki/geospatial/operators/helper.js +0 -5
  1417. package/plugins/tiddlywiki/geospatial/operators/lookup.js +0 -6
  1418. package/plugins/tiddlywiki/geospatial/operators/measurement.js +0 -5
  1419. package/plugins/tiddlywiki/geospatial/operators/olc.js +0 -5
  1420. package/plugins/tiddlywiki/geospatial/operators/transformation.js +0 -6
  1421. package/plugins/tiddlywiki/geospatial/plugin.info +1 -1
  1422. package/plugins/tiddlywiki/geospatial/startup.js +0 -5
  1423. package/plugins/tiddlywiki/geospatial/widgets/geobaselayer.js +0 -5
  1424. package/plugins/tiddlywiki/geospatial/widgets/geolayer.js +0 -5
  1425. package/plugins/tiddlywiki/geospatial/widgets/geomap.js +0 -6
  1426. package/plugins/tiddlywiki/googleanalytics/googleanalytics.js +0 -7
  1427. package/plugins/tiddlywiki/highlight/files/tiddlywiki.files +1 -1
  1428. package/plugins/tiddlywiki/highlight/highlightblock.js +1 -7
  1429. package/plugins/tiddlywiki/highlight/styles.tid +1 -1
  1430. package/plugins/tiddlywiki/highlight/usage.tid +15 -7
  1431. package/plugins/tiddlywiki/highlight-legacy/highlightblock.js +0 -6
  1432. package/plugins/tiddlywiki/innerwiki/anchor.js +0 -6
  1433. package/plugins/tiddlywiki/innerwiki/innerwiki.js +0 -5
  1434. package/plugins/tiddlywiki/innerwiki/screenshot.js +0 -5
  1435. package/plugins/tiddlywiki/jasmine/command.js +0 -3
  1436. package/plugins/tiddlywiki/jasmine/jasmine-plugin.js +1 -5
  1437. package/plugins/tiddlywiki/jasmine/run-wiki-based-tests.js +7 -5
  1438. package/plugins/tiddlywiki/jasmine/startup.js +1 -5
  1439. package/plugins/tiddlywiki/jszip/startup.js +0 -5
  1440. package/plugins/tiddlywiki/katex/files/tiddlywiki.files +2 -2
  1441. package/plugins/tiddlywiki/katex/latex-parser.js +0 -5
  1442. package/plugins/tiddlywiki/katex/wrapper.js +0 -6
  1443. package/plugins/tiddlywiki/markdown/editor-operations/make-markdown-link.js +0 -5
  1444. package/plugins/tiddlywiki/markdown/markdown-it-katex.js +2 -3
  1445. package/plugins/tiddlywiki/markdown/markdown-it-tiddlywiki.js +0 -5
  1446. package/plugins/tiddlywiki/markdown/readme.tid +19 -1
  1447. package/plugins/tiddlywiki/markdown/wrapper.js +0 -4
  1448. package/plugins/tiddlywiki/markdown-legacy/editor-operations/make-markdown-link.js +0 -5
  1449. package/plugins/tiddlywiki/markdown-legacy/wrapper.js +0 -5
  1450. package/plugins/tiddlywiki/mobiledragdrop/startup.js +0 -5
  1451. package/plugins/tiddlywiki/nodewebkitsaver/nodewebkit.js +1 -3
  1452. package/plugins/tiddlywiki/pluginlibrary/libraryserver.js +0 -5
  1453. package/plugins/tiddlywiki/qrcode/barcodereader.js +0 -6
  1454. package/plugins/tiddlywiki/qrcode/makeqr.js +0 -6
  1455. package/plugins/tiddlywiki/railroad/components.js +0 -5
  1456. package/plugins/tiddlywiki/railroad/parser.js +0 -5
  1457. package/plugins/tiddlywiki/railroad/typed-parser.js +0 -6
  1458. package/plugins/tiddlywiki/railroad/wrapper.js +0 -5
  1459. package/plugins/tiddlywiki/savetrail/savetrail.js +0 -5
  1460. package/plugins/tiddlywiki/share/rawmarkup.js +0 -5
  1461. package/plugins/tiddlywiki/share/wizard.tid +1 -1
  1462. package/plugins/tiddlywiki/stacked-view/plugin.info +1 -1
  1463. package/plugins/tiddlywiki/stacked-view/stacked.js +0 -5
  1464. package/plugins/tiddlywiki/tahoelafs/saver.js +0 -5
  1465. package/plugins/tiddlywiki/text-slicer/modules/commands/slice.js +0 -5
  1466. package/plugins/tiddlywiki/text-slicer/modules/filters/list-children.js +0 -5
  1467. package/plugins/tiddlywiki/text-slicer/modules/slicer.js +0 -5
  1468. package/plugins/tiddlywiki/text-slicer/modules/startup/slicer-startup.js +0 -5
  1469. package/plugins/tiddlywiki/tiddlyweb/tiddlywebadaptor.js +0 -5
  1470. package/plugins/tiddlywiki/tour/plugin.info +1 -1
  1471. package/plugins/tiddlywiki/tw2parser/classictransclude.js +0 -5
  1472. package/plugins/tiddlywiki/tw2parser/entry.js +0 -4
  1473. package/plugins/tiddlywiki/tw2parser/parameteradapter.js +0 -4
  1474. package/plugins/tiddlywiki/tw2parser/wikitextparser.js +0 -5
  1475. package/plugins/tiddlywiki/tw2parser/wikitextrules.js +0 -5
  1476. package/plugins/tiddlywiki/tw5.com-docs/plugin.info +1 -1
  1477. package/plugins/tiddlywiki/twitter/startup.js +0 -5
  1478. package/plugins/tiddlywiki/twitter/twitter-widget.js +0 -5
  1479. package/plugins/tiddlywiki/twitter-archivist/archivist.js +0 -5
  1480. package/plugins/tiddlywiki/twitter-archivist/loadtwitterarchive.js +0 -5
  1481. package/plugins/tiddlywiki/twitter-archivist/startup.js +0 -5
  1482. package/plugins/tiddlywiki/upgrade/config.js +0 -5
  1483. package/plugins/tiddlywiki/xlsx-utils/deserializer.js +0 -5
  1484. package/plugins/tiddlywiki/xlsx-utils/importer.js +25 -18
  1485. package/plugins/tiddlywiki/xlsx-utils/startup.js +0 -5
  1486. package/plugins/tiddlywiki/xlsx-utils/xlsx-import-command.js +0 -5
  1487. package/readme.md +2 -2
  1488. package/test-results/.last-run.json +4 -0
  1489. package/themes/tiddlywiki/starlight/arvo.woff.meta +1 -1
  1490. package/themes/tiddlywiki/vanilla/base.tid +8 -2
  1491. package/themes/tiddlywiki/vanilla/settings.multids +1 -1
  1492. package/core/language/en-GB/icon.tid +0 -13
  1493. package/editions/dev/tiddlers/system/doc-macros.tid +0 -114
  1494. package/editions/dev/tiddlers/system/doc-styles.tid +0 -40
  1495. package/editions/dev/tiddlers/system/version-macros.tid +0 -14
  1496. package/editions/empty/tiddlers/$__StoryList.tid +0 -2
  1497. package/editions/multiwikiserver/tiddlers/$__StoryList.tid +0 -0
  1498. package/editions/prerelease/tiddlers/Release 5.3.7.tid +0 -54
  1499. package/editions/server/tiddlers/$__StoryList.tid +0 -3
  1500. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Gitter.tid +0 -7
  1501. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Twitter.tid +0 -7
  1502. package/editions/tw5.com/tiddlers/images/external/tiddlywiki.files +0 -202
  1503. package/editions/tw5.com/tiddlers/languages/LanguageGallery.tid +0 -25
  1504. package/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MWS - Installation using Git.tid +0 -17
  1505. package/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MWS - Installation.tid +0 -15
  1506. package/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MWS - Usage.tid +0 -13
  1507. package/languages/ar-PS/icon.tid +0 -7
  1508. package/languages/ca-ES/icon.tid +0 -8
  1509. package/languages/cs-CZ/icon.tid +0 -9
  1510. package/languages/da-DK/icon.tid +0 -9
  1511. package/languages/de-AT/icon.tid +0 -8
  1512. package/languages/de-DE/icon.tid +0 -12
  1513. package/languages/el-GR/Types/application%2Fjson.tid +0 -4
  1514. package/languages/el-GR/Types/image%2Fsvg%2Bxml.tid +0 -4
  1515. package/languages/el-GR/icon.tid +0 -8
  1516. package/languages/en-PH/icon.tid +0 -21
  1517. package/languages/en-US/icon.tid +0 -29
  1518. package/languages/es-ES/icon.tid +0 -409
  1519. package/languages/fa-IR/icon.tid +0 -14
  1520. package/languages/fr-FR/icon.tid +0 -5
  1521. package/languages/he-IL/icon.tid +0 -38
  1522. package/languages/hi-IN/icon.tid +0 -4
  1523. package/languages/ia-IA/icon.tid +0 -13
  1524. package/languages/it-IT/icon.tid +0 -32
  1525. package/languages/ja-JP/icon.tid +0 -9
  1526. package/languages/ko-KR/icon.tid +0 -15
  1527. package/languages/mk-MK/icon.tid +0 -8
  1528. package/languages/nl-NL/icon.tid +0 -9
  1529. package/languages/pa-IN/icon.tid +0 -4
  1530. package/languages/pl-PL/icon.tid +0 -7
  1531. package/languages/pt-BR/icon.tid +0 -54
  1532. package/languages/pt-PT/icon.tid +0 -70
  1533. package/languages/ru-RU/icon.tid +0 -10
  1534. package/languages/sk-SK/icon.tid +0 -17
  1535. package/languages/sl-SI/icon.tid +0 -28
  1536. package/languages/sv-SE/icon.tid +0 -8
  1537. package/languages/zh-CN/icon.tid +0 -18
  1538. package/languages/zh-HK/icon.tid +0 -16
  1539. package/languages/zh-Hans/icon.tid +0 -18
  1540. package/languages/zh-Hant/icon.tid +0 -14
  1541. package/languages/zh-TW/icon.tid +0 -14
  1542. /package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/doc-styles.tid +0 -0
  1543. /package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/version-macros.tid +0 -0
  1544. /package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/wikitext-macros.tid +0 -0
  1545. /package/languages/el-GR/Types/{image%2Fgif.tid → image_gif.tid} +0 -0
  1546. /package/languages/el-GR/Types/{image%2Fjpeg.tid → image_jpeg.tid} +0 -0
  1547. /package/languages/el-GR/Types/{image%2Fpng.tid → image_png.tid} +0 -0
  1548. /package/languages/el-GR/Types/{text%2Fhtml.tid → text_html.tid} +0 -0
  1549. /package/languages/el-GR/Types/{text%2Fplain.tid → text_plain.tid} +0 -0
  1550. /package/languages/el-GR/Types/{text%2Fvnd.tiddlywiki.tid → text_vnd.tiddlywiki.tid} +0 -0
@@ -3,175 +3,257 @@ title: $:/language/ControlPanel/
3
3
  Advanced/Caption: Προηγμένα
4
4
  Advanced/Hint: Εσωτερικές πληροφορίες σχετικά με αυτό το TiddlyWiki
5
5
  Appearance/Caption: Εμφάνιση
6
- Appearance/Hint: Τρόποι για να παραμετροποιήσετε την εμφάνιση του δικού σας TiddlyWiki.
7
- Basics/AnimDuration/Prompt: Διάρκεια κινούμενων εφέ:
6
+ Appearance/Hint: Τρόποι για να παραμετροποιήσεις την εμφάνιση του TiddlyWiki σου
7
+ Basics/AnimDuration/Prompt: Διάρκεια κινούμενων εφέ
8
8
  Basics/Caption: Βασικά
9
- Basics/DefaultTiddlers/BottomHint: Χρησιμοποιήστε [[διπλές αγκύλες ]] για τίτλους με κενά. Ή, μπορείτε να διαλέξετε τη {{διατήρηση της διάταξης της ιστορίας||$:/snippets/retain-story-ordering-button}}
10
- Basics/DefaultTiddlers/Prompt: Προκαθορισμένα tiddler:
11
- Basics/DefaultTiddlers/TopHint: Επιλέξτε τα tiddler που θα εμφανίζονται κατά την έναρξη:
12
- Basics/Language/Prompt: Γεια σας! Τρέχουσα γλώσσα:
13
- Basics/NewJournal/Tags/Prompt: Ετικέτες για νέα ημερολογιακά tiddler
14
- Basics/NewJournal/Text/Prompt: Κείμενο για τα νέα ημερολογιακά tiddler
15
- Basics/NewJournal/Title/Prompt: Τίτλος των νέων ημερολογιακών tiddler
16
- Basics/OverriddenShadowTiddlers/Prompt: Πλήθος σκιώδων tiddlers που έχουν παρακαμφθεί:
17
- Basics/ShadowTiddlers/Prompt: Πλήθος σκιώδων tiddlers:
18
- Basics/Subtitle/Prompt: Υπότιτλος:
19
- Basics/SystemTiddlers/Prompt: Πλήθος tiddlers συστήματος:
20
- Basics/Tags/Prompt: Πλήθος ετικετών:
21
- Basics/Tiddlers/Prompt: Πλήθος tiddlers:
22
- Basics/Title/Prompt: Τίτλος αυτού του ~TiddlyWiki:
23
- Basics/Username/Prompt: Όνομα χρήστη για την υπογραφή των τροποποιήσεων:
24
- Basics/Version/Prompt: ~TiddlyWiki έκδοση:
25
- EditorTypes/Caption: Τύποι επεξεργαστών
9
+ Basics/DefaultTiddlers/BottomHint: Χρησιμοποίησε [[διπλές αγκύλες]] για τίτλους με κενά. Ή, μπορείς να διαλέξεις να {{διατηρήσεις τη διάταξη της ιστορίας||$:/snippets/retain-story-ordering-button}}
10
+ Basics/DefaultTiddlers/Prompt: Προκαθορισμένα tiddlers
11
+ Basics/DefaultTiddlers/TopHint: Επέλεξε τα tiddler που θα εμφανίζονται κατά την έναρξη
12
+ Basics/Language/Prompt: Γεια! Τρέχουσα γλώσσα:
13
+ Basics/NewJournal/Tags/Prompt: Ετικέτες για νέα ημερολογιακά tiddlers
14
+ Basics/NewJournal/Text/Prompt: Κείμενο για νέα ημερολογιακά tiddlers
15
+ Basics/NewJournal/Title/Prompt: Τίτλος για νέα ημερολογιακά tiddlers
16
+ Basics/NewTiddler/Tags/Prompt: Ετικέτες για νέα tiddlers
17
+ Basics/NewTiddler/Title/Prompt: Τίτλος για νέα tiddlers
18
+ Basics/OverriddenShadowTiddlers/Prompt: Απαρίθμηση σκιώδων tiddlers που έχουν παρακαμφθεί
19
+ Basics/RemoveTags: Ενημέρωση στην πιο πρόσφατη μορφή
20
+ Basics/RemoveTags/Hint: Ενημέρωση τη διαμόρφωση των ετικετών στην πιο πρόσφατη μορφή
21
+ Basics/ShadowTiddlers/Prompt: Απαρίθμηση των σκιώδων tiddlers
22
+ Basics/Subtitle/Prompt: Υπότιτλος
23
+ Basics/SystemTiddlers/Prompt: Απαρίθμηση των tiddlers συστήματος
24
+ Basics/Tags/Prompt: Αριθμός ετικετών
25
+ Basics/Tiddlers/Prompt: Απαρίθμηση των tiddlers
26
+ Basics/Title/Prompt: Τίτλος αυτού του ~TiddlyWiki
27
+ Basics/Username/Prompt: Όνομα χρήστη για την υπογραφή των τροποποιήσεων
28
+ Basics/Version/Prompt: Έκδοση ~TiddlyWiki
29
+ Cascades/Caption: Συζεύξεις
30
+ Cascades/Hint: Αυτοί οι καθολικοί κανόνες χρησιμοποιούνται για τη δυναμική επιλογή ορισμένων προτύπων. Το αποτέλεσμα της σύζευξης είναι το αποτέλεσμα του πρώτου φίλτρου στην ακολουθία που επιστρέφει αποτέλεσμα.
31
+ Cascades/TagPrompt: Φίλτρα με ετικέτα <$macrocall $name="tag" tag=<<currentTiddler>>/>
32
+ EditorTypes/Caption: Τύποι Επεξεργαστών
26
33
  EditorTypes/Editor/Caption: Επεξεργαστής
27
- EditorTypes/Hint: Αυτά τα tiddlers καθορίζουν ποιος κειμενογράφος θα χρησιμοποιηθεί για την επεξεργασία συγκεκριμένων τύπων tiddler.
34
+ EditorTypes/Hint: Αυτά τα tiddlers καθορίζουν τον επεξεργαστή που θα χρησιμοποιηθεί για την επεξεργασία συγκεκριμένων τύπων tiddler.
28
35
  EditorTypes/Type/Caption: Τύπος
36
+ EditTemplateBody/Caption: Κυρίως Κείμενο Προτύπου Επεξεργασίας
37
+ EditTemplateBody/Hint: Αυτή η σύζευξη κανόνων χρησιμοποιείται από το προεπιλεγμένο πρότυπο επεξεργασίας για να επιλέξει δυναμικά το πρότυπο για την επεξεργασία του κυρίως κειμένου ενός tiddler.
38
+ FieldEditor/Caption: Επεξεργαστής Πεδίων
39
+ FieldEditor/Hint: Αυτή η σύζευξη κανόνων χρησιμοποιείται για να επελεκτεί δυναμικά το πρότυπο για την απόδοση ενός πεδίου tiddler, με βάση το όνομά του. Χρησιμοποιείται εντός του Προτύπου Επεξεργασίας.
29
40
  Info/Caption: Πληροφορίες
30
41
  Info/Hint: Πληροφορίες σχετικα με αυτό το TiddlyWiki
31
42
  KeyboardShortcuts/Add/Caption: πρόσθεσε συντόμευση
32
- KeyboardShortcuts/Add/Prompt: Πληκτρολογήστε εδώ την συντόμευση
33
- KeyboardShortcuts/Caption: Συντομεύσεις πληκτρολογίου
34
- KeyboardShortcuts/Hint: Διαχείριση των αντιστοιχήσεων στις συντομεύσεις πληκτρολογίου
43
+ KeyboardShortcuts/Add/Prompt: Πληκτρολόγησε εδώ την συντόμευση
44
+ KeyboardShortcuts/Caption: Συντομεύσεις Πληκτρολογίου
45
+ KeyboardShortcuts/Hint: Διαχείριση των αντιστοιχίσεων στις συντομεύσεις πληκτρολογίου
35
46
  KeyboardShortcuts/NoShortcuts/Caption: Δεν έχουν αντιστοιχηθεί συντομεύσεις πληκτρολογίου
36
47
  KeyboardShortcuts/Platform/All: Όλες οι πλατφόρμες
37
48
  KeyboardShortcuts/Platform/Linux: Μόνο για πλατφόρμα Linux
38
49
  KeyboardShortcuts/Platform/Mac: Μόνο για πλατφόρμα Macintosh
39
- KeyboardShortcuts/Platform/NonLinux: Μόνο για μη-Linux πλατφόρμες
40
- KeyboardShortcuts/Platform/NonMac: Μόνο για μη-Macintosh πλατφόρμες
41
- KeyboardShortcuts/Platform/NonWindows: Μόνο για μη-Windows πλατφόρμες
50
+ KeyboardShortcuts/Platform/NonLinux: Μόνο για πλατφόρμες εκτός του Linux
51
+ KeyboardShortcuts/Platform/NonMac: Μόνο για πλατφόρμες εκτός του Macintosh
52
+ KeyboardShortcuts/Platform/NonWindows: Μόνο για πλατφόρμες εκτός του Windows
42
53
  KeyboardShortcuts/Platform/Windows: Μόνο για πλατφόρμα Windows
43
- KeyboardShortcuts/Remove/Hint: αφαίρεση την συντόμευση πληκτρολογίου
44
- LoadedModules/Caption: Φορτωμένες μονάδες
45
- LoadedModules/Hint: Αυτές είναι οι τρέχουσες φορτωμένες μονάδες tiddler που συνδέονται με τα αντίστοιχα τους πηγαία tiddler. Οι πλάγια γραμμένες μονάδες δεν έχουν πηγαίο tiddler, συνήθως επειδή αρχικοποιούνται κατά την διαδικασία εκκίνησης.
54
+ KeyboardShortcuts/Remove/Hint: αφαίρεσε την συντόμευση
55
+ LayoutSwitcher/Caption: Διάταξη
56
+ LoadedModules/Caption: Φορτωμένες Μονάδες
57
+ LoadedModules/Hint: Αυτές είναι οι τρέχουσες φορτωμένες tiddler μονάδας που συνδέονται με τα αντίστοιχα τους πηγαία tiddler. Οι μονάδες σε πλάγια γραγή δεν έχουν πηγαίο tiddler, συνήθως επειδή αρχικοποιούνται κατά την διαδικασία εκκίνησης.
46
58
  Palette/Caption: Παλέτα
47
59
  Palette/Editor/Clone/Caption: κλωνοποίησε
48
- Palette/Editor/Clone/Prompt: Συνιστάτε να κλωνοποιήσετε αυτήν την σκιώδη παλέτα πριν την τροποποιήσετε
49
- Palette/Editor/Prompt: Επεξεργασία
60
+ Palette/Editor/Clone/Prompt: Συνιστάτε να κλωνοποιήσεις αυτήν τη σκιώδη παλέτα πριν τη τροποποιήσεις
61
+ Palette/Editor/Delete/Hint: διαγραφή αυτήν τη καταχώρηση από την τρέχουσα παλέτα
62
+ Palette/Editor/Names/External/Show: Εμφάνιση ονομάτων χρωμάτων που δεν αποτελούν μέρος της τρέχουσας παλέτας
63
+ Palette/Editor/Prompt: Τροποποιείς
50
64
  Palette/Editor/Prompt/Modified: Αυτή η σκιώδη παλέτα έχει τροποποιηθεί
51
65
  Palette/Editor/Reset/Caption: επαναφορά
52
66
  Palette/HideEditor/Caption: απόκρυψη επεξεργαστή
53
67
  Palette/Prompt: Τρέχουσα παλέτα:
54
- Palette/ShowEditor/Caption: εμφάνισε επεξεργαστή
55
- Parsing/Block/Caption: Κανόνες συντακτικής ανάλυσης τμημάτων
56
- Parsing/Caption: Συντακτική ανάλυση
57
- Parsing/Hint: Εδώ μπορείτε να απενεργοποιήσετε ή να ενεργοποιήσετε καθολικά τους κανόνες τις συντακτικής ανάλυσης του wiki. Για να εφαρμοστούν οι αλλαγές σας αποθηκεύστε και επαναφορτώστε το wiki σας. Η απενεργοποίηση συγκεκριμένων κανόνων συντακτικής ανάλυσης ενδέχεται να δημιουργήσει πρόβλημα στην ορθή λειτουργία του <$text text="TiddlyWiki"/>. Χρησιμοποιήστε [[ασφαλή κατάσταση|https://tiddlywiki.com/#SafeMode]] για να επανέλθετε στην κανονική λειτουργία..
58
- Parsing/Inline/Caption: Inline κανόνες συντακτικής ανάλυσης
59
- Parsing/Pragma/Caption: Pragma κανόνες συντακτικής ανάλυσης
60
- Plugins/Add/Caption: Βρείτε περισσότερα πρόσθετα
61
- Plugins/Add/Hint: Εγκαθιστά πρόσθετα από την επίσημη βιβλιοθήκη
62
- Plugins/AlreadyInstalled/Hint: Το πρόσθετο αυτό έχει ήδη εγκατασταθεί στην έκδοση <$text text=<<installedVersion>>/>
68
+ Palette/ShowEditor/Caption: εμφάνισε τον επεξεργαστή
69
+ Parsing/Block/Caption: Κανόνες Συντακτικής Ανάλυσης Τμημάτων
70
+ Parsing/Caption: Συντακτική Ανάλυση
71
+ Parsing/Hint: Εδώ μπορείς να ενεργοποιήσεις ή να απενεργοποιήσεις καθολικά τους κανόνες τις συντακτικής ανάλυσης του wiki. Για να εφαρμοστούν οι αλλαγές σου, αποθήκευσε και επαναφόρτωσε το wiki. Η απενεργοποίηση συγκεκριμένων κανόνων συντακτικής ανάλυσης ενδέχεται να δημιουργήσει πρόβλημα στην ορθή λειτουργία του <$text text="TiddlyWiki"/>. Χρησιμοποίησε [[ασφαλής λειτουργία|https://tiddlywiki.com/#SafeMode]] για να επανέλθεις στην κανονική λειτουργία..
72
+ Parsing/Inline/Caption: Ενσωματωμένοι Κανόνες Συντακτικής Ανάλυσης
73
+ Parsing/Pragma/Caption: Κανόνες Συντακτικής Ανάλυσης Για Pragma
74
+ Plugins/Add/Caption: Απόκτησε περισσότερα πρόσθετα
75
+ Plugins/Add/Hint: Εγκατέστησε πρόσθετα από την επίσημη βιβλιοθήκη
76
+ Plugins/AlreadyInstalled/Hint: Το πρόσθετο αυτό έχει ήδη εγκατασταθεί με την έκδοση <$text text=<<installedVersion>>/>
77
+ Plugins/AlsoRequires: Επίσης απαιτεί:
63
78
  Plugins/Caption: Πρόσθετα
64
- Plugins/ClosePluginLibrary: κλείσε την βιβλιοθήκη πρόσθετων
79
+ Plugins/ClosePluginLibrary: Κλείσε τη βιβλιοθήκη πρόσθετων
65
80
  Plugins/Disable/Caption: απενεργοποίησε
66
81
  Plugins/Disable/Hint: Να απενεργοποιηθεί αυτό το πρόσθετο όταν φορτωθεί ξανά η σελίδα
67
82
  Plugins/Disabled/Status: (απενεργοποιημένο)
68
- Plugins/Empty/Hint: Κενό
83
+ Plugins/Downgrade/Caption: υποβάθμισε
84
+ Plugins/Empty/Hint: Κανένα
69
85
  Plugins/Enable/Caption: ενεργοποίησε
70
86
  Plugins/Enable/Hint: Ενεργοποίησε αυτό το πρόσθετο όταν φορτωθεί ξανά η σελίδα
71
87
  Plugins/Install/Caption: εγκατέστησε
72
88
  Plugins/Installed/Hint: Τρέχοντα εγκατεστημένα πρόσθετα:
73
89
  Plugins/Language/Prompt: Γλώσσες
74
90
  Plugins/Languages/Caption: Γλώσσες
75
- Plugins/Languages/Hint: Πρόσθετα γλωσσικά πακέτα
76
- Plugins/NoInfoFound/Hint: Δεν βρέθηκε το ''"<$text text=<<currentTab>>/>"''
91
+ Plugins/Languages/Hint: Πρόσθετα πακέτα γλώσσας
92
+ Plugins/NoInfoFound/Hint: Δεν βρέθηκε το ''«<$text text=<<currentTab>>/>»''
77
93
  Plugins/NoInformation/Hint: Δεν παρέχονται πληροφορίες
78
94
  Plugins/NotInstalled/Hint: Το πρόσθετο αυτό δεν είναι εγκατεστημένο
79
- Plugins/OpenPluginLibrary: άνοιξε την βιβλιοθήκη πρόσθετων
95
+ Plugins/OpenPluginLibrary: Άνοιξε την βιβλιοθήκη πρόσθετων
80
96
  Plugins/Plugin/Prompt: Πρόσθετα
81
97
  Plugins/Plugins/Caption: Πρόσθετα
82
98
  Plugins/Plugins/Hint: Πρόσθετα
99
+ Plugins/PluginWillRequireReload: (απαιτείται επαναφόρτωση)
83
100
  Plugins/Reinstall/Caption: επανεγκατέστησε
101
+ Plugins/Stability/Deprecated: ΥΠΟ ΑΠΟΣΥΡΣΗ
102
+ Plugins/Stability/Experimental: ΠΕΙΡΑΜΑΤΙΚΟ
103
+ Plugins/Stability/Legacy: ΠΑΡΩΧΗΜΕΝΟ
104
+ Plugins/Stability/Stable: ΣΤΑΘΕΡΟ
105
+ Plugins/SubPluginPrompt: Με <<count>> διαθέσιμα δευτερεύοντα πρόσθετα
84
106
  Plugins/Theme/Prompt: Θέματα
85
107
  Plugins/Themes/Caption: Θέματα
86
- Plugins/Themes/Hint: Πρόσθετα θεμάτων
87
- Saving/Caption: Αποθήκευση
88
- Saving/DownloadSaver/AutoSave/Description: Επιτρέπει αυτόματη αποθήκευση για τον αποθηκευτή μεταφορτώσεων
89
- Saving/DownloadSaver/AutoSave/Hint: Ενεργοποιεί την αυτόματη αποθήκευση στον αποθηκευτή μεταφορτώσεων
90
- Saving/DownloadSaver/Caption: Αποθηκευτής μεταφορτώσεων
91
- Saving/DownloadSaver/Hint: Αυτές οι ρυθμίσεις εφαρμόζονται σε αποθηκευτή μεταφορτώσεων που είναι συμβατός με HTML5
108
+ Plugins/Themes/Hint: Πρόσθετα θέματα
109
+ Plugins/Update/Caption: ενημέρωσε
110
+ Plugins/Updates/Caption: Ενημερώσεις
111
+ Plugins/Updates/Hint: Διαθέσιμες ενημερώσεις για εγκατεστημένα πρόσθετα
112
+ Plugins/Updates/UpdateAll/Caption: Ενημέρωσε <<update-count>> πρόσθετα
113
+ Saving/Caption: Αποθηκεύεται
114
+ Saving/DownloadSaver/AutoSave/Description: Επέτρεψε αυτόματη αποθήκευση για τον Αποθηκευτή Λήψης
115
+ Saving/DownloadSaver/AutoSave/Hint: Ενεργοποιεί την αυτόματη αποθήκευση στον Αποθηκευτή Λήψης
116
+ Saving/DownloadSaver/Caption: Αποθηκευτής Λήψης
117
+ Saving/DownloadSaver/Hint: Αυτές οι ρυθμίσεις εφαρμόζονται στον Αποθηκευτή Λήψεων, ο οποίος είναι συμβατός με HTML5
92
118
  Saving/General/Caption: Γενικά
93
119
  Saving/General/Hint: Αυτές οι ρυθμίσεις εφαρμόζονται σε όλους τους φορτωμένους αποθηκευτές
120
+ Saving/GitService/Branch: Διακλάδωση προορισμού για αποθήκευση
121
+ Saving/GitService/CommitMessage: Αποθηκεύτηκε από το TiddlyWiki
122
+ Saving/GitService/Description: Αυτές οι ρυθμίσεις χρησιμοποιούνται μόνο κατά την αποθήκευση στο <<service-name>>
123
+ Saving/GitService/Filename: Όνομα αρχείου προορισμού (π.χ. `index.html`)
124
+ Saving/GitService/Gitea/Caption: Αποθηκευτής Gitea
125
+ Saving/GitService/Gitea/Password: Προσωπικό διακριτικό πρόσβασης για API (μέσω της διεπαφής ιστού του Gitea: `Ρυθμίσεις | Εφαρμογές | Δημιουργία Νέου Διακριτικού`)
126
+ Saving/GitService/GitHub/Caption: Αποθηκευτής ~GitHub
127
+ Saving/GitService/GitHub/Password: Κωδικός πρόσβασης, διακριτικό ~OAuth ή προσωπικό διακριτικό πρόσβασης (δες τη [[σελίδα βοήθειας GitHub|https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line]] για λεπτομέρειες)
128
+ Saving/GitService/GitLab/Caption: Αποθηκευτής ~GitLab
129
+ Saving/GitService/GitLab/Password: Προσωπικό διακριτικό πρόσβασης για το API (δες τη [[σελίδα βοήθειας του GitLab|https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html]] για λεπτομέρειες)
130
+ Saving/GitService/Path: Διαδρομή για αρχείο προορισμού (π.χ. `/wiki/`)
131
+ Saving/GitService/Repo: Αποθητήριο προορισμού (π.χ. `Jermolene/TiddlyWiki5`)
132
+ Saving/GitService/ServerURL: URL του API του διακομιστή
133
+ Saving/GitService/UserName: Όνομα χρήστη
94
134
  Saving/Heading: Αποθήκευση
95
- Saving/Hint: Ρυθμίσεις που χρησιμοποιούνται για την αποθήκευση ολόκληρου του TiddlyWiki σε ένα μοναδικό αρχείο μέσω ένος αποθηκευτικού τμήματος
96
- Saving/TiddlySpot/Advanced/Heading: Προηγμένες ρυθμίσεις
97
- Saving/TiddlySpot/BackupDir: Φάκελος αντιγράφων ασφαλείας
98
- Saving/TiddlySpot/Backups: Αντίγραφα ασφαλείας
99
- Saving/TiddlySpot/Caption: ~TiddlySpot Αποθηκευτής
100
- Saving/TiddlySpot/Description: Αυτές οι ρυθμίσεις χρησιμοποιούνται μόνο όταν γίνεται αποθήκευση στο http://tiddlyspot.com, ή σε συμβατό απομακρυσμένο εξυπηρετητή
101
- Saving/TiddlySpot/Filename: ανέβασμα αρχείου ως
102
- Saving/TiddlySpot/Heading: ~TiddlySpot
103
- Saving/TiddlySpot/Hint: // Το τυπικό URL του εξυπηρετητή είναι το `http://<wikiname>.tiddlyspot.com/store.cgi` και μπορεί να αλλαχθεί για να χρησιμοποιηθεί μια διαφορετική διεύθυνση εξυπηρετητή, π.χ. `http://example.com/store.php`.//
104
- Saving/TiddlySpot/Password: Συνθηματικό
105
- Saving/TiddlySpot/ServerURL: URL Εξυπηρετητή
106
- Saving/TiddlySpot/UploadDir: Φάκελος ανεβάσματος
135
+ Saving/Hint: Ρυθμίσεις που χρησιμοποιούνται για την αποθήκευση ολόκληρου του TiddlyWiki σε ένα αυτοτελής αρχείο μέσω μιας μονάδας αποθήκευσης
136
+ Saving/TiddlySpot/Advanced/Heading: Προηγμένες Ρυθμίσεις
137
+ Saving/TiddlySpot/BackupDir: Φάκελος Αντιγράφων Ασφαλείας
138
+ Saving/TiddlySpot/Backups: Αντίγραφα Ασφαλείας
139
+ Saving/TiddlySpot/Caption: Αποθηκευτής ~TiddlyHost
140
+ Saving/TiddlySpot/ControlPanel: Πίνακας Ελέγχου ~TiddlyHost
141
+ Saving/TiddlySpot/Description: Αυτές οι ρυθμίσεις χρησιμοποιούνται μόνο όταν γίνεται αποθήκευση στο [[TiddlyHost|https://tiddlyhost.com]], ή σε συμβατό απομακρυσμένο εξυπηρετητή. Δες [[τεκμηρίωση στο GitHub|https://github.com/simonbaird/tiddlyhost/wiki/TiddlySpot-Saver-configuration-for-Tiddlyhost-and-Tiddlyspot]] για πληροφορίες περί την ρύθμιση της αποθήκευσης στο ~TiddlyHost
142
+ Saving/TiddlySpot/Filename: Αποστολή Αρχείου Με Όνομα
143
+ Saving/TiddlySpot/Heading: ~TiddlyHost
144
+ Saving/TiddlySpot/Hint: //Το τυπικό URL του εξυπηρετητή είναι `http://<όνομαwiki>.tiddlyspot.com/` και μπορεί να αλλαχθεί για να χρησιμοποιεί διαφορετική διεύθυνση εξυπηρετητή, π.χ. `http://παράδειγμα.com/store.php`.//
145
+ Saving/TiddlySpot/Password: Κωδικός
146
+ Saving/TiddlySpot/ServerURL: URL Διακομιστή
147
+ Saving/TiddlySpot/UploadDir: Αποστολή Σε Φάκελο
107
148
  Saving/TiddlySpot/UserName: Όνομα Wiki
108
- Settings/AutoSave/Caption: Αυτόματη αποθήκευση
149
+ Settings/AutoSave/Caption: Αυτόματη Αποθήκευση
109
150
  Settings/AutoSave/Disabled/Description: Μην αποθηκεύσεις αυτόματα τις αλλαγές
110
- Settings/AutoSave/Enabled/Description: Αυτόματα αποθήκευσε τις αλλαγές
111
- Settings/AutoSave/Hint: Αυτόματη αποθήκευση αλλαγών κατά την επεξεργασία
112
- Settings/CamelCase/Caption: Camel Case Wiki σύνδεσμοι
113
- Settings/CamelCase/Description: Ενεργοποίηση αυτόματης δημιουργίας ~CamelCase συνδέσμων
114
- Settings/CamelCase/Hint: Μπορείτε να απενεργοποιήσετε καθολικά την αυτόματη δημιουργία συνδέσμων σε ~CamelCase φράσεις. Απαιτείται όμως επαναφόρτωση για να εφαρμοστεί.
151
+ Settings/AutoSave/Enabled/Description: Αποθήκευσε αυτόματα τις αλλαγές
152
+ Settings/AutoSave/Hint: Προσπάθησε να αποθηκεύσεις αυτόματα τις αλλαγές κατά την επεξεργασία, όταν χρησιμοποιώ αποθηκευτή που το υποστηρίζει
153
+ Settings/CamelCase/Caption: Σύνδεσμοι Σε Γραφή Με Ενδιάμεσα Κεφαλαία (Camel Case)
154
+ Settings/CamelCase/Description: Ενεργοποίηση αυτόματης δημιουργίας συνδέσμων ~CamelCase
155
+ Settings/CamelCase/Hint: Μπορείς να απενεργοποιήσεις καθολικά την αυτόματη δημιουργία συνδέσμων σε φράσεις ~CamelCase. Απαιτείται επαναφόρτωση για να εφαρμοστεί
115
156
  Settings/Caption: Ρυθμίσεις
116
- Settings/DefaultSidebarTab/Caption: Προκαθορισμένη καρτέλα πλευρικής-εργαλειοθήκης
117
- Settings/DefaultSidebarTab/Hint: Καθορίστε ποια καρτέλα πλευρικής-εργαλειοθήκης θα εμφανίζεται αυτομάτως
118
- Settings/EditorToolbar/Caption: εργαλειοθήκη επεξεργασίας
119
- Settings/EditorToolbar/Description: Εμφανίζει την εργαλειοθήκη επεξεργασίας
120
- Settings/EditorToolbar/Hint: Ενεργοποιεί ή απενεργοποιεί την εργαλειοθήκη επεξεργασίας:
121
- Settings/Hint: Αυτές οι ρυθμίσεις σας επιτρέπουν να παραμετροποιήσετε την συμπεριφορά του TiddlyWiki.
122
- Settings/InfoPanelMode/Caption: Κατάσταση πάνελ πληροφορικών Tiddler
123
- Settings/InfoPanelMode/Hint: Ελέγχει το πότε θα κλείνει το πάνελ πληροφοριών του tiddler:
124
- Settings/InfoPanelMode/Popup/Description: Αυτόματο κλείσιμο του πάνελ πληροφορικών του Tiddler
125
- Settings/InfoPanelMode/Sticky/Description: Παραμένει ανοιχτό μέχρι το πάνελ πληροφοριών του Tiddler μέχρι κάποιος να το κλείσει
126
- Settings/LinkToBehaviour/Caption: Συμπεριφορά ανοίγματος του Tiddler
127
- Settings/LinkToBehaviour/InsideRiver/Hint: Πλοήγηση εσωτερικά από την ροή της ιστορίας
128
- Settings/LinkToBehaviour/OpenAbove: Άνοιγμα πάνω από το τρέχων tiddler
157
+ Settings/DefaultMoreSidebarTab/Caption: Προκαθορισμένη Καρτέλα «Περισσότερα» Της Πλευρικής Εργαλειοθήκης
158
+ Settings/DefaultMoreSidebarTab/Hint: Καθόρισε ποιες καρτέλες εμφανίζεται από προεπιλογή υπό «Περισσότερα» στη πλευρική εργαλειοθήκη
159
+ Settings/DefaultSidebarTab/Caption: Προκαθορισμένη Καρτέλα Πλευρικής Εργαλειοθήκης
160
+ Settings/DefaultSidebarTab/Hint: Καθόρισε ποια καρτέλα της πλευρικής εργαλειοθήκης εμφανίζεται αυτομάτως
161
+ Settings/DefaultTiddlerInfoTab/Caption: Προκαθορισμένη Καρτέλα Στον Πίνακα Πληροφοριών
162
+ Settings/DefaultTiddlerInfoTab/Hint: Καθόρισε ποια καρτέλα στον πίνακα πληροφοριών εμφανίζεται αυτομάτως
163
+ Settings/EditorToolbar/Caption: Εργαλειοθήκη Επεξεργασίας
164
+ Settings/EditorToolbar/Description: Προβολή εργαλειοθήκης επεξεργασίας
165
+ Settings/EditorToolbar/Hint: Ενεργοποίησε ή απενεργοποίησε την εργαλειοθήκη επεξεργασίας:
166
+ Settings/Hint: Αυτές οι ρυθμίσεις σου επιτρέπουν να προσαρμόσεις την συμπεριφορά του TiddlyWiki.
167
+ Settings/InfoPanelMode/Caption: Λειτουργία Πίνακα Πληροφοριών Tiddler
168
+ Settings/InfoPanelMode/Hint: Ελέγχει το πότε θα κλείνει ο πίνακας πληροφοριών του tiddler:
169
+ Settings/InfoPanelMode/Popup/Description: Ο πίνακας πληροφοριών του tiddler κλείνει αυτόματα
170
+ Settings/InfoPanelMode/Sticky/Description: Ο πίνακας πληροφοριών του tiddler παραμένει ανοιχτός εκτός εάν είναι κλειστεί επίτηδες
171
+ Settings/LinkToBehaviour/Caption: Συμπεριφορά Ανοίγματος Του Tiddler
172
+ Settings/LinkToBehaviour/InsideRiver/Hint: Πλοήγηση από //εντός// της ροής της ιστορίας
173
+ Settings/LinkToBehaviour/OpenAbove: Άνοιγμα πάνω από το παρόν tiddler
129
174
  Settings/LinkToBehaviour/OpenAtBottom: Άνοιγμα στο κάτω μέρος της ροής της ιστορίας
130
175
  Settings/LinkToBehaviour/OpenAtTop: Άνοιγμα στο άνω μέρος της ροής της ιστορίας
131
- Settings/LinkToBehaviour/OpenBelow: Άνοιγμα κάτω αόπ το τρέχων tiddler
132
- Settings/LinkToBehaviour/OutsideRiver/Hint: Πλοήγηση εξώτερικά από την ροής της ιστορίας
133
- Settings/MissingLinks/Caption: Wiki σύνδεσμοι
176
+ Settings/LinkToBehaviour/OpenBelow: Άνοιγμα κάτω από το παρόν tiddler
177
+ Settings/LinkToBehaviour/OutsideRiver/Hint: Πλοήγηση από //εκτός// της ροής της ιστορίας
178
+ Settings/MissingLinks/Caption: Σύνδεσμοι Wiki
134
179
  Settings/MissingLinks/Description: Ενεργοποίηση συνδέσμων σε μη υπαρκτά tiddlers
135
- Settings/MissingLinks/Hint: Επιλέξτε το αν θα δημιουργούνται σύνδεσμοι σε tiddler που δεν έχουν ακόμα δημιουργηθεί
136
- Settings/NavigationAddressBar/Caption: Γραμμή διεύθυνσης πλοήγησης
137
- Settings/NavigationAddressBar/Hint: Η συμπεριφορά της γραμμής διεύθυνσης του προγράμματος πλοήγησης ιστοσελίδων όταν μεταβαίνετε σε κάποιο tiddler:
180
+ Settings/MissingLinks/Hint: Επέλεξε αν επιτρέπεται να προσθέσεις συνδέσμους σε tiddler που δεν έχουν ακόμα δημιουργηθεί
181
+ Settings/NavigationAddressBar/Caption: Γραμμή Διευθύνσεων Του Περιηγητή
182
+ Settings/NavigationAddressBar/Hint: Η συμπεριφορά της γραμμής διεύθυνσης του προγράμματος περιήγησης όταν μεταβαίνεις σε κάποιο tiddler:
138
183
  Settings/NavigationAddressBar/No/Description: Μην ενημερώνεις την γραμμή διευθύνσεων
139
184
  Settings/NavigationAddressBar/Permalink/Description: Συμπεριέλαβε το tiddler προορισμού
140
- Settings/NavigationAddressBar/Permaview/Description: Συμπεριέλαβε το tiddler προορισμού και την τρέχουσα ακολουθία της ιστορίας
141
- Settings/NavigationHistory/Caption: Ιστορικό πλοήγησης
142
- Settings/NavigationHistory/Hint: Ενημέρωση του ιστορικού στο πρόγραμμα πλοήγησης όταν μεταβαίνουμε σε κάποιο tiddler:
143
- Settings/NavigationHistory/No/Description: Μην ενημερώσεις το ιστορικό
144
- Settings/NavigationHistory/Yes/Description: Ενημέρωσε το ιστορικό
145
- Settings/PerformanceInstrumentation/Caption: επισκόπηση επιδόσεων
146
- Settings/PerformanceInstrumentation/Description: Ενεργοποίηση της επισκόπησης των επιδόσεων
147
- Settings/PerformanceInstrumentation/Hint: Εμφανίζει στατιστικά στοιχεία επιδόσεων στην κονσόλα προγραμματιστών του προγράμματος πλοήγησης. Απαιτείται ανανέωση της σελίδα για να ενεργοποιηθεί.
148
- Settings/TitleLinks/Caption: Tiddler Τίτλοι
149
- Settings/TitleLinks/Hint: Προαιρετικά εμφανίζει τους τίτλους από τα tiddler ως συνδέσμους
185
+ Settings/NavigationAddressBar/Permaview/Description: Συμπεριέλαβε το tiddler προορισμού και τη τρέχουσα ακολουθία της ιστορίας
186
+ Settings/NavigationHistory/Caption: Ιστορικό Περιήγησης
187
+ Settings/NavigationHistory/Hint: Ενημέρωση του ιστορικού στο πρόγραμμα περιήγησης όταν μεταβαίνεις σε κάποιο tiddler:
188
+ Settings/NavigationHistory/No/Description: Μην ενημερώνεις το ιστορικό
189
+ Settings/NavigationHistory/Yes/Description: Ενημέρωνε το ιστορικό
190
+ Settings/NavigationPermalinkviewMode/Caption: Λειτουργία Μόνιμου Σύνδεσμου/Μόνιμης Όψης
191
+ Settings/NavigationPermalinkviewMode/CopyToClipboard/Description: Αντέγραψε το URL μόνιμου συνδέσμου/μόνιμης όψης στο πρόχειρο
192
+ Settings/NavigationPermalinkviewMode/Hint: Επέλεξε πως χειρίζονται οι μόνιμοι σύνδεσμοι/μόνιμες όψεις:
193
+ Settings/NavigationPermalinkviewMode/UpdateAddressBar/Description: Ενημέρωσε τη γραμμή διευθύνσεων με URL μόνιμου συνδέσμου/μόνιμης όψης
194
+ Settings/PerformanceInstrumentation/Caption: Επισκόπηση Επιδόσεων
195
+ Settings/PerformanceInstrumentation/Description: Ενεργοποίησε τα όργανα επισκόπησης για την επίδοση
196
+ Settings/PerformanceInstrumentation/Hint: Εμφανίζει στατιστικά στοιχεία επίδοσης στην κονσόλα προγραμματιστών του προγράμματος περιήγησης. Απαιτείται επαναφόρτωση της σελίδας για να ενεργοποιηθεί.
197
+ Settings/RecentLimit/Caption: Όριο Στην Καρτέλα «Προσφάτα»
198
+ Settings/RecentLimit/Hint: Μέγιστος αριθμός tiddlers που θα εμφανίζονται υπό την καρτέλα «Πρόσφατα» της πλευρικής εργαλιοθήκης
199
+ Settings/TitleLinks/Caption: Τίτλοι Των Tiddler
200
+ Settings/TitleLinks/Hint: Προαιρετικά εμφάνισε τους τίτλους των tiddler ως συνδέσμους
150
201
  Settings/TitleLinks/No/Description: Να μην εμφανίζονται οι τίτλοι των tiddler ως σύνδεσμοι
151
- Settings/TitleLinks/Yes/Description: Να εμφανίζονται οι τίττλοι των tiddler ως σύνδεσμοι
152
- Settings/ToolbarButtons/Caption: Κουμπιά γραμμής εργαλείων
202
+ Settings/TitleLinks/Yes/Description: Να εμφανίζονται οι τίτλοι των tiddler ως σύνδεσμοι
203
+ Settings/ToolbarButtons/Caption: Κουμπιά Εργαλειοθηκών
153
204
  Settings/ToolbarButtons/Hint: Τυπική εμφάνιση κουμπιού γραμμής εργαλείων:
154
205
  Settings/ToolbarButtons/Icons/Description: Συμπεριέλαβε εικόνα
155
206
  Settings/ToolbarButtons/Text/Description: Συμπεριέλαβε κείμενο
156
- Settings/ToolbarButtonStyle/Caption: Στυλ κουμπιών εργαλειοθήκης
157
- Settings/ToolbarButtonStyle/Hint: Επιλέξτε το στυλ των κουμπιών της εργαλειοθήκης:
207
+ Settings/ToolbarButtonStyle/Caption: Στυλ Κουμπιών Εργαλειοθήκης
208
+ Settings/ToolbarButtonStyle/Hint: Επέλεξε το ύφος των κουμπιών της εργαλειοθήκης:
158
209
  Settings/ToolbarButtonStyle/Styles/Borderless: Χωρίς περιθώρια
159
210
  Settings/ToolbarButtonStyle/Styles/Boxed: Εγκιβωτισμένα
160
211
  Settings/ToolbarButtonStyle/Styles/Rounded: Στρογγυλοποιημένα
161
- StoryView/Caption: Ιστορική όψη
212
+ SocialCard/Caption: Κάρτα Κοινωνικών Δικτύων
213
+ SocialCard/Domain/Prompt: Domain name (όνομα τομέα) που θα εμφανίζεται για τον σύνδεσμο (για παράδειγμα ''tiddlywiki.com'')
214
+ SocialCard/Hint: Αυτές οι πληροφορίες χρησιμοποιούνται από τις υπηρεσίες κοινωνικής δικτύωσης και ανταλλαγής μηνυμάτων για να εμφανίσουν κάρτα προεπισκόπησης για συνδέσμους προς αυτό το ~TiddlyWiki, όταν το wiki φιλοξενείται στο διαδίκτυο
215
+ SocialCard/PreviewUrl/Preview: Εικόνα προεπισκόπησης:
216
+ SocialCard/PreviewUrl/Prompt: Πλήρης διεύθυνση URL προς εικόνα προεπισκόπηση για αυτό το ~TiddlyWiki
217
+ SocialCard/Url/Prompt: Πλήρης διεύθυνση URL για αυτό το ~TiddlyWiki
218
+ StoryTiddler/Caption: Tiddler Ιστορίας
219
+ StoryTiddler/Hint: Αυτή η σύζευξη κανόνων χρησιμοποιείται για να επελεκτεί δυναμικά το πρότυπο για τη προβολή του tiddler στην ιστορική ροή.
220
+ StoryView/Caption: Ιστορική Όψη
162
221
  StoryView/Prompt: Τρέχουσα όψη:
222
+ Stylesheets/Caption: Φύλλα στυλ (stylesheets)
223
+ Stylesheets/Expand/Caption: Ανάπτυξη Όλων
224
+ Stylesheets/Hint: Αυτό είναι το CSS που αποδίδεται από τα τρέχοντα tiddlers φύλλου στυλ που έχουν την ετικέτα <<tag "$:/tags/Stylesheet">>
225
+ Stylesheets/Restore/Caption: Επαναφορά
226
+ TestCases/All/Caption: Όλες οι Δοκιμαστικές Περιπτώσεις
227
+ TestCases/All/Hint: Όλες οι Δοκιμαστικές Περιπτώσεις
228
+ TestCases/Caption: Δοκιμαστικές Περιπτώσεις
229
+ TestCases/Failed/Caption: Αποτυχημένες Δοκιμαστικές Περιπτώσεις
230
+ TestCases/Failed/Hint: Μόνο Αποτυχημένες Δοκιμαστικές Περιπτώσεις
231
+ TestCases/Hint: Οι δοκιμαστικές περιπτώσεις είναι αυτοτελή παραδείγματα για δοκιμές και μάθηση
163
232
  Theme/Caption: Θέμα
164
233
  Theme/Prompt: Τρέχον θέμα:
234
+ TiddlerColour/Caption: Χρώμα Tiddler
235
+ TiddlerColour/Hint: Αυτή η σύζευξη κανόνων χρησιμοποιείται για τη δυναμική επιλογή του χρώματος ενός tiddler (χρησιμοποιείται για το εικονίδιο και το συσχετισμένο χάπι ετικέτας).
236
+
165
237
  TiddlerFields/Caption: Πεδία Tiddler
166
- TiddlerFields/Hint: Αυτό είναι το πλήρες σύνολο από TiddlerFields που χρησιμοποιούνται σε αυτό το wiki (συμπεριλαμβανομένων των tiddler συστήματος, αλλά εξαιρούνται τα σκιώδη tiddler).
167
- Toolbars/Caption: Γραμμές εργαλείων
168
- Toolbars/EditorToolbar/Caption: Εργαλειοθήκη επεξεργασίας
169
- Toolbars/EditorToolbar/Hint: Επιλέξτε ποια κουμπιά θα εμφανίζονται στην εργαλειοθήκη επεξεργασίας. Σημειώστε πως μερικά κουμπιά θα εμφανίζονται μόνο όταν επεξεργάζεστε tiddler συγκεκριμένων τύπων. Μπορείτε να αλλάξετε την σειρά με σύρε και άσε
170
- Toolbars/EditToolbar/Caption: Γραμμή τροποποιήσεων
171
- Toolbars/EditToolbar/Hint: Επιλέξτε ποια κουμπιά θα εμφανίζονται στα tiddler που βρίσκονται σε κατάσταση τροποποίησης
238
+ TiddlerFields/Hint: Αυτή είναι πλήρης καταχώριση από TiddlerFields που χρησιμοποιούνται σε αυτό το wiki· συμπεριλαμβάνονται τα tiddler συστήματος, αλλά εξαιρούνται τα σκιώδη tiddler.
239
+ TiddlerIcon/Caption: Εικονίδιο Tiddler
240
+ TiddlerIcon/Hint: Αυτή η σύζευξη κανόνων χρησιμοποιείται για να επελεκτεί δυναμικά το εικονίδιο για τα tiddler.
241
+ Toolbars/Caption: Γραμμές Εργαλείων
242
+ Toolbars/EditorToolbar/Caption: Εργαλειοθήκη Επεξεργασίας
243
+ Toolbars/EditorToolbar/Hint: Επέλεξε ποια κουμπιά θα εμφανίζονται στην εργαλειοθήκη επεξεργασίας. Σημειώνουμε πως μερικά κουμπιά θα εμφανίζονται μόνο όταν επεξεργαστείς tiddler συγκεκριμένων τύπων. Μπορείς να αλλάξεις την σειρά με μεταφορά και απόθεση
244
+ Toolbars/EditToolbar/Caption: Εργαλειοθήκη Τροποποιήσεων
245
+ Toolbars/EditToolbar/Hint: Επιλέξτε ποια κουμπιά θα εμφανίζονται στα tiddler που βρίσκονται σε κατάσταση τροποποίησης. Μπορείς να αλλάξεις την σειρά με μεταφορά και απόθεση
172
246
  Toolbars/Hint: Επιλέξτε ποια κουμπιά της γραμμής εργαλείων θα εμφανίζονται
173
- Toolbars/PageControls/Caption: Γραμμή εργαλείων σελίδας
174
- Toolbars/PageControls/Hint: Επιλέξτε ποια κουμπιά θα εμφανίζονται στην γραμμή εργαλείων της κεντρικής σελίδας
175
- Toolbars/ViewToolbar/Caption: Εμφάνιση γραμμής εργαλείων
176
- Toolbars/ViewToolbar/Hint: Επιλέξτε ποια κουμπιά θα εμφανίζονται για tiddler σε κατάσταση προβολής
247
+ Toolbars/PageControls/Caption: Εργαλειοθήκη Σελίδας
248
+ Toolbars/PageControls/Hint: Επέλεξε ποια κουμπιά θα εμφανίζονται στην κύρια εργαλειοθήκη της σελίδας. Μπορείς να αλλάξεις την σειρά με μεταφορά και απόθεση
249
+ Toolbars/ViewToolbar/Caption: Εργαλειοθήκη Προβολής
250
+ Toolbars/ViewToolbar/Hint: Επιλέξτε ποια κουμπιά θα εμφανίζονται για tiddler σε κατάσταση προβολής. Μπορείς να αλλάξεις την σειρά με μεταφορά και απόθεση
177
251
  Tools/Download/Full/Caption: Λήψη του πλήρους wiki
252
+ ViewTemplateBody/Caption: Κυρίως Κείμενο Προτύπου Προβολής
253
+ ViewTemplateBody/Hint: Αυτή η σύζευξη κανόνων χρησιμοποιείται από το προεπιλεγμένο πρότυπο προβολής ώστε να επιλέξει δυναμικά το πρότυπο για να προβάλλει το κυρίως κείμενο ενός tiddler.
254
+ ViewTemplateSubtitle/Caption: Υπότιτλος Προτύπου Προβολής
255
+ ViewTemplateSubtitle/Hint: Αυτή η σύζευξη κανόνων χρησιμοποιείται από το προεπιλεγμένο πρότυπο προβολής ώστε να επιλέξει δυναμικά το πρότυπο για να προβάλλει τον υπότιτλο ενός tiddler.
256
+ ViewTemplateTags/Caption: Ετικέτες Προτύπου Προβολής
257
+ ViewTemplateTags/Hint: Αυτή η σύζευξη κανόνων χρησιμοποιείται από το προεπιλεγμένο πρότυπο προβολής ώστε να επιλέξει δυναμικά το πρότυπο για να προβάλλει την ενότητα με ετικέτες ενός tiddler.
258
+ ViewTemplateTitle/Caption: Τίτλοι Προτύπου Προβολής
259
+ ViewTemplateTitle/Hint: Αυτή η σύζευξη κανόνων χρησιμοποιείται από το προεπιλεγμένο πρότυπο προβολής ώστε να επιλέξει δυναμικά το πρότυπο για να προβάλλει τον τίτλο ενός tiddler.
@@ -1,9 +1,8 @@
1
1
  title: $:/core/readme
2
2
 
3
- This plugin contains TiddlyWiki's core components, comprising:
4
3
  Αυτό το πρόσθετο περιέχει συστατικά του πυρήνα του TiddlyWiki, αποτελούμενα από:
5
4
 
6
- * Ενότητες κώδικα σε JavaScript
5
+ * Ενότητες κώδικα JavaScript
7
6
  * Εικονίδια
8
- * Πρότυπα που είναι αναγκαία στην δημιουργία του περιβάλλοντος διεπαφής χρήστη του TiddlyWiki's
9
- * Μεταφράσεις στα αγγλικά (''en-GB'') των τοπικών αλφαριθμητικών που χρησιμοποιούνται από τον πυρήνα
7
+ * Πρότυπα που απαιτούνται για τη δημιουργία του γραφικού περιβάλλοντος του TiddlyWiki's
8
+ * Μετάφραση στα βρετανικά αγγλικά (''en-GB'') των μεταφραζόμενων κειμένων που χρησιμοποιούνται από τον πυρήνα
@@ -1,14 +1,6 @@
1
1
  title: $:/language/
2
2
 
3
3
  Date/DaySuffix/1: η
4
- Date/DaySuffix/2: η
5
- Date/DaySuffix/3: η
6
- Date/DaySuffix/4: η
7
- Date/DaySuffix/5: η
8
- Date/DaySuffix/6: η
9
- Date/DaySuffix/7: η
10
- Date/DaySuffix/8: η
11
- Date/DaySuffix/9: η
12
4
  Date/DaySuffix/10: η
13
5
  Date/DaySuffix/11: η
14
6
  Date/DaySuffix/12: η
@@ -19,6 +11,7 @@ Date/DaySuffix/16: η
19
11
  Date/DaySuffix/17: η
20
12
  Date/DaySuffix/18: η
21
13
  Date/DaySuffix/19: η
14
+ Date/DaySuffix/2: η
22
15
  Date/DaySuffix/20: η
23
16
  Date/DaySuffix/21: η
24
17
  Date/DaySuffix/22: η
@@ -29,8 +22,15 @@ Date/DaySuffix/26: η
29
22
  Date/DaySuffix/27: η
30
23
  Date/DaySuffix/28: η
31
24
  Date/DaySuffix/29: η
25
+ Date/DaySuffix/3: η
32
26
  Date/DaySuffix/30: η
33
27
  Date/DaySuffix/31: η
28
+ Date/DaySuffix/4: η
29
+ Date/DaySuffix/5: η
30
+ Date/DaySuffix/6: η
31
+ Date/DaySuffix/7: η
32
+ Date/DaySuffix/8: η
33
+ Date/DaySuffix/9: η
34
34
  Date/Long/Day/0: Κυριακή
35
35
  Date/Long/Day/1: Δευτέρα
36
36
  Date/Long/Day/2: Τρίτη
@@ -39,6 +39,9 @@ Date/Long/Day/4: Πέμπτη
39
39
  Date/Long/Day/5: Παρασκευή
40
40
  Date/Long/Day/6: Σάββατο
41
41
  Date/Long/Month/1: Ιανουαρίου
42
+ Date/Long/Month/10: Οκτωβρίου
43
+ Date/Long/Month/11: Νοεμβρίου
44
+ Date/Long/Month/12: Δεκεμβρίου
42
45
  Date/Long/Month/2: Φεβρουαρίου
43
46
  Date/Long/Month/3: Μαρτίου
44
47
  Date/Long/Month/4: Απριλίου
@@ -47,30 +50,27 @@ Date/Long/Month/6: Ιουνίου
47
50
  Date/Long/Month/7: Ιουλίου
48
51
  Date/Long/Month/8: Αυγούστου
49
52
  Date/Long/Month/9: Σεπτεμβρίου
50
- Date/Long/Month/10: Οκτωβρίου
51
- Date/Long/Month/11: Νοεμβρίου
52
- Date/Long/Month/12: Δεκεμβρίου
53
53
  Date/Period/am: π.μ.
54
54
  Date/Period/pm: μ.μ.
55
- Date/Short/Day/0: Κυρ
56
- Date/Short/Day/1: Δευ
57
- Date/Short/Day/2: Τρι
58
- Date/Short/Day/3: Τετ
59
- Date/Short/Day/4: Πεμ
60
- Date/Short/Day/5: Παρ
61
- Date/Short/Day/6: Σαβ
55
+ Date/Short/Day/0: Κυ
56
+ Date/Short/Day/1: Δε
57
+ Date/Short/Day/2: Τρ
58
+ Date/Short/Day/3: Τε
59
+ Date/Short/Day/4: Πε
60
+ Date/Short/Day/5: Πα
61
+ Date/Short/Day/6: Σα
62
62
  Date/Short/Month/1: Ιαν
63
- Date/Short/Month/2: Φεβ
64
- Date/Short/Month/3: Μαρ
65
- Date/Short/Month/4: Απρ
66
- Date/Short/Month/5: Μάη
67
- Date/Short/Month/6: Ιου
68
- Date/Short/Month/7: Ιουλ
69
- Date/Short/Month/8: Αυγ
70
- Date/Short/Month/9: Σεπ
71
63
  Date/Short/Month/10: Οκτ
72
64
  Date/Short/Month/11: Νοε
73
65
  Date/Short/Month/12: Δεκ
66
+ Date/Short/Month/2: Φεβ
67
+ Date/Short/Month/3: Μάρ
68
+ Date/Short/Month/4: Απρ
69
+ Date/Short/Month/5: Μάι
70
+ Date/Short/Month/6: Ιούν
71
+ Date/Short/Month/7: Ιούλ
72
+ Date/Short/Month/8: Αύγ
73
+ Date/Short/Month/9: Σεπ
74
74
  RelativeDate/Future/Days: <<period>> ημέρες από τώρα
75
75
  RelativeDate/Future/Hours: <<period>> ώρες από τώρα
76
76
  RelativeDate/Future/Minutes: <<period>> λεπτά από τώρα
@@ -1,27 +1,30 @@
1
1
  title: $:/language/Docs/ModuleTypes/
2
2
 
3
3
  allfilteroperator: Ένας υπο-τελεστής για τον τελεστή φιλτραρίσματος ''all''.
4
- animation: Κινούμενη εικόνα που μπορεί να χρησιμοποιηθεί με το το RevealWidget.
4
+ animation: Κινούμενες εικόνες που μπορεί να χρησιμοποιηθούν με το RevealWidget.
5
+ authenticator: Ορίζει τον τρόπο με τον οποίο ο ενσωματωμένος διακομιστής HTTP ελέγχει τα αιτήματα.
5
6
  bitmapeditoroperation: Μια λειτουργία του επεξεργαστή χαρτογραφικής εικόνας της εργαλειοθήκης.
6
7
  command: Εντολές που μπορούν να εκτελεστούν εντός του Node.js.
7
- config: Δεδομένα προς εισαγωγή στο `$tw.config`.
8
+ config: Δεδομένα προς εισαγωγή στο `$tw.config`.
8
9
  filteroperator: Ιδιαίτεροι τελεστές ή μέθοδοι φιλτραρίσματος.
9
- global: Καθολικά δεδομένα προς εισαγωγή στο `$tw`.
10
- info: Δημοσιεύει πληροφορίες συστήματος μέσω του [[$:/temp/info-plugin]] ψευτο-πρόσθετου.
11
- isfilteroperator: Τελεστέοι για τον τελεστή φιλτραρίσματος ''is''.
12
- library: Γενικός τύπος module για τα γενικού σκοπού JavaScript modules.
13
- macro: Ορισμοί JavaScript μακροεντολών.
14
- parser: Γραμματικοί αναλυτές (Parsers) για διάφορους τύπους περιεχομένων.
15
- saver: Μεθοδοι αποθήκευσης - διαχείριση διαφορετικών μεθόδων για την αποθήκευση αρχείων από το πρόγραμμα περιήγησης.
10
+ global: Καθολικά δεδομένα προς εισαγωγή στο `$tw`.
11
+ info: Δημοσιεύει πληροφορίες συστήματος μέσω του ψευτο-πρόσθετου [[$:/temp/info-plugin]].
12
+ isfilteroperator: Παραμέτροι για τον τελεστή φιλτραρίσματος ''is''.
13
+ library: Γενικός τύπος μονάδας για μονάδες γενικού σκοπού του JavaScript.
14
+ macro: Ορισμοί μακροεντολών JavaScript.
15
+ parser: Αναλυτές (parsers) για διάφορους τύπους περιεχομένων.
16
+ route: Ορίζει τον τρόπο με τον οποίο ο ενσωματωμένος διακομιστής HTTP χειρίζεται τα μοτίβα URL.
17
+ saver: Οι αποθηκευτές εξυπηρετούν διάφορες μεθόδους για την αποθήκευση αρχείων από το πρόγραμμα περιήγησης.
16
18
  startup: Λειτουργίες έναρξης.
17
- storyview: Ιστορική όψη - παραμετροποίηση της κινούμενης εικόνας και της συμπεριφοράς των πρόσθετων λίστας
18
- texteditoroperation: Μια λειτουργία επεξεργασίας κειμένου της εργαλειοθήκης.
19
+ storyview: Οι προβολές ιστορικού τροποποιούν τις κινούμενες εικόνες και την συμπεριφορά των στοιχείων λίστας (list widgets).
20
+ texteditoroperation: Μια λειτουργία της εργαλειοθήκης επεξεργασίας κειμένου.
19
21
  tiddlerdeserializer: Μετατρέπει διάφορους τύπους περιεχομένου σε tiddlers.
20
- tiddlerfield: Καθορίζει την συμπεριφορά ενός μεμονωμένου πεδίου ενός tiddler.
21
- tiddlermethod: Προσθέτει μεθόδους στο `$tw.Tiddler` πρότυπο.
22
- upgrader: Εφαρμόζει επεξεργασία αναβάθμισης στα tiddler κατά την διάρκεια μιας αναβάθμισης ή εισαγωγής.
22
+ tiddlerfield: Καθορίζει την συμπεριφορά ενός μεμονομένου πεδίου tiddler.
23
+ tiddlermethod: Προσθέτει μεθόδους στο πρωτότυπο `$tw.Tiddler`.
24
+ upgrader: Εφαρμόζει την επεξεργασία αναβάθμισης στα tiddler κατά την διάρκεια μιας αναβάθμισης ή εισαγωγής.
23
25
  utils: Προσθέτει μεθόδους στο `$tw.utils`.
24
- utils-node: Προσθέτει εξειδικευμένες Node.js μεθόδους στο `$tw.utils`.
25
- widget: Πρόσθετα που ενθυλακώνουν το DOM απεικονίζουν και ανανεώνουν.
26
+ utils-browser: Προσθέτει μεθόδους εξειδικευμένες για το πρόγραμμα περιήγησης στο `$tw.utils`.
27
+ utils-node: Προσθέτει μεθόδους εξειδικευμένες για το Node.js στο `$tw.utils`.
28
+ widget: Στοιχεία (widgets) που συμπυκνώνουν (encapsulate) την απεικόνιση και ανανέωση του DOM.
26
29
  wikimethod: Προσθέτει μεθόδους στο `$tw.Wiki`.
27
- wikirule: Μεμονωμένοι κανόνες γραμματικής ανάλυσης (parser rules) για το κύριο γραμματικό αναλυτή της WikiText γλώσσας.
30
+ wikirule: Μεμονωμένοι κανόνες ανάλυσης (parser rules) για τον κύριο γραμματικό αναλυτή της wiki-γραφής (WikiText).