tiddlywiki 5.3.5 → 5.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2311) hide show
  1. package/.github/ISSUE_TEMPLATE/bug_report.yml +2 -2
  2. package/.github/ISSUE_TEMPLATE/config.yml +1 -1
  3. package/.github/workflows/ci.yml +8 -8
  4. package/.github/workflows/cla-check.yml +30 -0
  5. package/.github/workflows/cla-signed.yml +70 -0
  6. package/.github/workflows/pr-check-build-size.yml +55 -0
  7. package/.github/workflows/pr-comment-build-size.yml +36 -0
  8. package/.github/workflows/pr-path-validation.yml +18 -0
  9. package/bin/build-site.sh +19 -61
  10. package/bin/ci-pre-build.sh +1 -1
  11. package/bin/ci-push.sh +1 -1
  12. package/bin/readme-bld.sh +8 -0
  13. package/boot/boot.js +30 -22
  14. package/boot/bootprefix.js +5 -1
  15. package/code-of-conduct.md +1 -0
  16. package/contributing.md +1 -1
  17. package/core/acknowledgements.tid +0 -4
  18. package/core/copyright.tid +1 -1
  19. package/core/images/discord.tid +5 -0
  20. package/core/images/language.tid +5 -0
  21. package/core/language/en-GB/Buttons.multids +2 -0
  22. package/core/language/en-GB/ControlPanel.multids +26 -6
  23. package/core/language/en-GB/EditTemplate.multids +2 -0
  24. package/core/language/en-GB/Fields.multids +3 -3
  25. package/core/language/en-GB/Search.multids +2 -0
  26. package/core/language/en-GB/Snippets/FunctionDefinition.tid +7 -0
  27. package/core/language/en-GB/Snippets/ProcedureDefinition.tid +7 -0
  28. package/core/language/en-GB/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
  29. package/core/modules/commander.js +0 -5
  30. package/core/modules/commands/build.js +1 -6
  31. package/core/modules/commands/clearpassword.js +0 -5
  32. package/core/modules/commands/commands.js +0 -6
  33. package/core/modules/commands/deletetiddlers.js +0 -5
  34. package/core/modules/commands/editions.js +0 -5
  35. package/core/modules/commands/fetch.js +0 -5
  36. package/core/modules/commands/help.js +0 -5
  37. package/core/modules/commands/import.js +0 -5
  38. package/core/modules/commands/init.js +0 -5
  39. package/core/modules/commands/listen.js +0 -5
  40. package/core/modules/commands/load.js +0 -5
  41. package/core/modules/commands/makelibrary.js +0 -5
  42. package/core/modules/commands/output.js +0 -5
  43. package/core/modules/commands/password.js +0 -5
  44. package/core/modules/commands/render.js +15 -16
  45. package/core/modules/commands/rendertiddler.js +0 -5
  46. package/core/modules/commands/rendertiddlers.js +0 -5
  47. package/core/modules/commands/save.js +0 -6
  48. package/core/modules/commands/savelibrarytiddlers.js +0 -5
  49. package/core/modules/commands/savetiddler.js +0 -5
  50. package/core/modules/commands/savetiddlers.js +0 -5
  51. package/core/modules/commands/savewikifolder.js +0 -5
  52. package/core/modules/commands/server.js +0 -5
  53. package/core/modules/commands/setfield.js +0 -5
  54. package/core/modules/commands/unpackplugin.js +0 -5
  55. package/core/modules/commands/verbose.js +0 -5
  56. package/core/modules/commands/version.js +0 -5
  57. package/core/modules/config.js +1 -6
  58. package/core/modules/deserializers.js +0 -5
  59. package/core/modules/editor/engines/framed.js +0 -5
  60. package/core/modules/editor/engines/simple.js +0 -5
  61. package/core/modules/editor/factory.js +0 -5
  62. package/core/modules/editor/operations/bitmap/clear.js +0 -5
  63. package/core/modules/editor/operations/bitmap/resize.js +0 -5
  64. package/core/modules/editor/operations/bitmap/rotate-left.js +0 -5
  65. package/core/modules/editor/operations/text/excise.js +12 -9
  66. package/core/modules/editor/operations/text/focus-editor.js +0 -5
  67. package/core/modules/editor/operations/text/insert-text.js +0 -5
  68. package/core/modules/editor/operations/text/make-link.js +0 -5
  69. package/core/modules/editor/operations/text/prefix-lines.js +0 -5
  70. package/core/modules/editor/operations/text/replace-all.js +0 -5
  71. package/core/modules/editor/operations/text/replace-selection.js +0 -5
  72. package/core/modules/editor/operations/text/save-selection.js +0 -5
  73. package/core/modules/editor/operations/text/wrap-lines.js +0 -5
  74. package/core/modules/editor/operations/text/wrap-selection.js +112 -29
  75. package/core/modules/filterrunprefixes/all.js +0 -5
  76. package/core/modules/filterrunprefixes/and.js +0 -5
  77. package/core/modules/filterrunprefixes/cascade.js +0 -5
  78. package/core/modules/filterrunprefixes/else.js +0 -5
  79. package/core/modules/filterrunprefixes/except.js +0 -5
  80. package/core/modules/filterrunprefixes/filter.js +0 -5
  81. package/core/modules/filterrunprefixes/intersection.js +0 -5
  82. package/core/modules/filterrunprefixes/map.js +0 -5
  83. package/core/modules/filterrunprefixes/or.js +0 -5
  84. package/core/modules/filterrunprefixes/reduce.js +0 -5
  85. package/core/modules/filterrunprefixes/sort.js +0 -5
  86. package/core/modules/filterrunprefixes/then.js +0 -5
  87. package/core/modules/filters/addprefix.js +0 -5
  88. package/core/modules/filters/addsuffix.js +0 -5
  89. package/core/modules/filters/after.js +0 -5
  90. package/core/modules/filters/all/current.js +0 -5
  91. package/core/modules/filters/all/missing.js +0 -5
  92. package/core/modules/filters/all/orphans.js +0 -5
  93. package/core/modules/filters/all/shadows.js +0 -5
  94. package/core/modules/filters/all/tags.js +0 -5
  95. package/core/modules/filters/all/tiddlers.js +0 -5
  96. package/core/modules/filters/all.js +0 -5
  97. package/core/modules/filters/backlinks.js +0 -5
  98. package/core/modules/filters/backtranscludes.js +0 -6
  99. package/core/modules/filters/before.js +0 -5
  100. package/core/modules/filters/commands.js +0 -5
  101. package/core/modules/filters/compare.js +0 -5
  102. package/core/modules/filters/contains.js +0 -5
  103. package/core/modules/filters/count.js +0 -5
  104. package/core/modules/filters/crypto.js +0 -5
  105. package/core/modules/filters/days.js +0 -5
  106. package/core/modules/filters/deserialize.js +0 -5
  107. package/core/modules/filters/deserializers.js +0 -5
  108. package/core/modules/filters/duplicateslugs.js +0 -5
  109. package/core/modules/filters/each.js +0 -5
  110. package/core/modules/filters/eachday.js +0 -5
  111. package/core/modules/filters/editiondescription.js +0 -5
  112. package/core/modules/filters/editions.js +0 -5
  113. package/core/modules/filters/else.js +0 -5
  114. package/core/modules/filters/encodings.js +4 -9
  115. package/core/modules/filters/enlist.js +0 -5
  116. package/core/modules/filters/field.js +0 -5
  117. package/core/modules/filters/fields.js +0 -5
  118. package/core/modules/filters/filter.js +0 -5
  119. package/core/modules/filters/format/date.js +0 -5
  120. package/core/modules/filters/format/json.js +0 -5
  121. package/core/modules/filters/format/relativedate.js +0 -5
  122. package/core/modules/filters/format/timestamp.js +0 -4
  123. package/core/modules/filters/format/titlelist.js +0 -5
  124. package/core/modules/filters/format.js +0 -5
  125. package/core/modules/filters/function.js +11 -11
  126. package/core/modules/filters/get.js +0 -5
  127. package/core/modules/filters/getindex.js +0 -5
  128. package/core/modules/filters/getvariable.js +0 -5
  129. package/core/modules/filters/has.js +0 -5
  130. package/core/modules/filters/haschanged.js +0 -5
  131. package/core/modules/filters/indexes.js +0 -5
  132. package/core/modules/filters/insertafter.js +0 -5
  133. package/core/modules/filters/insertbefore.js +0 -5
  134. package/core/modules/filters/is/binary.js +0 -5
  135. package/core/modules/filters/is/blank.js +0 -5
  136. package/core/modules/filters/is/current.js +0 -5
  137. package/core/modules/filters/is/draft.js +0 -5
  138. package/core/modules/filters/is/image.js +0 -5
  139. package/core/modules/filters/is/missing.js +0 -5
  140. package/core/modules/filters/is/orphan.js +0 -5
  141. package/core/modules/filters/is/shadow.js +0 -5
  142. package/core/modules/filters/is/system.js +0 -5
  143. package/core/modules/filters/is/tag.js +0 -5
  144. package/core/modules/filters/is/tiddler.js +0 -5
  145. package/core/modules/filters/is/variable.js +0 -5
  146. package/core/modules/filters/is.js +0 -5
  147. package/core/modules/filters/json-ops.js +0 -6
  148. package/core/modules/filters/limit.js +0 -5
  149. package/core/modules/filters/links.js +0 -5
  150. package/core/modules/filters/list.js +0 -5
  151. package/core/modules/filters/listed.js +0 -5
  152. package/core/modules/filters/listops.js +0 -5
  153. package/core/modules/filters/lookup.js +0 -5
  154. package/core/modules/filters/match.js +0 -5
  155. package/core/modules/filters/math.js +1 -6
  156. package/core/modules/filters/minlength.js +0 -5
  157. package/core/modules/filters/moduleproperty.js +10 -8
  158. package/core/modules/filters/modules.js +0 -5
  159. package/core/modules/filters/moduletypes.js +0 -5
  160. package/core/modules/filters/next.js +0 -5
  161. package/core/modules/filters/plugintiddlers.js +0 -5
  162. package/core/modules/filters/prefix.js +0 -5
  163. package/core/modules/filters/previous.js +0 -5
  164. package/core/modules/filters/range.js +0 -5
  165. package/core/modules/filters/reduce.js +0 -5
  166. package/core/modules/filters/regexp.js +0 -5
  167. package/core/modules/filters/removeprefix.js +0 -5
  168. package/core/modules/filters/removesuffix.js +0 -5
  169. package/core/modules/filters/sameday.js +0 -5
  170. package/core/modules/filters/search.js +0 -5
  171. package/core/modules/filters/shadowsource.js +0 -5
  172. package/core/modules/filters/slugify.js +0 -5
  173. package/core/modules/filters/sort.js +0 -5
  174. package/core/modules/filters/sortsub.js +0 -5
  175. package/core/modules/filters/splitbefore.js +0 -5
  176. package/core/modules/filters/storyviews.js +0 -5
  177. package/core/modules/filters/strings.js +0 -5
  178. package/core/modules/filters/subfilter.js +0 -5
  179. package/core/modules/filters/substitute.js +0 -5
  180. package/core/modules/filters/subtiddlerfields.js +0 -5
  181. package/core/modules/filters/suffix.js +0 -5
  182. package/core/modules/filters/tag.js +0 -5
  183. package/core/modules/filters/tagging.js +0 -5
  184. package/core/modules/filters/tags.js +0 -5
  185. package/core/modules/filters/then.js +0 -5
  186. package/core/modules/filters/title.js +0 -5
  187. package/core/modules/filters/transcludes.js +0 -6
  188. package/core/modules/filters/unknown.js +0 -5
  189. package/core/modules/filters/untagged.js +0 -5
  190. package/core/modules/filters/variables.js +0 -5
  191. package/core/modules/filters/wikiparserrules.js +0 -5
  192. package/core/modules/filters/x-listops.js +0 -5
  193. package/core/modules/filters.js +2 -7
  194. package/core/modules/indexers/field-indexer.js +0 -5
  195. package/core/modules/indexers/tag-indexer.js +0 -5
  196. package/core/modules/info/platform.js +0 -5
  197. package/core/modules/keyboard.js +0 -5
  198. package/core/modules/language.js +0 -5
  199. package/core/modules/macros/changecount.js +0 -5
  200. package/core/modules/macros/contrastcolour.js +0 -5
  201. package/core/modules/macros/csvtiddlers.js +0 -5
  202. package/core/modules/macros/displayshortcuts.js +0 -5
  203. package/core/modules/macros/jsontiddler.js +0 -4
  204. package/core/modules/macros/jsontiddlers.js +0 -5
  205. package/core/modules/macros/makedatauri.js +0 -5
  206. package/core/modules/macros/now.js +0 -5
  207. package/core/modules/macros/qualify.js +0 -5
  208. package/core/modules/macros/resolvepath.js +0 -5
  209. package/core/modules/macros/unusedtitle.js +6 -9
  210. package/core/modules/macros/version.js +0 -5
  211. package/core/modules/parsers/audioparser.js +0 -6
  212. package/core/modules/parsers/binaryparser.js +0 -6
  213. package/core/modules/parsers/csvparser.js +0 -6
  214. package/core/modules/parsers/htmlparser.js +0 -6
  215. package/core/modules/parsers/imageparser.js +1 -6
  216. package/core/modules/parsers/parseutils.js +0 -5
  217. package/core/modules/parsers/pdfparser.js +0 -6
  218. package/core/modules/parsers/textparser.js +0 -5
  219. package/core/modules/parsers/videoparser.js +0 -5
  220. package/core/modules/parsers/wikiparser/rules/codeblock.js +0 -5
  221. package/core/modules/parsers/wikiparser/rules/codeinline.js +0 -5
  222. package/core/modules/parsers/wikiparser/rules/commentblock.js +0 -5
  223. package/core/modules/parsers/wikiparser/rules/commentinline.js +0 -5
  224. package/core/modules/parsers/wikiparser/rules/conditional.js +2 -8
  225. package/core/modules/parsers/wikiparser/rules/dash.js +0 -5
  226. package/core/modules/parsers/wikiparser/rules/emphasis/bold.js +0 -5
  227. package/core/modules/parsers/wikiparser/rules/emphasis/italic.js +0 -5
  228. package/core/modules/parsers/wikiparser/rules/emphasis/strikethrough.js +0 -5
  229. package/core/modules/parsers/wikiparser/rules/emphasis/subscript.js +0 -5
  230. package/core/modules/parsers/wikiparser/rules/emphasis/superscript.js +0 -5
  231. package/core/modules/parsers/wikiparser/rules/emphasis/underscore.js +0 -5
  232. package/core/modules/parsers/wikiparser/rules/entity.js +0 -5
  233. package/core/modules/parsers/wikiparser/rules/extlink.js +0 -5
  234. package/core/modules/parsers/wikiparser/rules/filteredtranscludeblock.js +0 -5
  235. package/core/modules/parsers/wikiparser/rules/filteredtranscludeinline.js +0 -5
  236. package/core/modules/parsers/wikiparser/rules/fnprocdef.js +1 -7
  237. package/core/modules/parsers/wikiparser/rules/hardlinebreaks.js +0 -5
  238. package/core/modules/parsers/wikiparser/rules/heading.js +0 -4
  239. package/core/modules/parsers/wikiparser/rules/horizrule.js +0 -5
  240. package/core/modules/parsers/wikiparser/rules/html.js +0 -5
  241. package/core/modules/parsers/wikiparser/rules/image.js +0 -5
  242. package/core/modules/parsers/wikiparser/rules/import.js +0 -5
  243. package/core/modules/parsers/wikiparser/rules/list.js +0 -5
  244. package/core/modules/parsers/wikiparser/rules/macrocallblock.js +0 -5
  245. package/core/modules/parsers/wikiparser/rules/macrocallinline.js +0 -5
  246. package/core/modules/parsers/wikiparser/rules/macrodef.js +1 -6
  247. package/core/modules/parsers/wikiparser/rules/parameters.js +0 -5
  248. package/core/modules/parsers/wikiparser/rules/parsermode.js +0 -5
  249. package/core/modules/parsers/wikiparser/rules/prettyextlink.js +0 -5
  250. package/core/modules/parsers/wikiparser/rules/prettylink.js +0 -5
  251. package/core/modules/parsers/wikiparser/rules/quoteblock.js +0 -5
  252. package/core/modules/parsers/wikiparser/rules/rules.js +0 -5
  253. package/core/modules/parsers/wikiparser/rules/styleblock.js +0 -5
  254. package/core/modules/parsers/wikiparser/rules/styleinline.js +0 -5
  255. package/core/modules/parsers/wikiparser/rules/syslink.js +0 -5
  256. package/core/modules/parsers/wikiparser/rules/table.js +6 -8
  257. package/core/modules/parsers/wikiparser/rules/transcludeblock.js +0 -5
  258. package/core/modules/parsers/wikiparser/rules/transcludeinline.js +0 -5
  259. package/core/modules/parsers/wikiparser/rules/typedblock.js +0 -5
  260. package/core/modules/parsers/wikiparser/rules/whitespace.js +0 -5
  261. package/core/modules/parsers/wikiparser/rules/wikilink.js +0 -5
  262. package/core/modules/parsers/wikiparser/rules/wikilinkprefix.js +0 -5
  263. package/core/modules/parsers/wikiparser/wikiparser.js +0 -5
  264. package/core/modules/parsers/wikiparser/wikirulebase.js +0 -5
  265. package/core/modules/pluginswitcher.js +0 -5
  266. package/core/modules/saver-handler.js +5 -8
  267. package/core/modules/savers/andtidwiki.js +1 -5
  268. package/core/modules/savers/custom.js +0 -4
  269. package/core/modules/savers/download.js +6 -7
  270. package/core/modules/savers/fsosaver.js +0 -5
  271. package/core/modules/savers/gitea.js +0 -5
  272. package/core/modules/savers/github.js +0 -5
  273. package/core/modules/savers/gitlab.js +0 -5
  274. package/core/modules/savers/manualdownload.js +0 -5
  275. package/core/modules/savers/msdownload.js +0 -5
  276. package/core/modules/savers/put.js +3 -8
  277. package/core/modules/savers/tiddlyfox.js +0 -5
  278. package/core/modules/savers/tiddlyie.js +0 -5
  279. package/core/modules/savers/twedit.js +0 -5
  280. package/core/modules/savers/upload.js +1 -6
  281. package/core/modules/server/authenticators/basic.js +0 -5
  282. package/core/modules/server/authenticators/header.js +0 -4
  283. package/core/modules/server/routes/delete-tiddler.js +0 -6
  284. package/core/modules/server/routes/get-favicon.js +0 -6
  285. package/core/modules/server/routes/get-file.js +0 -6
  286. package/core/modules/server/routes/get-index.js +0 -6
  287. package/core/modules/server/routes/get-login-basic.js +1 -7
  288. package/core/modules/server/routes/get-status.js +0 -6
  289. package/core/modules/server/routes/get-tiddler-html.js +0 -6
  290. package/core/modules/server/routes/get-tiddler.js +0 -6
  291. package/core/modules/server/routes/get-tiddlers-json.js +0 -6
  292. package/core/modules/server/routes/put-tiddler.js +0 -6
  293. package/core/modules/server/server.js +0 -5
  294. package/core/modules/startup/browser-messaging.js +0 -5
  295. package/core/modules/startup/commands.js +0 -5
  296. package/core/modules/startup/favicon.js +0 -5
  297. package/core/modules/startup/info.js +0 -5
  298. package/core/modules/startup/load-modules.js +0 -5
  299. package/core/modules/startup/password.js +0 -5
  300. package/core/modules/startup/plugins.js +1 -5
  301. package/core/modules/startup/render.js +0 -5
  302. package/core/modules/startup/rootwidget.js +3 -6
  303. package/core/modules/startup/startup.js +10 -13
  304. package/core/modules/startup/story.js +0 -5
  305. package/core/modules/startup/windows.js +0 -5
  306. package/core/modules/story.js +0 -6
  307. package/core/modules/storyviews/classic.js +6 -11
  308. package/core/modules/storyviews/pop.js +0 -5
  309. package/core/modules/storyviews/zoomin.js +0 -5
  310. package/core/modules/syncer.js +0 -5
  311. package/core/modules/tiddler.js +2 -7
  312. package/core/modules/upgraders/plugins.js +0 -5
  313. package/core/modules/upgraders/system.js +1 -6
  314. package/core/modules/upgraders/themetweaks.js +0 -5
  315. package/core/modules/utils/crypto.js +0 -5
  316. package/core/modules/utils/csv.js +0 -5
  317. package/core/modules/utils/dom/animations/slide.js +0 -5
  318. package/core/modules/utils/dom/animator.js +0 -5
  319. package/core/modules/utils/dom/browser.js +0 -5
  320. package/core/modules/utils/dom/dom.js +3 -7
  321. package/core/modules/utils/dom/dragndrop.js +0 -5
  322. package/core/modules/utils/dom/http.js +7 -7
  323. package/core/modules/utils/dom/keyboard.js +0 -5
  324. package/core/modules/utils/dom/modal.js +1 -5
  325. package/core/modules/utils/dom/notifier.js +0 -5
  326. package/core/modules/utils/dom/popup.js +0 -5
  327. package/core/modules/utils/dom/scroller.js +0 -5
  328. package/core/modules/utils/edition-info.js +8 -9
  329. package/core/modules/utils/errors.js +0 -4
  330. package/core/modules/utils/escapecss.js +1 -5
  331. package/core/modules/utils/fakedom.js +49 -26
  332. package/core/modules/utils/filesystem.js +1 -6
  333. package/core/modules/utils/linked-list.js +2 -3
  334. package/core/modules/utils/logger.js +0 -5
  335. package/core/modules/utils/parsetree.js +0 -5
  336. package/core/modules/utils/performance.js +0 -5
  337. package/core/modules/utils/pluginmaker.js +0 -5
  338. package/core/modules/utils/repository.js +0 -6
  339. package/core/modules/utils/transliterate.js +1 -6
  340. package/core/modules/utils/utils.js +4 -7
  341. package/core/modules/widgets/action-confirm.js +0 -5
  342. package/core/modules/widgets/action-createtiddler.js +0 -5
  343. package/core/modules/widgets/action-deletefield.js +0 -5
  344. package/core/modules/widgets/action-deletetiddler.js +0 -5
  345. package/core/modules/widgets/action-listops.js +0 -6
  346. package/core/modules/widgets/action-log.js +0 -5
  347. package/core/modules/widgets/action-navigate.js +0 -5
  348. package/core/modules/widgets/action-popup.js +0 -5
  349. package/core/modules/widgets/action-sendmessage.js +0 -5
  350. package/core/modules/widgets/action-setfield.js +0 -5
  351. package/core/modules/widgets/action-setmultiplefields.js +0 -6
  352. package/core/modules/widgets/browse.js +8 -5
  353. package/core/modules/widgets/button.js +0 -5
  354. package/core/modules/widgets/checkbox.js +6 -8
  355. package/core/modules/widgets/codeblock.js +0 -5
  356. package/core/modules/widgets/count.js +0 -5
  357. package/core/modules/widgets/data.js +13 -9
  358. package/core/modules/widgets/diff-text.js +0 -5
  359. package/core/modules/widgets/draggable.js +0 -5
  360. package/core/modules/widgets/droppable.js +26 -10
  361. package/core/modules/widgets/dropzone.js +0 -5
  362. package/core/modules/widgets/edit-binary.js +0 -5
  363. package/core/modules/widgets/edit-bitmap.js +0 -5
  364. package/core/modules/widgets/edit-shortcut.js +5 -6
  365. package/core/modules/widgets/edit-text.js +0 -5
  366. package/core/modules/widgets/edit.js +2 -16
  367. package/core/modules/widgets/element.js +0 -5
  368. package/core/modules/widgets/encrypt.js +0 -5
  369. package/core/modules/widgets/entity.js +0 -5
  370. package/core/modules/widgets/error.js +0 -5
  371. package/core/modules/widgets/eventcatcher.js +0 -5
  372. package/core/modules/widgets/fieldmangler.js +0 -5
  373. package/core/modules/widgets/fields.js +0 -5
  374. package/core/modules/widgets/fill.js +4 -6
  375. package/core/modules/widgets/genesis.js +20 -19
  376. package/core/modules/widgets/image.js +0 -5
  377. package/core/modules/widgets/importvariables.js +0 -5
  378. package/core/modules/widgets/jsontiddler.js +0 -5
  379. package/core/modules/widgets/keyboard.js +10 -13
  380. package/core/modules/widgets/let.js +0 -5
  381. package/core/modules/widgets/link.js +0 -6
  382. package/core/modules/widgets/linkcatcher.js +0 -5
  383. package/core/modules/widgets/list.js +0 -5
  384. package/core/modules/widgets/log.js +0 -5
  385. package/core/modules/widgets/macrocall.js +0 -5
  386. package/core/modules/widgets/messagecatcher.js +0 -5
  387. package/core/modules/widgets/navigator.js +13 -11
  388. package/core/modules/widgets/parameters.js +0 -5
  389. package/core/modules/widgets/password.js +0 -5
  390. package/core/modules/widgets/qualify.js +0 -5
  391. package/core/modules/widgets/radio.js +4 -5
  392. package/core/modules/widgets/range.js +4 -5
  393. package/core/modules/widgets/raw.js +0 -5
  394. package/core/modules/widgets/reveal.js +0 -5
  395. package/core/modules/widgets/scrollable.js +0 -5
  396. package/core/modules/widgets/select.js +5 -6
  397. package/core/modules/widgets/setmultiplevariables.js +0 -6
  398. package/core/modules/widgets/setvariable.js +0 -5
  399. package/core/modules/widgets/slot.js +0 -5
  400. package/core/modules/widgets/testcase.js +2 -6
  401. package/core/modules/widgets/text.js +0 -5
  402. package/core/modules/widgets/tiddler.js +0 -5
  403. package/core/modules/widgets/transclude.js +8 -8
  404. package/core/modules/widgets/vars.js +0 -5
  405. package/core/modules/widgets/view.js +0 -5
  406. package/core/modules/widgets/widget.js +44 -22
  407. package/core/modules/widgets/wikify.js +0 -5
  408. package/core/modules/wiki-bulkops.js +0 -5
  409. package/core/modules/wiki.js +32 -23
  410. package/core/palettes/Blanca.tid +19 -13
  411. package/core/palettes/Blue.tid +1 -0
  412. package/core/palettes/BrightMute.tid +2 -0
  413. package/core/palettes/ContrastDark.tid +38 -31
  414. package/core/palettes/ContrastLight.tid +21 -15
  415. package/core/palettes/CupertinoDark.tid +34 -27
  416. package/core/palettes/DarkPhotos.tid +21 -15
  417. package/core/palettes/DesertSand.tid +11 -5
  418. package/core/palettes/FlexokiDark.tid +212 -0
  419. package/core/palettes/FlexokiLight.tid +214 -0
  420. package/core/palettes/GruvBoxDark.tid +23 -20
  421. package/core/palettes/Nord.tid +28 -25
  422. package/core/palettes/Rocker.tid +17 -10
  423. package/core/palettes/SolarFlare.tid +47 -32
  424. package/core/palettes/SolarizedDark.tid +17 -6
  425. package/core/palettes/SolarizedLight.tid +16 -5
  426. package/core/palettes/SpartanDay.tid +1 -0
  427. package/core/palettes/SpartanNight.tid +1 -0
  428. package/core/palettes/Twilight.tid +6 -4
  429. package/core/palettes/Vanilla.tid +16 -15
  430. package/core/templates/exporters/CsvFile.tid +1 -0
  431. package/core/templates/exporters/JsonFile.tid +1 -0
  432. package/core/templates/exporters/TidFile.tid +1 -0
  433. package/core/templates/server/static.tiddler.wikitext.tid +4 -4
  434. package/core/templates/social-metadata.tid +38 -0
  435. package/core/templates/tiddlywiki5.html.tid +1 -0
  436. package/core/ui/Actions/new-journal.tid +4 -4
  437. package/core/ui/Actions/new-tiddler.tid +3 -3
  438. package/core/ui/AdvancedSearch/Filter.tid +76 -51
  439. package/core/ui/AdvancedSearch/Shadows.tid +31 -18
  440. package/core/ui/AdvancedSearch/Standard.tid +20 -15
  441. package/core/ui/AdvancedSearch/System.tid +32 -19
  442. package/core/ui/Components/plugin-info.tid +4 -4
  443. package/core/ui/ControlPanel/Basics.tid +2 -17
  444. package/core/ui/ControlPanel/Cascades/ViewTemplateSubtitle.tid +9 -0
  445. package/core/ui/ControlPanel/Cascades/ViewTemplateTags.tid +9 -0
  446. package/core/ui/ControlPanel/Modals/AddPlugins.tid +4 -4
  447. package/core/ui/ControlPanel/Saving/GitHub.tid +1 -1
  448. package/core/ui/ControlPanel/Saving/GitLab.tid +1 -1
  449. package/core/ui/ControlPanel/Saving/TiddlySpot.tid +1 -7
  450. package/core/ui/ControlPanel/Saving/gitea.tid +2 -2
  451. package/core/ui/ControlPanel/Settings/DefaultTiddlerInfoTab.tid +19 -0
  452. package/core/ui/ControlPanel/Settings/RecentLimit.tid +10 -0
  453. package/core/ui/ControlPanel/SocialCard.tid +22 -0
  454. package/core/ui/DefaultSearchResultList.tid +2 -2
  455. package/core/ui/EditTemplate/controls.tid +1 -2
  456. package/core/ui/EditTemplate/fields.tid +26 -29
  457. package/core/ui/EditTemplate/tags.tid +1 -3
  458. package/core/ui/EditTemplate/type.tid +4 -4
  459. package/core/ui/EditToolbar/cancel.tid +11 -7
  460. package/core/ui/EditToolbar/delete.tid +11 -7
  461. package/core/ui/EditToolbar/save.tid +6 -7
  462. package/core/ui/EditorToolbar/bold.tid +2 -1
  463. package/core/ui/EditorToolbar/excise.tid +1 -1
  464. package/core/ui/EditorToolbar/file-import.tid +22 -12
  465. package/core/ui/EditorToolbar/heading-1.tid +1 -1
  466. package/core/ui/EditorToolbar/heading-2.tid +1 -1
  467. package/core/ui/EditorToolbar/heading-3.tid +1 -1
  468. package/core/ui/EditorToolbar/heading-4.tid +1 -1
  469. package/core/ui/EditorToolbar/heading-5.tid +1 -1
  470. package/core/ui/EditorToolbar/heading-6.tid +1 -1
  471. package/core/ui/EditorToolbar/italic.tid +2 -1
  472. package/core/ui/EditorToolbar/link-dropdown.tid +22 -22
  473. package/core/ui/EditorToolbar/link.tid +1 -1
  474. package/core/ui/EditorToolbar/linkify.tid +2 -1
  475. package/core/ui/EditorToolbar/list-bullet.tid +1 -1
  476. package/core/ui/EditorToolbar/list-number.tid +1 -1
  477. package/core/ui/EditorToolbar/mono-block.tid +1 -1
  478. package/core/ui/EditorToolbar/mono-line.tid +2 -1
  479. package/core/ui/EditorToolbar/picture.tid +1 -1
  480. package/core/ui/EditorToolbar/quote.tid +1 -1
  481. package/core/ui/EditorToolbar/stamp-dropdown-item-template.tid +1 -1
  482. package/core/ui/EditorToolbar/strikethrough.tid +2 -1
  483. package/core/ui/EditorToolbar/subscript.tid +2 -1
  484. package/core/ui/EditorToolbar/superscript.tid +2 -1
  485. package/core/ui/EditorToolbar/transcludify.tid +2 -1
  486. package/core/ui/EditorToolbar/underline.tid +2 -1
  487. package/core/ui/ExportTiddlyWikiCore.tid +1 -1
  488. package/core/ui/ImportListing.tid +2 -0
  489. package/core/ui/KeyboardShortcuts/open-control-panel.tid +8 -0
  490. package/core/ui/PageControls/advanced-search.tid +6 -6
  491. package/core/ui/PageControls/closeall.tid +5 -5
  492. package/core/ui/PageControls/controlpanel.tid +6 -6
  493. package/core/ui/PageControls/encryption.tid +8 -8
  494. package/core/ui/PageControls/export-page.tid +1 -1
  495. package/core/ui/PageControls/export-tiddlywikicore.tid +1 -1
  496. package/core/ui/PageControls/fold-all.tid +5 -5
  497. package/core/ui/PageControls/full-screen.tid +5 -5
  498. package/core/ui/PageControls/home.tid +5 -5
  499. package/core/ui/PageControls/import.tid +5 -5
  500. package/core/ui/PageControls/language.tid +5 -12
  501. package/core/ui/PageControls/layout.tid +4 -4
  502. package/core/ui/PageControls/manager.tid +6 -6
  503. package/core/ui/PageControls/more-page-actions.tid +17 -21
  504. package/core/ui/PageControls/network-activity.tid +5 -5
  505. package/core/ui/PageControls/new-image.tid +4 -4
  506. package/core/ui/PageControls/new-journal.tid +5 -6
  507. package/core/ui/PageControls/newtiddler.tid +4 -4
  508. package/core/ui/PageControls/palette.tid +4 -4
  509. package/core/ui/PageControls/print.tid +5 -5
  510. package/core/ui/PageControls/refresh.tid +5 -5
  511. package/core/ui/PageControls/savewiki.tid +14 -7
  512. package/core/ui/PageControls/storyview.tid +5 -8
  513. package/core/ui/PageControls/tag-button.tid +6 -6
  514. package/core/ui/PageControls/theme.tid +4 -4
  515. package/core/ui/PageControls/timestamp.tid +8 -8
  516. package/core/ui/PageControls/unfold-all.tid +5 -5
  517. package/core/ui/SideBar/Recent.tid +1 -1
  518. package/core/ui/SideBar/Tools.tid +20 -25
  519. package/core/ui/SideBarSegments/search.tid +16 -14
  520. package/core/ui/TagManager.tid +17 -2
  521. package/core/ui/TagTemplate.tid +1 -1
  522. package/core/ui/TestCaseTemplate.tid +3 -1
  523. package/core/ui/TestCases/DefaultTemplate.tid +137 -79
  524. package/core/ui/TestCases/DefaultTemplateSourceTabs.tid +22 -1
  525. package/core/ui/TestCases/actions/Export.tid +1 -1
  526. package/core/ui/ViewTemplate/body/code.tid +5 -0
  527. package/core/ui/ViewTemplate/body/import.tid +1 -0
  528. package/core/ui/ViewTemplate/body/{rendered-plain-text.tid → rendered-plain-text/css.tid} +2 -1
  529. package/core/ui/ViewTemplate/body/rendered-plain-text/html.tid +4 -0
  530. package/core/ui/ViewTemplate/body.tid +1 -1
  531. package/core/ui/ViewTemplate/lazy-loading.tid +10 -0
  532. package/core/ui/ViewTemplate/subtitle/default.tid +10 -0
  533. package/core/ui/ViewTemplate/subtitle/modifier.tid +1 -1
  534. package/core/ui/ViewTemplate/subtitle.tid +1 -7
  535. package/core/ui/ViewTemplate/tags/default.tid +11 -0
  536. package/core/ui/ViewTemplate/tags.tid +1 -3
  537. package/core/ui/ViewTemplate/title.tid +1 -1
  538. package/core/ui/ViewToolbar/clone.tid +14 -9
  539. package/core/ui/ViewToolbar/close-others.tid +4 -4
  540. package/core/ui/ViewToolbar/close.tid +13 -9
  541. package/core/ui/ViewToolbar/edit.tid +13 -9
  542. package/core/ui/ViewToolbar/export-tiddler.tid +1 -4
  543. package/core/ui/ViewToolbar/fold-others.tid +4 -4
  544. package/core/ui/ViewToolbar/fold.tid +8 -8
  545. package/core/ui/ViewToolbar/info.tid +8 -9
  546. package/core/ui/ViewToolbar/more-tiddler-actions.tid +16 -21
  547. package/core/ui/ViewToolbar/new-here.tid +6 -8
  548. package/core/ui/ViewToolbar/new-journal-here.tid +9 -17
  549. package/core/ui/ViewToolbar/open-window.tid +4 -4
  550. package/core/ui/ViewToolbar/permalink.tid +4 -4
  551. package/core/ui/ViewToolbar/permaview.tid +4 -4
  552. package/core/ui/WikiInformation.tid +122 -0
  553. package/core/wiki/allfields.tid +25 -8
  554. package/core/wiki/config/EditorEnableImportFilter.tid +1 -1
  555. package/core/wiki/config/OfficialPluginLibrary.tid +1 -1
  556. package/core/wiki/config/RecentLimit.tid +3 -0
  557. package/core/wiki/config/ShortcutInfo.multids +1 -0
  558. package/core/wiki/config/TagPillDragFilter.tid +2 -0
  559. package/core/wiki/config/ViewTemplateBodyFilters.multids +4 -3
  560. package/core/wiki/config/ViewTemplateSubtitleFilters.multids +4 -0
  561. package/core/wiki/config/ViewTemplateTagsFilters.multids +4 -0
  562. package/core/wiki/config/shortcuts/shortcuts.multids +1 -0
  563. package/core/wiki/languageswitcher.tid +2 -15
  564. package/core/wiki/macros/CSS.tid +39 -27
  565. package/core/wiki/macros/colour-picker.tid +19 -24
  566. package/core/wiki/macros/copy-to-clipboard.tid +1 -1
  567. package/core/wiki/macros/diff.tid +1 -1
  568. package/core/wiki/macros/dumpvariables.tid +1 -1
  569. package/core/wiki/macros/export.tid +44 -25
  570. package/core/wiki/macros/image-picker.tid +13 -16
  571. package/core/wiki/macros/keyboard-driven-input.tid +91 -59
  572. package/core/wiki/macros/list.tid +41 -40
  573. package/core/wiki/macros/show-filter-count.tid +17 -0
  574. package/core/wiki/macros/tag-picker.tid +28 -25
  575. package/core/wiki/macros/tag.tid +1 -1
  576. package/core/wiki/macros/testcase.tid +1 -1
  577. package/core/wiki/macros/timeline.tid +8 -8
  578. package/core/wiki/macros/toc.tid +33 -27
  579. package/core/wiki/macros/translink.tid +13 -13
  580. package/core/wiki/macros/tree.tid +20 -24
  581. package/core/wiki/paletteswitcher.tid +1 -1
  582. package/core/wiki/tags/TextEditorSnippet.tid +2 -0
  583. package/core/wiki/tags/ViewTemplate.tid +1 -1
  584. package/core/wiki/tags/ViewTemplateBodyFilter.tid +1 -1
  585. package/editions/classicparserdemo/tiddlers/$__coreURL.tid +4 -0
  586. package/editions/classicparserdemo/tiddlywiki.info +4 -1
  587. package/editions/codemirrordemo/tiddlers/$__coreURL.tid +4 -0
  588. package/editions/codemirrordemo/tiddlers/HelloThere.tid +1 -0
  589. package/editions/codemirrordemo/tiddlywiki.info +10 -2
  590. package/editions/de-AT/tiddlers/HelloThere.tid +1 -1
  591. package/editions/de-AT/tiddlers/community/Fur_Entwickler.tid +1 -1
  592. package/editions/de-AT/tiddlers/community/Wie_kann_ich_helfen_.tid +2 -2
  593. package/editions/de-AT/tiddlers/lexikon/GitHub.tid +1 -1
  594. package/editions/de-AT/tiddlers/maintainer/Wer pflegt diese Edition_.tid +1 -1
  595. package/editions/de-AT/tiddlers/referenz/Lizenzen.tid +3 -3
  596. package/editions/dev/tiddlers/$__github-ribbon.tid +9 -0
  597. package/editions/dev/tiddlers/Continuous Deployment.tid +1 -1
  598. package/editions/dev/tiddlers/GitHub Branches.tid +1 -1
  599. package/editions/dev/tiddlers/build/Scripts for building tiddlywiki.com.tid +3 -3
  600. package/editions/dev/tiddlers/from tw5.com/Developing plugins using Node.js and GitHub.tid +1 -1
  601. package/editions/dev/tiddlers/from tw5.com/How to create a translation for TiddlyWiki.tid +2 -2
  602. package/editions/dev/tiddlers/from tw5.com/JavaScript Macros.tid +2 -3
  603. package/editions/dev/tiddlers/from tw5.com/moduletypes/SyncAdaptorModules.tid +1 -1
  604. package/editions/dev/tiddlers/javascript-widget-tutorial/domwidget.js +0 -4
  605. package/editions/dev/tiddlers/javascript-widget-tutorial/donothing.js +0 -5
  606. package/editions/dev/tiddlers/javascript-widget-tutorial/hello-attribute-optimized.js +0 -6
  607. package/editions/dev/tiddlers/javascript-widget-tutorial/hello-attribute.js +0 -6
  608. package/editions/dev/tiddlers/javascript-widget-tutorial/hello.js +0 -5
  609. package/editions/dev/tiddlers/javascript-widget-tutorial/refreshcount.js +0 -6
  610. package/editions/dev/tiddlers/javascript-widget-tutorial/tiddlerfield-norefresh.js +0 -6
  611. package/editions/dev/tiddlers/javascript-widget-tutorial/tiddlerfield.js +0 -6
  612. package/editions/dev/tiddlers/new/Filter Operators.tid +1 -7
  613. package/editions/dev/tiddlers/new/Hook_ th-before-importing.tid +0 -5
  614. package/editions/dev/tiddlers/new/ParserSubclassingMechanism.tid +0 -4
  615. package/editions/dev/tiddlers/new/Using TiddlyWiki as a library.tid +1 -1
  616. package/editions/dev/tiddlers/new/WidgetSubclassingMechanism.tid +0 -4
  617. package/editions/dev/tiddlers/system/ContributionBanner.tid +1 -1
  618. package/editions/dev/tiddlers/system/Sources.tid +1 -1
  619. package/editions/dev/tiddlers/system/github-fork-ribbon.tid +1 -1
  620. package/editions/dev/tiddlers/system/tw5.com-dev-styles.tid +2 -0
  621. package/editions/dynaviewdemo/tiddlers/$__coreURL.tid +4 -0
  622. package/editions/dynaviewdemo/tiddlywiki.info +4 -1
  623. package/editions/es-ES/tiddlers/$__ContributionBanner.tid +1 -1
  624. package/editions/es-ES/tiddlers/Articles.tid +1 -1
  625. package/editions/es-ES/tiddlers/Contributing.tid +1 -1
  626. package/editions/es-ES/tiddlers/Contributor_License_Agreement.tid +2 -2
  627. package/editions/es-ES/tiddlers/Contributors.tid +1 -1
  628. package/editions/es-ES/tiddlers/Examples.tid +1 -1
  629. package/editions/es-ES/tiddlers/Forums.tid +2 -2
  630. package/editions/es-ES/tiddlers/HelloThere.tid +1 -1
  631. package/editions/es-ES/tiddlers/Installing_TiddlyWiki_on_Node.js.tid +1 -1
  632. package/editions/es-ES/tiddlers/Resources.tid +1 -1
  633. package/editions/es-ES/tiddlers/Signing_the_Contributor_License_Agreement.tid +2 -2
  634. package/editions/es-ES/tiddlers/Tutorials.tid +1 -1
  635. package/editions/fr-FR/tiddlers/$__ContributionBanner.tid +1 -1
  636. package/editions/fr-FR/tiddlers/$__editions_tw5.com_version-macros.tid +1 -1
  637. package/editions/fr-FR/tiddlers/Contributing.tid +4 -4
  638. package/editions/fr-FR/tiddlers/Contributors.tid +1 -1
  639. package/editions/fr-FR/tiddlers/Developers.tid +4 -4
  640. package/editions/fr-FR/tiddlers/GitHub.tid +1 -1
  641. package/editions/fr-FR/tiddlers/HelloThere.tid +1 -1
  642. package/editions/fr-FR/tiddlers/HelpingTiddlyWiki.tid +2 -2
  643. package/editions/fr-FR/tiddlers/How to add a banner for GitHub contributions.tid +1 -1
  644. package/editions/fr-FR/tiddlers/Release 5.1.2.tid +8 -8
  645. package/editions/fr-FR/tiddlers/Release_5.1.8.tid +45 -45
  646. package/editions/fr-FR/tiddlers/ReportingBugs.tid +1 -1
  647. package/editions/fr-FR/tiddlers/RoadMap.tid +1 -1
  648. package/editions/fr-FR/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid +1 -1
  649. package/editions/full/tiddlywiki.info +5 -6
  650. package/editions/geospatialdemo/tiddlers/$__coreURL.tid +4 -0
  651. package/editions/geospatialdemo/tiddlers/Features.tid +13 -7
  652. package/editions/geospatialdemo/tiddlers/HelloThere.tid +5 -4
  653. package/editions/geospatialdemo/tiddlers/cities/LimehouseTownHall-image.jpeg +0 -0
  654. package/editions/geospatialdemo/tiddlers/cities/LimehouseTownHall-image.jpeg.meta +3 -0
  655. package/editions/geospatialdemo/tiddlers/cities/LimehouseTownHall.tid +3 -1
  656. package/editions/geospatialdemo/tiddlers/cities/Motovun-image.jpeg +0 -0
  657. package/editions/geospatialdemo/tiddlers/cities/Motovun-image.jpeg.meta +3 -0
  658. package/editions/geospatialdemo/tiddlers/cities/Motovun.tid +3 -1
  659. package/editions/geospatialdemo/tiddlers/cities/NewYork-image.jpeg +0 -0
  660. package/editions/geospatialdemo/tiddlers/cities/NewYork-image.jpeg.meta +3 -0
  661. package/editions/geospatialdemo/tiddlers/cities/NewYork.tid +3 -1
  662. package/editions/geospatialdemo/tiddlers/cities/Oxford-image.jpeg +0 -0
  663. package/editions/geospatialdemo/tiddlers/cities/Oxford-image.jpeg.meta +3 -0
  664. package/editions/geospatialdemo/tiddlers/cities/Oxford.tid +3 -1
  665. package/editions/geospatialdemo/tiddlers/cities/Toronto-image.jpeg +0 -0
  666. package/editions/geospatialdemo/tiddlers/cities/Toronto-image.jpeg.meta +3 -0
  667. package/editions/geospatialdemo/tiddlers/cities/Toronto.tid +3 -1
  668. package/editions/geospatialdemo/tiddlers/cities/Winchester-image.jpeg +0 -0
  669. package/editions/geospatialdemo/tiddlers/cities/Winchester-image.jpeg.meta +3 -0
  670. package/editions/geospatialdemo/tiddlers/cities/Winchester.tid +3 -1
  671. package/editions/geospatialdemo/tiddlers/config/FeatureVisbility.multids +4 -0
  672. package/editions/geospatialdemo/tiddlers/features/canada-census-subdivision-millesime-popuptemplate.tid +12 -0
  673. package/editions/geospatialdemo/tiddlers/features/canada-census-subdivision-millesime.geojson.meta +1 -0
  674. package/editions/geospatialdemo/tiddlers/features/harvard-glb-volc-geojson-popuptemplate.tid +10 -0
  675. package/editions/geospatialdemo/tiddlers/features/harvard-glb-volc-geojson.json.meta +2 -1
  676. package/editions/geospatialdemo/tiddlers/features/natural-earth-countries-low-res-popuptemplate.tid +32 -0
  677. package/editions/geospatialdemo/tiddlers/features/natural-earth-countries-low-res.json +1 -0
  678. package/editions/geospatialdemo/tiddlers/features/natural-earth-countries-low-res.json.meta +6 -0
  679. package/editions/geospatialdemo/tiddlers/features/us-states-popuptemplate.tid +6 -0
  680. package/editions/geospatialdemo/tiddlers/features/us-states.geojson.meta +1 -0
  681. package/editions/geospatialdemo/tiddlers/real-estate-demo/schema.json +2 -2
  682. package/editions/geospatialdemo/tiddlers/ui/geofeature.tid +1 -1
  683. package/editions/geospatialdemo/tiddlers/ui/geomarker.tid +4 -4
  684. package/editions/geospatialdemo/tiddlers/ui/popuptemplate.tid +9 -0
  685. package/editions/geospatialdemo/tiddlywiki.info +3 -0
  686. package/editions/highlightdemo/tiddlers/$__coreURL.tid +4 -0
  687. package/editions/highlightdemo/tiddlywiki.info +4 -1
  688. package/editions/innerwikidemo/tiddlers/system/$__coreURL.tid +4 -0
  689. package/editions/innerwikidemo/tiddlywiki.info +3 -0
  690. package/editions/introduction/tiddlers/slides/Translations.tid +2 -26
  691. package/editions/introduction/tiddlywiki.info +4 -0
  692. package/editions/ja-JP/tiddlers/$_config_ViewTemplateSubtitle_original-modified.tid +6 -0
  693. package/editions/ja-JP/tiddlers/$_config_ViewTemplateTitleFilters_ja-default.tid +8 -0
  694. package/editions/ja-JP/tiddlers/$_core_ui_ViewTemplate_title_ja-default.tid +9 -0
  695. package/editions/ja-JP/tiddlers/$_editions_ja-JP_Macros_list.tid +25 -0
  696. package/editions/ja-JP/tiddlers/$_editions_ja-JP_Macros_timeline-title.tid +12 -0
  697. package/editions/ja-JP/tiddlers/$_editions_ja-JP_Macros_toc-caption.tid +16 -0
  698. package/editions/ja-JP/tiddlers/$_plugins_tiddlywiki_menubar_items_contents.tid +12 -0
  699. package/editions/ja-JP/tiddlers/Hidden Setting_ Import Content Types for Editor.tid +13 -0
  700. package/editions/ja-JP/tiddlers/TiddlyWiki Docs PR Maker.tid +14 -0
  701. package/editions/ja-JP/tiddlers/_tw_shared/sites/classic.tiddlywiki.com.tid +7 -0
  702. package/editions/ja-JP/tiddlers/_tw_shared/sites/links.tiddlywiki.org.tid +7 -0
  703. package/editions/ja-JP/tiddlers/_tw_shared/sites/marketplace.tid +7 -0
  704. package/editions/ja-JP/tiddlers/_tw_shared/sites/talk.tiddlywiki.org.tid +7 -0
  705. package/editions/ja-JP/tiddlers/_tw_shared/sites/tiddlywiki.com.dev.tid +7 -0
  706. package/editions/ja-JP/tiddlers/_tw_shared/sites/tiddlywiki.com.prerelease.tid +7 -0
  707. package/editions/ja-JP/tiddlers/_tw_shared/sites/tiddlywiki.com.tid +7 -0
  708. package/editions/ja-JP/tiddlers/_tw_shared/sites/tiddlywiki.com.upgrade.tid +7 -0
  709. package/editions/ja-JP/tiddlers/_tw_shared/sites/tiddlywiki.org.tid +7 -0
  710. package/editions/ja-JP/tiddlers/_tw_shared/sites.tid +33 -0
  711. package/editions/ja-JP/tiddlers/about/About.tid +11 -0
  712. package/editions/ja-JP/tiddlers/about/Acknowledgements.tid +11 -0
  713. package/editions/ja-JP/tiddlers/about/Archive.tid +83 -0
  714. package/editions/ja-JP/tiddlers/about/Contributors.tid +45 -0
  715. package/editions/ja-JP/tiddlers/about/Developers.tid +31 -0
  716. package/editions/ja-JP/tiddlers/about/Funding TiddlyWiki.tid +21 -0
  717. package/editions/ja-JP/tiddlers/about/History of TiddlyWiki.tid +88 -0
  718. package/editions/ja-JP/tiddlers/about/License.tid +21 -0
  719. package/editions/ja-JP/tiddlers/about/Open Collective.tid +16 -0
  720. package/editions/ja-JP/tiddlers/about/Philosophy of Tiddlers.tid +13 -0
  721. package/editions/ja-JP/tiddlers/commands/NamedCommandParameters.tid +24 -0
  722. package/editions/ja-JP/tiddlers/community/Articles.tid +28 -0
  723. package/editions/ja-JP/tiddlers/community/Community Editions.tid +27 -0
  724. package/editions/ja-JP/tiddlers/community/Community Palettes.tid +27 -0
  725. package/editions/ja-JP/tiddlers/community/Community Plugins.tid +27 -0
  726. package/editions/ja-JP/tiddlers/community/Community Themes.tid +27 -0
  727. package/editions/ja-JP/tiddlers/community/Community.tid +13 -0
  728. package/editions/ja-JP/tiddlers/community/Examples.tid +26 -0
  729. package/editions/ja-JP/tiddlers/community/Forums.tid +38 -0
  730. package/editions/ja-JP/tiddlers/community/Latest.tid +28 -0
  731. package/editions/ja-JP/tiddlers/community/Meetups.tid +16 -0
  732. package/editions/ja-JP/tiddlers/community/OXTWIG.tid +25 -0
  733. package/editions/ja-JP/tiddlers/community/Other Resources.tid +27 -0
  734. package/editions/ja-JP/tiddlers/community/TiddlyWiki Hangouts.tid +13 -0
  735. package/editions/ja-JP/tiddlers/community/TiddlyWiki on the Web.tid +18 -0
  736. package/editions/ja-JP/tiddlers/community/Tutorials.tid +28 -0
  737. package/editions/ja-JP/tiddlers/community/editions/_Noteself_ by Danielo Rodriguez.tid +35 -0
  738. package/editions/ja-JP/tiddlers/community/examples/A Thesis Notebook.tid +19 -0
  739. package/editions/ja-JP/tiddlers/community/examples/GitFixUm.tid +16 -0
  740. package/editions/ja-JP/tiddlers/community/examples/PESpot Lesson Planner by Patrick Detzner.tid +16 -0
  741. package/editions/ja-JP/tiddlers/community/examples/PETTIL.tid +21 -0
  742. package/editions/ja-JP/tiddlers/community/examples/Simple Zork like Game.tid +17 -0
  743. package/editions/ja-JP/tiddlers/community/examples/TriTarget.org by Devin Weaver.tid +16 -0
  744. package/editions/ja-JP/tiddlers/community/examples/_Lucky Sushi_ online shop by sini-Kit.tid +13 -0
  745. package/editions/ja-JP/tiddlers/community/resources/Gospel_Bubbles_by_Rev_David_Gifford.tid +28 -0
  746. package/editions/ja-JP/tiddlers/community/resources/TW5-firebase_ TiddlyWiki5 for Google Firebase by Peter Neumark.tid +29 -0
  747. package/editions/ja-JP/tiddlers/community/resources/TiddlyDrive Add-on for Google Drive by Joshua Stubbs.tid +26 -0
  748. package/editions/ja-JP/tiddlers/community/resources/TiddlyServer by Arlen Beiler.tid +30 -0
  749. package/editions/ja-JP/tiddlers/community/resources/Twexe_ Single File Tiddlywiki5 executable.tid +32 -0
  750. package/editions/ja-JP/tiddlers/community/resources/_Timimi_ Extension and executable by Riz.tid +36 -0
  751. package/editions/ja-JP/tiddlers/community/resources/_file-backups_ Extension Firefox by pmario.tid +20 -0
  752. package/editions/ja-JP/tiddlers/community/resources/_savetiddlers_ Extension for Chrome and Firefox by buggyj.tid +18 -0
  753. package/editions/ja-JP/tiddlers/concepts/ExternalImages.tid +72 -0
  754. package/editions/ja-JP/tiddlers/concepts/Filters.tid +30 -0
  755. package/editions/ja-JP/tiddlers/concepts/InfoPanel.tid +18 -0
  756. package/editions/ja-JP/tiddlers/concepts/Order of Tagged Tiddlers.tid +22 -0
  757. package/editions/ja-JP/tiddlers/concepts/PermaLinks.tid +64 -0
  758. package/editions/ja-JP/tiddlers/concepts/Selection Constructors.tid +19 -0
  759. package/editions/ja-JP/tiddlers/concepts/TagTiddlers.tid +13 -0
  760. package/editions/ja-JP/tiddlers/concepts/TiddlyWikiFolders.tid +42 -0
  761. package/editions/ja-JP/tiddlers/customising/Alternative page layouts.tid +48 -0
  762. package/editions/ja-JP/tiddlers/customising/Configuring startup tiddlers.tid +29 -0
  763. package/editions/ja-JP/tiddlers/customising/Creating new toolbar buttons.tid +37 -0
  764. package/editions/ja-JP/tiddlers/customising/Customise TiddlyWiki.tid +12 -0
  765. package/editions/ja-JP/tiddlers/customising/Customising TiddlyWiki's user interface.tid +77 -0
  766. package/editions/ja-JP/tiddlers/customising/Customising search results.tid +51 -0
  767. package/editions/ja-JP/tiddlers/definitions/TiddlyDesktop.tid +21 -0
  768. package/editions/ja-JP/tiddlers/demonstrations/KeyboardDrivenInput/Demonstration_ keyboard-driven-input Macro.tid +123 -0
  769. package/editions/ja-JP/tiddlers/demonstrations/SampleNotification.tid +9 -0
  770. package/editions/ja-JP/tiddlers/demonstrations/SampleWizard.tid +15 -0
  771. package/editions/ja-JP/tiddlers/demonstrations/SampleWizard2.tid +13 -0
  772. package/editions/ja-JP/tiddlers/demonstrations/Tasks/Compose ballad.tid +8 -0
  773. package/editions/ja-JP/tiddlers/demonstrations/Tasks/Get the Ring.tid +8 -0
  774. package/editions/ja-JP/tiddlers/demonstrations/Tasks/Go to Mordor.tid +8 -0
  775. package/editions/ja-JP/tiddlers/demonstrations/Tasks/Kill the Dragon.tid +9 -0
  776. package/editions/ja-JP/tiddlers/demonstrations/Tasks/Make the beds.tid +8 -0
  777. package/editions/ja-JP/tiddlers/demonstrations/Tasks/TaskManagementExample.tid +27 -0
  778. package/editions/ja-JP/tiddlers/demonstrations/Tasks/TaskManagementExampleDraggable.tid +25 -0
  779. package/editions/ja-JP/tiddlers/demonstrations/Tasks/TaskManagementExampleDraggableTemplate.tid +9 -0
  780. package/editions/ja-JP/tiddlers/demonstrations/Tasks/done.tid +8 -0
  781. package/editions/ja-JP/tiddlers/demonstrations/Tasks/task.tid +10 -0
  782. package/editions/ja-JP/tiddlers/editions/Blog Edition.tid +11 -0
  783. package/editions/ja-JP/tiddlers/editions/Editions.tid +18 -0
  784. package/editions/ja-JP/tiddlers/editions/Empty Edition.tid +16 -0
  785. package/editions/ja-JP/tiddlers/editions/Full Edition.tid +13 -0
  786. package/editions/ja-JP/tiddlers/editions/R/303/251sum/303/251 Builder Edition.tid" +11 -0
  787. package/editions/ja-JP/tiddlers/editions/Text Slicer Edition.tid +11 -0
  788. package/editions/ja-JP/tiddlers/editions/XLSX Utilities Edition.tid +11 -0
  789. package/editions/ja-JP/tiddlers/features/AutoSave.tid +13 -0
  790. package/editions/ja-JP/tiddlers/features/Core Icons.tid +42 -0
  791. package/editions/ja-JP/tiddlers/features/DateFormat.tid +89 -0
  792. package/editions/ja-JP/tiddlers/features/Deserializers.tid +22 -0
  793. package/editions/ja-JP/tiddlers/features/Drag and Drop.tid +33 -0
  794. package/editions/ja-JP/tiddlers/features/Features.tid +13 -0
  795. package/editions/ja-JP/tiddlers/features/Future Proof.tid +18 -0
  796. package/editions/ja-JP/tiddlers/features/Importing Tiddlers.tid +28 -0
  797. package/editions/ja-JP/tiddlers/features/JSON in TiddlyWiki.tid +73 -0
  798. package/editions/ja-JP/tiddlers/features/LazyLoading.tid +32 -0
  799. package/editions/ja-JP/tiddlers/features/Modals.tid +26 -0
  800. package/editions/ja-JP/tiddlers/features/Notifications.tid +11 -0
  801. package/editions/ja-JP/tiddlers/features/Performance Instrumentation.tid +38 -0
  802. package/editions/ja-JP/tiddlers/features/SafeMode.tid +30 -0
  803. package/editions/ja-JP/tiddlers/features/Scalability.tid +11 -0
  804. package/editions/ja-JP/tiddlers/features/Searching in TiddlyWiki.tid +24 -0
  805. package/editions/ja-JP/tiddlers/features/StartupActions.tid +46 -0
  806. package/editions/ja-JP/tiddlers/fileformats/MultiTiddlerFileSyntax.tid +31 -0
  807. package/editions/ja-JP/tiddlers/fileformats/MultiTiddlerFiles.tid +38 -0
  808. package/editions/ja-JP/tiddlers/fileformats/TiddlerFiles.tid +112 -0
  809. package/editions/ja-JP/tiddlers/filters/Introduction to filter notation.tid +97 -0
  810. package/editions/ja-JP/tiddlers/filters/syntax/All Filter Run Prefix.tid +20 -0
  811. package/editions/ja-JP/tiddlers/filters/syntax/And Filter Run Prefix.tid +20 -0
  812. package/editions/ja-JP/tiddlers/filters/syntax/Cascade Filter Run Prefix (Examples).tid +48 -0
  813. package/editions/ja-JP/tiddlers/filters/syntax/Cascade Filter Run Prefix.tid +27 -0
  814. package/editions/ja-JP/tiddlers/filters/syntax/Else Filter Run Prefix.tid +22 -0
  815. package/editions/ja-JP/tiddlers/filters/syntax/Except Filter Run Prefix.tid +20 -0
  816. package/editions/ja-JP/tiddlers/filters/syntax/Filter Expression.tid +23 -0
  817. package/editions/ja-JP/tiddlers/filters/syntax/Filter Filter Run Prefix (Examples).tid +33 -0
  818. package/editions/ja-JP/tiddlers/filters/syntax/Filter Filter Run Prefix.tid +34 -0
  819. package/editions/ja-JP/tiddlers/filters/syntax/Filter Parameter.tid +40 -0
  820. package/editions/ja-JP/tiddlers/filters/syntax/Filter Run Prefix.tid +21 -0
  821. package/editions/ja-JP/tiddlers/filters/syntax/Filter Run.tid +29 -0
  822. package/editions/ja-JP/tiddlers/filters/syntax/Filter Step.tid +37 -0
  823. package/editions/ja-JP/tiddlers/filters/syntax/Filter Syntax.tid +26 -0
  824. package/editions/ja-JP/tiddlers/filters/syntax/Filter Whitespace.tid +15 -0
  825. package/editions/ja-JP/tiddlers/filters/syntax/Interchangeable Filter Run Prefixes.tid +47 -0
  826. package/editions/ja-JP/tiddlers/filters/syntax/Intersection Filter Run Prefix (Examples).tid +38 -0
  827. package/editions/ja-JP/tiddlers/filters/syntax/Intersection Filter Run Prefix.tid +22 -0
  828. package/editions/ja-JP/tiddlers/filters/syntax/Map Filter Run Prefix (Examples).tid +60 -0
  829. package/editions/ja-JP/tiddlers/filters/syntax/Map Filter Run Prefix.tid +35 -0
  830. package/editions/ja-JP/tiddlers/filters/syntax/Named Filter Run Prefix.tid +38 -0
  831. package/editions/ja-JP/tiddlers/filters/syntax/Or Filter Run Prefix.tid +20 -0
  832. package/editions/ja-JP/tiddlers/filters/syntax/Reduce Filter Run Prefix (Examples).tid +29 -0
  833. package/editions/ja-JP/tiddlers/filters/syntax/Reduce Filter Run Prefix.tid +49 -0
  834. package/editions/ja-JP/tiddlers/filters/syntax/Shortcut Filter Run Prefixes.tid +30 -0
  835. package/editions/ja-JP/tiddlers/filters/syntax/Sort Filter Run Prefix (Examples).tid +35 -0
  836. package/editions/ja-JP/tiddlers/filters/syntax/Sort Filter Run Prefix.tid +61 -0
  837. package/editions/ja-JP/tiddlers/filters/syntax/Then Filter Run Prefix (Examples).tid +53 -0
  838. package/editions/ja-JP/tiddlers/filters/syntax/then Filter Run Prefix.tid +41 -0
  839. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Android.tid +22 -0
  840. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Chrome.tid +12 -0
  841. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Firefox.tid +13 -0
  842. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Internet Explorer.tid +13 -0
  843. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Node.js.tid +10 -0
  844. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Online.tid +15 -0
  845. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Safari.tid +13 -0
  846. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - iOS.tid +10 -0
  847. package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted.tid +17 -0
  848. package/editions/ja-JP/tiddlers/hellothere/A Gentle Guide to TiddlyWiki.tid +24 -0
  849. package/editions/ja-JP/tiddlers/hellothere/Discover TiddlyWiki.tid +38 -0
  850. package/editions/ja-JP/tiddlers/hellothere/Find Out More.tid +18 -0
  851. package/editions/ja-JP/tiddlers/hellothere/HelloThere.tid +19 -0
  852. package/editions/ja-JP/tiddlers/hellothere/Some of the things you can do with TiddlyWiki.tid +22 -0
  853. package/editions/ja-JP/tiddlers/hellothere/Ten reasons to switch to TiddlyWiki.tid +20 -0
  854. package/editions/ja-JP/tiddlers/hellothere/Testimonials and Reviews.tid +15 -0
  855. package/editions/ja-JP/tiddlers/hellothere/Welcome.tid +8 -0
  856. package/editions/ja-JP/tiddlers/hellothere/What happened to the original TiddlyWiki_.tid +17 -0
  857. package/editions/ja-JP/tiddlers/hellothere/quickstart/Quick Start.tid +23 -0
  858. package/editions/ja-JP/tiddlers/hellothere/quickstart/desktop.tid +11 -0
  859. package/editions/ja-JP/tiddlers/hellothere/quickstart/diy.tid +11 -0
  860. package/editions/ja-JP/tiddlers/hellothere/quickstart/tiddlyhost.tid +11 -0
  861. package/editions/ja-JP/tiddlers/hellothere/quickstart/xememex.tid +11 -0
  862. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Funding.tid +10 -0
  863. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Grok TiddlyWiki.tid +10 -0
  864. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Intertwingled Innovations.tid +10 -0
  865. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Introduction Video.tid +11 -0
  866. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Latest Version.tid +15 -0
  867. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Marketplace.tid +10 -0
  868. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - MultiWikiServer.tid +11 -0
  869. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Newsletter.tid +10 -0
  870. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWiki Privacy.tid +9 -0
  871. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWikiLinks.tid +9 -0
  872. package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Twenty Years of TiddlyWiki.tid +10 -0
  873. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Content to be displayed for empty story.tid +14 -0
  874. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Default Story Ordering.tid +5 -0
  875. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Default Tiddler Colour.tid +9 -0
  876. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting EditTabIndex.tid +10 -0
  877. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting HtmlParserDisableSandbox.tid +16 -0
  878. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting NewImageType.tid +11 -0
  879. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SaveWikiButton Filename.tid +13 -0
  880. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SaveWikiButton Template.tid +15 -0
  881. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Search-NavigateOnEnter.tid +9 -0
  882. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SearchMinLength.tid +13 -0
  883. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting ShowEditPreviewPerTiddler.tid +12 -0
  884. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Sync System Tiddlers From Server.tid +15 -0
  885. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SyncLogging.tid +15 -0
  886. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SyncPollingInterval.tid +15 -0
  887. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting TagsMinLength.tid +13 -0
  888. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting ViewTemplate and EditTemplate.tid +8 -0
  889. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Default Tiddler Icon.tid +9 -0
  890. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Disable Drag and Drop.tid +21 -0
  891. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Disable Lazy Loading.tid +11 -0
  892. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Enable File Import in Editor_1.tid +14 -0
  893. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ More Tabs Horizontal.tid +9 -0
  894. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Scroll Top Adjustment.tid +12 -0
  895. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Search AutoFocus.tid +11 -0
  896. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Tag Pill Drag Filter.tid +24 -0
  897. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Typin Refresh Delay.tid +15 -0
  898. package/editions/ja-JP/tiddlers/hiddensettings/Hidden Settings.tid +13 -0
  899. package/editions/ja-JP/tiddlers/howtos/Adding a Twitter Follow button.tid +24 -0
  900. package/editions/ja-JP/tiddlers/howtos/Adding_a_table_of_contents_to_the_sidebar.tid +27 -0
  901. package/editions/ja-JP/tiddlers/howtos/Adopt a Titles Policy.tid +16 -0
  902. package/editions/ja-JP/tiddlers/howtos/Concatenating text and variables using macro substitution.tid +61 -0
  903. package/editions/ja-JP/tiddlers/howtos/Configuring the default TiddlerInfo tab.tid +19 -0
  904. package/editions/ja-JP/tiddlers/howtos/Constructing JSON tiddlers.tid +18 -0
  905. package/editions/ja-JP/tiddlers/howtos/Creating SubStories.tid +34 -0
  906. package/editions/ja-JP/tiddlers/howtos/Creating a custom export format.tid +23 -0
  907. package/editions/ja-JP/tiddlers/howtos/Creating a splash screen.tid +36 -0
  908. package/editions/ja-JP/tiddlers/howtos/Custom Styles FAQ.tid +11 -0
  909. package/editions/ja-JP/tiddlers/howtos/Custom Styles by title.tid +41 -0
  910. package/editions/ja-JP/tiddlers/howtos/Custom Styles by userClass.tid +28 -0
  911. package/editions/ja-JP/tiddlers/howtos/Custom tag pill styles.tid +34 -0
  912. package/editions/ja-JP/tiddlers/howtos/Custom_Attribute_Selectors.tid +33 -0
  913. package/editions/ja-JP/tiddlers/howtos/Custom_styles_by_data-tags.tid +62 -0
  914. package/editions/ja-JP/tiddlers/howtos/Debugging Stylesheets.tid +13 -0
  915. package/editions/ja-JP/tiddlers/howtos/Editing Tiddlers with Emacs.tid +40 -0
  916. package/editions/ja-JP/tiddlers/howtos/Editing Tiddlers with Vim.tid +11 -0
  917. package/editions/ja-JP/tiddlers/howtos/Editor toolbar.tid +22 -0
  918. package/editions/ja-JP/tiddlers/howtos/Formatting List Results as Tables with CSS - Specified Columns Methods.tid +51 -0
  919. package/editions/ja-JP/tiddlers/howtos/Formatting List Results as Tables with CSS - Variable Column Method.tid +85 -0
  920. package/editions/ja-JP/tiddlers/howtos/Formatting_List_Results_as_Tables_(no_CSS).tid +51 -0
  921. package/editions/ja-JP/tiddlers/howtos/Generating Static Sites with TiddlyWiki.tid +37 -0
  922. package/editions/ja-JP/tiddlers/howtos/Height of text editor.tid +8 -0
  923. package/editions/ja-JP/tiddlers/howtos/How to add a banner for GitHub contributions.tid +22 -0
  924. package/editions/ja-JP/tiddlers/howtos/How to apply custom styles by tag.tid +62 -0
  925. package/editions/ja-JP/tiddlers/howtos/How to apply custom styles.tid +12 -0
  926. package/editions/ja-JP/tiddlers/howtos/How to build a TiddlyWiki5 from individual tiddlers.tid +19 -0
  927. package/editions/ja-JP/tiddlers/howtos/How to change the sort order of sub-branches in a TOC macro.tid +27 -0
  928. package/editions/ja-JP/tiddlers/howtos/How to create a custom story tiddler template.tid +42 -0
  929. package/editions/ja-JP/tiddlers/howtos/How to create a custom tiddler colour rule.tid +38 -0
  930. package/editions/ja-JP/tiddlers/howtos/How to create a custom tiddler icon rule.tid +38 -0
  931. package/editions/ja-JP/tiddlers/howtos/How to create keyboard shortcuts.tid +107 -0
  932. package/editions/ja-JP/tiddlers/howtos/How to customize TiddlyDesktop.tid +34 -0
  933. package/editions/ja-JP/tiddlers/howtos/How to embed PDF and other documents.tid +37 -0
  934. package/editions/ja-JP/tiddlers/howtos/How to export tiddlers.tid +32 -0
  935. package/editions/ja-JP/tiddlers/howtos/How to hide the author's and other fields with CSS.tid +33 -0
  936. package/editions/ja-JP/tiddlers/howtos/How to put the last modification date in a banner.tid +29 -0
  937. package/editions/ja-JP/tiddlers/howtos/How to update TiddlyWiki to the latest version.tid +9 -0
  938. package/editions/ja-JP/tiddlers/howtos/How to widen tiddlers (aka storyriver).tid +17 -0
  939. package/editions/ja-JP/tiddlers/howtos/How_to_add_a_new_tab_to_the_sidebar.tid +17 -0
  940. package/editions/ja-JP/tiddlers/howtos/How_to_turn_off_camel_case_linking.tid +27 -0
  941. package/editions/ja-JP/tiddlers/howtos/Insert link.tid +12 -0
  942. package/editions/ja-JP/tiddlers/howtos/Insert picture.tid +10 -0
  943. package/editions/ja-JP/tiddlers/howtos/KeyboardShortcuts.tid +38 -0
  944. package/editions/ja-JP/tiddlers/howtos/Making a custom journal button.tid +43 -0
  945. package/editions/ja-JP/tiddlers/howtos/Making curved text with SVG.tid +28 -0
  946. package/editions/ja-JP/tiddlers/howtos/Modifying JSON tiddlers.tid +20 -0
  947. package/editions/ja-JP/tiddlers/howtos/More actions.tid +8 -0
  948. package/editions/ja-JP/tiddlers/howtos/Preserving open tiddlers at startup.tid +17 -0
  949. package/editions/ja-JP/tiddlers/howtos/Reading data from JSON tiddlers.tid +36 -0
  950. package/editions/ja-JP/tiddlers/howtos/Setting a favicon.tid +19 -0
  951. package/editions/ja-JP/tiddlers/howtos/Setting a page background image.tid +19 -0
  952. package/editions/ja-JP/tiddlers/howtos/Sharing a TiddlyWiki on Dropbox.tid +27 -0
  953. package/editions/ja-JP/tiddlers/howtos/Simple ways to write protect tiddlers.tid +32 -0
  954. package/editions/ja-JP/tiddlers/howtos/Structuring TiddlyWiki.tid +14 -0
  955. package/editions/ja-JP/tiddlers/howtos/Tagging.tid +42 -0
  956. package/editions/ja-JP/tiddlers/howtos/Text preview.tid +20 -0
  957. package/editions/ja-JP/tiddlers/howtos/The First Rule of Using TiddlyWiki.tid +37 -0
  958. package/editions/ja-JP/tiddlers/howtos/Upgrading.tid +64 -0
  959. package/editions/ja-JP/tiddlers/howtos/Using Excise.tid +20 -0
  960. package/editions/ja-JP/tiddlers/howtos/Using SVG.tid +57 -0
  961. package/editions/ja-JP/tiddlers/howtos/Using Stamp.tid +59 -0
  962. package/editions/ja-JP/tiddlers/howtos/Using Stylesheets.tid +82 -0
  963. package/editions/ja-JP/tiddlers/howtos/Using TiddlyWiki for GitHub project documentation.tid +31 -0
  964. package/editions/ja-JP/tiddlers/howtos/Using a custom path prefix with the client-server edition.tid +16 -0
  965. package/editions/ja-JP/tiddlers/howtos/Visible Transclusions.tid +16 -0
  966. package/editions/ja-JP/tiddlers/howtos/Windows HTA Hack.tid +18 -0
  967. package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_dynamic_stylesheet.tid +10 -0
  968. package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_how_can_i_use_custom_field.tid +31 -0
  969. package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_what_if_tiddler_has_no_tags.tid +21 -0
  970. package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_what_this_and_that_tag.tid +34 -0
  971. package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_what_this_or_that_tag.tid +19 -0
  972. package/editions/ja-JP/tiddlers/images/Icon Gallery.tid +16 -0
  973. package/editions/ja-JP/tiddlers/languages/Castellano (Espana) Edition.tid +14 -0
  974. package/editions/ja-JP/tiddlers/languages/Chinese (Simplified) Edition.tid +15 -0
  975. package/editions/ja-JP/tiddlers/languages/Chinese (Traditional) Edition.tid +15 -0
  976. package/editions/ja-JP/tiddlers/languages/French (France) Edition.tid +13 -0
  977. package/editions/ja-JP/tiddlers/languages/German (Austria) Edition.tid +15 -0
  978. package/editions/ja-JP/tiddlers/languages/German (Germany) Edition.tid +15 -0
  979. package/editions/ja-JP/tiddlers/languages/Japanese (Japan) Edition.tid +13 -0
  980. package/editions/ja-JP/tiddlers/languages/Korean (Korea Republic) Edition.tid +13 -0
  981. package/editions/ja-JP/tiddlers/languages/Languages.tid +19 -0
  982. package/editions/ja-JP/tiddlers/learning/Copying tiddlers between TiddlyWiki files.tid +11 -0
  983. package/editions/ja-JP/tiddlers/learning/Introduction to Lists.tid +59 -0
  984. package/editions/ja-JP/tiddlers/learning/Learning.tid +14 -0
  985. package/editions/ja-JP/tiddlers/mechanisms/AlertMechanism.tid +22 -0
  986. package/editions/ja-JP/tiddlers/mechanisms/DragAndDropMechanism.tid +27 -0
  987. package/editions/ja-JP/tiddlers/menubar/gettingstarted.tid +7 -0
  988. package/editions/ja-JP/tiddlers/nodejs/Building TiddlyWikiClassic.tid +27 -0
  989. package/editions/ja-JP/tiddlers/nodejs/Customising Tiddler File Naming.tid +58 -0
  990. package/editions/ja-JP/tiddlers/nodejs/Environment Variables on Node.js.tid +27 -0
  991. package/editions/ja-JP/tiddlers/nodejs/Installing TiddlyWiki Prerelease on Node.js.tid +16 -0
  992. package/editions/ja-JP/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid +44 -0
  993. package/editions/ja-JP/tiddlers/nodejs/Installing custom plugins on Node.js.tid +23 -0
  994. package/editions/ja-JP/tiddlers/nodejs/Installing official plugins on Node.js.tid +41 -0
  995. package/editions/ja-JP/tiddlers/nodejs/Scripts for TiddlyWiki on Node.js.tid +52 -0
  996. package/editions/ja-JP/tiddlers/nodejs/Serving TW5 from Android.tid +48 -0
  997. package/editions/ja-JP/tiddlers/nodejs/TiddlyWiki on Node.js.tid +24 -0
  998. package/editions/ja-JP/tiddlers/nodejs/Uninstalling a plugin with Node.js.tid +33 -0
  999. package/editions/ja-JP/tiddlers/nodejs/Upgrading TiddlyWiki on Node.js.tid +19 -0
  1000. package/editions/ja-JP/tiddlers/nodejs/Using TiddlyWiki on Node.js.tid +43 -0
  1001. package/editions/ja-JP/tiddlers/nodejs/Working with the TiddlyWiki5 repository.tid +25 -0
  1002. package/editions/ja-JP/tiddlers/nodejs/tiddlywiki.files_Files.tid +172 -0
  1003. package/editions/ja-JP/tiddlers/nodejs/tiddlywiki.info_Files.tid +60 -0
  1004. package/editions/ja-JP/tiddlers/platforms/Platforms.tid +12 -0
  1005. package/editions/ja-JP/tiddlers/plugins/Amazon Web Services Plugin.tid +12 -0
  1006. package/editions/ja-JP/tiddlers/plugins/BrowserStorage Plugin.tid +20 -0
  1007. package/editions/ja-JP/tiddlers/plugins/CodeMirror Plugin.tid +12 -0
  1008. package/editions/ja-JP/tiddlers/plugins/Consent Banner Plugin.tid +16 -0
  1009. package/editions/ja-JP/tiddlers/plugins/D3 Plugin.tid +14 -0
  1010. package/editions/ja-JP/tiddlers/plugins/Dynaview Plugin.tid +14 -0
  1011. package/editions/ja-JP/tiddlers/plugins/External Attachments Plugin.tid +12 -0
  1012. package/editions/ja-JP/tiddlers/plugins/Highlight Plugin.tid +14 -0
  1013. package/editions/ja-JP/tiddlers/plugins/Innerwiki Plugin.tid +13 -0
  1014. package/editions/ja-JP/tiddlers/plugins/Installing a plugin from the plugin library.tid +40 -0
  1015. package/editions/ja-JP/tiddlers/plugins/JSZip Plugin.tid +9 -0
  1016. package/editions/ja-JP/tiddlers/plugins/KaTeX Plugin.tid +12 -0
  1017. package/editions/ja-JP/tiddlers/plugins/Manually installing a plugin.tid +31 -0
  1018. package/editions/ja-JP/tiddlers/plugins/Markdown Plugin.tid +12 -0
  1019. package/editions/ja-JP/tiddlers/plugins/Mobile Drag And Drop Shim Plugin.tid +10 -0
  1020. package/editions/ja-JP/tiddlers/plugins/OfficialPlugins.tid +13 -0
  1021. package/editions/ja-JP/tiddlers/plugins/Plugin Editions.tid +11 -0
  1022. package/editions/ja-JP/tiddlers/plugins/Plugin Ordering.tid +49 -0
  1023. package/editions/ja-JP/tiddlers/plugins/Plugins.tid +32 -0
  1024. package/editions/ja-JP/tiddlers/plugins/Railroad Plugin.tid +12 -0
  1025. package/editions/ja-JP/tiddlers/plugins/SaveTrail Plugin.tid +17 -0
  1026. package/editions/ja-JP/tiddlers/plugins/Share Plugin.tid +14 -0
  1027. package/editions/ja-JP/tiddlers/plugins/TW2Parser Plugin.tid +12 -0
  1028. package/editions/ja-JP/tiddlers/plugins/Twitter Plugin.tid +14 -0
  1029. package/editions/ja-JP/tiddlers/plugins/Uninstalling a plugin.tid +31 -0
  1030. package/editions/ja-JP/tiddlers/releasenotes/Releases.tid +15 -0
  1031. package/editions/ja-JP/tiddlers/roadmap/RoadMap.tid +11 -0
  1032. package/editions/ja-JP/tiddlers/saving/Emergency Tiddler Export.tid +31 -0
  1033. package/editions/ja-JP/tiddlers/saving/Encryption.tid +20 -0
  1034. package/editions/ja-JP/tiddlers/saving/Example config-tiddlyweb-host for IIS.txt +2 -0
  1035. package/editions/ja-JP/tiddlers/saving/Example config-tiddlyweb-host for IIS.txt.meta +7 -0
  1036. package/editions/ja-JP/tiddlers/saving/Example package.json for IIS.txt +8 -0
  1037. package/editions/ja-JP/tiddlers/saving/Example package.json for IIS.txt.meta +7 -0
  1038. package/editions/ja-JP/tiddlers/saving/Example tiddlywiki.info for IIS.txt +11 -0
  1039. package/editions/ja-JP/tiddlers/saving/Example tiddlywiki.info for IIS.txt.meta +7 -0
  1040. package/editions/ja-JP/tiddlers/saving/Example web.config for IIS.txt +25 -0
  1041. package/editions/ja-JP/tiddlers/saving/Example web.config for IIS.txt.meta +7 -0
  1042. package/editions/ja-JP/tiddlers/saving/Installing TiddlyWiki on Microsoft Internet Information Server.tid +70 -0
  1043. package/editions/ja-JP/tiddlers/saving/Saving on Android.tid +35 -0
  1044. package/editions/ja-JP/tiddlers/saving/Saving on Browser with TiddlyStow.tid +19 -0
  1045. package/editions/ja-JP/tiddlers/saving/Saving on Browser with the File System Access API.tid +22 -0
  1046. package/editions/ja-JP/tiddlers/saving/Saving on TidGi.tid +27 -0
  1047. package/editions/ja-JP/tiddlers/saving/Saving on TiddlyDesktop.tid +21 -0
  1048. package/editions/ja-JP/tiddlers/saving/Saving on TiddlyHost.tid +21 -0
  1049. package/editions/ja-JP/tiddlers/saving/Saving on a PHP Server.tid +50 -0
  1050. package/editions/ja-JP/tiddlers/saving/Saving on iPad_iPhone.tid +31 -0
  1051. package/editions/ja-JP/tiddlers/saving/Saving to a Git service.tid +32 -0
  1052. package/editions/ja-JP/tiddlers/saving/Saving via WebDAV.tid +91 -0
  1053. package/editions/ja-JP/tiddlers/saving/Saving via a Minimal Web Server.tid +48 -0
  1054. package/editions/ja-JP/tiddlers/saving/Saving via minimal Ruby server.tid +21 -0
  1055. package/editions/ja-JP/tiddlers/saving/Saving with Polly.tid +31 -0
  1056. package/editions/ja-JP/tiddlers/saving/Saving with TW Receiver.tid +17 -0
  1057. package/editions/ja-JP/tiddlers/saving/Saving with TiddlyFox.tid +15 -0
  1058. package/editions/ja-JP/tiddlers/saving/Saving with TiddlyIE.tid +27 -0
  1059. package/editions/ja-JP/tiddlers/saving/Saving with TiddlyPWA.tid +17 -0
  1060. package/editions/ja-JP/tiddlers/saving/Saving with the HTML5 saver.tid +29 -0
  1061. package/editions/ja-JP/tiddlers/saving/Saving.tid +75 -0
  1062. package/editions/ja-JP/tiddlers/saving/TiddlyBucket - Save to AWS or Google Storage.tid +16 -0
  1063. package/editions/ja-JP/tiddlers/saving/TiddlyWiki in the Sky for Dropbox.tid +19 -0
  1064. package/editions/ja-JP/tiddlers/system/$_core_macros_list.tid +115 -0
  1065. package/editions/ja-JP/tiddlers/system/$_core_macros_tag.tid +41 -0
  1066. package/editions/ja-JP/tiddlers/system/$_core_ui_SideBar_Open.tid +42 -0
  1067. package/editions/ja-JP/tiddlers/system/$_core_ui_TagPickerTagTemplate.tid +27 -0
  1068. package/editions/ja-JP/tiddlers/system/TableOfContents.tid +16 -0
  1069. package/editions/ja-JP/tiddlers/testimonials/Testimonials - Joe Armstrong.tid +9 -0
  1070. package/editions/ja-JP/tiddlers/testimonials/Testimonials - Network World.tid +9 -0
  1071. package/editions/ja-JP/tiddlers/testimonials/Testimonials - Product Hunt.tid +9 -0
  1072. package/editions/ja-JP/tiddlers/videos/Getting Started Video.tid +13 -0
  1073. package/editions/ja-JP/tiddlers/videos/Introducing TiddlyDesktop Video.tid +11 -0
  1074. package/editions/ja-JP/tiddlers/videos/Introduction Video.tid +15 -0
  1075. package/editions/ja-JP/tiddlers/videos/TiddlyWiki on Firefox for Android Video.tid +11 -0
  1076. package/editions/ja-JP/tiddlers/videos/Videos.tid +13 -0
  1077. package/editions/ja-JP/tiddlers/videos/Working with the TiddlyWiki5 repository video.tid +11 -0
  1078. package/editions/ja-JP/tiddlers/wikitext/Images in WikiText.tid +69 -0
  1079. package/editions/ja-JP/tiddlers/wikitext/Styles and Classes in WikiText.tid +75 -0
  1080. package/editions/ja-JP/tiddlers/workingwithtw/Audio.tid +27 -0
  1081. package/editions/ja-JP/tiddlers/workingwithtw/BrowserCompatibility.tid +14 -0
  1082. package/editions/ja-JP/tiddlers/workingwithtw/Creating and editing tiddlers.tid +37 -0
  1083. package/editions/ja-JP/tiddlers/workingwithtw/Creating journal tiddlers.tid +42 -0
  1084. package/editions/ja-JP/tiddlers/workingwithtw/Formatting text in TiddlyWiki.tid +59 -0
  1085. package/editions/ja-JP/tiddlers/workingwithtw/Navigating between open tiddlers.tid +22 -0
  1086. package/editions/ja-JP/tiddlers/workingwithtw/Performance.tid +35 -0
  1087. package/editions/ja-JP/tiddlers/workingwithtw/Sharing your tiddlers with others.tid +19 -0
  1088. package/editions/ja-JP/tiddlers/workingwithtw/Using links to navigate between tiddlers.tid +55 -0
  1089. package/editions/ja-JP/tiddlers/workingwithtw/Working with TiddlyWiki.tid +13 -0
  1090. package/editions/katexdemo/tiddlers/$__coreURL.tid +4 -0
  1091. package/editions/katexdemo/tiddlywiki.info +4 -1
  1092. package/editions/ko-KR/tiddlers/system/ContributionBanner.tid +1 -1
  1093. package/editions/ko-KR/tiddlers/system/Sources.tid +1 -1
  1094. package/editions/markdowndemo/tiddlers/$__coreURL.tid +4 -0
  1095. package/editions/markdowndemo/tiddlers/DefaultMissingType.tid +3 -0
  1096. package/editions/markdowndemo/tiddlers/HelloThere.tid +7 -1
  1097. package/editions/markdowndemo/tiddlywiki.info +4 -1
  1098. package/editions/pluginlibrary/tiddlers/GettingStarted.tid +2 -2
  1099. package/editions/pluginlibrary/tiddlywiki.info +1 -1
  1100. package/editions/prerelease/tiddlers/system/DefaultTiddlers.tid +4 -0
  1101. package/editions/prerelease/tiddlers/system/PrereleaseLocalPluginLibrary.tid +1 -1
  1102. package/editions/prerelease/tiddlers/system/PrereleaseOfficialPluginLibrary.tid +1 -1
  1103. package/editions/prerelease/tiddlers/system/SiteDomain.tid +3 -0
  1104. package/editions/prerelease/tiddlers/system/SitePreviewUrl.tid +3 -0
  1105. package/editions/prerelease/tiddlers/system/SiteUrl.tid +3 -0
  1106. package/editions/prerelease/tiddlers/system/TiddlyWiki Pre-release.tid +8 -2
  1107. package/editions/prerelease/tiddlers/system/styles.tid +6 -0
  1108. package/editions/prerelease/tiddlywiki.info +0 -4
  1109. package/editions/test/tiddlers/tests/data/conditionals/Basic.tid +1 -1
  1110. package/editions/test/tiddlers/tests/data/conditionals/BlockMode.tid +6 -6
  1111. package/editions/test/tiddlers/tests/data/conditionals/Else.tid +1 -1
  1112. package/editions/test/tiddlers/tests/data/conditionals/Elseif.tid +1 -1
  1113. package/editions/test/tiddlers/tests/data/conditionals/MissingEndIf.tid +1 -1
  1114. package/editions/test/tiddlers/tests/data/conditionals/MultipleResults.tid +1 -1
  1115. package/editions/test/tiddlers/tests/data/conditionals/Nested.tid +6 -6
  1116. package/editions/test/tiddlers/tests/data/conditionals/NestedElseif.tid +8 -8
  1117. package/editions/test/tiddlers/tests/data/data-widget/ImportCompound.tid +1 -1
  1118. package/editions/test/tiddlers/tests/data/data-widget/ImportCustomTitle.tid +23 -0
  1119. package/editions/test/tiddlers/tests/data/data-widget/ImportFilter.tid +1 -1
  1120. package/editions/test/tiddlers/tests/data/data-widget/ImportTiddler.tid +1 -1
  1121. package/editions/test/tiddlers/tests/data/data-widget/Simple.tid +2 -2
  1122. package/editions/test/tiddlers/tests/data/filters/fake-variables.tid +1 -1
  1123. package/editions/test/tiddlers/tests/data/functions/FunctionFilterrunVariables4.tid +20 -0
  1124. package/editions/test/tiddlers/tests/data/genesis-widget/MultipleAttributes.tid +1 -1
  1125. package/editions/test/tiddlers/tests/data/macros/unusedtitle/basic-params.tid +9 -1
  1126. package/editions/test/tiddlers/tests/data/macros/unusedtitle/template-startCount.tid +27 -0
  1127. package/editions/test/tiddlers/tests/data/macros/unusedtitle/template.tid +1 -1
  1128. package/editions/test/tiddlers/tests/data/messages/tm-new-tiddler/create-a-new-tiddler-with-a-tag.tid +38 -0
  1129. package/editions/test/tiddlers/tests/data/messages/tm-new-tiddler/default.tid +39 -0
  1130. package/editions/test/tiddlers/tests/data/messages/tm-new-tiddler/new-from-template-with-tag.tid +44 -0
  1131. package/editions/test/tiddlers/tests/data/messages/tm-new-tiddler/new-from-template-without-tag.tid +65 -0
  1132. package/editions/test/tiddlers/tests/data/messages/tm-new-tiddler/new-with-tag.tid +40 -0
  1133. package/editions/test/tiddlers/tests/data/reserved-wikitext/ReservedWikiText.tid +54 -0
  1134. package/editions/test/tiddlers/tests/data/tabs-macro/expected-test-tabs-horizontal-a.tid +5 -0
  1135. package/editions/test/tiddlers/tests/data/tabs-macro/expected-test-tabs-horizontal-all.tid +5 -0
  1136. package/editions/test/tiddlers/tests/data/tabs-macro/expected-test-tabs-vertical.tid +5 -0
  1137. package/editions/test/tiddlers/tests/data/transclude/CustomWidget-RawAndSlotted.tid +34 -0
  1138. package/editions/test/tiddlers/tests/data/widgets/ElementWidgetStyleAttributes2.tid +15 -0
  1139. package/editions/test/tiddlers/tests/data/widgets/SubstitutedAttributes.tid +3 -3
  1140. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-format-text-doubleurlencoded.tid +22 -0
  1141. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-format-text-htmlencoded.tid +21 -0
  1142. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-format-text-htmltextencoded.tid +21 -0
  1143. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-format-text-urlencoded.tid +22 -0
  1144. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-format-text.tid +19 -0
  1145. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-index.tid +28 -0
  1146. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-text.tid +18 -0
  1147. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-title.tid +17 -0
  1148. package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-format-date-template.tid +20 -0
  1149. package/editions/test/tiddlers/tests/modules/utils/test-csv.js +0 -5
  1150. package/editions/test/tiddlers/tests/test-action-deletefield.js +0 -8
  1151. package/editions/test/tiddlers/tests/test-action-widgets.js +1 -3
  1152. package/editions/test/tiddlers/tests/test-backlinks.js +0 -5
  1153. package/editions/test/tiddlers/tests/test-backtranscludes.js +16 -5
  1154. package/editions/test/tiddlers/tests/test-checkbox-widget.js +25 -8
  1155. package/editions/test/tiddlers/tests/test-compare-filter.js +1 -2
  1156. package/editions/test/tiddlers/tests/test-deserialize-operator.js +1 -5
  1157. package/editions/test/tiddlers/tests/test-deserializers.js +0 -4
  1158. package/editions/test/tiddlers/tests/test-fakedom.js +0 -6
  1159. package/editions/test/tiddlers/tests/test-filters.js +19 -7
  1160. package/editions/test/tiddlers/tests/test-html-parser.js +0 -5
  1161. package/editions/test/tiddlers/tests/test-json-filters.js +1 -2
  1162. package/editions/test/tiddlers/tests/test-linked-list.js +0 -4
  1163. package/editions/test/tiddlers/tests/test-parsetextreference.js +0 -4
  1164. package/editions/test/tiddlers/tests/test-plugins.js +0 -7
  1165. package/editions/test/tiddlers/tests/test-popup.js +0 -4
  1166. package/editions/test/tiddlers/tests/test-prefixes-filter.js +1 -3
  1167. package/editions/test/tiddlers/tests/test-tags-operator.js +74 -0
  1168. package/editions/test/tiddlers/tests/test-tags.js +0 -4
  1169. package/editions/test/tiddlers/tests/test-tiddler.js +0 -4
  1170. package/editions/test/tiddlers/tests/test-utils.js +0 -5
  1171. package/editions/test/tiddlers/tests/test-widget-event.js +219 -0
  1172. package/editions/test/tiddlers/tests/test-widget-getVariableInfo.js +0 -5
  1173. package/editions/test/tiddlers/tests/test-widget.js +0 -4
  1174. package/editions/test/tiddlers/tests/test-wikitext-parser.js +142 -4
  1175. package/editions/test/tiddlers/tests/test-wikitext-tabs-macro.js +34 -41
  1176. package/editions/test/tiddlers/tests/test-wikitext.js +0 -4
  1177. package/editions/text-slicer/tiddlers/system/$__coreURL.tid +4 -0
  1178. package/editions/text-slicer/tiddlywiki.info +3 -0
  1179. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project.htm +23430 -0
  1180. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon +0 -0
  1181. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(1) +0 -0
  1182. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(10) +0 -0
  1183. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(11) +0 -0
  1184. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(12) +0 -0
  1185. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(13) +0 -0
  1186. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(14) +0 -0
  1187. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(15) +0 -0
  1188. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(16) +0 -0
  1189. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(17) +0 -0
  1190. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(18) +0 -0
  1191. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(19) +0 -0
  1192. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(2) +0 -0
  1193. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(20) +0 -0
  1194. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(21) +0 -0
  1195. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(22) +0 -0
  1196. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(23) +0 -0
  1197. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(24) +0 -0
  1198. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(3) +0 -0
  1199. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(4) +0 -0
  1200. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(5) +0 -0
  1201. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(6) +0 -0
  1202. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(7) +0 -0
  1203. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(8) +0 -0
  1204. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(9) +0 -0
  1205. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/app.css +191 -0
  1206. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/backstage.html +95 -0
  1207. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/backstage.js +360 -0
  1208. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/chrjs +373 -0
  1209. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/chrjs.identities +42 -0
  1210. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/chrjs.space +108 -0
  1211. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/chrjs.users +57 -0
  1212. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/help.png +0 -0
  1213. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/jquery.js +11 -0
  1214. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/normalize.css +406 -0
  1215. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/publicIcon +0 -0
  1216. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/search.png +0 -0
  1217. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/status.js +2 -0
  1218. package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/ts.js +766 -0
  1219. package/editions/tiddlywiki-surveys/great-interview-project-2010/readme.md +3 -0
  1220. package/editions/tiddlywiki-surveys/scripts/extract-text-tiddlers-via-console.js +73 -0
  1221. package/editions/tiddlywiki-surveys/scripts/import-great-interview-project-json.sh +12 -0
  1222. package/editions/tiddlywiki-surveys/scripts/readme.md +16 -0
  1223. package/editions/tiddlywiki-surveys/tiddlers/$__StoryList.tid +2 -0
  1224. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/aamaadmitw5.jpg +0 -0
  1225. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/aamaadmitw5.jpg.meta +5 -0
  1226. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/alexhough.jpg +0 -0
  1227. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/alexhough.jpg.meta +5 -0
  1228. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/amalfaro-wrk.jpg +0 -0
  1229. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/amalfaro-wrk.jpg.meta +5 -0
  1230. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/andrewbarbour.jpg +0 -0
  1231. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/andrewbarbour.jpg.meta +5 -0
  1232. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/calmo.jpg +0 -0
  1233. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/calmo.jpg.meta +5 -0
  1234. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/climatechange3.jpg +0 -0
  1235. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/climatechange3.jpg.meta +5 -0
  1236. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/colmbritton.jpg +0 -0
  1237. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/colmbritton.jpg.meta +5 -0
  1238. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/dickon.jpg +0 -0
  1239. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/dickon.jpg.meta +5 -0
  1240. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/frankfurtkid.jpg +0 -0
  1241. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/frankfurtkid.jpg.meta +5 -0
  1242. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/gjrobert.jpg +0 -0
  1243. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/gjrobert.jpg.meta +5 -0
  1244. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/kosmaton.jpg +0 -0
  1245. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/kosmaton.jpg.meta +5 -0
  1246. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/mama.jpg +0 -0
  1247. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/mama.jpg.meta +5 -0
  1248. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/martinlindner.jpg +0 -0
  1249. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/martinlindner.jpg.meta +5 -0
  1250. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/matt.jpg +0 -0
  1251. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/matt.jpg.meta +5 -0
  1252. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/passingby.jpg +0 -0
  1253. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/passingby.jpg.meta +5 -0
  1254. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/pmario.jpg +0 -0
  1255. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/pmario.jpg.meta +5 -0
  1256. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/poulstaugaard.jpg +0 -0
  1257. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/poulstaugaard.jpg.meta +5 -0
  1258. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/rouilj.jpg +0 -0
  1259. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/rouilj.jpg.meta +5 -0
  1260. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/smandoli.jpg +0 -0
  1261. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/smandoli.jpg.meta +5 -0
  1262. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/ubi.jpg +0 -0
  1263. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/ubi.jpg.meta +5 -0
  1264. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/webid4me.jpg +0 -0
  1265. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/webid4me.jpg.meta +5 -0
  1266. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/yakov.jpg +0 -0
  1267. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/yakov.jpg.meta +5 -0
  1268. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Do you keep adding new features to your existing TiddlyWiki(s)_ - amalfaro-wrk - 2013-07-01T23_00_00.000Z.tid +7 -0
  1269. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Do you keep adding new features to your existing TiddlyWiki(s)_ - climatechange3 - 2010-12-01T00_00_00.000Z.tid +7 -0
  1270. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Do you keep adding new features to your existing TiddlyWiki(s)_ - dickon - 2012-03-18T00_00_00.000Z.tid +7 -0
  1271. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Do you keep adding new features to your existing TiddlyWiki(s)_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  1272. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Do you keep adding new features to your existing TiddlyWiki(s)_ - mama - 2010-11-24T00_00_00.000Z.tid +7 -0
  1273. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Do you keep adding new features to your existing TiddlyWiki(s)_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
  1274. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Do you keep adding new features to your existing TiddlyWiki(s)_ - pmario - 2011-04-06T23_00_00.000Z.tid +7 -0
  1275. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Do you keep adding new features to your existing TiddlyWiki(s)_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
  1276. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Do you keep adding new features to your existing TiddlyWiki(s)_.tid +3 -0
  1277. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - aamaadmitw5 - 2014-09-23T23_00_00.000Z.tid +7 -0
  1278. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - calmo - 2010-12-16T00_00_00.000Z.tid +7 -0
  1279. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - climatechange3 - 2010-12-01T00_00_00.000Z.tid +7 -0
  1280. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - dickon - 2012-03-18T00_00_00.000Z.tid +7 -0
  1281. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  1282. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - gjrobert - 2013-09-15T23_00_00.000Z.tid +7 -0
  1283. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
  1284. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - pmario - 2011-04-05T23_00_00.000Z.tid +7 -0
  1285. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - poulstaugaard - 2011-03-06T00_00_00.000Z.tid +7 -0
  1286. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
  1287. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - smandoli - 2010-12-24T00_00_00.000Z.tid +7 -0
  1288. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - ubi - 2010-11-29T00_00_00.000Z.tid +7 -0
  1289. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - webid4me - 2014-09-23T23_00_00.000Z.tid +7 -0
  1290. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_ - yakov - 2010-11-16T00_00_00.000Z.tid +7 -0
  1291. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_.tid +3 -0
  1292. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has TiddlyWiki saved time for you as an information publisher_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  1293. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has TiddlyWiki saved time for you as an information publisher_ - mama - 2010-11-25T00_00_00.000Z.tid +7 -0
  1294. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has TiddlyWiki saved time for you as an information publisher_.tid +3 -0
  1295. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has TiddlyWiki saved time for your target audience_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  1296. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has TiddlyWiki saved time for your target audience_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
  1297. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has TiddlyWiki saved time for your target audience_.tid +3 -0
  1298. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_ - andrewbarbour - 2010-11-28T00_00_00.000Z.tid +7 -0
  1299. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_ - climatechange3 - 2010-12-01T00_00_00.000Z.tid +7 -0
  1300. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_ - dickon - 2012-03-18T00_00_00.000Z.tid +7 -0
  1301. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  1302. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_ - mama - 2010-11-26T00_00_00.000Z.tid +7 -0
  1303. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
  1304. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_ - pmario - 2011-04-06T23_00_00.000Z.tid +7 -0
  1305. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
  1306. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_.tid +3 -0
  1307. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you been able to contribute back to the TiddlyWiki community_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  1308. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you been able to contribute back to the TiddlyWiki community_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
  1309. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you been able to contribute back to the TiddlyWiki community_ - smandoli - 2010-12-25T00_00_00.000Z.tid +7 -0
  1310. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you been able to contribute back to the TiddlyWiki community_ - yakov - 2010-11-16T00_00_00.000Z.tid +7 -0
  1311. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you been able to contribute back to the TiddlyWiki community_.tid +3 -0
  1312. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you found training novice users to use and understand TiddlyWiki_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  1313. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you found training novice users to use and understand TiddlyWiki_ - mama - 2010-11-25T00_00_00.000Z.tid +7 -0
  1314. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you found training novice users to use and understand TiddlyWiki_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
  1315. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you found training novice users to use and understand TiddlyWiki_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
  1316. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you found training novice users to use and understand TiddlyWiki_ - smandoli - 2010-12-24T00_00_00.000Z.tid +7 -0
  1317. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How have you found training novice users to use and understand TiddlyWiki_.tid +3 -0
  1318. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - andrewbarbour - 2010-11-28T00_00_00.000Z.tid +7 -0
  1319. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - colmbritton - 2010-12-21T00_00_00.000Z.tid +7 -0
  1320. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - dickon - 2012-03-18T00_00_00.000Z.tid +7 -0
  1321. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  1322. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - mama - 2010-11-24T00_00_00.000Z.tid +7 -0
  1323. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - matt - 2010-11-16T00_00_00.000Z.tid +7 -0
  1324. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
  1325. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
  1326. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - smandoli - 2010-12-24T00_00_00.000Z.tid +7 -0
  1327. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_ - yakov - 2011-02-21T00_00_00.000Z.tid +7 -0
  1328. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many TiddlyWikis have you created and do you use regularly_.tid +3 -0
  1329. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many other people have you introduced to TiddlyWiki_ - dickon - 2012-03-18T00_00_00.000Z.tid +7 -0
  1330. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many other people have you introduced to TiddlyWiki_ - mama - 2011-08-17T23_00_00.000Z.tid +7 -0
  1331. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many other people have you introduced to TiddlyWiki_ - martinlindner - 2010-11-16T00_00_00.000Z.tid +7 -0
  1332. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many other people have you introduced to TiddlyWiki_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
  1333. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many other people have you introduced to TiddlyWiki_ - yakov - 2010-11-16T00_00_00.000Z.tid +7 -0
  1334. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many other people have you introduced to TiddlyWiki_.tid +3 -0
  1335. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki_ - dickon - 2012-03-18T00_00_00.000Z.tid +7 -0
  1336. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  1337. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
  1338. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
  1339. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki_ - yakov - 2010-11-16T00_00_00.000Z.tid +7 -0
  1340. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many tiddlers and how many megabytes in your largest TiddlyWiki_.tid +3 -0
  1341. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How might you use TiddlyWiki in the future_ - mama - 2010-12-16T00_00_00.000Z.tid +7 -0
  1342. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How might you use TiddlyWiki in the future_ - martinlindner - 2010-11-16T00_00_00.000Z.tid +7 -0
  1343. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How might you use TiddlyWiki in the future_ - pmario - 2011-04-06T23_00_00.000Z.tid +7 -0
  1344. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How might you use TiddlyWiki in the future_ - yakov - 2010-11-16T00_00_00.000Z.tid +7 -0
  1345. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How might you use TiddlyWiki in the future_.tid +3 -0
  1346. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Interview Question.tid +2 -0
  1347. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__ - andrewbarbour - 2010-11-28T00_00_00.000Z.tid +7 -0
  1348. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  1349. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__ - gjrobert - 2013-09-15T23_00_00.000Z.tid +7 -0
  1350. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__ - kosmaton - 2011-03-10T00_00_00.000Z.tid +7 -0
  1351. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__ - mama - 2010-12-02T00_00_00.000Z.tid +7 -0
  1352. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__ - pmario - 2011-04-06T23_00_00.000Z.tid +7 -0
  1353. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__ - poulstaugaard - 2011-03-06T00_00_00.000Z.tid +7 -0
  1354. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__ - smandoli - 2010-12-24T00_00_00.000Z.tid +7 -0
  1355. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__ - yakov - 2010-11-16T00_00_00.000Z.tid +7 -0
  1356. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What do you think of the name TiddlyWiki and the term _tiddler__.tid +3 -0
  1357. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What features of TiddlyWiki made it suitable for your target audience_ - mama - 2010-11-24T00_00_00.000Z.tid +7 -0
  1358. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What features of TiddlyWiki made it suitable for your target audience_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
  1359. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What features of TiddlyWiki made it suitable for your target audience_ - pmario - 2011-04-06T23_00_00.000Z.tid +7 -0
  1360. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What features of TiddlyWiki made it suitable for your target audience_.tid +3 -0
  1361. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What is the most challenging thing about using TiddlyWiki_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  1362. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What is the most challenging thing about using TiddlyWiki_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
  1363. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What is the most challenging thing about using TiddlyWiki_ - smandoli - 2010-12-25T00_00_00.000Z.tid +7 -0
  1364. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What is the most challenging thing about using TiddlyWiki_.tid +3 -0
  1365. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - aamaadmitw5 - 2014-09-23T23_00_00.000Z.tid +7 -0
  1366. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - climatechange3 - 2010-12-02T00_00_00.000Z.tid +7 -0
  1367. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - dickon - 2012-03-18T00_00_00.000Z.tid +7 -0
  1368. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  1369. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - mama - 2010-11-20T00_00_00.000Z.tid +7 -0
  1370. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - martinlindner - 2010-11-16T00_00_00.000Z.tid +7 -0
  1371. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
  1372. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - pmario - 2011-04-05T23_00_00.000Z.tid +7 -0
  1373. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - poulstaugaard - 2011-03-12T00_00_00.000Z.tid +7 -0
  1374. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
  1375. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - smandoli - 2010-12-24T00_00_00.000Z.tid +7 -0
  1376. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - webid4me - 2014-09-23T23_00_00.000Z.tid +7 -0
  1377. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_ - yakov - 2010-11-16T00_00_00.000Z.tid +7 -0
  1378. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_.tid +3 -0
  1379. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_ - aamaadmitw5 - 2014-09-23T23_00_00.000Z.tid +7 -0
  1380. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_ - alexhough - 2010-12-08T00_00_00.000Z.tid +7 -0
  1381. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_ - mama - 2010-11-24T00_00_00.000Z.tid +7 -0
  1382. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
  1383. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_ - pmario - 2011-04-05T23_00_00.000Z.tid +7 -0
  1384. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_ - smandoli - 2010-12-24T00_00_00.000Z.tid +7 -0
  1385. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_ - webid4me - 2014-09-23T23_00_00.000Z.tid +7 -0
  1386. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_ - yakov - 2010-11-16T00_00_00.000Z.tid +7 -0
  1387. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_.tid +3 -0
  1388. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which plugins do you rely on the most_ - climatechange3 - 2010-12-01T00_00_00.000Z.tid +7 -0
  1389. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which plugins do you rely on the most_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  1390. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which plugins do you rely on the most_ - pmario - 2011-04-06T23_00_00.000Z.tid +7 -0
  1391. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which plugins do you rely on the most_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
  1392. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which plugins do you rely on the most_.tid +3 -0
  1393. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Who is the target audience for your TiddlyWiki(s)_ - frankfurtkid - 2010-11-16T00_00_00.000Z.tid +7 -0
  1394. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Who is the target audience for your TiddlyWiki(s)_ - mama - 2010-11-24T00_00_00.000Z.tid +7 -0
  1395. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Who is the target audience for your TiddlyWiki(s)_ - passingby - 2010-11-27T00_00_00.000Z.tid +7 -0
  1396. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Who is the target audience for your TiddlyWiki(s)_ - rouilj - 2010-11-27T00_00_00.000Z.tid +7 -0
  1397. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Who is the target audience for your TiddlyWiki(s)_ - webid4me - 2014-09-23T23_00_00.000Z.tid +7 -0
  1398. package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Who is the target audience for your TiddlyWiki(s)_.tid +3 -0
  1399. package/editions/tiddlywiki-surveys/tiddlers/app/DefaultTiddlers.tid +4 -0
  1400. package/editions/tiddlywiki-surveys/tiddlers/app/HelloThere.tid +7 -0
  1401. package/editions/tiddlywiki-surveys/tiddlers/app/SiteSubtitle.tid +3 -0
  1402. package/editions/tiddlywiki-surveys/tiddlers/app/SiteTitle.tid +3 -0
  1403. package/editions/tiddlywiki-surveys/tiddlers/app/Styles.tid +25 -0
  1404. package/editions/tiddlywiki-surveys/tiddlers/app/The Great TiddlyWiki Interview Project 2010.tid +51 -0
  1405. package/editions/tiddlywiki-surveys/tiddlers/app/palette.tid +2 -0
  1406. package/editions/tiddlywiki-surveys/tiddlers/app/palettes - Naporitan.tid +119 -0
  1407. package/editions/tiddlywiki-surveys/tiddlers/app/state - sidebar.tid +2 -0
  1408. package/editions/tiddlywiki-surveys/tiddlywiki.info +10 -0
  1409. package/editions/tour/tiddlers/System/$__coreURL.tid +4 -0
  1410. package/editions/translators/tiddlers/Extracting Translations.tid +0 -2
  1411. package/editions/translators/tiddlywiki.info +27 -26
  1412. package/editions/tw.org/tiddlers/TiddlyWiki.tid +1 -1
  1413. package/editions/tw.org/tiddlywiki.info +2 -0
  1414. package/editions/tw5.com/tiddlers/$__StoryList.tid +3 -0
  1415. package/editions/tw5.com/tiddlers/Core Classes.tid +16 -0
  1416. package/editions/tw5.com/tiddlers/Core Functions.tid +8 -0
  1417. package/editions/tw5.com/tiddlers/Core Messages.tid +10 -0
  1418. package/editions/tw5.com/tiddlers/Core Procedures.tid +8 -0
  1419. package/editions/tw5.com/tiddlers/Core Widgets.tid +10 -0
  1420. package/editions/tw5.com/tiddlers/HTML Tags.tid +11 -0
  1421. package/editions/tw5.com/tiddlers/{hiddensettings/Hidden Settings_ Import Content Types for Editor.tid → Hidden Setting_ Import Content Types for Editor.tid } +1 -1
  1422. package/editions/tw5.com/tiddlers/Tags.tid +8 -0
  1423. package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_RenderHTML.tid +28 -0
  1424. package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_RenderSVGURI.tid +48 -0
  1425. package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_WidgetValue_Fail.tid +33 -0
  1426. package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_WidgetValue_Success.tid +43 -0
  1427. package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_WordCount_Fail.tid +19 -0
  1428. package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_WordCount_Success.tid +19 -0
  1429. package/editions/tw5.com/tiddlers/Title.tid +8 -0
  1430. package/editions/tw5.com/tiddlers/Welcome.tid +9 -0
  1431. package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/doc-macros.tid +9 -1
  1432. package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/version-macros.tid +11 -9
  1433. package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/wikitext-macros.tid +4 -44
  1434. package/editions/tw5.com/tiddlers/_tw_shared/favicons/mws.tiddlywiki.com.png +0 -0
  1435. package/editions/tw5.com/tiddlers/_tw_shared/favicons/mws.tiddlywiki.com.png.meta +3 -0
  1436. package/editions/tw5.com/tiddlers/_tw_shared/sites/mws.tiddlywiki.com.tid +6 -0
  1437. package/editions/tw5.com/tiddlers/_tw_shared/tags-TiddlyWikiSites.tid +1 -1
  1438. package/editions/tw5.com/tiddlers/about/Archive.tid +3 -3
  1439. package/editions/tw5.com/tiddlers/about/Contributors.tid +1 -1
  1440. package/editions/tw5.com/tiddlers/about/Developers.tid +14 -9
  1441. package/editions/tw5.com/tiddlers/about/History of TiddlyWiki.tid +19 -3
  1442. package/editions/tw5.com/tiddlers/actionTiddlerList Variable.tid +9 -0
  1443. package/editions/tw5.com/tiddlers/cards/card-procedures.tid +86 -0
  1444. package/editions/tw5.com/tiddlers/cards/card-styles.tid +256 -0
  1445. package/editions/tw5.com/tiddlers/commands/Commands.tid +8 -2
  1446. package/editions/tw5.com/tiddlers/commands/RenderTiddlerCommand.tid +3 -2
  1447. package/editions/tw5.com/tiddlers/commands/RenderTiddlersCommand.tid +3 -2
  1448. package/editions/tw5.com/tiddlers/commands/SaveTiddlerCommand.tid +4 -4
  1449. package/editions/tw5.com/tiddlers/commands/SaveTiddlersCommand.tid +4 -4
  1450. package/editions/tw5.com/tiddlers/commands/ServerCommand.tid +3 -1
  1451. package/editions/tw5.com/tiddlers/community/Articles.tid +1 -1
  1452. package/editions/tw5.com/tiddlers/community/Chinese Community.tid +10 -17
  1453. package/editions/tw5.com/tiddlers/community/Community.tid +1 -1
  1454. package/editions/tw5.com/tiddlers/community/Contributor License Agreement.tid +2 -2
  1455. package/editions/tw5.com/tiddlers/community/Examples.tid +1 -1
  1456. package/editions/tw5.com/tiddlers/community/Forums.tid +10 -7
  1457. package/editions/tw5.com/tiddlers/community/HelpingTiddlyWiki.tid +2 -4
  1458. package/editions/tw5.com/tiddlers/community/ReportingBugs.tid +1 -1
  1459. package/editions/tw5.com/tiddlers/community/Signing the Contributor License Agreement.tid +1 -1
  1460. package/editions/tw5.com/tiddlers/community/TiddlyWiki Hangouts.tid +1 -1
  1461. package/editions/tw5.com/tiddlers/community/TiddlyWiki Newsletter Team.tid +60 -0
  1462. package/editions/tw5.com/tiddlers/community/TiddlyWiki Newsletter.tid +4 -0
  1463. package/editions/tw5.com/tiddlers/community/TiddlyWiki on the Web.tid +16 -0
  1464. package/editions/tw5.com/tiddlers/community/links/TalkTiddlyWiki.tid +7 -0
  1465. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Discord.tid +7 -0
  1466. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on GitHub.tid +7 -0
  1467. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Mastodon.tid +7 -0
  1468. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Open Collective.tid +7 -0
  1469. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Reddit.tid +7 -0
  1470. package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on YouTube.tid +7 -0
  1471. package/editions/tw5.com/tiddlers/community/links/external-links-view-template.tid +8 -0
  1472. package/editions/tw5.com/tiddlers/community/resources/Filter Examples by Tobias Beer.tid +1 -1
  1473. package/editions/tw5.com/tiddlers/community/resources/Grok TiddlyWiki by Soren Bjornstad.tid +5 -5
  1474. package/editions/tw5.com/tiddlers/concepts/CompoundTiddlers.tid +5 -2
  1475. package/editions/tw5.com/tiddlers/concepts/Concepts.tid +2 -2
  1476. package/editions/tw5.com/tiddlers/concepts/DefaultTiddlers.tid +8 -3
  1477. package/editions/tw5.com/tiddlers/concepts/ExternalImages.tid +30 -12
  1478. package/editions/tw5.com/tiddlers/concepts/Macros.tid +2 -2
  1479. package/editions/tw5.com/tiddlers/concepts/Messages.tid +3 -6
  1480. package/editions/tw5.com/tiddlers/concepts/Railroad Diagrams.tid +2 -0
  1481. package/editions/tw5.com/tiddlers/concepts/TestCaseTiddlers.tid +15 -10
  1482. package/editions/tw5.com/tiddlers/concepts/Tiddler Colour Cascade.tid +4 -4
  1483. package/editions/tw5.com/tiddlers/concepts/Tiddlers.tid +2 -2
  1484. package/editions/tw5.com/tiddlers/customising/Alternative page layouts.tid +3 -4
  1485. package/editions/tw5.com/tiddlers/definitions/CamelCase.tid +7 -3
  1486. package/editions/tw5.com/tiddlers/definitions/Definitions.tid +4 -4
  1487. package/editions/tw5.com/tiddlers/definitions/GitHub.tid +1 -1
  1488. package/editions/tw5.com/tiddlers/definitions/Intertwingled Innovations.tid +9 -0
  1489. package/editions/tw5.com/tiddlers/definitions/JeremyRuston.tid +2 -3
  1490. package/editions/tw5.com/tiddlers/definitions/TiddlyFox.tid +2 -14
  1491. package/editions/tw5.com/tiddlers/definitions/TiddlyWeb.tid +1 -1
  1492. package/editions/tw5.com/tiddlers/definitions/Tiddlyhost.tid +3 -4
  1493. package/editions/tw5.com/tiddlers/definitions/WordJoiner.tid +9 -0
  1494. package/editions/tw5.com/tiddlers/definitions/Xememex.tid +5 -6
  1495. package/editions/tw5.com/tiddlers/demonstrations/GroupedLists.tid +8 -8
  1496. package/editions/tw5.com/tiddlers/demonstrations/SampleAlert.tid +9 -0
  1497. package/editions/tw5.com/tiddlers/empty-tag-node-template.tid +12 -0
  1498. package/editions/tw5.com/tiddlers/features/Future Proof.tid +3 -3
  1499. package/editions/tw5.com/tiddlers/filters/Filter Operators.tid +2 -2
  1500. package/editions/tw5.com/tiddlers/filters/compare Operator.tid +9 -9
  1501. package/editions/tw5.com/tiddlers/filters/decodebase64 Operator (Examples).tid +10 -0
  1502. package/editions/tw5.com/tiddlers/filters/decodebase64 Operator.tid +5 -3
  1503. package/editions/tw5.com/tiddlers/filters/each.tid +10 -8
  1504. package/editions/tw5.com/tiddlers/filters/else Operator.tid +4 -0
  1505. package/editions/tw5.com/tiddlers/filters/encodebase64 Operator (Examples).tid +10 -0
  1506. package/editions/tw5.com/tiddlers/filters/encodebase64 Operator.tid +5 -3
  1507. package/editions/tw5.com/tiddlers/filters/examples/compare Operator (Examples).tid +1 -0
  1508. package/editions/tw5.com/tiddlers/filters/examples/each.tid +1 -3
  1509. package/editions/tw5.com/tiddlers/filters/list.tid +9 -9
  1510. package/editions/tw5.com/tiddlers/filters/sortsub Operator.tid +14 -10
  1511. package/editions/tw5.com/tiddlers/filters/syntax/Else Filter Run Prefix.tid +3 -1
  1512. package/editions/tw5.com/tiddlers/filters/syntax/Sort Filter Run Prefix (Examples).tid +1 -1
  1513. package/editions/tw5.com/tiddlers/filters/syntax/Sort Filter Run Prefix.tid +27 -7
  1514. package/editions/tw5.com/tiddlers/filters/syntax/then Filter Run Prefix.tid +2 -0
  1515. package/editions/tw5.com/tiddlers/filters/then Operator.tid +2 -0
  1516. package/editions/tw5.com/tiddlers/function Operator (Examples).tid +63 -0
  1517. package/editions/tw5.com/tiddlers/functions/Functions.tid +8 -8
  1518. package/editions/tw5.com/tiddlers/gettingstarted/GettingStarted - Internet Explorer.tid +1 -1
  1519. package/editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid +2 -2
  1520. package/editions/tw5.com/tiddlers/hellothere/Find Out More.tid +16 -0
  1521. package/editions/tw5.com/tiddlers/hellothere/HelloThere.tid +28 -58
  1522. package/editions/tw5.com/tiddlers/hellothere/HelloThumbnail.tid +1 -1
  1523. package/editions/tw5.com/tiddlers/hellothere/Testimonials and Reviews.tid +13 -0
  1524. package/editions/tw5.com/tiddlers/hellothere/Welcome.tid +7 -0
  1525. package/editions/tw5.com/tiddlers/hellothere/badges/ProductHunt-Link.tid +1 -1
  1526. package/editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid +20 -1
  1527. package/editions/tw5.com/tiddlers/hellothere/quickstart/desktop.tid +1 -1
  1528. package/editions/tw5.com/tiddlers/hellothere/quickstart/diy.tid +1 -1
  1529. package/editions/tw5.com/tiddlers/hellothere/quickstart/tiddlyhost.tid +1 -1
  1530. package/editions/tw5.com/tiddlers/hellothere/quickstart/xememex.tid +2 -2
  1531. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Funding.tid +0 -1
  1532. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Grok TiddlyWiki.tid +3 -2
  1533. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Intertwingled Innovations.tid +10 -0
  1534. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Marketplace.tid +0 -1
  1535. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - MultiWikiServer.tid +10 -0
  1536. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Newsletter.tid +0 -1
  1537. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWiki Privacy.tid +9 -0
  1538. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWikiLinks.tid +1 -1
  1539. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Twenty Years of TiddlyWiki.tid +9 -0
  1540. package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting Content to be displayed for empty story.tid +12 -0
  1541. package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting Default Tiddler Colour.tid +7 -0
  1542. package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting DefaultMissingType.tid +7 -0
  1543. package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting_ Tag Pill Drag Filter.tid +22 -0
  1544. package/editions/tw5.com/tiddlers/howtos/Configuring the default TiddlerInfo tab.tid +1 -1
  1545. package/editions/tw5.com/tiddlers/howtos/Generating Static Sites with TiddlyWiki.tid +7 -7
  1546. package/editions/tw5.com/tiddlers/howtos/How to add a banner for GitHub contributions.tid +1 -1
  1547. package/editions/tw5.com/tiddlers/howtos/How to build a TiddlyWiki5 from individual tiddlers.tid +2 -2
  1548. package/editions/tw5.com/tiddlers/howtos/How_to_turn_off_camel_case_linking.tid +8 -2
  1549. package/editions/tw5.com/tiddlers/howtos/KeyboardShortcuts.tid +1 -0
  1550. package/editions/tw5.com/tiddlers/howtos/Using Stylesheets.tid +2 -2
  1551. package/editions/tw5.com/tiddlers/howtos/Windows HTA Hack.tid +2 -1
  1552. package/editions/tw5.com/tiddlers/images/Blurry Lawn.jpg.meta +2 -1
  1553. package/editions/tw5.com/tiddlers/images/Favicon template.svg.meta +2 -1
  1554. package/editions/tw5.com/tiddlers/images/Funding.png.meta +1 -0
  1555. package/editions/tw5.com/tiddlers/images/Grok TiddlyWiki.png +0 -0
  1556. package/editions/tw5.com/tiddlers/images/Grok TiddlyWiki.png.meta +1 -0
  1557. package/editions/tw5.com/tiddlers/images/Intertwingled Innovations.png +0 -0
  1558. package/editions/tw5.com/tiddlers/images/Intertwingled Innovations.png.meta +3 -0
  1559. package/editions/tw5.com/tiddlers/images/Introduction Video Thumbnail.jpg +0 -0
  1560. package/editions/tw5.com/tiddlers/images/Introduction Video Thumbnail.jpg.meta +2 -1
  1561. package/editions/tw5.com/tiddlers/images/MWS Banner.png +0 -0
  1562. package/editions/tw5.com/tiddlers/images/MWS Banner.png.meta +4 -0
  1563. package/editions/tw5.com/tiddlers/images/Marketplace Banner.png.meta +1 -0
  1564. package/editions/tw5.com/tiddlers/images/Motovun Jack.ascii.tid +1 -0
  1565. package/editions/tw5.com/tiddlers/images/Motovun Jack.jpg.meta +1 -0
  1566. package/editions/tw5.com/tiddlers/images/Motovun Jack.pdf.meta +1 -0
  1567. package/editions/tw5.com/tiddlers/images/New Release Banner.png +0 -0
  1568. package/editions/tw5.com/tiddlers/images/New Release Banner.png.meta +1 -0
  1569. package/editions/tw5.com/tiddlers/images/Newnham Horizon.jpg.meta +1 -0
  1570. package/editions/tw5.com/tiddlers/images/Open Collective Logo.tid +2 -1
  1571. package/editions/tw5.com/tiddlers/images/PerlinLight.jpg.meta +1 -0
  1572. package/editions/tw5.com/tiddlers/images/Reddit Logo.tid +1 -0
  1573. package/editions/tw5.com/tiddlers/images/TWEUM Thumbnail.jpg.meta +1 -0
  1574. package/editions/tw5.com/tiddlers/images/Tiddler Fishes.svg.meta +1 -0
  1575. package/editions/tw5.com/tiddlers/images/Tiddler Poster.png.meta +1 -0
  1576. package/editions/tw5.com/tiddlers/images/TiddlyFox Apocalypse.png.meta +1 -0
  1577. package/editions/tw5.com/tiddlers/images/TiddlyWiki Classic.png.meta +1 -0
  1578. package/editions/tw5.com/tiddlers/images/TiddlyWiki Newsletter Badge.png.meta +5 -2
  1579. package/editions/tw5.com/tiddlers/images/TiddlyWiki Privacy Badge.png +0 -0
  1580. package/editions/tw5.com/tiddlers/images/TiddlyWiki Privacy Badge.png.meta +6 -0
  1581. package/editions/tw5.com/tiddlers/images/TiddlyWikiLinks.png.meta +1 -0
  1582. package/editions/tw5.com/tiddlers/images/Tiddlyhost Logo.png.meta +1 -0
  1583. package/editions/tw5.com/tiddlers/images/Twenty Years of TiddlyWiki.png +0 -0
  1584. package/editions/tw5.com/tiddlers/images/Twenty Years of TiddlyWiki.png.meta +4 -0
  1585. package/editions/tw5.com/tiddlers/images/Xememex Logo.svg.meta +1 -0
  1586. package/editions/tw5.com/tiddlers/images/favicon.png.meta +1 -0
  1587. package/editions/tw5.com/tiddlers/images/green_favicon.png.meta +1 -0
  1588. package/editions/tw5.com/tiddlers/languages/Japanese (Japan) Edition.tid +2 -2
  1589. package/editions/tw5.com/tiddlers/macros/CoreMacros.tid +2 -1
  1590. package/editions/tw5.com/tiddlers/macros/TableOfContentsMacro.tid +15 -9
  1591. package/editions/tw5.com/tiddlers/macros/UnusedTitleMacro.tid +5 -2
  1592. package/editions/tw5.com/tiddlers/macros/examples/unusedtitle Macro (Examples 1).tid +15 -1
  1593. package/editions/tw5.com/tiddlers/macros/examples/unusedtitle.tid +3 -2
  1594. package/editions/tw5.com/tiddlers/macros/show-filter-count.tid +21 -0
  1595. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-close-window.tid +1 -1
  1596. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-download-file.tid +1 -0
  1597. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-edit-text-operation.tid +16 -14
  1598. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-http-request Examples.tid +2 -1
  1599. package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-http-request.tid +2 -0
  1600. package/editions/tw5.com/tiddlers/nodejs/Customising Tiddler File Naming.tid +4 -4
  1601. package/editions/tw5.com/tiddlers/nodejs/Installing TiddlyWiki Prerelease on Node.js.tid +1 -1
  1602. package/editions/tw5.com/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid +1 -1
  1603. package/editions/tw5.com/tiddlers/nodejs/Using TiddlyWiki on Node.js.tid +2 -2
  1604. package/editions/tw5.com/tiddlers/nodejs/Working with the TiddlyWiki5 repository.tid +1 -1
  1605. package/editions/tw5.com/tiddlers/nodejs/tiddlywiki.files_Files.tid +1 -1
  1606. package/editions/tw5.com/tiddlers/nodejs/tiddlywiki.info_Files.tid +4 -4
  1607. package/editions/tw5.com/tiddlers/plugins/D3 Plugin.tid +4 -4
  1608. package/editions/tw5.com/tiddlers/plugins/Dynaview Plugin.tid +1 -1
  1609. package/editions/tw5.com/tiddlers/plugins/Geospatial Plugin.tid +17 -0
  1610. package/editions/tw5.com/tiddlers/plugins/Innerwiki Plugin.tid +1 -1
  1611. package/editions/tw5.com/tiddlers/plugins/Mobile Drag And Drop Shim Plugin.tid +4 -3
  1612. package/editions/tw5.com/tiddlers/plugins/Railroad Plugin.tid +7 -1
  1613. package/editions/tw5.com/tiddlers/plugins/Share Plugin.tid +4 -2
  1614. package/editions/tw5.com/tiddlers/plugins/Tour Plugin.tid +9 -0
  1615. package/editions/tw5.com/tiddlers/pragmas/Pragma_ _define.tid +1 -1
  1616. package/editions/tw5.com/tiddlers/pragmas/Pragma_ _rules.tid +3 -3
  1617. package/editions/tw5.com/tiddlers/procedures/Procedures.tid +2 -2
  1618. package/editions/tw5.com/tiddlers/readme/ReadMe.tid +22 -5
  1619. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.0.tid +3 -3
  1620. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.1.tid +4 -4
  1621. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.10.tid +47 -47
  1622. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.11.tid +1 -1
  1623. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.12.tid +27 -27
  1624. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.13.tid +6 -6
  1625. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.14.tid +79 -79
  1626. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.15.tid +29 -29
  1627. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.16.tid +59 -59
  1628. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.17.tid +15 -15
  1629. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.18.tid +48 -48
  1630. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.19.tid +7 -7
  1631. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.2.tid +8 -8
  1632. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.20.tid +68 -68
  1633. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.21.tid +17 -17
  1634. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.22.tid +76 -76
  1635. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.23.tid +168 -168
  1636. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.3.tid +27 -27
  1637. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.4.tid +8 -8
  1638. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.5.tid +42 -42
  1639. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.6.tid +13 -13
  1640. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.7.tid +2 -2
  1641. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.8.tid +45 -45
  1642. package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.9.tid +20 -20
  1643. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.0.tid +120 -120
  1644. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.1.tid +22 -22
  1645. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.2.tid +45 -45
  1646. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.3.tid +62 -62
  1647. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.4.tid +54 -54
  1648. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.5.tid +2 -2
  1649. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.6.tid +50 -50
  1650. package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.7.tid +2 -2
  1651. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.0.tid +35 -35
  1652. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.1.tid +18 -18
  1653. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.2.tid +47 -47
  1654. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.3.tid +6 -6
  1655. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.4.tid +46 -46
  1656. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.5.tid +13 -12
  1657. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.6.tid +187 -0
  1658. package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.7.tid +140 -0
  1659. package/editions/tw5.com/tiddlers/releasenotes/Releases.tid +2 -0
  1660. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha12.tid +1 -1
  1661. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha13.tid +1 -1
  1662. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha14.tid +1 -1
  1663. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha15.tid +1 -1
  1664. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha16.tid +1 -1
  1665. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha17.tid +1 -1
  1666. package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.1alpha.tid +1 -1
  1667. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.10beta.tid +16 -16
  1668. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.11beta.tid +17 -17
  1669. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.12beta.tid +1 -1
  1670. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.13beta.tid +29 -29
  1671. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.14beta.tid +29 -29
  1672. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.15beta.tid +18 -18
  1673. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.16beta.tid +14 -14
  1674. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.17beta.tid +20 -20
  1675. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.18beta.tid +9 -9
  1676. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.2beta.tid +1 -1
  1677. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.3beta.tid +1 -1
  1678. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.4beta.tid +5 -5
  1679. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.5beta.tid +1 -1
  1680. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.6beta.tid +13 -13
  1681. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.7beta.tid +11 -11
  1682. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.8beta.tid +12 -12
  1683. package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.9beta.tid +32 -32
  1684. package/editions/tw5.com/tiddlers/roadmap/RoadMap.tid +1 -1
  1685. package/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MultiWikiServer.tid +21 -0
  1686. package/editions/tw5.com/tiddlers/saving/Encryption.tid +2 -2
  1687. package/editions/tw5.com/tiddlers/saving/Example config-tiddlyweb-host for IIS.txt.meta +1 -1
  1688. package/editions/tw5.com/tiddlers/saving/Example package.json for IIS.txt.meta +1 -1
  1689. package/editions/tw5.com/tiddlers/saving/Example tiddlywiki.info for IIS.txt.meta +1 -1
  1690. package/editions/tw5.com/tiddlers/saving/Example web.config for IIS.txt.meta +1 -1
  1691. package/editions/tw5.com/tiddlers/saving/Saving on TidGi.tid +1 -1
  1692. package/editions/tw5.com/tiddlers/saving/Saving on TiddlyHost.tid +2 -0
  1693. package/editions/tw5.com/tiddlers/saving/Saving with TiddlyIE.tid +2 -1
  1694. package/editions/tw5.com/tiddlers/saving/Saving with TiddlyPWA.tid +15 -0
  1695. package/editions/tw5.com/tiddlers/saving/Saving.tid +2 -2
  1696. package/editions/tw5.com/tiddlers/system/$__config_DefaultSidebarTab.tid +7 -0
  1697. package/editions/tw5.com/tiddlers/system/$__startup_open-welcome.tid +4 -0
  1698. package/editions/tw5.com/tiddlers/system/ContributionBanner.tid +1 -1
  1699. package/editions/tw5.com/tiddlers/system/DefaultTiddlers.tid +4 -0
  1700. package/editions/tw5.com/tiddlers/system/SiteDomain.tid +3 -0
  1701. package/editions/tw5.com/tiddlers/system/SitePreviewUrl.tid +3 -0
  1702. package/editions/tw5.com/tiddlers/system/SiteTitle.tid +1 -1
  1703. package/editions/tw5.com/tiddlers/system/SiteUrl.tid +3 -0
  1704. package/editions/tw5.com/tiddlers/system/Sources.tid +1 -1
  1705. package/editions/tw5.com/tiddlers/system/TableOfContents.tid +2 -2
  1706. package/editions/tw5.com/tiddlers/system/dropbox-url-macro.js +0 -4
  1707. package/editions/tw5.com/tiddlers/system/filter-run-template.tid +4 -4
  1708. package/editions/tw5.com/tiddlers/system/if-macro.js +0 -4
  1709. package/editions/tw5.com/tiddlers/system/netlify-build-badge-icon.tid +4 -0
  1710. package/editions/tw5.com/tiddlers/system/netlify-build-badge.tid +17 -0
  1711. package/editions/tw5.com/tiddlers/system/operator-macros.tid +2 -2
  1712. package/editions/tw5.com/tiddlers/system/operator-template.tid +4 -4
  1713. package/editions/tw5.com/tiddlers/system/static.content.tid +8 -4
  1714. package/editions/tw5.com/tiddlers/system/systemtag-template.tid +13 -7
  1715. package/editions/tw5.com/tiddlers/system/tw5.com-styles.tid +44 -283
  1716. package/editions/tw5.com/tiddlers/systemtags/SystemTag_ $__tags_ClassFilters_PageTemplate.tid +1 -1
  1717. package/editions/tw5.com/tiddlers/systemtags/SystemTag_ $__tags_ControlPanel_SettingsTab.tid +9 -0
  1718. package/editions/tw5.com/tiddlers/testcases/DataWidget/ImportCustomTitle.tid +29 -0
  1719. package/editions/tw5.com/tiddlers/testcases/HTML/BlockModeInHTMLTable.tid +30 -0
  1720. package/editions/tw5.com/tiddlers/testcases/HTML/OpenTagBlankLine.tid +23 -0
  1721. package/editions/tw5.com/tiddlers/testcases/HTML/OpenTagBlankLineInBoldSyntax.tid +22 -0
  1722. package/editions/tw5.com/tiddlers/testcases/HTML/OpenTagBlankLineInTableSyntax.tid +22 -0
  1723. package/editions/tw5.com/tiddlers/testcases/HTML/OpenTagNoBlankLine.tid +34 -0
  1724. package/editions/tw5.com/tiddlers/testcases/RevealWidget/AccordionSlider.tid +30 -0
  1725. package/editions/tw5.com/tiddlers/testcases/RevealWidget/Popup.tid +27 -0
  1726. package/editions/tw5.com/tiddlers/testcases/RevealWidget/SimpleReveal.tid +27 -0
  1727. package/editions/tw5.com/tiddlers/testcases/RevealWidget/TextReference.tid +23 -0
  1728. package/editions/tw5.com/tiddlers/testimonials/Testimonials - Product Hunt.tid +2 -0
  1729. package/editions/tw5.com/tiddlers/variables/Behaviour of invoked variables depends on how the variable was declared.tid +5 -5
  1730. package/editions/tw5.com/tiddlers/variables/Behaviour of variables invoked via normal wikitext.tid +2 -2
  1731. package/editions/tw5.com/tiddlers/variables/Behaviour of variables invoked via widget attributes.tid +2 -2
  1732. package/editions/tw5.com/tiddlers/variables/Core Variables.tid +4 -3
  1733. package/editions/tw5.com/tiddlers/variables/Variables.tid +2 -2
  1734. package/editions/tw5.com/tiddlers/variables/actionTiddler Variable.tid +2 -2
  1735. package/editions/tw5.com/tiddlers/videos/Getting Started Video.tid +1 -1
  1736. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 1.tid +7 -18
  1737. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 2.tid +9 -17
  1738. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 3.tid +10 -17
  1739. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 4.tid +9 -16
  1740. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 5.tid +9 -21
  1741. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget.tid +4 -35
  1742. package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget_Example.tid +17 -7
  1743. package/editions/tw5.com/tiddlers/widgets/ActionSetFieldWidget.tid +8 -1
  1744. package/editions/tw5.com/tiddlers/widgets/BrowseWidget.tid +2 -0
  1745. package/editions/tw5.com/tiddlers/widgets/CheckboxWidget.tid +1 -0
  1746. package/editions/tw5.com/tiddlers/widgets/CodeblockWidget.tid +2 -2
  1747. package/editions/tw5.com/tiddlers/widgets/Custom Widgets.tid +2 -2
  1748. package/editions/tw5.com/tiddlers/widgets/DataWidget.tid +2 -1
  1749. package/editions/tw5.com/tiddlers/widgets/DroppableWidget.tid +32 -13
  1750. package/editions/tw5.com/tiddlers/widgets/EditTextWidget.tid +1 -1
  1751. package/editions/tw5.com/tiddlers/widgets/EditWidget.tid +1 -1
  1752. package/editions/tw5.com/tiddlers/widgets/EventCatcherWidget.tid +2 -2
  1753. package/editions/tw5.com/tiddlers/widgets/GenesisWidget.tid +1 -1
  1754. package/editions/tw5.com/tiddlers/widgets/LinkCatcherWidget.tid +6 -2
  1755. package/editions/tw5.com/tiddlers/widgets/LinkWidget.tid +4 -2
  1756. package/editions/tw5.com/tiddlers/widgets/RadioWidget.tid +1 -0
  1757. package/editions/tw5.com/tiddlers/widgets/RangeWidget.tid +1 -0
  1758. package/editions/tw5.com/tiddlers/widgets/RevealWidget.tid +6 -53
  1759. package/editions/tw5.com/tiddlers/widgets/SelectWidget.tid +1 -0
  1760. package/editions/tw5.com/tiddlers/widgets/TestCaseWidget.tid +2 -1
  1761. package/editions/tw5.com/tiddlers/widgets/ViewWidget.tid +9 -0
  1762. package/editions/tw5.com/tiddlers/widgets/Widgets.tid +2 -4
  1763. package/editions/tw5.com/tiddlers/widgets/WikifyWidget.tid +23 -3
  1764. package/editions/tw5.com/tiddlers/wikitext/Conditional Shortcut Syntax.tid +16 -16
  1765. package/editions/tw5.com/tiddlers/wikitext/HTML Entities.tid +3 -2
  1766. package/editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid +8 -10
  1767. package/editions/tw5.com/tiddlers/wikitext/Utility Classes.tid +2 -1
  1768. package/editions/tw5.com/tiddlers/wikitext/parser/Places where the parser ignores WikiText.tid +2 -2
  1769. package/editions/tw5.com/tiddlers/wikitext/parser/WikiText parser mode_ HTML examples.tid +6 -39
  1770. package/editions/tw5.com/tiddlers/workingwithtw/TiddlyWiki Node.js Privacy and Security.tid +11 -0
  1771. package/editions/tw5.com/tiddlers/workingwithtw/TiddlyWiki Privacy and Security.tid +55 -0
  1772. package/editions/tw5.com/tiddlers/workingwithtw/TiddlyWiki Single File Privacy and Security.tid +10 -0
  1773. package/editions/tw5.com/tiddlywiki.info +4 -7
  1774. package/editions/tw5.com-docs/tiddlers/$__coreURL.tid +4 -0
  1775. package/editions/tw5.com-docs/tiddlers/Welcome to tw5.com-docs.tid +1 -1
  1776. package/editions/tw5.com-docs/tiddlywiki.info +4 -1
  1777. package/editions/tw5.com-server/tiddlywiki.info +0 -1
  1778. package/editions/xlsx-utils/tiddlers/$__coreURL.tid +4 -0
  1779. package/editions/xlsx-utils/tiddlywiki.info +4 -1
  1780. package/eslint.config.js +333 -0
  1781. package/languages/ar-PS/plugin.info +1 -1
  1782. package/languages/ca-ES/plugin.info +1 -1
  1783. package/languages/cs-CZ/plugin.info +1 -1
  1784. package/languages/da-DK/plugin.info +1 -1
  1785. package/languages/de-DE/Buttons.multids +2 -0
  1786. package/languages/de-DE/ControlPanel.multids +25 -8
  1787. package/languages/de-DE/Docs/PaletteColours.multids +4 -0
  1788. package/languages/de-DE/EditTemplate.multids +2 -0
  1789. package/languages/de-DE/Help/commands.tid +6 -2
  1790. package/languages/de-DE/Search.multids +3 -1
  1791. package/languages/de-DE/Snippets/FunctionDefinition.tid +7 -0
  1792. package/languages/de-DE/Snippets/MacroDefinition.tid +1 -1
  1793. package/languages/de-DE/Snippets/ProcedureDefinition.tid +8 -0
  1794. package/languages/de-DE/Types/application_javascript.tid +1 -0
  1795. package/languages/de-DE/Types/application_json.tid +1 -0
  1796. package/languages/de-DE/Types/application_x_tiddler_dictionary.tid +1 -0
  1797. package/languages/de-DE/Types/image_gif.tid +2 -1
  1798. package/languages/de-DE/Types/image_jpeg.tid +1 -0
  1799. package/languages/de-DE/Types/image_png.tid +1 -0
  1800. package/languages/de-DE/Types/image_svg_xml.tid +1 -0
  1801. package/languages/de-DE/Types/text_css.tid +1 -0
  1802. package/languages/de-DE/Types/text_html.tid +1 -0
  1803. package/languages/de-DE/Types/text_plain.tid +1 -0
  1804. package/languages/de-DE/Types/text_vnd.tiddlywiki.tid +2 -1
  1805. package/languages/de-DE/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
  1806. package/languages/el-GR/Buttons.multids +120 -171
  1807. package/languages/el-GR/ControlPanel.multids +195 -171
  1808. package/languages/el-GR/CoreReadMe.tid +3 -4
  1809. package/languages/el-GR/Dates.multids +14 -81
  1810. package/languages/el-GR/Docs/ModuleTypes.multids +20 -25
  1811. package/languages/el-GR/Docs/PaletteColours.multids +88 -102
  1812. package/languages/el-GR/EditTemplate.multids +19 -26
  1813. package/languages/el-GR/Exporters.multids +3 -4
  1814. package/languages/el-GR/Fields.multids +31 -32
  1815. package/languages/el-GR/Filters.multids +8 -12
  1816. package/languages/el-GR/GettingStarted.tid +8 -8
  1817. package/languages/el-GR/Help/build.tid +3 -3
  1818. package/languages/el-GR/Help/clearpassword.tid +2 -2
  1819. package/languages/el-GR/Help/commands.tid +18 -0
  1820. package/languages/el-GR/Help/default.tid +4 -2
  1821. package/languages/el-GR/Help/deletetiddlers.tid +8 -0
  1822. package/languages/el-GR/Help/editions.tid +1 -1
  1823. package/languages/el-GR/Help/fetch.tid +10 -10
  1824. package/languages/el-GR/Help/import.tid +4 -4
  1825. package/languages/el-GR/Help/init.tid +9 -9
  1826. package/languages/el-GR/Help/listen.tid +35 -0
  1827. package/languages/el-GR/Help/load.tid +10 -7
  1828. package/languages/el-GR/Help/makelibrary.tid +3 -3
  1829. package/languages/el-GR/Help/notfound.tid +1 -0
  1830. package/languages/el-GR/Help/output.tid +3 -3
  1831. package/languages/el-GR/Help/password.tid +4 -3
  1832. package/languages/el-GR/Help/render.tid +20 -19
  1833. package/languages/el-GR/Help/rendertiddler.tid +10 -9
  1834. package/languages/el-GR/Help/rendertiddlers.tid +4 -4
  1835. package/languages/el-GR/Help/save.tid +10 -10
  1836. package/languages/el-GR/Help/savetiddler.tid +6 -6
  1837. package/languages/el-GR/Help/savetiddlers.tid +5 -5
  1838. package/languages/el-GR/Help/savewikifolder.tid +34 -0
  1839. package/languages/el-GR/Help/server.tid +24 -16
  1840. package/languages/el-GR/Help/setfield.tid +7 -7
  1841. package/languages/el-GR/Help/verbose.tid +2 -2
  1842. package/languages/el-GR/Import.multids +25 -12
  1843. package/languages/el-GR/Misc.multids +60 -69
  1844. package/languages/el-GR/Modals/Download.tid +4 -4
  1845. package/languages/el-GR/NewJournal.multids +0 -2
  1846. package/languages/el-GR/Notifications.multids +2 -2
  1847. package/languages/el-GR/Search.multids +6 -17
  1848. package/languages/el-GR/SideBar.multids +1 -15
  1849. package/languages/el-GR/SiteSubtitle.tid +0 -1
  1850. package/languages/el-GR/SiteTitle.tid +1 -1
  1851. package/languages/el-GR/Snippets/FunctionDefinition.tid +7 -0
  1852. package/languages/el-GR/Snippets/ListByTag.tid +2 -2
  1853. package/languages/el-GR/Snippets/MacroDefinition.tid +2 -2
  1854. package/languages/el-GR/Snippets/ProcedureDefinition.tid +7 -0
  1855. package/languages/el-GR/Snippets/Table4x3.tid +1 -1
  1856. package/languages/el-GR/Snippets/TableOfContents.tid +2 -2
  1857. package/languages/el-GR/ThemeTweaks.multids +18 -40
  1858. package/languages/el-GR/TiddlerInfo.multids +3 -18
  1859. package/languages/el-GR/Types/{application%2Fjavascript.tid → application_javascript.tid} +2 -2
  1860. package/languages/el-GR/Types/application_json.tid +4 -0
  1861. package/languages/el-GR/Types/{application%2Fx-tiddler-dictionary.tid → application_x-tiddler-dictionary.tid} +1 -1
  1862. package/languages/el-GR/Types/image_svg+xml.tid +4 -0
  1863. package/languages/el-GR/Types/{text%2Fcss.tid → text_css.tid} +1 -1
  1864. package/languages/el-GR/Types/text_vnd.tiddlywiki-multiple.tid +4 -0
  1865. package/languages/el-GR/plugin.info +1 -1
  1866. package/languages/en-PH/Buttons.multids +13 -0
  1867. package/languages/en-PH/ControlPanel.multids +9 -0
  1868. package/languages/en-PH/CoreReadMe.tid +8 -0
  1869. package/languages/en-PH/Dates.multids +5 -0
  1870. package/languages/en-PH/Docs/ModuleTypes.multids +3 -0
  1871. package/languages/en-PH/Docs/PaletteColours.multids +7 -0
  1872. package/languages/en-PH/Fields.multids +4 -0
  1873. package/languages/en-PH/Filters.multids +3 -0
  1874. package/languages/en-PH/Import.multids +3 -0
  1875. package/languages/en-PH/Misc.multids +15 -0
  1876. package/languages/en-PH/Modals/Download.tid +13 -0
  1877. package/languages/en-PH/NewJournal.multids +3 -0
  1878. package/languages/en-PH/plugin.info +8 -0
  1879. package/languages/es-ES/Buttons.multids +5 -0
  1880. package/languages/es-ES/ControlPanel.multids +20 -0
  1881. package/languages/es-ES/Docs/ModuleTypes.multids +1 -1
  1882. package/languages/es-ES/Docs/PaletteColours.multids +7 -0
  1883. package/languages/es-ES/EditTemplate.multids +2 -0
  1884. package/languages/es-ES/Fields.multids +2 -0
  1885. package/languages/es-ES/Help/commands.tid +1 -1
  1886. package/languages/es-ES/Misc.multids +2 -2
  1887. package/languages/es-ES/Search.multids +2 -0
  1888. package/languages/es-ES/Snippets/FunctionDefinition.tid +7 -0
  1889. package/languages/es-ES/Snippets/ProcedureDefinition.tid +7 -0
  1890. package/languages/es-ES/Types/image_svg_xml.tid +1 -1
  1891. package/languages/es-ES/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
  1892. package/languages/es-ES/plugin.info +2 -2
  1893. package/languages/fa-IR/plugin.info +1 -1
  1894. package/languages/fr-FR/Buttons.multids +4 -0
  1895. package/languages/fr-FR/ControlPanel.multids +11 -1
  1896. package/languages/fr-FR/Docs/PaletteColours.multids +7 -3
  1897. package/languages/fr-FR/Fields.multids +2 -2
  1898. package/languages/fr-FR/Snippets/FunctionDefinition.tid +7 -0
  1899. package/languages/fr-FR/Snippets/ProcedureDefinition.tid +7 -0
  1900. package/languages/fr-FR/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
  1901. package/languages/he-IL/plugin.info +1 -1
  1902. package/languages/hi-IN/plugin.info +1 -1
  1903. package/languages/it-IT/plugin.info +1 -1
  1904. package/languages/ja-JP/plugin.info +1 -1
  1905. package/languages/ko-KR/plugin.info +1 -1
  1906. package/languages/mk-MK/plugin.info +1 -1
  1907. package/languages/nl-NL/plugin.info +1 -1
  1908. package/languages/pa-IN/plugin.info +1 -1
  1909. package/languages/pl-PL/Buttons.multids +4 -0
  1910. package/languages/pl-PL/ControlPanel.multids +20 -0
  1911. package/languages/pl-PL/Docs/PaletteColours.multids +7 -0
  1912. package/languages/pl-PL/EditTemplate.multids +1 -0
  1913. package/languages/pl-PL/Fields.multids +1 -0
  1914. package/languages/pl-PL/Misc.multids +2 -0
  1915. package/languages/pl-PL/Search.multids +2 -0
  1916. package/languages/pl-PL/Snippets/FunctionDefinition.tid +7 -0
  1917. package/languages/pl-PL/Snippets/ProcedureDefinition.tid +7 -0
  1918. package/languages/pl-PL/Types/text_vnd.tiddlywiki_multiple.tid +6 -0
  1919. package/languages/pl-PL/plugin.info +1 -1
  1920. package/languages/pl-PL/readme.md +1 -1
  1921. package/languages/pt-PT/plugin.info +1 -1
  1922. package/languages/ru-RU/plugin.info +1 -1
  1923. package/languages/sk-SK/plugin.info +1 -1
  1924. package/languages/sl-SI/plugin.info +1 -1
  1925. package/languages/sv-SE/plugin.info +1 -1
  1926. package/languages/zh-CN/plugin.info +1 -1
  1927. package/languages/zh-HK/Buttons.multids +17 -0
  1928. package/languages/zh-HK/ControlPanel.multids +31 -0
  1929. package/languages/zh-HK/Docs/ModuleTypes.multids +3 -0
  1930. package/languages/zh-HK/Fields.multids +5 -0
  1931. package/languages/zh-HK/GettingStarted.tid +18 -0
  1932. package/languages/zh-HK/Help/listen.tid +35 -0
  1933. package/languages/zh-HK/Help/notfound.tid +3 -0
  1934. package/languages/zh-HK/Help/password.tid +10 -0
  1935. package/languages/zh-HK/Help/render.tid +34 -0
  1936. package/languages/zh-HK/Help/savetiddlers.tid +16 -0
  1937. package/languages/zh-HK/Help/server.tid +44 -0
  1938. package/languages/zh-HK/Help/setfield.tid +17 -0
  1939. package/languages/zh-HK/Misc.multids +5 -0
  1940. package/languages/zh-HK/SideBar.multids +3 -0
  1941. package/languages/zh-HK/Snippets/ProcedureDefinition.tid +7 -0
  1942. package/languages/zh-HK/ThemeTweaks.multids +3 -0
  1943. package/languages/zh-HK/plugin.info +1 -1
  1944. package/languages/zh-Hans/Buttons.multids +2 -0
  1945. package/languages/zh-Hans/ControlPanel.multids +23 -6
  1946. package/languages/zh-Hans/EditTemplate.multids +2 -0
  1947. package/languages/zh-Hans/Search.multids +2 -0
  1948. package/languages/zh-Hans/SiteTitle.tid +1 -1
  1949. package/languages/zh-Hans/Snippets/FunctionDefinition.tid +7 -0
  1950. package/languages/zh-Hans/Snippets/ProcedureDefinition.tid +7 -0
  1951. package/languages/zh-Hans/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
  1952. package/languages/zh-Hans/plugin.info +1 -1
  1953. package/languages/zh-Hant/Buttons.multids +2 -0
  1954. package/languages/zh-Hant/ControlPanel.multids +24 -7
  1955. package/languages/zh-Hant/EditTemplate.multids +2 -0
  1956. package/languages/zh-Hant/Search.multids +2 -0
  1957. package/languages/zh-Hant/Snippets/FunctionDefinition.tid +7 -0
  1958. package/languages/zh-Hant/Snippets/ProcedureDefinition.tid +7 -0
  1959. package/languages/zh-Hant/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
  1960. package/languages/zh-Hant/plugin.info +1 -1
  1961. package/languages/zh-TW/plugin.info +1 -1
  1962. package/license +1 -1
  1963. package/licenses/cla-entity.md +3 -1
  1964. package/licenses/cla-individual.md +42 -0
  1965. package/package.json +5 -4
  1966. package/plugins/tiddlywiki/aws/docs/setup.tid +1 -1
  1967. package/plugins/tiddlywiki/aws/modules/command.js +0 -6
  1968. package/plugins/tiddlywiki/aws/modules/encodings.js +0 -5
  1969. package/plugins/tiddlywiki/aws/modules/init.js +0 -5
  1970. package/plugins/tiddlywiki/aws/modules/utils.js +0 -5
  1971. package/plugins/tiddlywiki/bibtex/deserializer.js +0 -5
  1972. package/plugins/tiddlywiki/blog/templates/tiddler.tid +2 -2
  1973. package/plugins/tiddlywiki/browser-sniff/browser.js +0 -5
  1974. package/plugins/tiddlywiki/browser-sniff/readme.tid +1 -1
  1975. package/plugins/tiddlywiki/browser-storage/rawmarkup.js +0 -4
  1976. package/plugins/tiddlywiki/browser-storage/readme.tid +1 -1
  1977. package/plugins/tiddlywiki/browser-storage/settings.tid +6 -2
  1978. package/plugins/tiddlywiki/browser-storage/startup.js +16 -14
  1979. package/plugins/tiddlywiki/browser-storage/util.js +1 -7
  1980. package/plugins/tiddlywiki/cecily/cecily.js +0 -5
  1981. package/plugins/tiddlywiki/cecily/readme.tid +1 -1
  1982. package/plugins/tiddlywiki/classictools/languages/ia-IA/types/text_Fx-tiddlywiki.tid +4 -0
  1983. package/{languages/sv-SE/Types → plugins/tiddlywiki/classictools/languages/sv-SE/types}/text_x-tiddlywiki.tid +4 -4
  1984. package/plugins/tiddlywiki/classictools/modules/recipe.js +0 -5
  1985. package/plugins/tiddlywiki/classictools/readme.tid +1 -1
  1986. package/plugins/tiddlywiki/codemirror/edit-codemirror.js +0 -5
  1987. package/plugins/tiddlywiki/codemirror/engine.js +0 -5
  1988. package/plugins/tiddlywiki/codemirror/files/addon/dialog/dialog.css +1 -32
  1989. package/plugins/tiddlywiki/codemirror/files/addon/dialog/dialog.js +1 -1
  1990. package/plugins/tiddlywiki/codemirror/files/addon/selection/activeline.js +1 -1
  1991. package/plugins/tiddlywiki/codemirror/files/codemirror.css +1 -1
  1992. package/plugins/tiddlywiki/codemirror/files/codemirror.js +1 -1
  1993. package/plugins/tiddlywiki/codemirror/readme.tid +2 -2
  1994. package/plugins/tiddlywiki/codemirror/settings/cursorBlinkRate.tid +1 -1
  1995. package/plugins/tiddlywiki/codemirror/settings/indentUnit.tid +1 -1
  1996. package/plugins/tiddlywiki/codemirror/settings/tabSize.tid +1 -1
  1997. package/plugins/tiddlywiki/codemirror/ui/controlpanel/codemirror.tid +2 -2
  1998. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/anyword-hint.js +1 -3
  1999. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/css-hint.js +1 -3
  2000. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/html-hint.js +1 -3
  2001. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/javascript-hint.js +1 -3
  2002. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/show-hint.css +1 -36
  2003. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/show-hint.js +1 -3
  2004. package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/xml-hint.js +1 -3
  2005. package/plugins/tiddlywiki/codemirror-closebrackets/files/addon/edit/closebrackets.js +1 -3
  2006. package/plugins/tiddlywiki/codemirror-closebrackets/files/addon/edit/matchbrackets.js +1 -3
  2007. package/plugins/tiddlywiki/codemirror-fullscreen-editing/files/addon/fullscreen/fullscreen.css +1 -6
  2008. package/plugins/tiddlywiki/codemirror-fullscreen-editing/files/addon/fullscreen/fullscreen.js +1 -3
  2009. package/plugins/tiddlywiki/codemirror-keymap-emacs/files/keymap/emacs.js +1 -3
  2010. package/plugins/tiddlywiki/codemirror-keymap-sublime-text/files/addons/comment/comment.js +1 -3
  2011. package/plugins/tiddlywiki/codemirror-keymap-sublime-text/files/keymap/sublime.js +1 -3
  2012. package/plugins/tiddlywiki/codemirror-keymap-vim/files/keymap/vim.js +1 -3
  2013. package/plugins/tiddlywiki/codemirror-mode-css/files/mode/css/css.js +1 -3
  2014. package/plugins/tiddlywiki/codemirror-mode-htmlembedded/files/addon/mode/multiplex.js +1 -3
  2015. package/plugins/tiddlywiki/codemirror-mode-htmlembedded/files/mode/htmlembedded/htmlembedded.js +1 -3
  2016. package/plugins/tiddlywiki/codemirror-mode-htmlmixed/files/mode/htmlmixed/htmlmixed.js +1 -3
  2017. package/plugins/tiddlywiki/codemirror-mode-javascript/files/mode/javascript/javascript.js +1 -3
  2018. package/plugins/tiddlywiki/codemirror-mode-markdown/files/mode/markdown/markdown.js +1 -3
  2019. package/plugins/tiddlywiki/codemirror-mode-x-tiddlywiki/files/mode/tiddlywiki/tiddlywiki.css +1 -14
  2020. package/plugins/tiddlywiki/codemirror-mode-x-tiddlywiki/files/mode/tiddlywiki/tiddlywiki.js +1 -3
  2021. package/plugins/tiddlywiki/codemirror-mode-xml/files/mode/xml/xml.js +1 -3
  2022. package/plugins/tiddlywiki/codemirror-search-replace/files/addon/search/jump-to-line.js +1 -3
  2023. package/plugins/tiddlywiki/codemirror-search-replace/files/addon/search/search.js +1 -3
  2024. package/plugins/tiddlywiki/codemirror-search-replace/files/addon/search/searchcursor.js +1 -3
  2025. package/plugins/tiddlywiki/codemirror-trailingspace/files/addon/edit/trailingspace.js +1 -27
  2026. package/plugins/tiddlywiki/comments/config.tid +2 -0
  2027. package/plugins/tiddlywiki/confetti/confetti-manager.js +0 -6
  2028. package/plugins/tiddlywiki/confetti/confetti-widget.js +0 -6
  2029. package/plugins/tiddlywiki/confetti/plugin.info +1 -1
  2030. package/plugins/tiddlywiki/confetti/startup.js +0 -6
  2031. package/plugins/tiddlywiki/consent-banner/banner.tid +4 -0
  2032. package/plugins/tiddlywiki/consent-banner/config.tid +2 -0
  2033. package/plugins/tiddlywiki/consent-banner/docs.tid +1 -1
  2034. package/plugins/tiddlywiki/consent-banner/raw-widget.js +0 -5
  2035. package/plugins/tiddlywiki/consent-banner/startup.js +0 -5
  2036. package/plugins/tiddlywiki/d3/barwidget.js +4 -9
  2037. package/plugins/tiddlywiki/d3/cloudwidget.js +0 -5
  2038. package/plugins/tiddlywiki/d3/readme.tid +1 -1
  2039. package/plugins/tiddlywiki/dynannotate/modules/dynannotate.js +0 -5
  2040. package/plugins/tiddlywiki/dynannotate/modules/element-spotlight.js +0 -6
  2041. package/plugins/tiddlywiki/dynannotate/modules/legacy-selection-tracker.js +0 -5
  2042. package/plugins/tiddlywiki/dynannotate/modules/selection-tracker.js +0 -5
  2043. package/plugins/tiddlywiki/dynannotate/modules/startup.js +0 -9
  2044. package/plugins/tiddlywiki/dynannotate/modules/textmap.js +0 -5
  2045. package/plugins/tiddlywiki/dynaview/config.tid +2 -0
  2046. package/plugins/tiddlywiki/dynaview/dynaview.js +0 -5
  2047. package/plugins/tiddlywiki/evernote/modules/enex-deserializer.js +15 -4
  2048. package/plugins/tiddlywiki/external-attachments/settings.tid +2 -0
  2049. package/plugins/tiddlywiki/external-attachments/startup.js +0 -6
  2050. package/plugins/tiddlywiki/filesystem/filesystemadaptor.js +9 -8
  2051. package/plugins/tiddlywiki/filesystem/readme.tid +1 -1
  2052. package/plugins/tiddlywiki/freelinks/plain-text.js +0 -5
  2053. package/plugins/tiddlywiki/freelinks/settings.tid +2 -0
  2054. package/plugins/tiddlywiki/freelinks/text.js +0 -5
  2055. package/plugins/tiddlywiki/geospatial/docs/geolayer.tid +5 -2
  2056. package/plugins/tiddlywiki/geospatial/docs/geomap.tid +71 -1
  2057. package/plugins/tiddlywiki/geospatial/geotools.js +0 -5
  2058. package/plugins/tiddlywiki/geospatial/images/markers/pin.svg +1 -9
  2059. package/plugins/tiddlywiki/geospatial/operators/helper.js +1 -6
  2060. package/plugins/tiddlywiki/geospatial/operators/lookup.js +0 -6
  2061. package/plugins/tiddlywiki/geospatial/operators/measurement.js +0 -5
  2062. package/plugins/tiddlywiki/geospatial/operators/olc.js +6 -11
  2063. package/plugins/tiddlywiki/geospatial/operators/transformation.js +0 -6
  2064. package/plugins/tiddlywiki/geospatial/plugin.info +1 -1
  2065. package/plugins/tiddlywiki/geospatial/settings.tid +2 -0
  2066. package/plugins/tiddlywiki/geospatial/startup.js +0 -5
  2067. package/plugins/tiddlywiki/geospatial/tests/operators/geodistance.tid +1 -1
  2068. package/plugins/tiddlywiki/geospatial/tests/operators/geolookup.tid +3 -3
  2069. package/plugins/tiddlywiki/geospatial/tests/operators/geonearestpoint.tid +2 -2
  2070. package/plugins/tiddlywiki/geospatial/tests/operators/geonearestpoint2.tid +3 -3
  2071. package/plugins/tiddlywiki/geospatial/tests/operators/geopoint.tid +1 -1
  2072. package/plugins/tiddlywiki/geospatial/tests/operators/olc-decode.tid +2 -2
  2073. package/plugins/tiddlywiki/geospatial/tests/widgets/geomap-empty-layer.tid +19 -0
  2074. package/plugins/tiddlywiki/geospatial/widgets/geobaselayer.js +0 -5
  2075. package/plugins/tiddlywiki/geospatial/widgets/geolayer.js +0 -5
  2076. package/plugins/tiddlywiki/geospatial/widgets/geomap.js +78 -29
  2077. package/plugins/tiddlywiki/github-fork-ribbon/plugin.info +1 -1
  2078. package/plugins/tiddlywiki/github-fork-ribbon/readme.tid +1 -1
  2079. package/plugins/tiddlywiki/github-fork-ribbon/template.tid +1 -1
  2080. package/plugins/tiddlywiki/github-fork-ribbon/usage.tid +5 -5
  2081. package/plugins/tiddlywiki/googleanalytics/googleanalytics.js +0 -7
  2082. package/plugins/tiddlywiki/googleanalytics/readme.tid +1 -1
  2083. package/plugins/tiddlywiki/googleanalytics/settings.tid +2 -0
  2084. package/plugins/tiddlywiki/help/help.tid +8 -8
  2085. package/plugins/tiddlywiki/help/readme.tid +1 -1
  2086. package/plugins/tiddlywiki/help/tabs/Support.tid +1 -1
  2087. package/plugins/tiddlywiki/highlight/files/tiddlywiki.files +1 -1
  2088. package/plugins/tiddlywiki/highlight/highlightblock.js +1 -7
  2089. package/plugins/tiddlywiki/highlight/styles.tid +1 -1
  2090. package/plugins/tiddlywiki/highlight/usage.tid +15 -7
  2091. package/plugins/tiddlywiki/highlight-legacy/highlightblock.js +0 -6
  2092. package/plugins/tiddlywiki/innerwiki/anchor.js +0 -6
  2093. package/plugins/tiddlywiki/innerwiki/innerwiki.js +0 -5
  2094. package/plugins/tiddlywiki/innerwiki/screenshot.js +0 -5
  2095. package/plugins/tiddlywiki/jasmine/command.js +0 -3
  2096. package/plugins/tiddlywiki/jasmine/jasmine-plugin.js +1 -5
  2097. package/plugins/tiddlywiki/jasmine/readme.tid +1 -1
  2098. package/plugins/tiddlywiki/jasmine/run-wiki-based-tests.js +7 -5
  2099. package/plugins/tiddlywiki/jasmine/startup.js +1 -5
  2100. package/plugins/tiddlywiki/jszip/startup.js +0 -5
  2101. package/plugins/tiddlywiki/katex/config.tid +2 -0
  2102. package/plugins/tiddlywiki/katex/files/tiddlywiki.files +2 -2
  2103. package/plugins/tiddlywiki/katex/latex-parser.js +0 -5
  2104. package/plugins/tiddlywiki/katex/readme.tid +1 -1
  2105. package/plugins/tiddlywiki/katex/styles.tid +1 -1
  2106. package/plugins/tiddlywiki/katex/wrapper.js +1 -7
  2107. package/plugins/tiddlywiki/markdown/EditorToolbar/picture-dropdown.tid +24 -0
  2108. package/plugins/tiddlywiki/markdown/EditorToolbar/picture.tid +10 -0
  2109. package/plugins/tiddlywiki/markdown/EditorToolbar/strikethrough.tid +15 -0
  2110. package/plugins/tiddlywiki/markdown/EditorToolbar/subscript.tid +15 -0
  2111. package/plugins/tiddlywiki/markdown/EditorToolbar/superscript.tid +15 -0
  2112. package/plugins/tiddlywiki/markdown/editor-operations/make-markdown-link.js +4 -9
  2113. package/plugins/tiddlywiki/markdown/markdown-it-katex.js +26 -27
  2114. package/plugins/tiddlywiki/markdown/markdown-it-tiddlywiki.js +0 -5
  2115. package/plugins/tiddlywiki/markdown/new-markdown.tid +4 -4
  2116. package/plugins/tiddlywiki/markdown/plugin.info +1 -1
  2117. package/plugins/tiddlywiki/markdown/readme.tid +88 -1
  2118. package/plugins/tiddlywiki/markdown/settings/breaks.tid +9 -0
  2119. package/plugins/tiddlywiki/markdown/settings/linkify.tid +9 -0
  2120. package/plugins/tiddlywiki/markdown/settings/quotes.tid +8 -0
  2121. package/plugins/tiddlywiki/markdown/settings/renderWikiText.tid +9 -0
  2122. package/plugins/tiddlywiki/markdown/settings/renderWikiTextPragma.tid +7 -0
  2123. package/plugins/tiddlywiki/markdown/settings/typographer.tid +9 -0
  2124. package/plugins/tiddlywiki/markdown/settings.tid +19 -0
  2125. package/plugins/tiddlywiki/markdown/styles.tid +1 -1
  2126. package/plugins/tiddlywiki/markdown/wrapper.js +2 -6
  2127. package/plugins/tiddlywiki/markdown-legacy/editor-operations/make-markdown-link.js +0 -5
  2128. package/plugins/tiddlywiki/markdown-legacy/new-markdown.tid +4 -4
  2129. package/plugins/tiddlywiki/markdown-legacy/readme.tid +1 -1
  2130. package/plugins/tiddlywiki/markdown-legacy/wrapper.js +0 -5
  2131. package/plugins/tiddlywiki/menubar/keyboardshortcuts-menubar-search.tid +5 -0
  2132. package/plugins/tiddlywiki/menubar/shortcutinfo-menubar-search.tid +4 -0
  2133. package/plugins/tiddlywiki/mobiledragdrop/startup.js +0 -5
  2134. package/plugins/tiddlywiki/nodewebkitsaver/nodewebkit.js +1 -3
  2135. package/plugins/tiddlywiki/nodewebkitsaver/readme.tid +1 -1
  2136. package/plugins/tiddlywiki/pluginlibrary/libraryserver.js +0 -5
  2137. package/plugins/tiddlywiki/pluginlibrary/readme.tid +1 -1
  2138. package/plugins/tiddlywiki/qrcode/ViewToolbarButton/Button.tid +17 -39
  2139. package/plugins/tiddlywiki/qrcode/barcodereader.js +0 -6
  2140. package/plugins/tiddlywiki/qrcode/docs/makeqr.tid +13 -9
  2141. package/plugins/tiddlywiki/qrcode/makeqr.js +2 -8
  2142. package/plugins/tiddlywiki/railroad/components.js +0 -5
  2143. package/plugins/tiddlywiki/railroad/parser.js +1 -6
  2144. package/plugins/tiddlywiki/railroad/typed-parser.js +0 -6
  2145. package/plugins/tiddlywiki/railroad/wrapper.js +0 -5
  2146. package/plugins/tiddlywiki/savetrail/savetrail.js +0 -5
  2147. package/plugins/tiddlywiki/savetrail/settings.tid +2 -1
  2148. package/plugins/tiddlywiki/share/rawmarkup.js +0 -5
  2149. package/plugins/tiddlywiki/share/settings.tid +2 -0
  2150. package/plugins/tiddlywiki/share/wizard.tid +1 -1
  2151. package/plugins/tiddlywiki/stacked-view/plugin.info +1 -1
  2152. package/plugins/tiddlywiki/stacked-view/readme.tid +1 -1
  2153. package/plugins/tiddlywiki/stacked-view/stacked.js +0 -5
  2154. package/plugins/tiddlywiki/tahoelafs/readme.tid +1 -1
  2155. package/plugins/tiddlywiki/tahoelafs/saver.js +0 -5
  2156. package/plugins/tiddlywiki/text-slicer/modules/commands/slice.js +0 -5
  2157. package/plugins/tiddlywiki/text-slicer/modules/filters/list-children.js +0 -5
  2158. package/plugins/tiddlywiki/text-slicer/modules/slicer.js +1 -6
  2159. package/plugins/tiddlywiki/text-slicer/modules/startup/slicer-startup.js +0 -5
  2160. package/plugins/tiddlywiki/text-slicer/ui/slice-toolbar-button.tid +5 -5
  2161. package/plugins/tiddlywiki/tiddlyweb/readme.tid +1 -1
  2162. package/plugins/tiddlywiki/tiddlyweb/save-wiki-button.tid +4 -4
  2163. package/plugins/tiddlywiki/tiddlyweb/tiddlywebadaptor.js +2 -7
  2164. package/plugins/tiddlywiki/tour/plugin.info +1 -1
  2165. package/plugins/tiddlywiki/tour/settings.tid +63 -57
  2166. package/plugins/tiddlywiki/tour/simplified-tiddler-with-tags.tid +4 -4
  2167. package/plugins/tiddlywiki/tour/simplified-tiddler.tid +2 -2
  2168. package/plugins/tiddlywiki/translators/Translators.tid +6 -0
  2169. package/plugins/tiddlywiki/translators/readme.tid +1 -1
  2170. package/plugins/tiddlywiki/translators/templates/help-tid.tid +5 -5
  2171. package/plugins/tiddlywiki/translators/templates/modal-tid.tid +8 -8
  2172. package/plugins/tiddlywiki/translators/templates/snippet-tid.tid +5 -5
  2173. package/plugins/tiddlywiki/translators/templates/type-tid.tid +6 -6
  2174. package/plugins/tiddlywiki/tw2parser/classictransclude.js +0 -5
  2175. package/plugins/tiddlywiki/tw2parser/entry.js +1 -5
  2176. package/plugins/tiddlywiki/tw2parser/parameteradapter.js +0 -4
  2177. package/plugins/tiddlywiki/tw2parser/readme.tid +1 -1
  2178. package/plugins/tiddlywiki/tw2parser/wikitextparser.js +1 -6
  2179. package/plugins/tiddlywiki/tw2parser/wikitextrules.js +7 -12
  2180. package/plugins/tiddlywiki/tw5.com-docs/plugin.info +1 -1
  2181. package/plugins/tiddlywiki/twitter/startup.js +0 -5
  2182. package/plugins/tiddlywiki/twitter/twitter-widget.js +0 -5
  2183. package/plugins/tiddlywiki/twitter-archivist/archivist.js +0 -5
  2184. package/plugins/tiddlywiki/twitter-archivist/loadtwitterarchive.js +0 -5
  2185. package/plugins/tiddlywiki/twitter-archivist/startup.js +0 -5
  2186. package/plugins/tiddlywiki/upgrade/config.js +0 -5
  2187. package/plugins/tiddlywiki/upgrade/readme.tid +1 -1
  2188. package/plugins/tiddlywiki/xlsx-utils/deserializer.js +0 -5
  2189. package/plugins/tiddlywiki/xlsx-utils/importer.js +0 -5
  2190. package/plugins/tiddlywiki/xlsx-utils/startup.js +0 -5
  2191. package/plugins/tiddlywiki/xlsx-utils/xlsx-import-command.js +0 -5
  2192. package/readme.md +8 -7
  2193. package/themes/tiddlywiki/starlight/arvo.woff.meta +1 -1
  2194. package/themes/tiddlywiki/vanilla/base.tid +93 -17
  2195. package/themes/tiddlywiki/vanilla/settings.multids +2 -2
  2196. package/.eslintignore +0 -8
  2197. package/.eslintrc.yml +0 -283
  2198. package/core/language/en-GB/Types/image_x-icon.tid +0 -5
  2199. package/core/language/en-GB/icon.tid +0 -13
  2200. package/editions/dev/tiddlers/system/doc-macros.tid +0 -114
  2201. package/editions/dev/tiddlers/system/doc-styles.tid +0 -40
  2202. package/editions/dev/tiddlers/system/version-macros.tid +0 -14
  2203. package/editions/multiwikiserver/tiddlers/$__StoryList.tid +0 -2
  2204. package/editions/prerelease/tiddlers/Release 5.3.6.tid +0 -56
  2205. package/editions/test/tiddlers/tests/data/tabs-macro/expected-html-tabs-horizontal-all.tid +0 -5
  2206. package/editions/test/tiddlers/tests/data/tabs-macro/expected-html-tabs-horizontal.tid +0 -5
  2207. package/editions/test/tiddlers/tests/data/tabs-macro/expected-html-tabs-vertical.tid +0 -5
  2208. package/editions/tw5.com/tiddlers/definitions/Federatial.tid +0 -21
  2209. package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail_-_Federatial.tid +0 -11
  2210. package/editions/tw5.com/tiddlers/images/Federatial.png +0 -0
  2211. package/editions/tw5.com/tiddlers/images/Federatial.png.meta +0 -3
  2212. package/editions/tw5.com/tiddlers/images/external/tiddlywiki.files +0 -202
  2213. package/editions/tw5.com/tiddlers/languages/LanguageGallery.tid +0 -25
  2214. package/editions/tw5.com/tiddlers/saving/Saving with FireFox.tid +0 -17
  2215. package/editions/tw5.com/tiddlers/saving/Saving with TiddlyFox on Android.tid +0 -26
  2216. package/languages/ar-PS/icon.tid +0 -7
  2217. package/languages/ca-ES/Types/image%2Fx-icon.tid +0 -4
  2218. package/languages/ca-ES/icon.tid +0 -8
  2219. package/languages/cs-CZ/Types/image%2Fx-icon.tid +0 -4
  2220. package/languages/cs-CZ/icon.tid +0 -9
  2221. package/languages/da-DK/Types/image%2Fx-icon.tid +0 -4
  2222. package/languages/da-DK/icon.tid +0 -9
  2223. package/languages/de-AT/icon.tid +0 -8
  2224. package/languages/de-DE/Types/image_x-icon.tid +0 -4
  2225. package/languages/de-DE/icon.tid +0 -12
  2226. package/languages/el-GR/Help/help.tid +0 -10
  2227. package/languages/el-GR/Help/unpackplugin.tid +0 -8
  2228. package/languages/el-GR/Help/version.tid +0 -8
  2229. package/languages/el-GR/Types/application%2Fjson.tid +0 -4
  2230. package/languages/el-GR/Types/image%2Fgif.tid +0 -4
  2231. package/languages/el-GR/Types/image%2Fjpeg.tid +0 -4
  2232. package/languages/el-GR/Types/image%2Fpng.tid +0 -4
  2233. package/languages/el-GR/Types/image%2Fsvg%2Bxml.tid +0 -4
  2234. package/languages/el-GR/Types/image%2Fx-icon.tid +0 -4
  2235. package/languages/el-GR/Types/text%2Fhtml.tid +0 -4
  2236. package/languages/el-GR/Types/text%2Fplain.tid +0 -4
  2237. package/languages/el-GR/Types/text%2Fvnd.tiddlywiki.tid +0 -4
  2238. package/languages/el-GR/icon.tid +0 -8
  2239. package/languages/en-US/icon.tid +0 -29
  2240. package/languages/es-ES/Types/image_x-icon.tid +0 -5
  2241. package/languages/es-ES/icon.tid +0 -409
  2242. package/languages/fa-IR/icon.tid +0 -14
  2243. package/languages/fr-FR/Types/image_x-icon.tid +0 -5
  2244. package/languages/fr-FR/icon.tid +0 -5
  2245. package/languages/he-IL/Types/image%2Fx-icon.tid +0 -4
  2246. package/languages/he-IL/icon.tid +0 -38
  2247. package/languages/hi-IN/Types/image%2Fx-icon.tid +0 -5
  2248. package/languages/hi-IN/icon.tid +0 -4
  2249. package/languages/ia-IA/Types/image%2Fx-icon.tid +0 -4
  2250. package/languages/ia-IA/icon.tid +0 -13
  2251. package/languages/it-IT/Types/image_x-icon.tid +0 -5
  2252. package/languages/it-IT/icon.tid +0 -32
  2253. package/languages/ja-JP/Types/image%2Fx-icon.tid +0 -4
  2254. package/languages/ja-JP/icon.tid +0 -9
  2255. package/languages/ko-KR/Types/image%2Fx-icon.tid +0 -4
  2256. package/languages/ko-KR/icon.tid +0 -15
  2257. package/languages/mk-MK/Types/image%2Fx-icon.tid +0 -4
  2258. package/languages/mk-MK/icon.tid +0 -8
  2259. package/languages/nl-NL/Types/image%2Fx-icon.tid +0 -4
  2260. package/languages/nl-NL/icon.tid +0 -9
  2261. package/languages/pa-IN/Types/image%2Fx-icon.tid +0 -4
  2262. package/languages/pa-IN/icon.tid +0 -4
  2263. package/languages/pl-PL/Types/image_x-icon.tid +0 -5
  2264. package/languages/pl-PL/icon.tid +0 -7
  2265. package/languages/pt-BR/Types/image%2Fx-icon.tid +0 -4
  2266. package/languages/pt-BR/icon.tid +0 -54
  2267. package/languages/pt-PT/Types/image%2Fx-icon.tid +0 -4
  2268. package/languages/pt-PT/icon.tid +0 -70
  2269. package/languages/ru-RU/Types/image%2Fx-icon.tid +0 -4
  2270. package/languages/ru-RU/icon.tid +0 -10
  2271. package/languages/sk-SK/Types/image%2Fx-icon.tid +0 -4
  2272. package/languages/sk-SK/icon.tid +0 -17
  2273. package/languages/sl-SI/Types/image%2Fx-icon.tid +0 -4
  2274. package/languages/sl-SI/icon.tid +0 -28
  2275. package/languages/sv-SE/Types/image_x-icon.tid +0 -4
  2276. package/languages/sv-SE/icon.tid +0 -8
  2277. package/languages/zh-CN/icon.tid +0 -18
  2278. package/languages/zh-HK/icon.tid +0 -16
  2279. package/languages/zh-Hans/Types/image_x-icon.tid +0 -4
  2280. package/languages/zh-Hans/icon.tid +0 -18
  2281. package/languages/zh-Hant/Types/image_x-icon.tid +0 -4
  2282. package/languages/zh-Hant/icon.tid +0 -14
  2283. package/languages/zh-TW/icon.tid +0 -14
  2284. package/plugins/tiddlywiki/markdown/config.tid +0 -80
  2285. /package/core/ui/{StandardLayout.tid → PageTemplate.tid} +0 -0
  2286. /package/editions/tw5.com/tiddlers/{Selection Constructors: Conditional.tid → Selection Constructors Conditional.tid} +0 -0
  2287. /package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/doc-styles.tid +0 -0
  2288. /package/{languages/ca-ES/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/ca-ES/types/text_Fx-tiddlywiki.tid} +0 -0
  2289. /package/{languages/cs-CZ/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/cs-CZ/types/text_Fx-tiddlywiki.tid} +0 -0
  2290. /package/{languages/da-DK/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/da-DK/types/text_Fx-tiddlywiki.tid} +0 -0
  2291. /package/{languages/de-DE/Types → plugins/tiddlywiki/classictools/languages/de-DE/types}/text_x-tiddlywiki.tid +0 -0
  2292. /package/{languages/el-GR/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/el-Gr/types/text_Fx-tiddlywiki.tid} +0 -0
  2293. /package/{core/language/en-GB/Types → plugins/tiddlywiki/classictools/languages/en-GB/types}/text_x-tiddlywiki.tid +0 -0
  2294. /package/{languages/es-ES/Types → plugins/tiddlywiki/classictools/languages/es-ES/types}/text_x-tiddlywiki.tid +0 -0
  2295. /package/{languages/fr-FR/Types → plugins/tiddlywiki/classictools/languages/fr-FR/types}/text_x-tiddlywiki.tid +0 -0
  2296. /package/{languages/he-IL/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/he-IL/types/text_Fx-tiddlywiki.tid} +0 -0
  2297. /package/{languages/hi-IN/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/hi-IN/types/text_Fx-tiddlywiki.tid} +0 -0
  2298. /package/{languages/it-IT/Types → plugins/tiddlywiki/classictools/languages/it-IT/types}/text_x-tiddlywiki.tid +0 -0
  2299. /package/{languages/ja-JP/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/ja-JP/types/text_Fx-tiddlywiki.tid} +0 -0
  2300. /package/{languages/ko-KR/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/ko-KR/types/text_Fx-tiddlywiki.tid} +0 -0
  2301. /package/{languages/mk-MK/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/mk-MK/types/text_Fx-tiddlywiki.tid} +0 -0
  2302. /package/{languages/nl-NL/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/nl-NL/types/text_Fx-tiddlywiki.tid} +0 -0
  2303. /package/{languages/pa-IN/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/pa-IN/types/text_Fx-tiddlywiki.tid} +0 -0
  2304. /package/{languages/pl-PL/Types → plugins/tiddlywiki/classictools/languages/pl-PL/types}/text_x-tiddlywiki.tid +0 -0
  2305. /package/{languages/pt-BR/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/pt-BR/types/text_Fx-tiddlywiki.tid} +0 -0
  2306. /package/{languages/pt-PT/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/pt-PT/types/text_Fx-tiddlywiki.tid} +0 -0
  2307. /package/{languages/ru-RU/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/ru-RU/types/text_Fx-tiddlywiki.tid} +0 -0
  2308. /package/{languages/sk-SK/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/sk-SK/types/text_Fx-tiddlywiki.tid} +0 -0
  2309. /package/{languages/sl-SI/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/sl-SI/types/text_Fx-tiddlywiki.tid} +0 -0
  2310. /package/{languages/zh-Hans/Types → plugins/tiddlywiki/classictools/languages/zh-Hans/types}/text_x-tiddlywiki.tid +0 -0
  2311. /package/{languages/zh-Hant/Types → plugins/tiddlywiki/classictools/languages/zh-Hant/types}/text_x-tiddlywiki.tid +0 -0
@@ -1,3 +1 @@
1
- // CodeMirror, copyright (c) by Marijn Haverbeke and others
2
- // Distributed under an MIT license: https://codemirror.net/LICENSE
3
- !function(e){"object"==typeof exports&&"object"==typeof module?e(require("../lib/codemirror"),require("../addon/search/searchcursor"),require("../addon/dialog/dialog"),require("../addon/edit/matchbrackets.js")):"function"==typeof define&&define.amd?define(["../lib/codemirror","../addon/search/searchcursor","../addon/dialog/dialog","../addon/edit/matchbrackets"],e):e(CodeMirror)}(function(Ze){"use strict";var Ge=[{keys:"<Left>",type:"keyToKey",toKeys:"h"},{keys:"<Right>",type:"keyToKey",toKeys:"l"},{keys:"<Up>",type:"keyToKey",toKeys:"k"},{keys:"<Down>",type:"keyToKey",toKeys:"j"},{keys:"<Space>",type:"keyToKey",toKeys:"l"},{keys:"<BS>",type:"keyToKey",toKeys:"h",context:"normal"},{keys:"<Del>",type:"keyToKey",toKeys:"x",context:"normal"},{keys:"<C-Space>",type:"keyToKey",toKeys:"W"},{keys:"<C-BS>",type:"keyToKey",toKeys:"B",context:"normal"},{keys:"<S-Space>",type:"keyToKey",toKeys:"w"},{keys:"<S-BS>",type:"keyToKey",toKeys:"b",context:"normal"},{keys:"<C-n>",type:"keyToKey",toKeys:"j"},{keys:"<C-p>",type:"keyToKey",toKeys:"k"},{keys:"<C-[>",type:"keyToKey",toKeys:"<Esc>"},{keys:"<C-c>",type:"keyToKey",toKeys:"<Esc>"},{keys:"<C-[>",type:"keyToKey",toKeys:"<Esc>",context:"insert"},{keys:"<C-c>",type:"keyToKey",toKeys:"<Esc>",context:"insert"},{keys:"s",type:"keyToKey",toKeys:"cl",context:"normal"},{keys:"s",type:"keyToKey",toKeys:"c",context:"visual"},{keys:"S",type:"keyToKey",toKeys:"cc",context:"normal"},{keys:"S",type:"keyToKey",toKeys:"VdO",context:"visual"},{keys:"<Home>",type:"keyToKey",toKeys:"0"},{keys:"<End>",type:"keyToKey",toKeys:"$"},{keys:"<PageUp>",type:"keyToKey",toKeys:"<C-b>"},{keys:"<PageDown>",type:"keyToKey",toKeys:"<C-f>"},{keys:"<CR>",type:"keyToKey",toKeys:"j^",context:"normal"},{keys:"<Ins>",type:"action",action:"toggleOverwrite",context:"insert"},{keys:"H",type:"motion",motion:"moveToTopLine",motionArgs:{linewise:!0,toJumplist:!0}},{keys:"M",type:"motion",motion:"moveToMiddleLine",motionArgs:{linewise:!0,toJumplist:!0}},{keys:"L",type:"motion",motion:"moveToBottomLine",motionArgs:{linewise:!0,toJumplist:!0}},{keys:"h",type:"motion",motion:"moveByCharacters",motionArgs:{forward:!1}},{keys:"l",type:"motion",motion:"moveByCharacters",motionArgs:{forward:!0}},{keys:"j",type:"motion",motion:"moveByLines",motionArgs:{forward:!0,linewise:!0}},{keys:"k",type:"motion",motion:"moveByLines",motionArgs:{forward:!1,linewise:!0}},{keys:"gj",type:"motion",motion:"moveByDisplayLines",motionArgs:{forward:!0}},{keys:"gk",type:"motion",motion:"moveByDisplayLines",motionArgs:{forward:!1}},{keys:"w",type:"motion",motion:"moveByWords",motionArgs:{forward:!0,wordEnd:!1}},{keys:"W",type:"motion",motion:"moveByWords",motionArgs:{forward:!0,wordEnd:!1,bigWord:!0}},{keys:"e",type:"motion",motion:"moveByWords",motionArgs:{forward:!0,wordEnd:!0,inclusive:!0}},{keys:"E",type:"motion",motion:"moveByWords",motionArgs:{forward:!0,wordEnd:!0,bigWord:!0,inclusive:!0}},{keys:"b",type:"motion",motion:"moveByWords",motionArgs:{forward:!1,wordEnd:!1}},{keys:"B",type:"motion",motion:"moveByWords",motionArgs:{forward:!1,wordEnd:!1,bigWord:!0}},{keys:"ge",type:"motion",motion:"moveByWords",motionArgs:{forward:!1,wordEnd:!0,inclusive:!0}},{keys:"gE",type:"motion",motion:"moveByWords",motionArgs:{forward:!1,wordEnd:!0,bigWord:!0,inclusive:!0}},{keys:"{",type:"motion",motion:"moveByParagraph",motionArgs:{forward:!1,toJumplist:!0}},{keys:"}",type:"motion",motion:"moveByParagraph",motionArgs:{forward:!0,toJumplist:!0}},{keys:"(",type:"motion",motion:"moveBySentence",motionArgs:{forward:!1}},{keys:")",type:"motion",motion:"moveBySentence",motionArgs:{forward:!0}},{keys:"<C-f>",type:"motion",motion:"moveByPage",motionArgs:{forward:!0}},{keys:"<C-b>",type:"motion",motion:"moveByPage",motionArgs:{forward:!1}},{keys:"<C-d>",type:"motion",motion:"moveByScroll",motionArgs:{forward:!0,explicitRepeat:!0}},{keys:"<C-u>",type:"motion",motion:"moveByScroll",motionArgs:{forward:!1,explicitRepeat:!0}},{keys:"gg",type:"motion",motion:"moveToLineOrEdgeOfDocument",motionArgs:{forward:!1,explicitRepeat:!0,linewise:!0,toJumplist:!0}},{keys:"G",type:"motion",motion:"moveToLineOrEdgeOfDocument",motionArgs:{forward:!0,explicitRepeat:!0,linewise:!0,toJumplist:!0}},{keys:"0",type:"motion",motion:"moveToStartOfLine"},{keys:"^",type:"motion",motion:"moveToFirstNonWhiteSpaceCharacter"},{keys:"+",type:"motion",motion:"moveByLines",motionArgs:{forward:!0,toFirstChar:!0}},{keys:"-",type:"motion",motion:"moveByLines",motionArgs:{forward:!1,toFirstChar:!0}},{keys:"_",type:"motion",motion:"moveByLines",motionArgs:{forward:!0,toFirstChar:!0,repeatOffset:-1}},{keys:"$",type:"motion",motion:"moveToEol",motionArgs:{inclusive:!0}},{keys:"%",type:"motion",motion:"moveToMatchedSymbol",motionArgs:{inclusive:!0,toJumplist:!0}},{keys:"f<character>",type:"motion",motion:"moveToCharacter",motionArgs:{forward:!0,inclusive:!0}},{keys:"F<character>",type:"motion",motion:"moveToCharacter",motionArgs:{forward:!1}},{keys:"t<character>",type:"motion",motion:"moveTillCharacter",motionArgs:{forward:!0,inclusive:!0}},{keys:"T<character>",type:"motion",motion:"moveTillCharacter",motionArgs:{forward:!1}},{keys:";",type:"motion",motion:"repeatLastCharacterSearch",motionArgs:{forward:!0}},{keys:",",type:"motion",motion:"repeatLastCharacterSearch",motionArgs:{forward:!1}},{keys:"'<character>",type:"motion",motion:"goToMark",motionArgs:{toJumplist:!0,linewise:!0}},{keys:"`<character>",type:"motion",motion:"goToMark",motionArgs:{toJumplist:!0}},{keys:"]`",type:"motion",motion:"jumpToMark",motionArgs:{forward:!0}},{keys:"[`",type:"motion",motion:"jumpToMark",motionArgs:{forward:!1}},{keys:"]'",type:"motion",motion:"jumpToMark",motionArgs:{forward:!0,linewise:!0}},{keys:"['",type:"motion",motion:"jumpToMark",motionArgs:{forward:!1,linewise:!0}},{keys:"]p",type:"action",action:"paste",isEdit:!0,actionArgs:{after:!0,isEdit:!0,matchIndent:!0}},{keys:"[p",type:"action",action:"paste",isEdit:!0,actionArgs:{after:!1,isEdit:!0,matchIndent:!0}},{keys:"]<character>",type:"motion",motion:"moveToSymbol",motionArgs:{forward:!0,toJumplist:!0}},{keys:"[<character>",type:"motion",motion:"moveToSymbol",motionArgs:{forward:!1,toJumplist:!0}},{keys:"|",type:"motion",motion:"moveToColumn"},{keys:"o",type:"motion",motion:"moveToOtherHighlightedEnd",context:"visual"},{keys:"O",type:"motion",motion:"moveToOtherHighlightedEnd",motionArgs:{sameLine:!0},context:"visual"},{keys:"d",type:"operator",operator:"delete"},{keys:"y",type:"operator",operator:"yank"},{keys:"c",type:"operator",operator:"change"},{keys:"=",type:"operator",operator:"indentAuto"},{keys:">",type:"operator",operator:"indent",operatorArgs:{indentRight:!0}},{keys:"<",type:"operator",operator:"indent",operatorArgs:{indentRight:!1}},{keys:"g~",type:"operator",operator:"changeCase"},{keys:"gu",type:"operator",operator:"changeCase",operatorArgs:{toLower:!0},isEdit:!0},{keys:"gU",type:"operator",operator:"changeCase",operatorArgs:{toLower:!1},isEdit:!0},{keys:"n",type:"motion",motion:"findNext",motionArgs:{forward:!0,toJumplist:!0}},{keys:"N",type:"motion",motion:"findNext",motionArgs:{forward:!1,toJumplist:!0}},{keys:"gn",type:"motion",motion:"findAndSelectNextInclusive",motionArgs:{forward:!0}},{keys:"gN",type:"motion",motion:"findAndSelectNextInclusive",motionArgs:{forward:!1}},{keys:"x",type:"operatorMotion",operator:"delete",motion:"moveByCharacters",motionArgs:{forward:!0},operatorMotionArgs:{visualLine:!1}},{keys:"X",type:"operatorMotion",operator:"delete",motion:"moveByCharacters",motionArgs:{forward:!1},operatorMotionArgs:{visualLine:!0}},{keys:"D",type:"operatorMotion",operator:"delete",motion:"moveToEol",motionArgs:{inclusive:!0},context:"normal"},{keys:"D",type:"operator",operator:"delete",operatorArgs:{linewise:!0},context:"visual"},{keys:"Y",type:"operatorMotion",operator:"yank",motion:"expandToLine",motionArgs:{linewise:!0},context:"normal"},{keys:"Y",type:"operator",operator:"yank",operatorArgs:{linewise:!0},context:"visual"},{keys:"C",type:"operatorMotion",operator:"change",motion:"moveToEol",motionArgs:{inclusive:!0},context:"normal"},{keys:"C",type:"operator",operator:"change",operatorArgs:{linewise:!0},context:"visual"},{keys:"~",type:"operatorMotion",operator:"changeCase",motion:"moveByCharacters",motionArgs:{forward:!0},operatorArgs:{shouldMoveCursor:!0},context:"normal"},{keys:"~",type:"operator",operator:"changeCase",context:"visual"},{keys:"<C-w>",type:"operatorMotion",operator:"delete",motion:"moveByWords",motionArgs:{forward:!1,wordEnd:!1},context:"insert"},{keys:"<C-w>",type:"idle",context:"normal"},{keys:"<C-i>",type:"action",action:"jumpListWalk",actionArgs:{forward:!0}},{keys:"<C-o>",type:"action",action:"jumpListWalk",actionArgs:{forward:!1}},{keys:"<C-e>",type:"action",action:"scroll",actionArgs:{forward:!0,linewise:!0}},{keys:"<C-y>",type:"action",action:"scroll",actionArgs:{forward:!1,linewise:!0}},{keys:"a",type:"action",action:"enterInsertMode",isEdit:!0,actionArgs:{insertAt:"charAfter"},context:"normal"},{keys:"A",type:"action",action:"enterInsertMode",isEdit:!0,actionArgs:{insertAt:"eol"},context:"normal"},{keys:"A",type:"action",action:"enterInsertMode",isEdit:!0,actionArgs:{insertAt:"endOfSelectedArea"},context:"visual"},{keys:"i",type:"action",action:"enterInsertMode",isEdit:!0,actionArgs:{insertAt:"inplace"},context:"normal"},{keys:"gi",type:"action",action:"enterInsertMode",isEdit:!0,actionArgs:{insertAt:"lastEdit"},context:"normal"},{keys:"I",type:"action",action:"enterInsertMode",isEdit:!0,actionArgs:{insertAt:"firstNonBlank"},context:"normal"},{keys:"gI",type:"action",action:"enterInsertMode",isEdit:!0,actionArgs:{insertAt:"bol"},context:"normal"},{keys:"I",type:"action",action:"enterInsertMode",isEdit:!0,actionArgs:{insertAt:"startOfSelectedArea"},context:"visual"},{keys:"o",type:"action",action:"newLineAndEnterInsertMode",isEdit:!0,interlaceInsertRepeat:!0,actionArgs:{after:!0},context:"normal"},{keys:"O",type:"action",action:"newLineAndEnterInsertMode",isEdit:!0,interlaceInsertRepeat:!0,actionArgs:{after:!1},context:"normal"},{keys:"v",type:"action",action:"toggleVisualMode"},{keys:"V",type:"action",action:"toggleVisualMode",actionArgs:{linewise:!0}},{keys:"<C-v>",type:"action",action:"toggleVisualMode",actionArgs:{blockwise:!0}},{keys:"<C-q>",type:"action",action:"toggleVisualMode",actionArgs:{blockwise:!0}},{keys:"gv",type:"action",action:"reselectLastSelection"},{keys:"J",type:"action",action:"joinLines",isEdit:!0},{keys:"gJ",type:"action",action:"joinLines",actionArgs:{keepSpaces:!0},isEdit:!0},{keys:"p",type:"action",action:"paste",isEdit:!0,actionArgs:{after:!0,isEdit:!0}},{keys:"P",type:"action",action:"paste",isEdit:!0,actionArgs:{after:!1,isEdit:!0}},{keys:"r<character>",type:"action",action:"replace",isEdit:!0},{keys:"@<character>",type:"action",action:"replayMacro"},{keys:"q<character>",type:"action",action:"enterMacroRecordMode"},{keys:"R",type:"action",action:"enterInsertMode",isEdit:!0,actionArgs:{replace:!0},context:"normal"},{keys:"R",type:"operator",operator:"change",operatorArgs:{linewise:!0,fullLine:!0},context:"visual",exitVisualBlock:!0},{keys:"u",type:"action",action:"undo",context:"normal"},{keys:"u",type:"operator",operator:"changeCase",operatorArgs:{toLower:!0},context:"visual",isEdit:!0},{keys:"U",type:"operator",operator:"changeCase",operatorArgs:{toLower:!1},context:"visual",isEdit:!0},{keys:"<C-r>",type:"action",action:"redo"},{keys:"m<character>",type:"action",action:"setMark"},{keys:'"<character>',type:"action",action:"setRegister"},{keys:"zz",type:"action",action:"scrollToCursor",actionArgs:{position:"center"}},{keys:"z.",type:"action",action:"scrollToCursor",actionArgs:{position:"center"},motion:"moveToFirstNonWhiteSpaceCharacter"},{keys:"zt",type:"action",action:"scrollToCursor",actionArgs:{position:"top"}},{keys:"z<CR>",type:"action",action:"scrollToCursor",actionArgs:{position:"top"},motion:"moveToFirstNonWhiteSpaceCharacter"},{keys:"z-",type:"action",action:"scrollToCursor",actionArgs:{position:"bottom"}},{keys:"zb",type:"action",action:"scrollToCursor",actionArgs:{position:"bottom"},motion:"moveToFirstNonWhiteSpaceCharacter"},{keys:".",type:"action",action:"repeatLastEdit"},{keys:"<C-a>",type:"action",action:"incrementNumberToken",isEdit:!0,actionArgs:{increase:!0,backtrack:!1}},{keys:"<C-x>",type:"action",action:"incrementNumberToken",isEdit:!0,actionArgs:{increase:!1,backtrack:!1}},{keys:"<C-t>",type:"action",action:"indent",actionArgs:{indentRight:!0},context:"insert"},{keys:"<C-d>",type:"action",action:"indent",actionArgs:{indentRight:!1},context:"insert"},{keys:"a<character>",type:"motion",motion:"textObjectManipulation"},{keys:"i<character>",type:"motion",motion:"textObjectManipulation",motionArgs:{textObjectInner:!0}},{keys:"/",type:"search",searchArgs:{forward:!0,querySrc:"prompt",toJumplist:!0}},{keys:"?",type:"search",searchArgs:{forward:!1,querySrc:"prompt",toJumplist:!0}},{keys:"*",type:"search",searchArgs:{forward:!0,querySrc:"wordUnderCursor",wholeWordOnly:!0,toJumplist:!0}},{keys:"#",type:"search",searchArgs:{forward:!1,querySrc:"wordUnderCursor",wholeWordOnly:!0,toJumplist:!0}},{keys:"g*",type:"search",searchArgs:{forward:!0,querySrc:"wordUnderCursor",toJumplist:!0}},{keys:"g#",type:"search",searchArgs:{forward:!1,querySrc:"wordUnderCursor",toJumplist:!0}},{keys:":",type:"ex"}],Ye=Ge.length,et=[{name:"colorscheme",shortName:"colo"},{name:"map"},{name:"imap",shortName:"im"},{name:"nmap",shortName:"nm"},{name:"vmap",shortName:"vm"},{name:"unmap"},{name:"write",shortName:"w"},{name:"undo",shortName:"u"},{name:"redo",shortName:"red"},{name:"set",shortName:"se"},{name:"setlocal",shortName:"setl"},{name:"setglobal",shortName:"setg"},{name:"sort",shortName:"sor"},{name:"substitute",shortName:"s",possiblyAsync:!0},{name:"nohlsearch",shortName:"noh"},{name:"yank",shortName:"y"},{name:"delmarks",shortName:"delm"},{name:"registers",shortName:"reg",excludeFromCommandHistory:!0},{name:"global",shortName:"g"}],tt=Ze.Pos;Ze.Vim=function(){function e(e,t){var r,n;this==Ze.keyMap.vim&&(Ze.rmClass(e.getWrapperElement(),"cm-fat-cursor"),"contenteditable"==e.getOption("inputStyle")&&null!=document.body.style.caretColor&&(a(r=e),r.off("cursorActivity",i),r.state.fatCursorMarks=null,e.getInputField().style.caretColor="")),t&&t.attach==o||((n=e).setOption("disableInput",!1),n.off("cursorActivity",Ue),Ze.off(n.getInputField(),"paste",c(n)),n.state.vim=null)}function o(e,t){var r,n;this==Ze.keyMap.vim&&(Ze.addClass(e.getWrapperElement(),"cm-fat-cursor"),"contenteditable"==e.getOption("inputStyle")&&null!=document.body.style.caretColor&&((r=e).state.fatCursorMarks=[],i(r),r.on("cursorActivity",i),e.getInputField().style.caretColor="transparent")),t&&t.attach==o||((n=e).setOption("disableInput",!0),n.setOption("showCursorWhenSelecting",!1),Ze.signal(n,"vim-mode-change",{mode:"normal"}),n.on("cursorActivity",Ue),E(n),Ze.on(n.getInputField(),"paste",c(n)))}function i(e){if(e.state.fatCursorMarks){a(e);for(var t=e.listSelections(),r=[],n=0;n<t.length;n++){var o,i=t[n];i.empty()&&(o=e.getLine(i.anchor.line).length,i.anchor.ch<o?r.push(e.markText(i.anchor,tt(i.anchor.line,i.anchor.ch+1),{className:"cm-fat-cursor-mark"})):r.push(e.markText(tt(i.anchor.line,o-1),tt(i.anchor.line,o),{className:"cm-fat-cursor-mark"})))}e.state.fatCursorMarks=r}}function a(e){var t=e.state.fatCursorMarks;if(t)for(var r=0;r<t.length;r++)t[r].clear()}function t(e,t){if(t){if(this[e])return this[e];var r=function(e){if("'"==e.charAt(0))return e.charAt(1);var t=e.split(/-(?!$)/),r=t[t.length-1];{if(1==t.length&&1==t[0].length)return!1;if(2==t.length&&"Shift"==t[0]&&1==r.length)return!1}for(var n=!1,o=0;o<t.length;o++){var i=t[o];i in s?t[o]=s[i]:n=!0,i in l&&(t[o]=l[i])}if(!n)return!1;k(r)&&(t[t.length-1]=r.toLowerCase());return"<"+t.join("-")+">"}(e);if(!r)return!1;var n=Ze.Vim.findKey(t,r);return"function"==typeof n&&Ze.signal(t,"vim-keypress",r),n}}Ze.defineOption("vimMode",!1,function(e,t,r){t&&"vim"!=e.getOption("keyMap")?e.setOption("keyMap","vim"):!t&&r!=Ze.Init&&/^vim/.test(e.getOption("keyMap"))&&e.setOption("keyMap","default")});var s={Shift:"S",Ctrl:"C",Alt:"A",Cmd:"D",Mod:"A"},l={Enter:"CR",Backspace:"BS",Delete:"Del",Insert:"Ins"};function c(e){var t=e.state.vim;return t.onPasteFn||(t.onPasteFn=function(){t.insertMode||(e.setCursor(q(e.getCursor(),0,1)),U.enterInsertMode(e,{},t))}),t.onPasteFn}var u=/[\d]/,m=[Ze.isWordChar,function(e){return e&&!Ze.isWordChar(e)&&!/\s/.test(e)}],g=[function(e){return/\S/.test(e)}];function r(e,t){for(var r=[],n=e;n<e+t;n++)r.push(String.fromCharCode(n));return r}var n=r(65,26),h=r(97,26),p=r(48,10),f=[].concat(n,h,p,["<",">"]),d=[].concat(n,h,p,["-",'"',".",":","_","/"]);function v(e,t){return t>=e.firstLine()&&t<=e.lastLine()}function y(e){return/^[a-z]$/.test(e)}function k(e){return/^[A-Z]$/.test(e)}function B(e){return/^\s*$/.test(e)}function C(e){return-1!=".?!".indexOf(e)}function w(e,t){for(var r=0;r<t.length;r++)if(t[r]==e)return!0;return!1}var x={};function M(e,t,r,n,o){if(void 0===t&&!o)throw Error("defaultValue is required unless callback is provided");if(r=r||"string",x[e]={type:r,defaultValue:t,callback:o},n)for(var i=0;i<n.length;i++)x[n[i]]=x[e];t&&S(e,t)}function S(e,t,r,n){var o=x[e],i=(n=n||{}).scope;if(!o)return new Error("Unknown option: "+e);if("boolean"==o.type){if(t&&!0!==t)return new Error("Invalid argument: "+e+"="+t);!1!==t&&(t=!0)}o.callback?("local"!==i&&o.callback(t,void 0),"global"!==i&&r&&o.callback(t,r)):("local"!==i&&(o.value="boolean"==o.type?!!t:t),"global"!==i&&r&&(r.state.vim.options[e]={value:t}))}function A(e,t,r){var n=x[e],o=(r=r||{}).scope;if(!n)return new Error("Unknown option: "+e);if(n.callback){var i=t&&n.callback(void 0,t);return"global"!==o&&void 0!==i?i:"local"!==o?n.callback():void 0}return((i="global"!==o&&t&&t.state.vim.options[e])||"local"!==o&&n||{}).value}M("filetype",void 0,"string",["ft"],function(e,t){if(void 0!==t){if(void 0===e)return"null"==(r=t.getOption("mode"))?"":r;var r=""==e?"null":e;t.setOption("mode",r)}});function b(){var a=100,s=-1,l=0,c=0,u=new Array(a);function o(e,t){l<(s+=t)?s=l:s<c&&(s=c);var r=u[(a+s)%a];if(r&&!r.find()){var n,o=0<t?1:-1,i=e.getCursor();do{if((r=u[(a+(s+=o))%a])&&(n=r.find())&&!X(i,n))break}while(s<l&&c<s)}return r}return{cachedCursor:void 0,add:function(n,e,t){var r,o=u[s%a];function i(e){var t=++s%a,r=u[t];r&&r.clear(),u[t]=n.setBookmark(e)}o&&(!(r=o.find())||X(r,e))||i(e),i(t),(c=(l=s)-a+1)<0&&(c=0)},find:function(e,t){var r=s,n=o(e,t);return s=r,n&&n.find()},move:o}}var K,L,T=function(e){return e?{changes:e.changes,expectCursorActivityForChange:e.expectCursorActivityForChange}:{changes:[],expectCursorActivityForChange:!1}};function R(){this.latestRegister=void 0,this.isPlaying=!1,this.isRecording=!1,this.replaySearchQueries=[],this.onRecordingDone=void 0,this.lastInsertModeChanges=T()}function E(e){return e.state.vim||(e.state.vim={inputState:new N,lastEditInputState:void 0,lastEditActionCommand:void 0,lastHPos:-1,lastHSPos:-1,lastMotion:null,marks:{},fakeCursor:null,insertMode:!1,insertModeRepeat:void 0,visualMode:!1,visualLine:!1,visualBlock:!1,lastSelection:null,lastPastedText:null,sel:{},options:{}}),e.state.vim}function O(){for(var e in K={searchQuery:null,searchIsReversed:!1,lastSubstituteReplacePart:void 0,jumpList:b(),macroModeState:new R,lastCharacterSearch:{increment:0,forward:!0,selectedCharacter:""},registerController:new j({}),searchHistoryController:new H,exCommandHistoryController:new H},x){var t=x[e];t.value=t.defaultValue}}var I={buildKeyMap:function(){},getRegisterController:function(){return K.registerController},resetVimGlobalState_:O,getVimGlobalState_:function(){return K},maybeInitVimState_:E,suppressErrorLogging:!(R.prototype={exitMacroRecordMode:function(){var e=K.macroModeState;e.onRecordingDone&&e.onRecordingDone(),e.onRecordingDone=void 0,e.isRecording=!1},enterMacroRecordMode:function(e,t){var r=K.registerController.getRegister(t);r&&(r.clear(),this.latestRegister=t,e.openDialog&&(this.onRecordingDone=e.openDialog("(recording)["+t+"]",null,{bottom:!0})),this.isRecording=!0)}}),InsertModeKey:qe,map:function(e,t,r){Fe.map(e,t,r)},unmap:function(e,t){Fe.unmap(e,t)},noremap:function(e,t,r){function n(e){return e?[e]:["normal","insert","visual"]}for(var o=n(r),i=Ge.length,a=i-Ye;a<i&&o.length;a++){var s=Ge[a];if(!(s.keys!=t||r&&s.context&&s.context!==r||"ex"===s.type.substr(0,2)||"key"===s.type.substr(0,3))){var l={};for(var c in s)l[c]=s[c];l.keys=e,r&&!l.context&&(l.context=r),this._mapCommand(l);var u=n(s.context),o=o.filter(function(e){return-1===u.indexOf(e)})}}},mapclear:function(e){var t=Ge.length,r=Ye,n=Ge.slice(0,t-r);if(Ge=Ge.slice(t-r),e)for(var o=n.length-1;0<=o;o--){var i=n[o];if(e!==i.context)if(i.context)this._mapCommand(i);else{var a=["normal","insert","visual"];for(var s in a)if(a[s]!==e){var l={};for(var c in i)l[c]=i[c];l.context=a[s],this._mapCommand(l)}}}},setOption:S,getOption:A,defineOption:M,defineEx:function(e,t,r){if(t){if(0!==e.indexOf(t))throw new Error('(Vim.defineEx) "'+t+'" is not a prefix of "'+e+'", command not registered')}else t=e;He[e]=r,Fe.commandMap_[t]={name:e,shortName:t,type:"api"}},handleKey:function(e,t,r){var n=this.findKey(e,t,r);if("function"==typeof n)return n()},findKey:function(s,l,t){var e,c=E(s);function o(){var e=K.macroModeState;if(e.isRecording){if("q"==l)return e.exitMacroRecordMode(),P(s),1;"mapping"!=t&&function(e,t){if(e.isPlaying)return;var r=e.latestRegister,n=K.registerController.getRegister(r);n&&n.pushText(t)}(e,l)}}function u(){return"<Esc>"==l&&(P(s),c.visualMode?le(s):c.insertMode&&We(s),1)}return!1===(e=(c.insertMode?function(){if(u())return!0;for(var e=c.inputState.keyBuffer=c.inputState.keyBuffer+l,t=1==l.length,r=F.matchCommand(e,Ge,c.inputState,"insert");1<e.length&&"full"!=r.type;){var e=c.inputState.keyBuffer=e.slice(1),n=F.matchCommand(e,Ge,c.inputState,"insert");"none"!=n.type&&(r=n)}if("none"==r.type)return P(s),!1;if("partial"==r.type)return L&&window.clearTimeout(L),L=window.setTimeout(function(){c.insertMode&&c.inputState.keyBuffer&&P(s)},A("insertModeEscKeysTimeout")),!t;if(L&&window.clearTimeout(L),t){for(var o=s.listSelections(),i=0;i<o.length;i++){var a=o[i].head;s.replaceRange("",q(a,0,-(e.length-1)),a,"+input")}K.macroModeState.lastInsertModeChanges.changes.pop()}return P(s),r.command}:function(){if(o()||u())return!0;var e=c.inputState.keyBuffer=c.inputState.keyBuffer+l;if(/^[1-9]\d*$/.test(e))return!0;var t=/^(\d*)(.*)$/.exec(e);if(!t)return P(s),!1;var r=c.visualMode?"visual":"normal",n=F.matchCommand(t[2]||t[1],Ge,c.inputState,r);return"none"==n.type?(P(s),!1):"partial"==n.type||(c.inputState.keyBuffer="",(t=/^(\d*)(.*)$/.exec(e))[1]&&"0"!=t[1]&&c.inputState.pushRepeatDigit(t[1]),n.command)})())?c.insertMode||1!==l.length?void 0:function(){return!0}:!0===e?function(){return!0}:function(){return s.operation(function(){s.curOp.isVimOp=!0;try{"keyToKey"==e.type?function(e){for(var t;e;)t=/<\w+-.+?>|<\w+>|./.exec(e),l=t[0],e=e.substring(t.index+l.length),Ze.Vim.handleKey(s,l,"mapping")}(e.toKeys):F.processCommand(s,c,e)}catch(e){throw s.state.vim=void 0,E(s),Ze.Vim.suppressErrorLogging||console.log(e),e}return!0})}},handleEx:function(e,t){Fe.processCommand(e,t)},defineMotion:function(e,t){W[e]=t},defineAction:function(e,t){U[e]=t},defineOperator:function(e,t){D[e]=t},mapCommand:function(e,t,r,n,o){var i={keys:e,type:t};for(var a in i[t]=r,i[t+"Args"]=n,o)i[a]=o[a];Ve(i)},_mapCommand:Ve,defineRegister:function(e,t){var r=K.registerController.registers;if(!e||1!=e.length)throw Error("Register name must be 1 character");if(r[e])throw Error("Register already defined "+e);r[e]=t,d.push(e)},exitVisualMode:le,exitInsertMode:We};function N(){this.prefixRepeat=[],this.motionRepeat=[],this.operator=null,this.operatorArgs=null,this.motion=null,this.motionArgs=null,this.keyBuffer=[],this.registerName=null}function P(e,t){e.state.vim.inputState=new N,Ze.signal(e,"vim-command-done",t)}function _(e,t,r){this.clear(),this.keyBuffer=[e||""],this.insertModeChanges=[],this.searchQueries=[],this.linewise=!!t,this.blockwise=!!r}function j(e){this.registers=e,this.unnamedRegister=e['"']=new _,e["."]=new _,e[":"]=new _,e["/"]=new _}function H(){this.historyBuffer=[],this.iterator=0,this.initialPrefix=null}N.prototype.pushRepeatDigit=function(e){this.operator?this.motionRepeat=this.motionRepeat.concat(e):this.prefixRepeat=this.prefixRepeat.concat(e)},N.prototype.getRepeat=function(){var e=0;return(0<this.prefixRepeat.length||0<this.motionRepeat.length)&&(e=1,0<this.prefixRepeat.length&&(e*=parseInt(this.prefixRepeat.join(""),10)),0<this.motionRepeat.length&&(e*=parseInt(this.motionRepeat.join(""),10))),e},_.prototype={setText:function(e,t,r){this.keyBuffer=[e||""],this.linewise=!!t,this.blockwise=!!r},pushText:function(e,t){t&&(this.linewise||this.keyBuffer.push("\n"),this.linewise=!0),this.keyBuffer.push(e)},pushInsertModeChanges:function(e){this.insertModeChanges.push(T(e))},pushSearchQuery:function(e){this.searchQueries.push(e)},clear:function(){this.keyBuffer=[],this.insertModeChanges=[],this.searchQueries=[],this.linewise=!1},toString:function(){return this.keyBuffer.join("")}},j.prototype={pushText:function(e,t,r,n,o){if("_"!==e){n&&"\n"!==r.charAt(r.length-1)&&(r+="\n");var i=this.isValidRegister(e)?this.getRegister(e):null;if(i){k(e)?i.pushText(r,n):i.setText(r,n,o),this.unnamedRegister.setText(i.toString(),n)}else{switch(t){case"yank":this.registers[0]=new _(r,n,o);break;case"delete":case"change":-1==r.indexOf("\n")?this.registers["-"]=new _(r,n):(this.shiftNumericRegisters_(),this.registers[1]=new _(r,n))}this.unnamedRegister.setText(r,n,o)}}},getRegister:function(e){return this.isValidRegister(e)?(e=e.toLowerCase(),this.registers[e]||(this.registers[e]=new _),this.registers[e]):this.unnamedRegister},isValidRegister:function(e){return e&&w(e,d)},shiftNumericRegisters_:function(){for(var e=9;2<=e;e--)this.registers[e]=this.getRegister(""+(e-1))}},H.prototype={nextMatch:function(e,t){var r=this.historyBuffer,n=t?-1:1;null===this.initialPrefix&&(this.initialPrefix=e);for(var o=this.iterator+n;t?0<=o:o<r.length;o+=n)for(var i=r[o],a=0;a<=i.length;a++)if(this.initialPrefix==i.substring(0,a))return this.iterator=o,i;return o>=r.length?(this.iterator=r.length,this.initialPrefix):o<0?e:void 0},pushInput:function(e){var t=this.historyBuffer.indexOf(e);-1<t&&this.historyBuffer.splice(t,1),e.length&&this.historyBuffer.push(e)},reset:function(){this.initialPrefix=null,this.iterator=this.historyBuffer.length}};var F={matchCommand:function(e,t,r,n){var o=function(e,t,r,n){for(var o,i=[],a=[],s=0;s<t.length;s++){var l=t[s];"insert"==r&&"insert"!=l.context||l.context&&l.context!=r||n.operator&&"action"==l.type||!(o=function(e,t){{if("<character>"!=t.slice(-11))return e==t?"full":0==t.indexOf(e)&&"partial";var r=t.length-11,n=e.slice(0,r),o=t.slice(0,r);return n==o&&e.length>r?"full":0==o.indexOf(n)&&"partial"}}(e,l.keys))||("partial"==o&&i.push(l),"full"==o&&a.push(l))}return{partial:i.length&&i,full:a.length&&a}}(e,t,n,r);if(!o.full&&!o.partial)return{type:"none"};if(!o.full&&o.partial)return{type:"partial"};for(var i=0;i<o.full.length;i++)var a=o.full[i],s=s||a;if("<character>"==s.keys.slice(-11)){var l=function(e){var t=/^.*(<[^>]+>)$/.exec(e),r=t?t[1]:e.slice(-1);if(1<r.length)switch(r){case"<CR>":r="\n";break;case"<Space>":r=" ";break;default:r=""}return r}(e);if(!l)return{type:"none"};r.selectedCharacter=l}return{type:"full",command:s}},processCommand:function(e,t,r){switch(t.inputState.repeatOverride=r.repeatOverride,r.type){case"motion":this.processMotion(e,t,r);break;case"operator":this.processOperator(e,t,r);break;case"operatorMotion":this.processOperatorMotion(e,t,r);break;case"action":this.processAction(e,t,r);break;case"search":this.processSearch(e,t,r);break;case"ex":case"keyToEx":this.processEx(e,t,r)}},processMotion:function(e,t,r){t.inputState.motion=r.motion,t.inputState.motionArgs=$(r.motionArgs),this.evalInput(e,t)},processOperator:function(e,t,r){var n=t.inputState;if(n.operator){if(n.operator==r.operator)return n.motion="expandToLine",n.motionArgs={linewise:!0},void this.evalInput(e,t);P(e)}n.operator=r.operator,n.operatorArgs=$(r.operatorArgs),r.exitVisualBlock&&(t.visualBlock=!1,ae(e)),t.visualMode&&this.evalInput(e,t)},processOperatorMotion:function(e,t,r){var n=t.visualMode,o=$(r.operatorMotionArgs);o&&n&&o.visualLine&&(t.visualLine=!0),this.processOperator(e,t,r),n||this.processMotion(e,t,r)},processAction:function(e,t,r){var n=t.inputState,o=n.getRepeat(),i=!!o,a=$(r.actionArgs)||{};n.selectedCharacter&&(a.selectedCharacter=n.selectedCharacter),r.operator&&this.processOperator(e,t,r),r.motion&&this.processMotion(e,t,r),(r.motion||r.operator)&&this.evalInput(e,t),a.repeat=o||1,a.repeatIsExplicit=i,a.registerName=n.registerName,P(e),t.lastMotion=null,r.isEdit&&this.recordLastEdit(t,n,r),U[r.action](e,a,t)},processSearch:function(s,n,o){if(s.getSearchCursor){var l=o.searchArgs.forward,e=o.searchArgs.wholeWordOnly;Ce(s).setReversed(!l);var t=l?"/":"?",i=Ce(s).getQuery(),c=s.getScrollInfo();switch(o.searchArgs.querySrc){case"prompt":var r=K.macroModeState;r.isPlaying?p(h=r.replaySearchQueries.shift(),!0,!1):Re(s,{onClose:function(e){s.scrollTo(c.left,c.top),p(e,!0,!0);var t=K.macroModeState;t.isRecording&&function(e,t){if(e.isPlaying)return;var r=e.latestRegister,n=K.registerController.getRegister(r);n&&n.pushSearchQuery&&n.pushSearchQuery(t)}(t,e)},prefix:t,desc:Te,onKeyUp:function(e,t,r){var n,o,i,a=Ze.keyName(e);"Up"==a||"Down"==a?(n="Up"==a,o=e.target?e.target.selectionEnd:0,r(t=K.searchHistoryController.nextMatch(t,n)||""),o&&e.target&&(e.target.selectionEnd=e.target.selectionStart=Math.min(o,e.target.value.length))):"Left"!=a&&"Right"!=a&&"Ctrl"!=a&&"Alt"!=a&&"Shift"!=a&&K.searchHistoryController.reset();try{i=Ee(s,t,!0,!0)}catch(e){}i?s.scrollIntoView(Ie(s,!l,i),30):(Ke(s),s.scrollTo(c.left,c.top))},onKeyDown:function(e,t,r){var n=Ze.keyName(e);"Esc"==n||"Ctrl-C"==n||"Ctrl-["==n||"Backspace"==n&&""==t?(K.searchHistoryController.pushInput(t),K.searchHistoryController.reset(),Ee(s,i),Ke(s),s.scrollTo(c.left,c.top),Ze.e_stop(e),P(s),r(),s.focus()):"Up"==n||"Down"==n?Ze.e_stop(e):"Ctrl-U"==n&&(Ze.e_stop(e),r(""))}});break;case"wordUnderCursor":var a=ue(s,!1,0,!1,!0),u=!0;if(a||(a=ue(s,!1,0,!1,!1),u=!1),!a)return;var h=s.getLine(a.start.line).substring(a.start.ch,a.end.ch);h=u&&e?"\\b"+h+"\\b":h.replace(/([.?*+$\[\]\/\\(){}|\-])/g,"\\$1"),K.jumpList.cachedCursor=s.getCursor(),s.setCursor(a.start),p(h,!0,!1)}}function p(t,e,r){K.searchHistoryController.pushInput(t),K.searchHistoryController.reset();try{Ee(s,t,e,r)}catch(e){return Le(s,"Invalid regex: "+t),void P(s)}F.processMotion(s,n,{type:"motion",motion:"findNext",motionArgs:{forward:!0,toJumplist:o.searchArgs.toJumplist}})}},processEx:function(a,e,t){function r(e){K.exCommandHistoryController.pushInput(e),K.exCommandHistoryController.reset(),Fe.processCommand(a,e)}function n(e,t,r){var n,o,i=Ze.keyName(e);("Esc"==i||"Ctrl-C"==i||"Ctrl-["==i||"Backspace"==i&&""==t)&&(K.exCommandHistoryController.pushInput(t),K.exCommandHistoryController.reset(),Ze.e_stop(e),P(a),r(),a.focus()),"Up"==i||"Down"==i?(Ze.e_stop(e),n="Up"==i,o=e.target?e.target.selectionEnd:0,r(t=K.exCommandHistoryController.nextMatch(t,n)||""),o&&e.target&&(e.target.selectionEnd=e.target.selectionStart=Math.min(o,e.target.value.length))):"Ctrl-U"==i?(Ze.e_stop(e),r("")):"Left"!=i&&"Right"!=i&&"Ctrl"!=i&&"Alt"!=i&&"Shift"!=i&&K.exCommandHistoryController.reset()}"keyToEx"==t.type?Fe.processCommand(a,t.exArgs.input):e.visualMode?Re(a,{onClose:r,prefix:":",value:"'<,'>",onKeyDown:n,selectValueOnOpen:!1}):Re(a,{onClose:r,prefix:":",onKeyDown:n})},evalInput:function(e,t){var r,n,o,i,a,s,l,c,u,h,p,f,d=t.inputState,m=d.motion,g=d.motionArgs||{},v=d.operator,y=d.operatorArgs||{},k=d.registerName,C=t.sel,w=z(t.visualMode?J(e,C.head):e.getCursor("head")),x=z(t.visualMode?J(e,C.anchor):e.getCursor("anchor")),M=z(w),S=z(x);if(v&&this.recordLastEdit(t,d),0<(n=void 0!==d.repeatOverride?d.repeatOverride:d.getRepeat())&&g.explicitRepeat?g.repeatIsExplicit=!0:(g.noRepeat||!g.explicitRepeat&&0===n)&&(n=1,g.repeatIsExplicit=!1),d.selectedCharacter&&(g.selectedCharacter=y.selectedCharacter=d.selectedCharacter),g.repeat=n,P(e),m){var A,b,L=W[m](e,w,g,t,d);if(t.lastMotion=W[m],!L)return;g.toJumplist&&((b=(A=K.jumpList).cachedCursor)?(he(e,b,L),delete A.cachedCursor):he(e,w,L)),s=(s=L instanceof Array?(r=L[0],L[1]):L)||z(w),t.visualMode?(t.visualBlock&&s.ch===1/0||(s=J(e,s)),r=(r=r&&J(e,r))||S,C.anchor=r,C.head=s,ae(e),ve(e,t,"<",Z(r,s)?r:s),ve(e,t,">",Z(r,s)?s:r)):v||(s=J(e,s),e.setCursor(s.line,s.ch))}if(v){if(y.lastSel?(r=S,o=y.lastSel,i=Math.abs(o.head.line-o.anchor.line),a=Math.abs(o.head.ch-o.anchor.ch),s=o.visualLine?tt(S.line+i,S.ch):o.visualBlock?tt(S.line+i,S.ch+a):o.head.line==o.anchor.line?tt(S.line,S.ch+a):tt(S.line+i,S.ch),t.visualMode=!0,t.visualLine=o.visualLine,t.visualBlock=o.visualBlock,C=t.sel={anchor:r,head:s},ae(e)):t.visualMode&&(y.lastSel={anchor:z(C.anchor),head:z(C.head),visualBlock:t.visualBlock,visualLine:t.visualLine}),t.visualMode){if(h=G(C.head,C.anchor),p=Y(C.head,C.anchor),l=t.visualLine||y.linewise,E=se(e,{anchor:h,head:p},c=t.visualBlock?"block":l?"line":"char"),l){var T=E.ranges;if("block"==c)for(var R=0;R<T.length;R++)T[R].head.ch=te(e,T[R].head.line);else"line"==c&&(T[0].head=tt(T[0].head.line+1,0))}}else{h=z(r||S),Z(p=z(s||M),h)&&(u=h,h=p,p=u),(l=g.linewise||y.linewise)?(f=p,h.ch=0,f.ch=0,f.line++):g.forward&&function(e,t,r){var n=e.getRange(t,r);if(/\n\s*$/.test(n)){var o=n.split("\n");o.pop();for(var i=o.pop();0<o.length&&i&&B(i);i=o.pop())r.line--,r.ch=0;i?(r.line--,r.ch=te(e,r.line)):r.ch=0}}(e,h,p);var E=se(e,{anchor:h,head:p},c="char",!g.inclusive||l)}e.setSelections(E.ranges,E.primary),t.lastMotion=null,y.repeat=n,y.registerName=k,y.linewise=l;var O=D[v](e,y,E.ranges,S,s);t.visualMode&&le(e,null!=O),O&&e.setCursor(O)}},recordLastEdit:function(e,t,r){var n=K.macroModeState;n.isPlaying||(e.lastEditInputState=t,e.lastEditActionCommand=r,n.lastInsertModeChanges.changes=[],n.lastInsertModeChanges.expectCursorActivityForChange=!1,n.lastInsertModeChanges.visualBlock=e.visualBlock?e.sel.head.line-e.sel.anchor.line:0)}},W={moveToTopLine:function(e,t,r){var n=Ne(e).top+r.repeat-1;return tt(n,ce(e.getLine(n)))},moveToMiddleLine:function(e){var t=Ne(e),r=Math.floor(.5*(t.top+t.bottom));return tt(r,ce(e.getLine(r)))},moveToBottomLine:function(e,t,r){var n=Ne(e).bottom-r.repeat+1;return tt(n,ce(e.getLine(n)))},expandToLine:function(e,t,r){return tt(t.line+r.repeat-1,1/0)},findNext:function(e,t,r){var n=Ce(e),o=n.getQuery();if(o){var i=!r.forward,i=n.isReversed()?!i:i;return Be(e,o),Ie(e,i,o,r.repeat)}},findAndSelectNextInclusive:function(e,t,r,n,o){var i=Ce(e),a=i.getQuery();if(a){var s=!r.forward,l=function(o,i,a,s,l){void 0===s&&(s=1);return o.operation(function(){var e=o.getCursor(),t=o.getSearchCursor(a,e),r=t.find(!i);!l.visualMode&&r&&X(t.from(),e)&&t.find(!i);for(var n=0;n<s;n++)if(!(r=t.find(i))&&!(t=o.getSearchCursor(a,i?tt(o.lastLine()):tt(o.firstLine(),0))).find(i))return;return[t.from(),t.to()]})}(e,s=i.isReversed()?!s:s,a,r.repeat,n);if(l){if(o.operator)return l;var c=l[0],u=tt(l[1].line,l[1].ch-1);if(n.visualMode){(n.visualLine||n.visualBlock)&&(n.visualLine=!1,n.visualBlock=!1,Ze.signal(e,"vim-mode-change",{mode:"visual",subMode:""}));var h=n.sel.anchor;if(h)return i.isReversed()?r.forward?[h,c]:[h,u]:r.forward?[h,u]:[h,c]}else n.visualMode=!0,n.visualLine=!1,n.visualBlock=!1,Ze.signal(e,"vim-mode-change",{mode:"visual",subMode:""});return s?[u,c]:[c,u]}}},goToMark:function(e,t,r,n){var o=Pe(e,n,r.selectedCharacter);return o?r.linewise?{line:o.line,ch:ce(e.getLine(o.line))}:o:null},moveToOtherHighlightedEnd:function(e,t,r,n){if(n.visualBlock&&r.sameLine){var o=n.sel;return[J(e,tt(o.anchor.line,o.head.ch)),J(e,tt(o.head.line,o.anchor.ch))]}return[n.sel.head,n.sel.anchor]},jumpToMark:function(e,t,r,n){for(var o=t,i=0;i<r.repeat;i++){var a,s,l,c=o;for(var u in n.marks){y(u)&&(a=n.marks[u].find(),(r.forward?Z(a,c):Z(c,a))||r.linewise&&a.line==c.line||(s=X(c,o),l=r.forward?ee(c,a,o):ee(o,a,c),(s||l)&&(o=a)))}}return r.linewise&&(o=tt(o.line,ce(e.getLine(o.line)))),o},moveByCharacters:function(e,t,r){var n=r.repeat,o=r.forward?t.ch+n:t.ch-n;return tt(t.line,o)},moveByLines:function(e,t,r,n){var o=t,i=o.ch;switch(n.lastMotion){case this.moveByLines:case this.moveByDisplayLines:case this.moveByScroll:case this.moveToColumn:case this.moveToEol:i=n.lastHPos;break;default:n.lastHPos=i}var a=r.repeat+(r.repeatOffset||0),s=r.forward?o.line+a:o.line-a,l=e.firstLine(),c=e.lastLine(),u=e.findPosV(o,r.forward?a:-a,"line",n.lastHSPos);return(r.forward?u.line>s:u.line<s)&&(s=u.line,i=u.ch),s<l&&o.line==l?this.moveToStartOfLine(e,t,r,n):c<s&&o.line==c?me(e,t,r,n,!0):(r.toFirstChar&&(i=ce(e.getLine(s)),n.lastHPos=i),n.lastHSPos=e.charCoords(tt(s,i),"div").left,tt(s,i))},moveByDisplayLines:function(e,t,r,n){var o=t;switch(n.lastMotion){case this.moveByDisplayLines:case this.moveByScroll:case this.moveByLines:case this.moveToColumn:case this.moveToEol:break;default:n.lastHSPos=e.charCoords(o,"div").left}var i,a,s=r.repeat,l=e.findPosV(o,r.forward?s:-s,"line",n.lastHSPos);return l.hitSide&&(l=r.forward?(i={top:e.charCoords(l,"div").top+8,left:n.lastHSPos},e.coordsChar(i,"div")):((a=e.charCoords(tt(e.firstLine(),0),"div")).left=n.lastHSPos,e.coordsChar(a,"div"))),n.lastHPos=l.ch,l},moveByPage:function(e,t,r){var n=r.repeat;return e.findPosV(t,r.forward?n:-n,"page")},moveByParagraph:function(e,t,r){var n=r.forward?1:-1;return ye(e,t,r.repeat,n)},moveBySentence:function(e,t,r){var n=r.forward?1:-1;return function(e,t,r,n){function u(e,t){if(t.pos+t.dir<0||t.pos+t.dir>=t.line.length){if(t.ln+=t.dir,!v(e,t.ln))return t.line=null,t.ln=null,void(t.pos=null);t.line=e.getLine(t.ln),t.pos=0<t.dir?0:t.line.length-1}else t.pos+=t.dir}var o={ln:t.line,pos:t.ch};for(;0<r;)o=(n<0?function(e,t,r,n){var o={line:s=e.getLine(t),ln:t,pos:r,dir:n},i={ln:o.ln,pos:null},a=""===o.line;for(u(e,o);null!==o.line;){if(""===o.line&&!a)return null!==i.pos?i:{ln:o.ln,pos:o.pos};if(C(o.line[o.pos])&&null!==i.pos&&(o.ln!==i.ln||o.pos+1!==i.pos))return i;""===o.line||B(o.line[o.pos])||(a=!1,i={ln:o.ln,pos:o.pos}),u(e,o)}for(var s=e.getLine(i.ln),l=i.pos=0;l<s.length;++l)if(!B(s[l])){i.pos=l;break}return i}:function(e,t,r,n){var o=""===(l=e.getLine(t)),i={line:l,ln:t,pos:r,dir:n},a={ln:i.ln,pos:i.pos},s=""===i.line;for(u(e,i);null!==i.line;){if(a.ln=i.ln,a.pos=i.pos,""===i.line&&!s)return{ln:i.ln,pos:i.pos};if(o&&""!==i.line&&!B(i.line[i.pos]))return{ln:i.ln,pos:i.pos};!C(i.line[i.pos])||o||i.pos!==i.line.length-1&&!B(i.line[i.pos+1])||(o=!0),u(e,i)}var l=e.getLine(a.ln);a.pos=0;for(var c=l.length-1;0<=c;--c)if(!B(l[c])){a.pos=c;break}return a})(e,o.ln,o.pos,n),r--;return tt(o.ln,o.pos)}(e,t,r.repeat,n)},moveByScroll:function(e,t,r,n){var o=e.getScrollInfo(),i=null,a=(a=r.repeat)||o.clientHeight/(2*e.defaultTextHeight()),s=e.charCoords(t,"local");if(r.repeat=a,!(i=W.moveByDisplayLines(e,t,r,n)))return null;var l=e.charCoords(i,"local");return e.scrollTo(null,o.top+l.top-s.top),i},moveByWords:function(e,t,r){return function(e,t,r,n,o,i){var a=z(t),s=[];(n&&!o||!n&&o)&&r++;for(var l=!(n&&o),c=0;c<r;c++){var u=function(e,t,r,n,o){var i=t.line,a=t.ch,s=e.getLine(i),l=r?1:-1,c=n?g:m;if(o&&""==s){if(i+=l,s=e.getLine(i),!v(e,i))return null;a=r?0:s.length}for(;;){if(o&&""==s)return{from:0,to:0,line:i};for(var u=0<l?s.length:-1,h=u,p=u;a!=u;){for(var f=!1,d=0;d<c.length&&!f;++d)if(c[d](s.charAt(a))){for(h=a;a!=u&&c[d](s.charAt(a));)a+=l;if(f=h!=(p=a),h==t.ch&&i==t.line&&p==h+l)continue;return{from:Math.min(h,p+1),to:Math.max(h,p),line:i}}f||(a+=l)}if(!v(e,i+=l))return null;s=e.getLine(i),a=0<l?0:s.length}}(e,t,n,i,l);if(!u){var h=te(e,e.lastLine());s.push(n?{line:e.lastLine(),from:h,to:h}:{line:0,from:0,to:0});break}s.push(u),t=tt(u.line,n?u.to-1:u.from)}var p=s.length!=r,f=s[0],d=s.pop();return n&&!o?(p||f.from==a.ch&&f.line==a.line||(d=s.pop()),tt(d.line,d.from)):n&&o?tt(d.line,d.to-1):!n&&o?(p||f.to==a.ch&&f.line==a.line||(d=s.pop()),tt(d.line,d.to)):tt(d.line,d.from)}(e,t,r.repeat,!!r.forward,!!r.wordEnd,!!r.bigWord)},moveTillCharacter:function(e,t,r){var n=ge(e,r.repeat,r.forward,r.selectedCharacter),o=r.forward?-1:1;return pe(o,r),n?(n.ch+=o,n):null},moveToCharacter:function(e,t,r){var n=r.repeat;return pe(0,r),ge(e,n,r.forward,r.selectedCharacter)||t},moveToSymbol:function(e,t,r){return function(e,t,r,n){var o=z(e.getCursor()),i=r?1:-1,a=r?e.lineCount():-1,s=o.ch,l=o.line,c=e.getLine(l),u={lineText:c,nextCh:c.charAt(s),lastCh:null,index:s,symb:n,reverseSymb:(r?{")":"(","}":"{"}:{"(":")","{":"}"})[n],forward:r,depth:0,curMoveThrough:!1},h=fe[n];if(!h)return o;var p=de[h].init,f=de[h].isComplete;p&&p(u);for(;l!==a&&t;){var d;u.index+=i,u.nextCh=u.lineText.charAt(u.index),u.nextCh||(l+=i,u.lineText=e.getLine(l)||"",0<i?u.index=0:(d=u.lineText.length,u.index=0<d?d-1:0),u.nextCh=u.lineText.charAt(u.index)),f(u)&&(o.line=l,o.ch=u.index,t--)}if(u.nextCh||u.curMoveThrough)return tt(l,u.index);return o}(e,r.repeat,r.forward,r.selectedCharacter)||t},moveToColumn:function(e,t,r,n){var o,i,a,s=r.repeat;return n.lastHPos=s-1,n.lastHSPos=e.charCoords(t,"div").left,i=s,a=(o=e).getCursor().line,J(o,tt(a,i-1))},moveToEol:function(e,t,r,n){return me(e,t,r,n,!1)},moveToFirstNonWhiteSpaceCharacter:function(e,t){return tt(t.line,ce(e.getLine(t.line)))},moveToMatchedSymbol:function(e,t){for(var r,n=t,o=n.line,i=n.ch,a=e.getLine(o);i<a.length;i++)if((r=a.charAt(i))&&-1!="()[]{}".indexOf(r)){var s=e.getTokenTypeAt(tt(o,i+1));if("string"!==s&&"comment"!==s)break}if(i<a.length){var l="<"===i||">"===i?/[(){}[\]<>]/:/[(){}[\]]/;return e.findMatchingBracket(tt(o,i),{bracketRegex:l}).to}return n},moveToStartOfLine:function(e,t){return tt(t.line,0)},moveToLineOrEdgeOfDocument:function(e,t,r){var n=r.forward?e.lastLine():e.firstLine();return r.repeatIsExplicit&&(n=r.repeat-e.getOption("firstLineNumber")),tt(n,ce(e.getLine(n)))},textObjectManipulation:function(e,t,r,n){var o=r.selectedCharacter;"b"==o?o="(":"B"==o&&(o="{");var i=!r.textObjectInner;if({"(":")",")":"(","{":"}","}":"{","[":"]","]":"[","<":">",">":"<"}[o])s=function(e,t,r,n){var o,i,a=t,s={"(":/[()]/,")":/[()]/,"[":/[[\]]/,"]":/[[\]]/,"{":/[{}]/,"}":/[{}]/,"<":/[<>]/,">":/[<>]/}[r],l={"(":"(",")":"(","[":"[","]":"[","{":"{","}":"{","<":"<",">":"<"}[r],c=e.getLine(a.line).charAt(a.ch)===l?1:0;if(o=e.scanForBracket(tt(a.line,a.ch+c),-1,void 0,{bracketRegex:s}),i=e.scanForBracket(tt(a.line,a.ch+c),1,void 0,{bracketRegex:s}),!o||!i)return{start:a,end:a};{var u;o=o.pos,i=i.pos,(o.line==i.line&&o.ch>i.ch||o.line>i.line)&&(u=o,o=i,i=u)}n?i.ch+=1:o.ch+=1;return{start:o,end:i}}(e,t,o,i);else if({"'":!0,'"':!0,"`":!0}[o])s=function(e,t,r,n){var o,i,a,s,l=z(t),c=e.getLine(l.line).split(""),u=c.indexOf(r);l.ch<u?l.ch=u:u<l.ch&&c[l.ch]==r&&(i=l.ch,--l.ch);if(c[l.ch]!=r||i)for(a=l.ch;-1<a&&!o;a--)c[a]==r&&(o=a+1);else o=l.ch+1;if(o&&!i)for(a=o,s=c.length;a<s&&!i;a++)c[a]==r&&(i=a);if(!o||!i)return{start:l,end:l};n&&(--o,++i);return{start:tt(l.line,o),end:tt(l.line,i)}}(e,t,o,i);else if("W"===o)s=ue(e,i,0,!0);else if("w"===o)s=ue(e,i,0,!1);else if("p"===o){var a,s=ye(e,t,r.repeat,0,i);r.linewise=!0,n.visualMode?n.visualLine||(n.visualLine=!0):((a=n.inputState.operatorArgs)&&(a.linewise=!0),s.end.line--)}else{if("t"!==o)return null;s=function(e,t,r){var n=t;if(!Ze.findMatchingTag||!Ze.findEnclosingTag)return{start:n,end:n};var o=Ze.findMatchingTag(e,t)||Ze.findEnclosingTag(e,t);if(!o||!o.open||!o.close)return{start:n,end:n};if(r)return{start:o.open.from,end:o.close.to};return{start:o.open.to,end:o.close.from}}(e,t,i)}return e.state.vim.visualMode?function(e,t,r){var n,o=e.state.vim.sel,i=o.head,a=o.anchor;Z(r,t)&&(n=r,r=t,t=n);Z(i,a)?(i=G(t,i),a=Y(a,r)):(a=G(t,a),-1==(i=q(i=Y(i,r),0,-1)).ch&&i.line!=e.firstLine()&&(i=tt(i.line-1,te(e,i.line-1))));return[a,i]}(e,s.start,s.end):[s.start,s.end]},repeatLastCharacterSearch:function(e,t,r){var n=K.lastCharacterSearch,o=r.repeat,i=r.forward===n.forward,a=(n.increment?1:0)*(i?-1:1);e.moveH(-a,"char");var s=ge(e,o,r.inclusive=i,n.selectedCharacter);return s?(s.ch+=a,s):(e.moveH(a,"char"),t)}};function V(e,t){for(var r=[],n=0;n<t;n++)r.push(e);return r}var D={change:function(e,t,r){var n,o,i,a,s,l,c=e.state.vim,u=r[0].anchor,h=r[0].head,p=c.visualMode?t.fullLine?(h.ch=Number.MAX_VALUE,h.line--,e.setSelection(u,h),n=e.getSelection(),e.replaceSelection(""),u):(n=e.getSelection(),o=V("",r.length),e.replaceSelections(o),G(r[0].head,r[0].anchor)):(n=e.getRange(u,h),"moveByWords"!=(i=c.lastEditInputState||{}).motion||B(n)||(a=/\s+$/.exec(n))&&i.motionArgs&&i.motionArgs.forward&&(h=q(h,0,-a[0].length),n=n.slice(0,-a[0].length)),s=new tt(u.line-1,Number.MAX_VALUE),l=e.firstLine()==e.lastLine(),h.line>e.lastLine()&&t.linewise&&!l?e.replaceRange("",s,h):e.replaceRange("",u,h),t.linewise&&(l||(e.setCursor(s),Ze.commands.newlineAndIndent(e)),u.ch=Number.MAX_VALUE),u);K.registerController.pushText(t.registerName,"change",n,t.linewise,1<r.length),U.enterInsertMode(e,{head:p},e.state.vim)},delete:function(e,t,r){var n,o,i,a,s,l=e.state.vim;return l.visualBlock?(o=e.getSelection(),i=V("",r.length),e.replaceSelections(i),n=r[0].anchor):(a=r[0].anchor,s=r[0].head,t.linewise&&s.line!=e.firstLine()&&a.line==e.lastLine()&&a.line==s.line-1&&(a.line==e.firstLine()?a.ch=0:a=tt(a.line-1,te(e,a.line-1))),o=e.getRange(a,s),e.replaceRange("",a,s),n=a,t.linewise&&(n=W.moveToFirstNonWhiteSpaceCharacter(e,a))),K.registerController.pushText(t.registerName,"delete",o,t.linewise,l.visualBlock),J(e,n)},indent:function(e,t,r){var n=e.state.vim,o=r[0].anchor.line,i=n.visualBlock?r[r.length-1].anchor.line:r[0].head.line,a=n.visualMode?t.repeat:1;t.linewise&&i--;for(var s=o;s<=i;s++)for(var l=0;l<a;l++)e.indentLine(s,t.indentRight);return W.moveToFirstNonWhiteSpaceCharacter(e,r[0].anchor)},indentAuto:function(e,t,r){return e.execCommand("indentAuto"),W.moveToFirstNonWhiteSpaceCharacter(e,r[0].anchor)},changeCase:function(e,t,r,n,o){for(var i=e.getSelections(),a=[],s=t.toLower,l=0;l<i.length;l++){var c=i[l],u="";if(!0===s)u=c.toLowerCase();else if(!1===s)u=c.toUpperCase();else for(var h=0;h<c.length;h++){var p=c.charAt(h);u+=k(p)?p.toLowerCase():p.toUpperCase()}a.push(u)}return e.replaceSelections(a),t.shouldMoveCursor?o:!e.state.vim.visualMode&&t.linewise&&r[0].anchor.line+1==r[0].head.line?W.moveToFirstNonWhiteSpaceCharacter(e,n):t.linewise?n:G(r[0].anchor,r[0].head)},yank:function(e,t,r,n){var o=e.state.vim,i=e.getSelection(),a=o.visualMode?G(o.sel.anchor,o.sel.head,r[0].head,r[0].anchor):n;return K.registerController.pushText(t.registerName,"yank",i,t.linewise,o.visualBlock),a}};var U={jumpListWalk:function(e,t,r){var n,o,i,a;r.visualMode||(n=t.repeat,o=t.forward,a=(a=(i=K.jumpList.move(e,o?n:-n))?i.find():void 0)||e.getCursor(),e.setCursor(a))},scroll:function(e,t,r){var n,o,i,a,s,l,c,u;r.visualMode||(n=t.repeat||1,o=e.defaultTextHeight(),i=e.getScrollInfo().top,a=o*n,s=t.forward?i+a:i-a,l=z(e.getCursor()),c=e.charCoords(l,"local"),t.forward?s>c.top?(l.line+=(s-c.top)/o,l.line=Math.ceil(l.line),e.setCursor(l),c=e.charCoords(l,"local"),e.scrollTo(null,c.top)):e.scrollTo(null,s):(u=s+e.getScrollInfo().clientHeight)<c.bottom?(l.line-=(c.bottom-u)/o,l.line=Math.floor(l.line),e.setCursor(l),c=e.charCoords(l,"local"),e.scrollTo(null,c.bottom-e.getScrollInfo().clientHeight)):e.scrollTo(null,s))},scrollToCursor:function(e,t){var r=e.getCursor().line,n=e.charCoords(tt(r,0),"local"),o=e.getScrollInfo().clientHeight,i=n.top,a=n.bottom-i;switch(t.position){case"center":i=i-o/2+a;break;case"bottom":i=i-o+a}e.scrollTo(null,i)},replayMacro:function(e,t,r){var n=t.selectedCharacter,o=t.repeat,i=K.macroModeState;for("@"==n?n=i.latestRegister:i.latestRegister=n;o--;)!function(e,t,r,n){var o=K.registerController.getRegister(n);if(":"==n)return o.keyBuffer[0]&&Fe.processCommand(e,o.keyBuffer[0]),r.isPlaying=!1;var i=o.keyBuffer,a=0;r.isPlaying=!0,r.replaySearchQueries=o.searchQueries.slice(0);for(var s,l,c=0;c<i.length;c++)for(var u,h=i[c];h;){s=/<\w+-.+?>|<\w+>|./.exec(h),l=s[0],h=h.substring(s.index+l.length),Ze.Vim.handleKey(e,l,"macro"),t.insertMode&&(u=o.insertModeChanges[a++].changes,K.macroModeState.lastInsertModeChanges.changes=u,Xe(e,u,1),We(e))}r.isPlaying=!1}(e,r,i,n)},enterMacroRecordMode:function(e,t){var r=K.macroModeState,n=t.selectedCharacter;K.registerController.isValidRegister(n)&&r.enterMacroRecordMode(e,n)},toggleOverwrite:function(e){e.state.overwrite?(e.toggleOverwrite(!1),e.setOption("keyMap","vim-insert"),Ze.signal(e,"vim-mode-change",{mode:"insert"})):(e.toggleOverwrite(!0),e.setOption("keyMap","vim-replace"),Ze.signal(e,"vim-mode-change",{mode:"replace"}))},enterInsertMode:function(e,t,r){if(!e.getOption("readOnly")){r.insertMode=!0,r.insertModeRepeat=t&&t.repeat||1;var n=t?t.insertAt:null,o=r.sel,i=t.head||e.getCursor("head"),a=e.listSelections().length;if("eol"==n)i=tt(i.line,te(e,i.line));else if("bol"==n)i=tt(i.line,0);else if("charAfter"==n)i=q(i,0,1);else if("firstNonBlank"==n)i=W.moveToFirstNonWhiteSpaceCharacter(e,i);else if("startOfSelectedArea"==n){if(!r.visualMode)return;r.visualBlock?(i=tt(Math.min(o.head.line,o.anchor.line),Math.min(o.head.ch,o.anchor.ch)),a=Math.abs(o.head.line-o.anchor.line)+1):i=o.head.line<o.anchor.line?o.head:tt(o.anchor.line,0)}else if("endOfSelectedArea"==n){if(!r.visualMode)return;r.visualBlock?(i=tt(Math.min(o.head.line,o.anchor.line),Math.max(o.head.ch+1,o.anchor.ch)),a=Math.abs(o.head.line-o.anchor.line)+1):i=o.head.line>=o.anchor.line?q(o.head,0,1):tt(o.anchor.line,0)}else if("inplace"==n){if(r.visualMode)return}else"lastEdit"==n&&(i=_e(e)||i);e.setOption("disableInput",!1),t&&t.replace?(e.toggleOverwrite(!0),e.setOption("keyMap","vim-replace"),Ze.signal(e,"vim-mode-change",{mode:"replace"})):(e.toggleOverwrite(!1),e.setOption("keyMap","vim-insert"),Ze.signal(e,"vim-mode-change",{mode:"insert"})),K.macroModeState.isPlaying||(e.on("change",De),Ze.on(e.getInputField(),"keydown",Qe)),r.visualMode&&le(e),oe(e,i,a)}},toggleVisualMode:function(e,t,r){var n,o=t.repeat,i=e.getCursor();r.visualMode?r.visualLine^t.linewise||r.visualBlock^t.blockwise?(r.visualLine=!!t.linewise,r.visualBlock=!!t.blockwise,Ze.signal(e,"vim-mode-change",{mode:"visual",subMode:r.visualLine?"linewise":r.visualBlock?"blockwise":""}),ae(e)):le(e):(r.visualMode=!0,r.visualLine=!!t.linewise,r.visualBlock=!!t.blockwise,n=J(e,tt(i.line,i.ch+o-1)),r.sel={anchor:i,head:n},Ze.signal(e,"vim-mode-change",{mode:"visual",subMode:r.visualLine?"linewise":r.visualBlock?"blockwise":""}),ae(e),ve(e,r,"<",G(i,n)),ve(e,r,">",Y(i,n)))},reselectLastSelection:function(e,t,r){var n=r.lastSelection;if(r.visualMode&&ie(e,r),n){var o=n.anchorMark.find(),i=n.headMark.find();if(!o||!i)return;r.sel={anchor:o,head:i},r.visualMode=!0,r.visualLine=n.visualLine,r.visualBlock=n.visualBlock,ae(e),ve(e,r,"<",G(o,i)),ve(e,r,">",Y(o,i)),Ze.signal(e,"vim-mode-change",{mode:"visual",subMode:r.visualLine?"linewise":r.visualBlock?"blockwise":""})}},joinLines:function(e,t,r){var n,o,i;r.visualMode?(o=e.getCursor("anchor"),Z(n=e.getCursor("head"),o)&&(l=n,n=o,o=l),n.ch=te(e,n.line)-1):(i=Math.max(t.repeat,2),o=e.getCursor(),n=J(e,tt(o.line+i-1,1/0)));for(var a=0,s=o.line;s<n.line;s++){a=te(e,o.line);var l=tt(o.line+1,te(e,o.line+1)),c=e.getRange(o,l),c=t.keepSpaces?c.replace(/\n\r?/g,""):c.replace(/\n\s*/g," ");e.replaceRange(c,o,l)}var u=tt(o.line,a);r.visualMode&&le(e,!1),e.setCursor(u)},newLineAndEnterInsertMode:function(e,t,r){r.insertMode=!0;var n=z(e.getCursor());n.line!==e.firstLine()||t.after?(n.line=t.after?n.line:n.line-1,n.ch=te(e,n.line),e.setCursor(n),(Ze.commands.newlineAndIndentContinueComment||Ze.commands.newlineAndIndent)(e)):(e.replaceRange("\n",tt(e.firstLine(),0)),e.setCursor(e.firstLine(),0)),this.enterInsertMode(e,{repeat:t.repeat},r)},paste:function(n,e,t){var o,i,r,a,s,l,c,u=z(n.getCursor()),h=K.registerController.getRegister(e.registerName),p=h.toString();if(p){e.matchIndent&&(o=n.getOption("tabSize"),i=function(e){var t=e.split("\t").length-1,r=e.split(" ").length-1;return t*o+r},r=n.getLine(n.getCursor().line),a=i(r.match(/^\s*/)[0]),s=p.replace(/\n$/,""),l=p!==s,c=i(p.match(/^\s*/)[0]),p=s.replace(/^\s*/gm,function(e){var t=a+(i(e)-c);if(t<0)return"";if(n.getOption("indentWithTabs")){var r=Math.floor(t/o);return Array(r+1).join("\t")}return Array(t+1).join(" ")}),p+=l?"\n":""),1<e.repeat&&(p=Array(e.repeat+1).join(p));var f,d,m,g,v,y,k,C,w,x,M,S=h.linewise,A=h.blockwise;if(A){p=p.split("\n"),S&&p.pop();for(var b=0;b<p.length;b++)p[b]=""==p[b]?" ":p[b];u.ch+=e.after?1:0,u.ch=Math.min(te(n,u.line),u.ch)}else S?t.visualMode?p=t.visualLine?p.slice(0,-1):"\n"+p.slice(0,p.length-1)+"\n":e.after?(p="\n"+p.slice(0,p.length-1),u.ch=te(n,u.line)):u.ch=0:u.ch+=e.after?1:0;if(t.visualMode){t.lastPastedText=p;var L=(w=n,M=(x=t).lastSelection,(x.visualMode?function(){var e=w.listSelections(),t=e[0],r=e[e.length-1];return[Z(t.anchor,t.head)?t.anchor:t.head,Z(r.anchor,r.head)?r.head:r.anchor]}:function(){var e=w.getCursor(),t=w.getCursor(),r=M.visualBlock;if(r){for(var n=r.width,o=r.height,t=tt(e.line+o,e.ch+n),i=[],a=e.line;a<t.line;a++){var s={anchor:tt(a,e.ch),head:tt(a,t.ch)};i.push(s)}w.setSelections(i)}else{var l=M.anchorMark.find(),c=M.headMark.find(),u=c.line-l.line,h=c.ch-l.ch;t={line:t.line+u,ch:u?t.ch:h+t.ch},M.visualLine&&(e=tt(e.line,0),t=tt(t.line,te(w,t.line))),w.setSelection(e,t)}return[e,t]})()),T=L[0],R=L[1],E=n.getSelection(),O=n.listSelections(),B=new Array(O.length).join("1").split("1");t.lastSelection&&(m=t.lastSelection.headMark.find()),K.registerController.unnamedRegister.setText(E),f=A?(n.replaceSelections(B),R=tt(T.line+p.length-1,T.ch),n.setCursor(T),ne(n,R),n.replaceSelections(p),T):t.visualBlock?(n.replaceSelections(B),n.setCursor(T),n.replaceRange(p,T,T),T):(n.replaceRange(p,T,R),n.posFromIndex(n.indexFromPos(T)+p.length-1)),m&&(t.lastSelection.headMark=n.setBookmark(m)),S&&(f.ch=0)}else if(A){n.setCursor(u);for(b=0;b<p.length;b++){var I=u.line+b;I>n.lastLine()&&n.replaceRange("\n",tt(I,0)),te(n,I)<u.ch&&(g=n,v=I,y=u.ch,0,k=te(g,v),C=new Array(y-k+1).join(" "),g.setCursor(tt(v,k)),g.replaceRange(C,g.getCursor()))}n.setCursor(u),ne(n,tt(u.line+p.length-1,u.ch)),n.replaceSelections(p),f=u}else n.replaceRange(p,u),f=S&&e.after?tt(u.line+1,ce(n.getLine(u.line+1))):S&&!e.after?tt(u.line,ce(n.getLine(u.line))):!S&&e.after?(d=n.indexFromPos(u),n.posFromIndex(d+p.length-1)):(d=n.indexFromPos(u),n.posFromIndex(d+p.length));t.visualMode&&le(n,!1),n.setCursor(f)}},undo:function(e,t){e.operation(function(){Q(e,Ze.commands.undo,t.repeat)(),e.setCursor(e.getCursor("anchor"))})},redo:function(e,t){Q(e,Ze.commands.redo,t.repeat)()},setRegister:function(e,t,r){r.inputState.registerName=t.selectedCharacter},setMark:function(e,t,r){ve(e,r,t.selectedCharacter,e.getCursor())},replace:function(e,t,r){var n,o,i,a,s=t.selectedCharacter,l=e.getCursor(),c=e.listSelections(),u=r.visualMode?(l=e.getCursor("start"),e.getCursor("end")):(n=e.getLine(l.line),(o=l.ch+t.repeat)>n.length&&(o=n.length),tt(l.line,o));"\n"==s?(r.visualMode||e.replaceRange("",l,u),(Ze.commands.newlineAndIndentContinueComment||Ze.commands.newlineAndIndent)(e)):(a=(a=e.getRange(l,u)).replace(/[^\n]/g,s),r.visualBlock?(i=new Array(e.getOption("tabSize")+1).join(" "),a=(a=e.getSelection()).replace(/\t/g,i).replace(/[^\n]/g,s).split("\n"),e.replaceSelections(a)):e.replaceRange(a,l,u),r.visualMode?(l=Z(c[0].anchor,c[0].head)?c[0].anchor:c[0].head,e.setCursor(l),le(e,!1)):e.setCursor(q(u,0,-1)))},incrementNumberToken:function(e,t){for(var r,n,o,i,a,s,l,c,u,h,p,f=e.getCursor(),d=e.getLine(f.line),m=/(-?)(?:(0x)([\da-f]+)|(0b|0|)(\d+))/gi;null!==(r=m.exec(d))&&(o=(n=r.index)+r[0].length,!(f.ch<o)););!t.backtrack&&o<=f.ch||r&&(i=r[2]||r[4],a=r[3]||r[5],s=t.increase?1:-1,l={"0b":2,0:8,"":10,"0x":16}[i.toLowerCase()],c=(parseInt(r[1]+a,l)+s*t.repeat).toString(l),u=i?new Array(a.length-c.length+1+r[1].length).join("0"):"",c="-"===c.charAt(0)?"-"+i+u+c.substr(1):i+u+c,h=tt(f.line,n),p=tt(f.line,o),e.replaceRange(c,h,p),e.setCursor(tt(f.line,n+c.length-1)))},repeatLastEdit:function(e,t,r){var n;r.lastEditInputState&&((n=t.repeat)&&t.repeatIsExplicit?r.lastEditInputState.repeatOverride=n:n=r.lastEditInputState.repeatOverride||n,ze(e,r,n,!1))},indent:function(e,t){e.indentLine(e.getCursor().line,t.indentRight)},exitInsertMode:We};function J(e,t){var r=e.state.vim,n=r.insertMode||r.visualMode,o=Math.min(Math.max(e.firstLine(),t.line),e.lastLine()),i=te(e,o)-1+!!n,a=Math.min(Math.max(0,t.ch),i);return tt(o,a)}function $(e){var t={};for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);return t}function q(e,t,r){return"object"==typeof t&&(r=t.ch,t=t.line),tt(e.line+t,e.ch+r)}function Q(t,r,n){return function(){for(var e=0;e<n;e++)r(t)}}function z(e){return tt(e.line,e.ch)}function X(e,t){return e.ch==t.ch&&e.line==t.line}function Z(e,t){return e.line<t.line||e.line==t.line&&e.ch<t.ch}function G(e,t){return 2<arguments.length&&(t=G.apply(void 0,Array.prototype.slice.call(arguments,1))),Z(e,t)?e:t}function Y(e,t){return 2<arguments.length&&(t=Y.apply(void 0,Array.prototype.slice.call(arguments,1))),Z(e,t)?t:e}function ee(e,t,r){var n=Z(e,t),o=Z(t,r);return n&&o}function te(e,t){return e.getLine(t).length}function re(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}function ne(e,t){var r=[],n=e.listSelections(),o=z(e.clipPos(t)),i=!X(t,o),a=function(e,t,r){for(var n=0;n<e.length;n++){var o="head"!=r&&X(e[n].anchor,t),i="anchor"!=r&&X(e[n].head,t);if(o||i)return n}return-1}(n,e.getCursor("head")),s=X(n[a].head,n[a].anchor),l=n.length-1,c=a<l-a?l:0,u=n[c].anchor,h=Math.min(u.line,o.line),p=Math.max(u.line,o.line),f=u.ch,d=o.ch,m=n[c].head.ch-f,g=d-f;0<m&&g<=0?(f++,i||d--):m<0&&0<=g?(f--,s||d++):m<0&&-1==g&&(f--,d++);for(var v=h;v<=p;v++){var y={anchor:new tt(v,f),head:new tt(v,d)};r.push(y)}return e.setSelections(r),t.ch=d,u.ch=f,u}function oe(e,t,r){for(var n=[],o=0;o<r;o++){var i=q(t,o,0);n.push({anchor:i,head:i})}e.setSelections(n,0)}function ie(e,t){var r=t.sel.anchor,n=t.sel.head;t.lastPastedText&&(n=e.posFromIndex(e.indexFromPos(r)+t.lastPastedText.length),t.lastPastedText=null),t.lastSelection={anchorMark:e.setBookmark(r),headMark:e.setBookmark(n),anchor:z(r),head:z(n),visualMode:t.visualMode,visualLine:t.visualLine,visualBlock:t.visualBlock}}function ae(e,t,r){var n=e.state.vim,o=se(e,t=t||n.sel,r=r||n.visualLine?"line":n.visualBlock?"block":"char");e.setSelections(o.ranges,o.primary),Je(e)}function se(e,t,r,n){var o,i=z(t.head),a=z(t.anchor);if("char"==r){var s=n||Z(t.head,t.anchor)?0:1,l=Z(t.head,t.anchor)?1:0,i=q(t.head,0,s);return{ranges:[{anchor:a=q(t.anchor,0,l),head:i}],primary:0}}if("line"==r)return Z(t.head,t.anchor)?(i.ch=0,a.ch=te(e,a.line)):(a.ch=0,o=e.lastLine(),i.line>o&&(i.line=o),i.ch=te(e,i.line)),{ranges:[{anchor:a,head:i}],primary:0};if("block"==r){for(var c=Math.min(a.line,i.line),u=Math.min(a.ch,i.ch),h=Math.max(a.line,i.line),p=Math.max(a.ch,i.ch)+1,f=h-c+1,d=i.line==c?0:f-1,m=[],g=0;g<f;g++)m.push({anchor:tt(c+g,u),head:tt(c+g,p)});return{ranges:m,primary:d}}}function le(e,t){var r=e.state.vim;!1!==t&&e.setCursor(J(e,r.sel.head)),ie(e,r),r.visualMode=!1,r.visualLine=!1,r.visualBlock=!1,r.insertMode||Ze.signal(e,"vim-mode-change",{mode:"normal"}),$e(r)}function ce(e){if(!e)return 0;var t=e.search(/\S/);return-1==t?e.length:t}function ue(e,t,r,n,o){for(var i,a,s=(a=(i=e).getCursor("head"),1==i.getSelection().length&&(a=G(a,i.getCursor("anchor"))),a),l=e.getLine(s.line),c=s.ch,u=o?m[0]:g[0];!u(l.charAt(c));)if(++c>=l.length)return null;n?u=g[0]:(u=m[0])(l.charAt(c))||(u=m[1]);for(var h=c,p=c;u(l.charAt(h))&&h<l.length;)h++;for(;u(l.charAt(p))&&0<=p;)p--;if(p++,t){for(var f=h;/\s/.test(l.charAt(h))&&h<l.length;)h++;if(f==h){for(var d=p;/\s/.test(l.charAt(p-1))&&0<p;)p--;p=p||d}}return{start:tt(s.line,p),end:tt(s.line,h)}}function he(e,t,r){X(t,r)||K.jumpList.add(e,t,r)}function pe(e,t){K.lastCharacterSearch.increment=e,K.lastCharacterSearch.forward=t.forward,K.lastCharacterSearch.selectedCharacter=t.selectedCharacter}var fe={"(":"bracket",")":"bracket","{":"bracket","}":"bracket","[":"section","]":"section","*":"comment","/":"comment",m:"method",M:"method","#":"preprocess"},de={bracket:{isComplete:function(e){if(e.nextCh===e.symb){if(e.depth++,1<=e.depth)return!0}else e.nextCh===e.reverseSymb&&e.depth--;return!1}},section:{init:function(e){e.curMoveThrough=!0,e.symb=(e.forward?"]":"[")===e.symb?"{":"}"},isComplete:function(e){return 0===e.index&&e.nextCh===e.symb}},comment:{isComplete:function(e){var t="*"===e.lastCh&&"/"===e.nextCh;return e.lastCh=e.nextCh,t}},method:{init:function(e){e.symb="m"===e.symb?"{":"}",e.reverseSymb="{"===e.symb?"}":"{"},isComplete:function(e){return e.nextCh===e.symb}},preprocess:{init:function(e){e.index=0},isComplete:function(e){if("#"===e.nextCh){var t=e.lineText.match(/#(\w+)/)[1];if("endif"===t){if(e.forward&&0===e.depth)return!0;e.depth++}else if("if"===t){if(!e.forward&&0===e.depth)return!0;e.depth--}if("else"===t&&0===e.depth)return!0}return!1}}};function me(e,t,r,n,o){var i=tt(t.line+r.repeat-1,1/0),a=e.clipPos(i);return a.ch--,o||(n.lastHPos=1/0,n.lastHSPos=e.charCoords(a,"div").left),i}function ge(e,t,r,n){for(var o,i=e.getCursor(),a=i.ch,s=0;s<t;s++){if(-1==(o=function(e,t,r,n,o){var i;n?-1==(i=t.indexOf(r,e+1))||o||--i:-1==(i=t.lastIndexOf(r,e-1))||o||(i+=1);return i}(a,e.getLine(i.line),n,r,!0)))return null;a=o}return tt(e.getCursor().line,o)}function ve(e,t,r,n){w(r,f)&&(t.marks[r]&&t.marks[r].clear(),t.marks[r]=e.setBookmark(n))}function ye(t,e,r,n,o){var i,a=e.line,s=t.firstLine(),l=t.lastLine(),c=a;function u(e){return!t.getLine(e)}function h(e,t,r){return r?u(e)!=u(e+t):!u(e)&&u(e+t)}if(n){for(;s<=c&&c<=l&&0<r;)h(c,n)&&r--,c+=n;return new tt(c,0)}var p,f=t.state.vim;f.visualLine&&h(a,1,!0)&&(h((p=f.sel.anchor).line,-1,!0)&&(o&&p.line==a||(a+=1)));for(var d=u(a),c=a;c<=l&&r;c++)h(c,1,!0)&&(o&&u(c)==d||r--);for(i=new tt(c,0),l<c&&!d?d=!0:o=!1,c=a;s<c&&(o&&u(c)!=d&&c!=a||!h(c,-1,!0));c--);return{start:new tt(c,0),end:i}}function ke(){}function Ce(e){var t=e.state.vim;return t.searchState_||(t.searchState_=new ke)}function we(e,t){var r=xe(e,t)||[];if(!r.length)return[];var n=[];if(0===r[0]){for(var o=0;o<r.length;o++)"number"==typeof r[o]&&n.push(e.substring(r[o]+1,r[o+1]));return n}}function xe(e,t){t=t||"/";for(var r=!1,n=[],o=0;o<e.length;o++){var i=e.charAt(o);r||i!=t||n.push(o),r=!r&&"\\"==i}return n}M("pcre",!0,"boolean"),ke.prototype={getQuery:function(){return K.query},setQuery:function(e){K.query=e},getOverlay:function(){return this.searchOverlay},setOverlay:function(e){this.searchOverlay=e},isReversed:function(){return K.isReversed},setReversed:function(e){K.isReversed=e},getScrollbarAnnotate:function(){return this.annotate},setScrollbarAnnotate:function(e){this.annotate=e}};var Me={"\\n":"\n","\\r":"\r","\\t":"\t"};function Se(e){for(var t,r=!1,n=[],o=-1;o<e.length;o++){var i=e.charAt(o)||"",a=e.charAt(o+1)||"";Me[i+a]?(n.push(Me[i+a]),o++):r?(n.push(i),r=!1):"\\"===i?(r=!0,t=a,u.test(t)||"$"===a?n.push("$"):"/"!==a&&"\\"!==a&&n.push("\\")):("$"===i&&n.push("$"),n.push(i),"/"===a&&n.push("\\"))}return n.join("")}var Ae={"\\/":"/","\\\\":"\\","\\n":"\n","\\r":"\r","\\t":"\t","\\&":"&"};function be(e,t,r){if(K.registerController.getRegister("/").setText(e),e instanceof RegExp)return e;var n,o,i=xe(e,"/");return i.length?(n=e.substring(0,i[0]),o=-1!=e.substring(i[0]).indexOf("i")):n=e,n?(A("pcre")||(n=function(e){for(var t=!1,r=[],n=-1;n<e.length;n++){var o=e.charAt(n)||"",i=e.charAt(n+1)||"",a=i&&-1!="|(){".indexOf(i);t?("\\"===o&&a||r.push(o),t=!1):"\\"===o?(t=!0,i&&-1!="}".indexOf(i)&&(a=!0),a&&"\\"!==i||r.push(o)):(r.push(o),a&&"\\"!==i&&r.push("\\"))}return r.join("")}(n)),r&&(t=/^[^A-Z]*$/.test(n)),new RegExp(n,t||o?"i":void 0)):null}function Le(e,t){e.openNotification?e.openNotification('<span style="color: red">'+t+"</span>",{bottom:!0,duration:5e3}):alert(t)}var Te="(Javascript regexp)";function Re(e,t){var r,n,o,i,a,s,l,c,u=(t.prefix||"")+" "+(t.desc||""),h=(r=t.prefix,n=t.desc,o='<span style="font-family: monospace; white-space: pre">'+(r||"")+'<input type="text" autocorrect="off" autocapitalize="off" spellcheck="false"></span>',n&&(o+=' <span style="color: #888">'+n+"</span>"),o);i=e,a=h,s=u,l=t.onClose,c=t,i.openDialog?i.openDialog(a,l,{bottom:!0,value:c.value,onKeyDown:c.onKeyDown,onKeyUp:c.onKeyUp,selectValueOnOpen:!1}):l(prompt(s,""))}function Ee(e,t,r,n){if(t){var o=Ce(e),i=be(t,!!r,!!n);if(i)return Be(e,i),function(e,t){if(e instanceof RegExp&&t instanceof RegExp){for(var r=["global","multiline","ignoreCase","source"],n=0;n<r.length;n++){var o=r[n];if(e[o]!==t[o])return}return 1}}(i,o.getQuery())||o.setQuery(i),i}}var Oe=0;function Be(o,i){clearTimeout(Oe),Oe=setTimeout(function(){var r,n,e=Ce(o),t=e.getOverlay();t&&i==t.query||(t&&o.removeOverlay(t),"^"==(r=i).source.charAt(0)&&(n=!0),t={token:function(e){if(!n||e.sol()){var t=e.match(r,!1);if(t)return 0==t[0].length?(e.next(),"searching"):e.sol()||(e.backUp(1),r.exec(e.next()+t[0]))?(e.match(r),"searching"):(e.next(),null);for(;!e.eol()&&(e.next(),!e.match(r,!1)););}else e.skipToEnd()},query:r},o.addOverlay(t),o.showMatchesOnScrollbar&&(e.getScrollbarAnnotate()&&e.getScrollbarAnnotate().clear(),e.setScrollbarAnnotate(o.showMatchesOnScrollbar(i))),e.setOverlay(t))},50)}function Ie(o,i,a,s){return void 0===s&&(s=1),o.operation(function(){for(var e=o.getCursor(),t=o.getSearchCursor(a,e),r=0;r<s;r++){var n=t.find(i);if(0==r&&n&&X(t.from(),e)&&(n=t.find(i)),!n&&!(t=o.getSearchCursor(a,i?tt(o.lastLine()):tt(o.firstLine(),0))).find(i))return}return t.from()})}function Ke(e){var t=Ce(e);e.removeOverlay(Ce(e).getOverlay()),t.setOverlay(null),t.getScrollbarAnnotate()&&(t.getScrollbarAnnotate().clear(),t.setScrollbarAnnotate(null))}function Ne(e){var t=e.getScrollInfo(),r=e.coordsChar({left:0,top:6+t.top},"local"),n=t.clientHeight-10+t.top,o=e.coordsChar({left:0,top:n},"local");return{top:r.line,bottom:o.line}}function Pe(e,t,r){if("'"==r||"`"==r)return K.jumpList.find(e,-1)||tt(0,0);if("."==r)return _e(e);var n=t.marks[r];return n&&n.find()}function _e(e){for(var t=e.doc.history.done,r=t.length;r--;)if(t[r].changes)return z(t[r].changes[0].to)}function je(){this.buildCommandMap_()}je.prototype={processCommand:function(e,t,r){var n=this;e.operation(function(){e.curOp.isVimOp=!0,n._processCommand(e,t,r)})},_processCommand:function(t,e,r){var n=t.state.vim,o=K.registerController.getRegister(":"),i=o.toString();n.visualMode&&le(t);var a=new Ze.StringStream(e);o.setText(e);var s,l,c=r||{};c.input=e;try{this.parseInput_(t,a,c)}catch(e){throw Le(t,e),e}if(c.commandName){if(s=this.matchCommand_(c.commandName)){if(l=s.name,s.excludeFromCommandHistory&&o.setText(i),this.parseCommandArgs_(a,c,s),"exToKey"==s.type){for(var u=0;u<s.toKeys.length;u++)Ze.Vim.handleKey(t,s.toKeys[u],"mapping");return}if("exToEx"==s.type)return void this.processCommand(t,s.toInput)}}else void 0!==c.line&&(l="move");if(l)try{He[l](t,c),s&&s.possiblyAsync||!c.callback||c.callback()}catch(e){throw Le(t,e),e}else Le(t,'Not an editor command ":'+e+'"')},parseInput_:function(e,t,r){t.eatWhile(":"),t.eat("%")?(r.line=e.firstLine(),r.lineEnd=e.lastLine()):(r.line=this.parseLineSpec_(e,t),void 0!==r.line&&t.eat(",")&&(r.lineEnd=this.parseLineSpec_(e,t)));var n=t.match(/^(\w+|!!|@@|[!#&*<=>@~])/);return r.commandName=n?n[1]:t.match(/.*/)[0],r},parseLineSpec_:function(e,t){var r=t.match(/^(\d+)/);if(r)return parseInt(r[1],10)-1;switch(t.next()){case".":return this.parseLineSpecOffset_(t,e.getCursor().line);case"$":return this.parseLineSpecOffset_(t,e.lastLine());case"'":var n=t.next(),o=Pe(e,e.state.vim,n);if(!o)throw new Error("Mark not set");return this.parseLineSpecOffset_(t,o.line);case"-":case"+":return t.backUp(1),this.parseLineSpecOffset_(t,e.getCursor().line);default:return void t.backUp(1)}},parseLineSpecOffset_:function(e,t){var r,n=e.match(/^([+-])?(\d+)/);return n&&(r=parseInt(n[2],10),"-"==n[1]?t-=r:t+=r),t},parseCommandArgs_:function(e,t,r){var n,o;e.eol()||(t.argString=e.match(/.*/)[0],n=r.argDelimiter||/\s+/,(o=re(t.argString).split(n)).length&&o[0]&&(t.args=o))},matchCommand_:function(e){for(var t=e.length;0<t;t--){var r=e.substring(0,t);if(this.commandMap_[r]){var n=this.commandMap_[r];if(0===n.name.indexOf(e))return n}}return null},buildCommandMap_:function(){this.commandMap_={};for(var e=0;e<et.length;e++){var t=et[e],r=t.shortName||t.name;this.commandMap_[r]=t}},map:function(e,t,r){if(":"!=e&&":"==e.charAt(0)){if(r)throw Error("Mode not supported for ex mappings");var n=e.substring(1);":"!=t&&":"==t.charAt(0)?this.commandMap_[n]={name:n,type:"exToEx",toInput:t.substring(1),user:!0}:this.commandMap_[n]={name:n,type:"exToKey",toKeys:t,user:!0}}else{var o;o=":"!=t&&":"==t.charAt(0)?{keys:e,type:"keyToEx",exArgs:{input:t.substring(1)}}:{keys:e,type:"keyToKey",toKeys:t},r&&(o.context=r),Ge.unshift(o)}},unmap:function(e,t){if(":"!=e&&":"==e.charAt(0)){if(t)throw Error("Mode not supported for ex mappings");var r=e.substring(1);if(this.commandMap_[r]&&this.commandMap_[r].user)return void delete this.commandMap_[r]}else for(var n=e,o=0;o<Ge.length;o++)if(n==Ge[o].keys&&Ge[o].context===t)return void Ge.splice(o,1);throw Error("No such mapping.")}};var He={colorscheme:function(e,t){!t.args||t.args.length<1?Le(e,e.getOption("theme")):e.setOption("theme",t.args[0])},map:function(e,t,r){var n=t.args;!n||n.length<2?e&&Le(e,"Invalid mapping: "+t.input):Fe.map(n[0],n[1],r)},imap:function(e,t){this.map(e,t,"insert")},nmap:function(e,t){this.map(e,t,"normal")},vmap:function(e,t){this.map(e,t,"visual")},unmap:function(e,t,r){var n=t.args;!n||n.length<1?e&&Le(e,"No such mapping: "+t.input):Fe.unmap(n[0],r)},move:function(e,t){F.processCommand(e,e.state.vim,{type:"motion",motion:"moveToLineOrEdgeOfDocument",motionArgs:{forward:!1,explicitRepeat:!0,linewise:!0},repeatOverride:t.line+1})},set:function(e,t){var r=t.args,n=t.setCfg||{};if(!r||r.length<1)e&&Le(e,"Invalid mapping: "+t.input);else{var o=r[0].split("="),i=o[0],a=o[1],s=!1;if("?"==i.charAt(i.length-1)){if(a)throw Error("Trailing characters: "+t.argString);i=i.substring(0,i.length-1),s=!0}void 0===a&&"no"==i.substring(0,2)&&(i=i.substring(2),a=!1);var l,c,u=x[i]&&"boolean"==x[i].type;u&&null==a&&(a=!0),!u&&void 0===a||s?(l=A(i,e,n))instanceof Error?Le(e,l.message):Le(e,!0===l||!1===l?" "+(l?"":"no")+i:" "+i+"="+l):(c=S(i,a,e,n))instanceof Error&&Le(e,c.message)}},setlocal:function(e,t){t.setCfg={scope:"local"},this.set(e,t)},setglobal:function(e,t){t.setCfg={scope:"global"},this.set(e,t)},registers:function(e,t){var r=t.args,n=K.registerController.registers,o="----------Registers----------<br><br>";if(r)for(var r=r.join(""),i=0;i<r.length;i++){a=r.charAt(i),K.registerController.isValidRegister(a)&&(o+='"'+a+" "+(n[a]||new _).toString()+"<br>")}else for(var a in n){var s=n[a].toString();s.length&&(o+='"'+a+" "+s+"<br>")}Le(e,o)},sort:function(e,i){var a,s,l,c,u;var t=function(){if(i.argString){var e=new Ze.StringStream(i.argString);if(e.eat("!")&&(a=!0),e.eol())return;if(!e.eatSpace())return"Invalid arguments";var t=e.match(/([dinuox]+)?\s*(\/.+\/)?\s*/);if(!t&&!e.eol())return"Invalid arguments";if(t[1]){s=-1!=t[1].indexOf("i"),l=-1!=t[1].indexOf("u");var r=-1!=t[1].indexOf("d")||-1!=t[1].indexOf("n")&&1,n=-1!=t[1].indexOf("x")&&1,o=-1!=t[1].indexOf("o")&&1;if(1<r+n+o)return"Invalid arguments";c=(r?"decimal":n&&"hex")||o&&"octal"}t[2]&&(u=new RegExp(t[2].substr(1,t[2].length-2),s?"i":""))}}();if(t)Le(e,t+": "+i.argString);else{var r=i.line||e.firstLine(),n=i.lineEnd||i.line||e.lastLine();if(r!=n){var o=tt(r,0),h=tt(n,te(e,n)),p=e.getRange(o,h).split("\n"),f=u||("decimal"==c?/(-?)([\d]+)/:"hex"==c?/(-?)(?:0x)?([0-9a-f]+)/i:"octal"==c?/([0-7]+)/:null),d="decimal"==c?10:"hex"==c?16:"octal"==c?8:null,m=[],g=[];if(c||u)for(var v=0;v<p.length;v++){var y=u?p[v].match(u):null;y&&""!=y[0]?m.push(y):!u&&f.exec(p[v])?m.push(p[v]):g.push(p[v])}else g=p;if(m.sort(u?function(e,t){var r;return a&&(r=e,e=t,t=r),s&&(e[0]=e[0].toLowerCase(),t[0]=t[0].toLowerCase()),e[0]<t[0]?-1:1}:w),u)for(v=0;v<m.length;v++)m[v]=m[v].input;else c||g.sort(w);if(p=a?m.concat(g):g.concat(m),l)for(var k,C=p,p=[],v=0;v<C.length;v++)C[v]!=k&&p.push(C[v]),k=C[v];e.replaceRange(p.join("\n"),o,h)}}function w(e,t){var r;a&&(r=e,e=t,t=r),s&&(e=e.toLowerCase(),t=t.toLowerCase());var n=c&&f.exec(e),o=c&&f.exec(t);return n?(n=parseInt((n[1]+n[2]).toLowerCase(),d))-(o=parseInt((o[1]+o[2]).toLowerCase(),d)):e<t?-1:1}},global:function(t,e){var r=e.argString;if(r){var n,o=void 0!==e.line?e.line:t.firstLine(),i=e.lineEnd||e.line||t.lastLine(),a=we(r,"/"),s=r;if(a.length&&(s=a[0],n=a.slice(1,a.length).join("/")),s)try{Ee(t,s,!0,!0)}catch(e){return void Le(t,"Invalid regex: "+s)}for(var l,c,u=Ce(t).getQuery(),h=[],p="",f=o;f<=i;f++){u.test(t.getLine(f))&&(h.push(f+1),p+=t.getLine(f)+"<br>")}n?(l=0,(c=function(){var e;l<h.length&&(e=h[l]+n,Fe.processCommand(t,e,{callback:c})),l++})()):Le(t,p)}else Le(t,"Regular Expression missing from global")},substitute:function(t,e){if(!t.getSearchCursor)throw new Error("Search feature not available. Requires searchcursor.js or any other getSearchCursor implementation.");var r,n,o,i,a,s,l,c,u,h=e.argString,p=h?we(h,h[0]):[],f="",d=!1,m=!1;if(p.length)r=p[0],A("pcre")&&""!==r&&(r=new RegExp(r).source),f=p[1],r&&"$"===r[r.length-1]&&(r=r.slice(0,r.length-1)+"\\n",f=f?f+"\n":"\n"),void 0!==f&&(f=A("pcre")?function(e){for(var t=new Ze.StringStream(e),r=[];!t.eol();){for(;t.peek()&&"\\"!=t.peek();)r.push(t.next());var n=!1;for(var o in Ae)if(t.match(o,!0)){n=!0,r.push(Ae[o]);break}n||r.push(t.next())}return r.join("")}(f.replace(/([^\\])&/g,"$1$$&")):Se(f),K.lastSubstituteReplacePart=f),n=p[2]?p[2].split(" "):[];else if(h&&h.length)return void Le(t,"Substitutions should be of the form :s/pattern/replace/");if(n&&(o=n[0],i=parseInt(n[1]),o&&(-1!=o.indexOf("c")&&(d=!0,o.replace("c","")),-1!=o.indexOf("g")&&(m=!0,o.replace("g","")),r=A("pcre")?r+"/"+o:r.replace(/\//g,"\\/")+"/"+o)),r)try{Ee(t,r,!0,!0)}catch(e){return void Le(t,"Invalid regex: "+r)}void 0!==(f=f||K.lastSubstituteReplacePart)?(a=Ce(t).getQuery(),s=void 0!==e.line?e.line:t.getCursor().line,l=e.lineEnd||s,s==t.firstLine()&&l==t.lastLine()&&(l=1/0),i&&(l=(s=l)+i-1),c=J(t,tt(s,0)),u=t.getSearchCursor(a,c),function(o,e,n,i,a,s,t,r,l){o.state.vim.exMode=!0;var c=!1,u=s.from();function h(){o.operation(function(){for(;!c;)p(),f();d()})}function p(){var e=o.getRange(s.from(),s.to()).replace(t,r);s.replace(e)}function f(){for(;s.findNext()&&(e=s.from(),t=i,r=a,"number"!=typeof e&&(e=e.line),t instanceof Array?w(e,t):r?t<=e&&e<=r:e==t);)if(n||!u||s.from().line!=u.line)return o.scrollIntoView(s.from(),30),o.setSelection(s.from(),s.to()),u=s.from(),void(c=!1);var e,t,r;c=!0}function d(e){var t;e&&e(),o.focus(),u&&(o.setCursor(u),(t=o.state.vim).exMode=!1,t.lastHPos=t.lastHSPos=u.ch),l&&l()}if(f(),c)return Le(o,"No matches for "+t.source);if(!e)return h(),l&&l();Re(o,{prefix:"replace with <strong>"+r+"</strong> (y/n/a/q/l)",onKeyDown:function(e,t,r){switch(Ze.e_stop(e),Ze.keyName(e)){case"Y":p(),f();break;case"N":f();break;case"A":var n=l;l=void 0,o.operation(h),l=n;break;case"L":p();case"Q":case"Esc":case"Ctrl-C":case"Ctrl-[":d(r)}return c&&d(r),!0}})}(t,d,m,s,l,u,a,f,e.callback)):Le(t,"No previous substitute regular expression")},redo:Ze.commands.redo,undo:Ze.commands.undo,write:function(e){Ze.commands.save?Ze.commands.save(e):e.save&&e.save()},nohlsearch:function(e){Ke(e)},yank:function(e){var t=z(e.getCursor()).line,r=e.getLine(t);K.registerController.pushText("0","yank",r,!0,!0)},delmarks:function(e,t){if(t.argString&&re(t.argString))for(var r=e.state.vim,n=new Ze.StringStream(re(t.argString));!n.eol();){n.eatSpace();var o=n.pos;if(!n.match(/[a-zA-Z]/,!1))return void Le(e,"Invalid argument: "+t.argString.substring(o));var i=n.next();if(n.match("-",!0)){if(!n.match(/[a-zA-Z]/,!1))return void Le(e,"Invalid argument: "+t.argString.substring(o));var a=i,s=n.next();if(!(y(a)&&y(s)||k(a)&&k(s)))return void Le(e,"Invalid argument: "+a+"-");var l=a.charCodeAt(0),c=s.charCodeAt(0);if(c<=l)return void Le(e,"Invalid argument: "+t.argString.substring(o));for(var u=0;u<=c-l;u++){var h=String.fromCharCode(l+u);delete r.marks[h]}}else delete r.marks[i]}else Le(e,"Argument required")}},Fe=new je;function We(e){var t=e.state.vim,r=K.macroModeState,n=K.registerController.getRegister("."),o=r.isPlaying,i=r.lastInsertModeChanges;o||(e.off("change",De),Ze.off(e.getInputField(),"keydown",Qe)),!o&&1<t.insertModeRepeat&&(ze(e,t,t.insertModeRepeat-1,!0),t.lastEditInputState.repeatOverride=t.insertModeRepeat),delete t.insertModeRepeat,t.insertMode=!1,e.setCursor(e.getCursor().line,e.getCursor().ch-1),e.setOption("keyMap","vim"),e.setOption("disableInput",!0),e.toggleOverwrite(!1),n.setText(i.changes.join("")),Ze.signal(e,"vim-mode-change",{mode:"normal"}),r.isRecording&&function(e){if(e.isPlaying)return;var t=e.latestRegister,r=K.registerController.getRegister(t);r&&r.pushInsertModeChanges&&r.pushInsertModeChanges(e.lastInsertModeChanges)}(r)}function Ve(e){Ge.unshift(e)}function De(e,t){var r,n,o=K.macroModeState,i=o.lastInsertModeChanges;if(!o.isPlaying)for(;t;){i.expectCursorActivityForChange=!0,1<i.ignoreCount?i.ignoreCount--:"+input"!=t.origin&&"paste"!=t.origin&&void 0!==t.origin||(1<(r=e.listSelections().length)&&(i.ignoreCount=r),n=t.text.join("\n"),i.maybeReset&&(i.changes=[],i.maybeReset=!1),n&&(e.state.overwrite&&!/\n/.test(n)?i.changes.push([n]):i.changes.push(n))),t=t.next}}function Ue(e){var t=e.state.vim;if(t.insertMode){var r=K.macroModeState;if(r.isPlaying)return;var n=r.lastInsertModeChanges;n.expectCursorActivityForChange?n.expectCursorActivityForChange=!1:n.maybeReset=!0}else e.curOp.isVimOp||function(e,t){var r=e.getCursor("anchor"),n=e.getCursor("head");t.visualMode&&!e.somethingSelected()?le(e,!1):t.visualMode||t.insertMode||!e.somethingSelected()||(t.visualMode=!0,t.visualLine=!1,Ze.signal(e,"vim-mode-change",{mode:"visual"}));{var o,i;t.visualMode?(o=Z(n,r)?0:-1,i=Z(n,r)?-1:0,n=q(n,0,o),r=q(r,0,i),t.sel={anchor:r,head:n},ve(e,t,"<",G(n,r)),ve(e,t,">",Y(n,r))):t.insertMode||(t.lastHPos=e.getCursor().ch)}}(e,t);t.visualMode&&Je(e)}function Je(e){var t,r="cm-animate-fat-cursor",n=e.state.vim,o=J(e,z(n.sel.head)),i=q(o,0,1);$e(n),o.ch==e.getLine(o.line).length?((t=document.createElement("span")).textContent=" ",t.className=r,n.fakeCursorBookmark=e.setBookmark(o,{widget:t})):n.fakeCursor=e.markText(o,i,{className:r})}function $e(e){e.fakeCursor&&(e.fakeCursor.clear(),e.fakeCursor=null),e.fakeCursorBookmark&&(e.fakeCursorBookmark.clear(),e.fakeCursorBookmark=null)}function qe(e){this.keyName=e}function Qe(e){var t=K.macroModeState.lastInsertModeChanges,r=Ze.keyName(e);r&&(-1==r.indexOf("Delete")&&-1==r.indexOf("Backspace")||Ze.lookupKey(r,"vim-insert",function(){return t.maybeReset&&(t.changes=[],t.maybeReset=!1),t.changes.push(new qe(r)),!0}))}function ze(r,n,e,t){var o=K.macroModeState;o.isPlaying=!0;var i=!!n.lastEditActionCommand,a=n.inputState;function s(){i?F.processAction(r,n,n.lastEditActionCommand):F.evalInput(r,n)}function l(e){var t;0<o.lastInsertModeChanges.changes.length&&(e=n.lastEditActionCommand?e:1,t=o.lastInsertModeChanges,Xe(r,t.changes,e))}if(n.inputState=n.lastEditInputState,i&&n.lastEditActionCommand.interlaceInsertRepeat)for(var c=0;c<e;c++)s(),l(1);else t||s(),l(e);n.inputState=a,n.insertMode&&!t&&We(r),o.isPlaying=!1}function Xe(t,e,r){function n(e){return"string"==typeof e?Ze.commands[e](t):e(t),!0}var o=t.getCursor("head"),i=K.macroModeState.lastInsertModeChanges.visualBlock;i&&(oe(t,o,i+1),r=t.listSelections().length,t.setCursor(o));for(var a=0;a<r;a++){i&&t.setCursor(q(o,a,0));for(var s=0;s<e.length;s++){var l,c,u,h=e[s];h instanceof qe?Ze.lookupKey(h.keyName,"vim-insert",n):"string"==typeof h?(l=t.getCursor(),t.replaceRange(h,l,l)):(u=q(c=t.getCursor(),0,h[0].length),t.replaceRange(h[0],c,u))}}i&&t.setCursor(q(o,0,1))}return Ze.keyMap.vim={attach:o,detach:e,call:t},M("insertModeEscKeysTimeout",200,"number"),Ze.keyMap["vim-insert"]={fallthrough:["default"],attach:o,detach:e,call:t},Ze.keyMap["vim-replace"]={Backspace:"goCharLeft",fallthrough:["vim-insert"],attach:o,detach:e,call:t},O(),I}()});
1
+ !function(e){"object"==typeof exports&&"object"==typeof module?e(require("../lib/codemirror"),require("../addon/search/searchcursor"),require("../addon/dialog/dialog"),require("../addon/edit/matchbrackets.js")):"function"==typeof define&&define.amd?define(["../lib/codemirror","../addon/search/searchcursor","../addon/dialog/dialog","../addon/edit/matchbrackets"],e):e(CodeMirror)}(function(e){"use strict";function t(b){var L=b.Pos;function r(e,t){e=e.state.vim;if(!e||e.insertMode)return t.head;var n=e.sel.head;return n?e.visualBlock&&t.head.line!=n.line?void 0:t.from()!=t.anchor||t.empty()||t.head.line!=n.line||t.head.ch==n.ch?t.head:new L(t.head.line,t.head.ch-1):t.head}var p=[{keys:"<Left>",type:"keyToKey",toKeys:"h"},{keys:"<Right>",type:"keyToKey",toKeys:"l"},{keys:"<Up>",type:"keyToKey",toKeys:"k"},{keys:"<Down>",type:"keyToKey",toKeys:"j"},{keys:"g<Up>",type:"keyToKey",toKeys:"gk"},{keys:"g<Down>",type:"keyToKey",toKeys:"gj"},{keys:"<Space>",type:"keyToKey",toKeys:"l"},{keys:"<BS>",type:"keyToKey",toKeys:"h",context:"normal"},{keys:"<Del>",type:"keyToKey",toKeys:"x",context:"normal"},{keys:"<C-Space>",type:"keyToKey",toKeys:"W"},{keys:"<C-BS>",type:"keyToKey",toKeys:"B",context:"normal"},{keys:"<S-Space>",type:"keyToKey",toKeys:"w"},{keys:"<S-BS>",type:"keyToKey",toKeys:"b",context:"normal"},{keys:"<C-n>",type:"keyToKey",toKeys:"j"},{keys:"<C-p>",type:"keyToKey",toKeys:"k"},{keys:"<C-[>",type:"keyToKey",toKeys:"<Esc>"},{keys:"<C-c>",type:"keyToKey",toKeys:"<Esc>"},{keys:"<C-[>",type:"keyToKey",toKeys:"<Esc>",context:"insert"},{keys:"<C-c>",type:"keyToKey",toKeys:"<Esc>",context:"insert"},{keys:"<C-Esc>",type:"keyToKey",toKeys:"<Esc>"},{keys:"<C-Esc>",type:"keyToKey",toKeys:"<Esc>",context:"insert"},{keys:"s",type:"keyToKey",toKeys:"cl",context:"normal"},{keys:"s",type:"keyToKey",toKeys:"c",context:"visual"},{keys:"S",type:"keyToKey",toKeys:"cc",context:"normal"},{keys:"S",type:"keyToKey",toKeys:"VdO",context:"visual"},{keys:"<Home>",type:"keyToKey",toKeys:"0"},{keys:"<End>",type:"keyToKey",toKeys:"$"},{keys:"<PageUp>",type:"keyToKey",toKeys:"<C-b>"},{keys:"<PageDown>",type:"keyToKey",toKeys:"<C-f>"},{keys:"<CR>",type:"keyToKey",toKeys:"j^",context:"normal"},{keys:"<Ins>",type:"keyToKey",toKeys:"i",context:"normal"},{keys:"<Ins>",type:"action",action:"toggleOverwrite",context:"insert"},{keys:"H",type:"motion",motion:"moveToTopLine",motionArgs:{linewise:!0,toJumplist:!0}},{keys:"M",type:"motion",motion:"moveToMiddleLine",motionArgs:{linewise:!0,toJumplist:!0}},{keys:"L",type:"motion",motion:"moveToBottomLine",motionArgs:{linewise:!0,toJumplist:!0}},{keys:"h",type:"motion",motion:"moveByCharacters",motionArgs:{forward:!1}},{keys:"l",type:"motion",motion:"moveByCharacters",motionArgs:{forward:!0}},{keys:"j",type:"motion",motion:"moveByLines",motionArgs:{forward:!0,linewise:!0}},{keys:"k",type:"motion",motion:"moveByLines",motionArgs:{forward:!1,linewise:!0}},{keys:"gj",type:"motion",motion:"moveByDisplayLines",motionArgs:{forward:!0}},{keys:"gk",type:"motion",motion:"moveByDisplayLines",motionArgs:{forward:!1}},{keys:"w",type:"motion",motion:"moveByWords",motionArgs:{forward:!0,wordEnd:!1}},{keys:"W",type:"motion",motion:"moveByWords",motionArgs:{forward:!0,wordEnd:!1,bigWord:!0}},{keys:"e",type:"motion",motion:"moveByWords",motionArgs:{forward:!0,wordEnd:!0,inclusive:!0}},{keys:"E",type:"motion",motion:"moveByWords",motionArgs:{forward:!0,wordEnd:!0,bigWord:!0,inclusive:!0}},{keys:"b",type:"motion",motion:"moveByWords",motionArgs:{forward:!1,wordEnd:!1}},{keys:"B",type:"motion",motion:"moveByWords",motionArgs:{forward:!1,wordEnd:!1,bigWord:!0}},{keys:"ge",type:"motion",motion:"moveByWords",motionArgs:{forward:!1,wordEnd:!0,inclusive:!0}},{keys:"gE",type:"motion",motion:"moveByWords",motionArgs:{forward:!1,wordEnd:!0,bigWord:!0,inclusive:!0}},{keys:"{",type:"motion",motion:"moveByParagraph",motionArgs:{forward:!1,toJumplist:!0}},{keys:"}",type:"motion",motion:"moveByParagraph",motionArgs:{forward:!0,toJumplist:!0}},{keys:"(",type:"motion",motion:"moveBySentence",motionArgs:{forward:!1}},{keys:")",type:"motion",motion:"moveBySentence",motionArgs:{forward:!0}},{keys:"<C-f>",type:"motion",motion:"moveByPage",motionArgs:{forward:!0}},{keys:"<C-b>",type:"motion",motion:"moveByPage",motionArgs:{forward:!1}},{keys:"<C-d>",type:"motion",motion:"moveByScroll",motionArgs:{forward:!0,explicitRepeat:!0}},{keys:"<C-u>",type:"motion",motion:"moveByScroll",motionArgs:{forward:!1,explicitRepeat:!0}},{keys:"gg",type:"motion",motion:"moveToLineOrEdgeOfDocument",motionArgs:{forward:!1,explicitRepeat:!0,linewise:!0,toJumplist:!0}},{keys:"G",type:"motion",motion:"moveToLineOrEdgeOfDocument",motionArgs:{forward:!0,explicitRepeat:!0,linewise:!0,toJumplist:!0}},{keys:"g$",type:"motion",motion:"moveToEndOfDisplayLine"},{keys:"g^",type:"motion",motion:"moveToStartOfDisplayLine"},{keys:"g0",type:"motion",motion:"moveToStartOfDisplayLine"},{keys:"0",type:"motion",motion:"moveToStartOfLine"},{keys:"^",type:"motion",motion:"moveToFirstNonWhiteSpaceCharacter"},{keys:"+",type:"motion",motion:"moveByLines",motionArgs:{forward:!0,toFirstChar:!0}},{keys:"-",type:"motion",motion:"moveByLines",motionArgs:{forward:!1,toFirstChar:!0}},{keys:"_",type:"motion",motion:"moveByLines",motionArgs:{forward:!0,toFirstChar:!0,repeatOffset:-1}},{keys:"$",type:"motion",motion:"moveToEol",motionArgs:{inclusive:!0}},{keys:"%",type:"motion",motion:"moveToMatchedSymbol",motionArgs:{inclusive:!0,toJumplist:!0}},{keys:"f<character>",type:"motion",motion:"moveToCharacter",motionArgs:{forward:!0,inclusive:!0}},{keys:"F<character>",type:"motion",motion:"moveToCharacter",motionArgs:{forward:!1}},{keys:"t<character>",type:"motion",motion:"moveTillCharacter",motionArgs:{forward:!0,inclusive:!0}},{keys:"T<character>",type:"motion",motion:"moveTillCharacter",motionArgs:{forward:!1}},{keys:";",type:"motion",motion:"repeatLastCharacterSearch",motionArgs:{forward:!0}},{keys:",",type:"motion",motion:"repeatLastCharacterSearch",motionArgs:{forward:!1}},{keys:"'<character>",type:"motion",motion:"goToMark",motionArgs:{toJumplist:!0,linewise:!0}},{keys:"`<character>",type:"motion",motion:"goToMark",motionArgs:{toJumplist:!0}},{keys:"]`",type:"motion",motion:"jumpToMark",motionArgs:{forward:!0}},{keys:"[`",type:"motion",motion:"jumpToMark",motionArgs:{forward:!1}},{keys:"]'",type:"motion",motion:"jumpToMark",motionArgs:{forward:!0,linewise:!0}},{keys:"['",type:"motion",motion:"jumpToMark",motionArgs:{forward:!1,linewise:!0}},{keys:"]p",type:"action",action:"paste",isEdit:!0,actionArgs:{after:!0,isEdit:!0,matchIndent:!0}},{keys:"[p",type:"action",action:"paste",isEdit:!0,actionArgs:{after:!1,isEdit:!0,matchIndent:!0}},{keys:"]<character>",type:"motion",motion:"moveToSymbol",motionArgs:{forward:!0,toJumplist:!0}},{keys:"[<character>",type:"motion",motion:"moveToSymbol",motionArgs:{forward:!1,toJumplist:!0}},{keys:"|",type:"motion",motion:"moveToColumn"},{keys:"o",type:"motion",motion:"moveToOtherHighlightedEnd",context:"visual"},{keys:"O",type:"motion",motion:"moveToOtherHighlightedEnd",motionArgs:{sameLine:!0},context:"visual"},{keys:"d",type:"operator",operator:"delete"},{keys:"y",type:"operator",operator:"yank"},{keys:"c",type:"operator",operator:"change"},{keys:"=",type:"operator",operator:"indentAuto"},{keys:">",type:"operator",operator:"indent",operatorArgs:{indentRight:!0}},{keys:"<",type:"operator",operator:"indent",operatorArgs:{indentRight:!1}},{keys:"g~",type:"operator",operator:"changeCase"},{keys:"gu",type:"operator",operator:"changeCase",operatorArgs:{toLower:!0},isEdit:!0},{keys:"gU",type:"operator",operator:"changeCase",operatorArgs:{toLower:!1},isEdit:!0},{keys:"n",type:"motion",motion:"findNext",motionArgs:{forward:!0,toJumplist:!0}},{keys:"N",type:"motion",motion:"findNext",motionArgs:{forward:!1,toJumplist:!0}},{keys:"gn",type:"motion",motion:"findAndSelectNextInclusive",motionArgs:{forward:!0}},{keys:"gN",type:"motion",motion:"findAndSelectNextInclusive",motionArgs:{forward:!1}},{keys:"x",type:"operatorMotion",operator:"delete",motion:"moveByCharacters",motionArgs:{forward:!0},operatorMotionArgs:{visualLine:!1}},{keys:"X",type:"operatorMotion",operator:"delete",motion:"moveByCharacters",motionArgs:{forward:!1},operatorMotionArgs:{visualLine:!0}},{keys:"D",type:"operatorMotion",operator:"delete",motion:"moveToEol",motionArgs:{inclusive:!0},context:"normal"},{keys:"D",type:"operator",operator:"delete",operatorArgs:{linewise:!0},context:"visual"},{keys:"Y",type:"operatorMotion",operator:"yank",motion:"expandToLine",motionArgs:{linewise:!0},context:"normal"},{keys:"Y",type:"operator",operator:"yank",operatorArgs:{linewise:!0},context:"visual"},{keys:"C",type:"operatorMotion",operator:"change",motion:"moveToEol",motionArgs:{inclusive:!0},context:"normal"},{keys:"C",type:"operator",operator:"change",operatorArgs:{linewise:!0},context:"visual"},{keys:"~",type:"operatorMotion",operator:"changeCase",motion:"moveByCharacters",motionArgs:{forward:!0},operatorArgs:{shouldMoveCursor:!0},context:"normal"},{keys:"~",type:"operator",operator:"changeCase",context:"visual"},{keys:"<C-u>",type:"operatorMotion",operator:"delete",motion:"moveToStartOfLine",context:"insert"},{keys:"<C-w>",type:"operatorMotion",operator:"delete",motion:"moveByWords",motionArgs:{forward:!1,wordEnd:!1},context:"insert"},{keys:"<C-w>",type:"idle",context:"normal"},{keys:"<C-i>",type:"action",action:"jumpListWalk",actionArgs:{forward:!0}},{keys:"<C-o>",type:"action",action:"jumpListWalk",actionArgs:{forward:!1}},{keys:"<C-e>",type:"action",action:"scroll",actionArgs:{forward:!0,linewise:!0}},{keys:"<C-y>",type:"action",action:"scroll",actionArgs:{forward:!1,linewise:!0}},{keys:"a",type:"action",action:"enterInsertMode",isEdit:!0,actionArgs:{insertAt:"charAfter"},context:"normal"},{keys:"A",type:"action",action:"enterInsertMode",isEdit:!0,actionArgs:{insertAt:"eol"},context:"normal"},{keys:"A",type:"action",action:"enterInsertMode",isEdit:!0,actionArgs:{insertAt:"endOfSelectedArea"},context:"visual"},{keys:"i",type:"action",action:"enterInsertMode",isEdit:!0,actionArgs:{insertAt:"inplace"},context:"normal"},{keys:"gi",type:"action",action:"enterInsertMode",isEdit:!0,actionArgs:{insertAt:"lastEdit"},context:"normal"},{keys:"I",type:"action",action:"enterInsertMode",isEdit:!0,actionArgs:{insertAt:"firstNonBlank"},context:"normal"},{keys:"gI",type:"action",action:"enterInsertMode",isEdit:!0,actionArgs:{insertAt:"bol"},context:"normal"},{keys:"I",type:"action",action:"enterInsertMode",isEdit:!0,actionArgs:{insertAt:"startOfSelectedArea"},context:"visual"},{keys:"o",type:"action",action:"newLineAndEnterInsertMode",isEdit:!0,interlaceInsertRepeat:!0,actionArgs:{after:!0},context:"normal"},{keys:"O",type:"action",action:"newLineAndEnterInsertMode",isEdit:!0,interlaceInsertRepeat:!0,actionArgs:{after:!1},context:"normal"},{keys:"v",type:"action",action:"toggleVisualMode"},{keys:"V",type:"action",action:"toggleVisualMode",actionArgs:{linewise:!0}},{keys:"<C-v>",type:"action",action:"toggleVisualMode",actionArgs:{blockwise:!0}},{keys:"<C-q>",type:"action",action:"toggleVisualMode",actionArgs:{blockwise:!0}},{keys:"gv",type:"action",action:"reselectLastSelection"},{keys:"J",type:"action",action:"joinLines",isEdit:!0},{keys:"gJ",type:"action",action:"joinLines",actionArgs:{keepSpaces:!0},isEdit:!0},{keys:"p",type:"action",action:"paste",isEdit:!0,actionArgs:{after:!0,isEdit:!0}},{keys:"P",type:"action",action:"paste",isEdit:!0,actionArgs:{after:!1,isEdit:!0}},{keys:"r<character>",type:"action",action:"replace",isEdit:!0},{keys:"@<character>",type:"action",action:"replayMacro"},{keys:"q<character>",type:"action",action:"enterMacroRecordMode"},{keys:"R",type:"action",action:"enterInsertMode",isEdit:!0,actionArgs:{replace:!0},context:"normal"},{keys:"R",type:"operator",operator:"change",operatorArgs:{linewise:!0,fullLine:!0},context:"visual",exitVisualBlock:!0},{keys:"u",type:"action",action:"undo",context:"normal"},{keys:"u",type:"operator",operator:"changeCase",operatorArgs:{toLower:!0},context:"visual",isEdit:!0},{keys:"U",type:"operator",operator:"changeCase",operatorArgs:{toLower:!1},context:"visual",isEdit:!0},{keys:"<C-r>",type:"action",action:"redo"},{keys:"m<character>",type:"action",action:"setMark"},{keys:'"<character>',type:"action",action:"setRegister"},{keys:"zz",type:"action",action:"scrollToCursor",actionArgs:{position:"center"}},{keys:"z.",type:"action",action:"scrollToCursor",actionArgs:{position:"center"},motion:"moveToFirstNonWhiteSpaceCharacter"},{keys:"zt",type:"action",action:"scrollToCursor",actionArgs:{position:"top"}},{keys:"z<CR>",type:"action",action:"scrollToCursor",actionArgs:{position:"top"},motion:"moveToFirstNonWhiteSpaceCharacter"},{keys:"zb",type:"action",action:"scrollToCursor",actionArgs:{position:"bottom"}},{keys:"z-",type:"action",action:"scrollToCursor",actionArgs:{position:"bottom"},motion:"moveToFirstNonWhiteSpaceCharacter"},{keys:".",type:"action",action:"repeatLastEdit"},{keys:"<C-a>",type:"action",action:"incrementNumberToken",isEdit:!0,actionArgs:{increase:!0,backtrack:!1}},{keys:"<C-x>",type:"action",action:"incrementNumberToken",isEdit:!0,actionArgs:{increase:!1,backtrack:!1}},{keys:"<C-t>",type:"action",action:"indent",actionArgs:{indentRight:!0},context:"insert"},{keys:"<C-d>",type:"action",action:"indent",actionArgs:{indentRight:!1},context:"insert"},{keys:"a<character>",type:"motion",motion:"textObjectManipulation"},{keys:"i<character>",type:"motion",motion:"textObjectManipulation",motionArgs:{textObjectInner:!0}},{keys:"/",type:"search",searchArgs:{forward:!0,querySrc:"prompt",toJumplist:!0}},{keys:"?",type:"search",searchArgs:{forward:!1,querySrc:"prompt",toJumplist:!0}},{keys:"*",type:"search",searchArgs:{forward:!0,querySrc:"wordUnderCursor",wholeWordOnly:!0,toJumplist:!0}},{keys:"#",type:"search",searchArgs:{forward:!1,querySrc:"wordUnderCursor",wholeWordOnly:!0,toJumplist:!0}},{keys:"g*",type:"search",searchArgs:{forward:!0,querySrc:"wordUnderCursor",toJumplist:!0}},{keys:"g#",type:"search",searchArgs:{forward:!1,querySrc:"wordUnderCursor",toJumplist:!0}},{keys:":",type:"ex"}],w=p.length,o=[{name:"colorscheme",shortName:"colo"},{name:"map"},{name:"imap",shortName:"im"},{name:"nmap",shortName:"nm"},{name:"vmap",shortName:"vm"},{name:"unmap"},{name:"write",shortName:"w"},{name:"undo",shortName:"u"},{name:"redo",shortName:"red"},{name:"set",shortName:"se"},{name:"setlocal",shortName:"setl"},{name:"setglobal",shortName:"setg"},{name:"sort",shortName:"sor"},{name:"substitute",shortName:"s",possiblyAsync:!0},{name:"nohlsearch",shortName:"noh"},{name:"yank",shortName:"y"},{name:"delmarks",shortName:"delm"},{name:"registers",shortName:"reg",excludeFromCommandHistory:!0},{name:"vglobal",shortName:"v"},{name:"global",shortName:"g"}];function i(e){e.setOption("disableInput",!0),e.setOption("showCursorWhenSelecting",!1),b.signal(e,"vim-mode-change",{mode:"normal"}),e.on("cursorActivity",Ze),se(e),b.on(e.getInputField(),"paste",x(e))}function t(e,t){this==b.keyMap.vim&&(e.options.$customCursor=null,b.rmClass(e.getWrapperElement(),"cm-fat-cursor")),t&&t.attach==n||((t=e).setOption("disableInput",!1),t.off("cursorActivity",Ze),b.off(t.getInputField(),"paste",x(t)),t.state.vim=null,De&&clearTimeout(De))}function n(e,t){this==b.keyMap.vim&&(e.curOp&&(e.curOp.selectionChanged=!0),e.options.$customCursor=r,b.addClass(e.getWrapperElement(),"cm-fat-cursor")),t&&t.attach==n||i(e)}function s(e,t){if(t){if(this[e])return this[e];e=function(e){if("'"==e.charAt(0))return e.charAt(1);var t=e.split(/-(?!$)/),e=t[t.length-1];{if(1==t.length&&1==t[0].length)return!1;if(2==t.length&&"Shift"==t[0]&&1==e.length)return!1}for(var n=!1,r=0;r<t.length;r++){var o=t[r];o in c?t[r]=c[o]:n=!0,o in u&&(t[r]=u[o])}if(!n)return!1;d(e)&&(t[t.length-1]=e.toLowerCase());return"<"+t.join("-")+">"}(e);if(!e)return!1;var n=v.findKey(t,e);return"function"==typeof n&&b.signal(t,"vim-keypress",e),n}}b.defineOption("vimMode",!1,function(e,t,n){t&&"vim"!=e.getOption("keyMap")?e.setOption("keyMap","vim"):!t&&n!=b.Init&&/^vim/.test(e.getOption("keyMap"))&&e.setOption("keyMap","default")});var c={Shift:"S",Ctrl:"C",Alt:"A",Cmd:"D",Mod:"A",CapsLock:""},u={Enter:"CR",Backspace:"BS",Delete:"Del",Insert:"Ins"};function x(e){var t=e.state.vim;return t.onPasteFn||(t.onPasteFn=function(){t.insertMode||(e.setCursor(y(e.getCursor(),0,1)),fe.enterInsertMode(e,{},t))}),t.onPasteFn}var M=/[\d]/,m=[b.isWordChar,function(e){return e&&!b.isWordChar(e)&&!/\s/.test(e)}],J=[function(e){return/\S/.test(e)}];function q(e,t){for(var n=[],r=e;r<e+t;r++)n.push(String.fromCharCode(r));return n}var Q,z=q(65,26),X=q(97,26),Z=q(48,10),G=[].concat(z,X,Z,["<",">"]),Y=[].concat(z,X,Z,["-",'"',".",":","_","/"]);try{Q=new RegExp("^[\\p{Lu}]$","u")}catch(e){Q=/^[A-Z]$/}function ee(e,t){return t>=e.firstLine()&&t<=e.lastLine()}function te(e){return/^[a-z]$/.test(e)}function d(e){return Q.test(e)}function A(e){return/^\s*$/.test(e)}function h(e){return-1!=".?!".indexOf(e)}function ne(e,t){for(var n=0;n<t.length;n++)if(t[n]==e)return!0;return!1}var a={};function e(e,t,n,r,o){if(void 0===t&&!o)throw Error("defaultValue is required unless callback is provided");if(a[e]={type:n=n||"string",defaultValue:t,callback:o},r)for(var i=0;i<r.length;i++)a[r[i]]=a[e];t&&re(e,t)}function re(e,t,n,r){var o=a[e],r=(r=r||{}).scope;if(!o)return new Error("Unknown option: "+e);if("boolean"==o.type){if(t&&!0!==t)return new Error("Invalid argument: "+e+"="+t);!1!==t&&(t=!0)}o.callback?("local"!==r&&o.callback(t,void 0),"global"!==r&&n&&o.callback(t,n)):("local"!==r&&(o.value="boolean"==o.type?!!t:t),"global"!==r&&n&&(n.state.vim.options[e]={value:t}))}function T(e,t,n){var r,o=a[e],n=(n=n||{}).scope;return o?o.callback?(r=t&&o.callback(void 0,t),"global"!==n&&void 0!==r?r:"local"!==n?o.callback():void 0):((r="global"!==n&&t&&t.state.vim.options[e])||"local"!==n&&o||{}).value:new Error("Unknown option: "+e)}e("filetype",void 0,"string",["ft"],function(e,t){var n;if(void 0!==t)return void 0===e?"null"==(n=t.getOption("mode"))?"":n:void t.setOption("mode",n=""==e?"null":e)});function oe(){var a=100,s=-1,l=0,c=0,u=new Array(a);function r(e,t){l<(s+=t)?s=l:s<c&&(s=c);var n=u[(a+s)%a];if(n&&!n.find()){var r,o=0<t?1:-1,i=e.getCursor();do{if((n=u[(a+(s+=o))%a])&&(r=n.find())&&!K(i,r))break}while(s<l&&c<s)}return n}return{cachedCursor:void 0,add:function(r,e,t){var n=u[s%a];function o(e){var t=++s%a,n=u[t];n&&n.clear(),u[t]=r.setBookmark(e)}n&&(!(n=n.find())||K(n,e))||o(e),o(t),(c=(l=s)-a+1)<0&&(c=0)},find:function(e,t){var n=s,e=r(e,t);return s=n,e&&e.find()},move:r}}function ie(e){return e?{changes:e.changes,expectCursorActivityForChange:e.expectCursorActivityForChange}:{changes:[],expectCursorActivityForChange:!1}}var R,f;function ae(){this.latestRegister=void 0,this.isPlaying=!1,this.isRecording=!1,this.replaySearchQueries=[],this.onRecordingDone=void 0,this.lastInsertModeChanges=ie()}function se(e){return e.state.vim||(e.state.vim={inputState:new ce,lastEditInputState:void 0,lastEditActionCommand:void 0,lastHPos:-1,lastHSPos:-1,lastMotion:null,marks:{},insertMode:!1,insertModeRepeat:void 0,visualMode:!1,visualLine:!1,visualBlock:!1,lastSelection:null,lastPastedText:null,sel:{},options:{}}),e.state.vim}function le(){for(var e in R={searchQuery:null,searchIsReversed:!1,lastSubstituteReplacePart:void 0,jumpList:oe(),macroModeState:new ae,lastCharacterSearch:{increment:0,forward:!0,selectedCharacter:""},registerController:new ue({}),searchHistoryController:new pe,exCommandHistoryController:new pe},a){e=a[e];e.value=e.defaultValue}}var v={enterVimMode:i,buildKeyMap:function(){},getRegisterController:function(){return R.registerController},resetVimGlobalState_:le,getVimGlobalState_:function(){return R},maybeInitVimState_:se,suppressErrorLogging:!(ae.prototype={exitMacroRecordMode:function(){var e=R.macroModeState;e.onRecordingDone&&e.onRecordingDone(),e.onRecordingDone=void 0,e.isRecording=!1},enterMacroRecordMode:function(e,t){var n=R.registerController.getRegister(t);n&&(n.clear(),this.latestRegister=t,e.openDialog&&(n=W("span",{class:"cm-vim-message"},"recording @"+t),this.onRecordingDone=e.openDialog(n,null,{bottom:!0})),this.isRecording=!0)}}),InsertModeKey:Ye,map:function(e,t,n){k.map(e,t,n)},unmap:function(e,t){return k.unmap(e,t)},noremap:function(e,t,n){function r(e){return e?[e]:["normal","insert","visual"]}for(var o=r(n),i=p.length,a=i-w;a<i&&o.length;a++){var s=p[a];if(!(s.keys!=t||n&&s.context&&s.context!==n||"ex"===s.type.substr(0,2)||"key"===s.type.substr(0,3))){var l,c={};for(l in s)c[l]=s[l];c.keys=e,n&&!c.context&&(c.context=n),this._mapCommand(c);var u=r(s.context),o=o.filter(function(e){return-1===u.indexOf(e)})}}},mapclear:function(e){var t=p.length,n=w,r=p.slice(0,t-n);if(p=p.slice(t-n),e)for(var o=r.length-1;0<=o;o--){var i=r[o];if(e!==i.context)if(i.context)this._mapCommand(i);else{var a,s=["normal","insert","visual"];for(a in s)if(s[a]!==e){var l,c={};for(l in i)c[l]=i[l];c.context=s[a],this._mapCommand(c)}}}},setOption:re,getOption:T,defineOption:e,defineEx:function(e,t,n){if(t){if(0!==e.indexOf(t))throw new Error('(Vim.defineEx) "'+t+'" is not a prefix of "'+e+'", command not registered')}else t=e;Qe[e]=n,k.commandMap_[t]={name:e,shortName:t,type:"api"}},handleKey:function(e,t,n){e=this.findKey(e,t,n);if("function"==typeof e)return e()},multiSelectHandleKey:function(o,i,a){var s=!1,e=v.maybeInitVimState_(o),t=e.visualBlock||e.wasInVisualBlock,n=o.isInMultiSelectMode();e.wasInVisualBlock&&!n?e.wasInVisualBlock=!1:n&&e.visualBlock&&(e.wasInVisualBlock=!0);{var l;"<Esc>"!=i||e.insertMode||e.visualMode||!n||"<Esc>"!=e.status?t||!n||o.inVirtualSelectionMode?s=v.handleKey(o,i,a):(l=rt(e),o.operation(function(){o.curOp.isVimOp=!0,o.forEachSelection(function(){var e=N(n=o.getCursor("head"),r=o.getCursor("anchor"))?0:-1,t=N(n,r)?-1:0,n=y(n,0,e),r=y(r,0,t);o.state.vim.sel.head=n,o.state.vim.sel.anchor=r,s=v.handleKey(o,i,a),o.virtualSelection&&(o.state.vim=rt(l))}),o.curOp.cursorActivity&&!s&&(o.curOp.cursorActivity=!1),o.state.vim=e},!0)):E(o)}!s||e.visualMode||e.insert||e.visualMode==o.somethingSelected()||Ge(o,e);return s},findKey:function(s,l,n){var r,c=se(s);function o(){var e,t=R.macroModeState;if(t.isRecording){if("q"==l)return t.exitMacroRecordMode(),E(s),1;"mapping"!=n&&(e=l,(t=t).isPlaying||(t=t.latestRegister,(t=R.registerController.getRegister(t))&&t.pushText(e)))}}function u(){if("<Esc>"==l){if(c.visualMode)D(s);else{if(!c.insertMode)return;C(s)}return E(s),1}}return!1===(r=(c.insertMode?function(){if(u())return!0;for(var e=c.inputState.keyBuffer=c.inputState.keyBuffer+l,t=1==l.length,n=g.matchCommand(e,p,c.inputState,"insert");1<e.length&&"full"!=n.type;){var e=c.inputState.keyBuffer=e.slice(1),r=g.matchCommand(e,p,c.inputState,"insert");"none"!=r.type&&(n=r)}if("none"==n.type)return E(s),!1;if("partial"==n.type)return f&&window.clearTimeout(f),f=window.setTimeout(function(){c.insertMode&&c.inputState.keyBuffer&&E(s)},T("insertModeEscKeysTimeout")),!t;if(f&&window.clearTimeout(f),t){for(var o=s.listSelections(),i=0;i<o.length;i++){var a=o[i].head;s.replaceRange("",y(a,0,-(e.length-1)),a,"+input")}R.macroModeState.lastInsertModeChanges.changes.pop()}return E(s),n.command}:function(){if(o()||u())return!0;var e=c.inputState.keyBuffer=c.inputState.keyBuffer+l;if(/^[1-9]\d*$/.test(e))return!0;var t=/^(\d*)(.*)$/.exec(e);if(!t)return E(s),!1;var n=c.visualMode?"visual":"normal",r=t[2]||t[1];return c.inputState.operatorShortcut&&c.inputState.operatorShortcut.slice(-1)==r&&(r=c.inputState.operatorShortcut),"none"==(r=g.matchCommand(r,p,c.inputState,n)).type?(E(s),!1):"partial"==r.type||("clear"==r.type?(E(s),!0):(c.inputState.keyBuffer="",(t=/^(\d*)(.*)$/.exec(e))[1]&&"0"!=t[1]&&c.inputState.pushRepeatDigit(t[1]),r.command))})())?c.insertMode||1!==l.length?void 0:function(){return!0}:!0===r?function(){return!0}:function(){return s.operation(function(){s.curOp.isVimOp=!0;try{if("keyToKey"==r.type)for(var e,t=r.toKeys;t;)e=/<\w+-.+?>|<\w+>|./.exec(t),l=e[0],t=t.substring(e.index+l.length),v.handleKey(s,l,"mapping");else g.processCommand(s,c,r)}catch(e){throw s.state.vim=void 0,se(s),v.suppressErrorLogging||console.log(e),e}return!0})}},handleEx:function(e,t){k.processCommand(e,t)},defineMotion:function(e,t){O[e]=t},defineAction:function(e,t){fe[e]=t},defineOperator:function(e,t){de[e]=t},mapCommand:function(e,t,n,r,o){var i,a={keys:e,type:t};for(i in a[t]=n,a[t+"Args"]=r,o)a[i]=o[i];ze(a)},_mapCommand:ze,defineRegister:function(e,t){var n=R.registerController.registers;if(!e||1!=e.length)throw Error("Register name must be 1 character");if(n[e])throw Error("Register already defined "+e);n[e]=t,Y.push(e)},exitVisualMode:D,exitInsertMode:C};function ce(){this.prefixRepeat=[],this.motionRepeat=[],this.operator=null,this.operatorArgs=null,this.motion=null,this.motionArgs=null,this.keyBuffer=[],this.registerName=null}function E(e,t){e.state.vim.inputState=new ce,b.signal(e,"vim-command-done",t)}function l(e,t,n){this.clear(),this.keyBuffer=[e||""],this.insertModeChanges=[],this.searchQueries=[],this.linewise=!!t,this.blockwise=!!n}function ue(e){this.registers=e,this.unnamedRegister=e['"']=new l,e["."]=new l,e[":"]=new l,e["/"]=new l}function pe(){this.historyBuffer=[],this.iterator=0,this.initialPrefix=null}ce.prototype.pushRepeatDigit=function(e){this.operator?this.motionRepeat=this.motionRepeat.concat(e):this.prefixRepeat=this.prefixRepeat.concat(e)},ce.prototype.getRepeat=function(){var e=0;return(0<this.prefixRepeat.length||0<this.motionRepeat.length)&&(e=1,0<this.prefixRepeat.length&&(e*=parseInt(this.prefixRepeat.join(""),10)),0<this.motionRepeat.length&&(e*=parseInt(this.motionRepeat.join(""),10))),e},l.prototype={setText:function(e,t,n){this.keyBuffer=[e||""],this.linewise=!!t,this.blockwise=!!n},pushText:function(e,t){t&&(this.linewise||this.keyBuffer.push("\n"),this.linewise=!0),this.keyBuffer.push(e)},pushInsertModeChanges:function(e){this.insertModeChanges.push(ie(e))},pushSearchQuery:function(e){this.searchQueries.push(e)},clear:function(){this.keyBuffer=[],this.insertModeChanges=[],this.searchQueries=[],this.linewise=!1},toString:function(){return this.keyBuffer.join("")}},ue.prototype={pushText:function(e,t,n,r,o){if("_"!==e){r&&"\n"!==n.charAt(n.length-1)&&(n+="\n");var i=this.isValidRegister(e)?this.getRegister(e):null;if(i)d(e)?i.pushText(n,r):i.setText(n,r,o),this.unnamedRegister.setText(i.toString(),r);else{switch(t){case"yank":this.registers[0]=new l(n,r,o);break;case"delete":case"change":-1==n.indexOf("\n")?this.registers["-"]=new l(n,r):(this.shiftNumericRegisters_(),this.registers[1]=new l(n,r))}this.unnamedRegister.setText(n,r,o)}}},getRegister:function(e){return this.isValidRegister(e)?(e=e.toLowerCase(),this.registers[e]||(this.registers[e]=new l),this.registers[e]):this.unnamedRegister},isValidRegister:function(e){return e&&ne(e,Y)},shiftNumericRegisters_:function(){for(var e=9;2<=e;e--)this.registers[e]=this.getRegister(""+(e-1))}},pe.prototype={nextMatch:function(e,t){var n=this.historyBuffer,r=t?-1:1;null===this.initialPrefix&&(this.initialPrefix=e);for(var o=this.iterator+r;t?0<=o:o<n.length;o+=r)for(var i=n[o],a=0;a<=i.length;a++)if(this.initialPrefix==i.substring(0,a))return this.iterator=o,i;return o>=n.length?(this.iterator=n.length,this.initialPrefix):o<0?e:void 0},pushInput:function(e){var t=this.historyBuffer.indexOf(e);-1<t&&this.historyBuffer.splice(t,1),e.length&&this.historyBuffer.push(e)},reset:function(){this.initialPrefix=null,this.iterator=this.historyBuffer.length}};var g={matchCommand:function(e,t,n,r){var o=function(e,t,n,r){for(var o,i=[],a=[],s=0;s<t.length;s++){var l=t[s];"insert"==n&&"insert"!=l.context||l.context&&l.context!=n||r.operator&&"action"==l.type||!(o=function(e,t){{var n,r,o;return"<character>"==t.slice(-11)?(n=t.length-11,r=e.slice(0,n),o=t.slice(0,n),r==o&&e.length>n?"full":0==o.indexOf(r)&&"partial"):e==t?"full":0==t.indexOf(e)&&"partial"}}(e,l.keys))||("partial"==o&&i.push(l),"full"==o&&a.push(l))}return{partial:i.length&&i,full:a.length&&a}}(e,t,r,n);if(!o.full&&!o.partial)return{type:"none"};if(!o.full&&o.partial)return{type:"partial"};for(var i=0;i<o.full.length;i++)var a=o.full[i],s=s||a;if("<character>"==s.keys.slice(-11)){t=function(e){var t=/^.*(<[^>]+>)$/.exec(e),n=t?t[1]:e.slice(-1);if(1<n.length)switch(n){case"<CR>":n="\n";break;case"<Space>":n=" ";break;default:n=""}return n}(e);if(!t||1<t.length)return{type:"clear"};n.selectedCharacter=t}return{type:"full",command:s}},processCommand:function(e,t,n){switch(t.inputState.repeatOverride=n.repeatOverride,n.type){case"motion":this.processMotion(e,t,n);break;case"operator":this.processOperator(e,t,n);break;case"operatorMotion":this.processOperatorMotion(e,t,n);break;case"action":this.processAction(e,t,n);break;case"search":this.processSearch(e,t,n);break;case"ex":case"keyToEx":this.processEx(e,t,n)}},processMotion:function(e,t,n){t.inputState.motion=n.motion,t.inputState.motionArgs=me(n.motionArgs),this.evalInput(e,t)},processOperator:function(e,t,n){var r=t.inputState;if(r.operator){if(r.operator==n.operator)return r.motion="expandToLine",r.motionArgs={linewise:!0},void this.evalInput(e,t);E(e)}r.operator=n.operator,r.operatorArgs=me(n.operatorArgs),1<n.keys.length&&(r.operatorShortcut=n.keys),n.exitVisualBlock&&(t.visualBlock=!1,H(e)),t.visualMode&&this.evalInput(e,t)},processOperatorMotion:function(e,t,n){var r=t.visualMode,o=me(n.operatorMotionArgs);o&&r&&o.visualLine&&(t.visualLine=!0),this.processOperator(e,t,n),r||this.processMotion(e,t,n)},processAction:function(e,t,n){var r=t.inputState,o=r.getRepeat(),i=!!o,a=me(n.actionArgs)||{};r.selectedCharacter&&(a.selectedCharacter=r.selectedCharacter),n.operator&&this.processOperator(e,t,n),n.motion&&this.processMotion(e,t,n),(n.motion||n.operator)&&this.evalInput(e,t),a.repeat=o||1,a.repeatIsExplicit=i,a.registerName=r.registerName,E(e),t.lastMotion=null,n.isEdit&&this.recordLastEdit(t,r,n),fe[n.action](e,a,t)},processSearch:function(a,r,o){if(a.getSearchCursor){var s=o.searchArgs.forward,e=o.searchArgs.wholeWordOnly,t=(F(a).setReversed(!s),s?"/":"?"),i=F(a).getQuery(),l=a.getScrollInfo();switch(o.searchArgs.querySrc){case"prompt":var n=R.macroModeState;n.isPlaying?p(u=n.replaySearchQueries.shift(),!0,!1):He(a,{onClose:h,prefix:t,desc:"(JavaScript regexp)",onKeyUp:function(e,t,n){var r,o,i=b.keyName(e);"Up"==i||"Down"==i?(r=e.target?e.target.selectionEnd:0,n(t=R.searchHistoryController.nextMatch(t,"Up"==i)||""),r&&e.target&&(e.target.selectionEnd=e.target.selectionStart=Math.min(r,e.target.value.length))):"Left"!=i&&"Right"!=i&&"Ctrl"!=i&&"Alt"!=i&&"Shift"!=i&&R.searchHistoryController.reset();try{o=U(a,t,!0,!0)}catch(e){}o?a.scrollIntoView(Fe(a,!s,o),30):(We(a),a.scrollTo(l.left,l.top))},onKeyDown:function(e,t,n){var r=b.keyName(e);"Esc"==r||"Ctrl-C"==r||"Ctrl-["==r||"Backspace"==r&&""==t?(R.searchHistoryController.pushInput(t),R.searchHistoryController.reset(),U(a,i),We(a),a.scrollTo(l.left,l.top),b.e_stop(e),E(a),n(),a.focus()):"Up"==r||"Down"==r?b.e_stop(e):"Ctrl-U"==r&&(b.e_stop(e),n(""))}});break;case"wordUnderCursor":var n=Me(a,!1,0,!1,!0),c=!0;if(n||(n=Me(a,!1,0,!1,!1),c=!1),!n)return;var u=a.getLine(n.start.line).substring(n.start.ch,n.end.ch);u=c&&e?"\\b"+u+"\\b":u.replace(/([.?*+$\[\]\/\\(){}|\-])/g,"\\$1"),R.jumpList.cachedCursor=a.getCursor(),a.setCursor(n.start),p(u,!0,!1)}}function p(t,e,n){R.searchHistoryController.pushInput(t),R.searchHistoryController.reset();try{U(a,t,e,n)}catch(e){return $(a,"Invalid regex: "+t),void E(a)}g.processMotion(a,r,{type:"motion",motion:"findNext",motionArgs:{forward:!0,toJumplist:o.searchArgs.toJumplist}})}function h(e){a.scrollTo(l.left,l.top),p(e,!0,!0);var t=R.macroModeState;t.isRecording&&(e=e,(t=t).isPlaying||(t=t.latestRegister,(t=R.registerController.getRegister(t))&&t.pushSearchQuery&&t.pushSearchQuery(e)))}},processEx:function(i,e,t){function n(e){R.exCommandHistoryController.pushInput(e),R.exCommandHistoryController.reset(),k.processCommand(i,e),E(i)}function r(e,t,n){var r,o=b.keyName(e);("Esc"==o||"Ctrl-C"==o||"Ctrl-["==o||"Backspace"==o&&""==t)&&(R.exCommandHistoryController.pushInput(t),R.exCommandHistoryController.reset(),b.e_stop(e),E(i),n(),i.focus()),"Up"==o||"Down"==o?(b.e_stop(e),r=e.target?e.target.selectionEnd:0,n(t=R.exCommandHistoryController.nextMatch(t,"Up"==o)||""),r&&e.target&&(e.target.selectionEnd=e.target.selectionStart=Math.min(r,e.target.value.length))):"Ctrl-U"==o?(b.e_stop(e),n("")):"Left"!=o&&"Right"!=o&&"Ctrl"!=o&&"Alt"!=o&&"Shift"!=o&&R.exCommandHistoryController.reset()}"keyToEx"==t.type?k.processCommand(i,t.exArgs.input):e.visualMode?He(i,{onClose:n,prefix:":",value:"'<,'>",onKeyDown:r,selectValueOnOpen:!1}):He(i,{onClose:n,prefix:":",onKeyDown:r})},evalInput:function(e,t){var n,r,o,i,a=t.inputState,s=a.motion,l=a.motionArgs||{},c=a.operator,u=a.operatorArgs||{},p=a.registerName,h=t.sel,d=B(t.visualMode?I(e,h.head):e.getCursor("head")),f=B(t.visualMode?I(e,h.anchor):e.getCursor("anchor")),m=B(d),f=B(f);if(c&&this.recordLastEdit(t,a),0<(n=void 0!==a.repeatOverride?a.repeatOverride:a.getRepeat())&&l.explicitRepeat?l.repeatIsExplicit=!0:(l.noRepeat||!l.explicitRepeat&&0===n)&&(l.repeatIsExplicit=!(n=1)),a.selectedCharacter&&(l.selectedCharacter=u.selectedCharacter=a.selectedCharacter),l.repeat=n,E(e),s){var g,a=O[s](e,d,l,t,a);if(t.lastMotion=O[s],!a)return;l.toJumplist&&((g=(s=R.jumpList).cachedCursor)?(Se(e,g,a),delete s.cachedCursor):Se(e,d,a)),g=(g=a instanceof Array?(M=a[0],a[1]):a)||B(d),t.visualMode?(t.visualBlock&&g.ch===1/0||(g=I(e,g)),M=M&&I(e,M),h.anchor=M=M||f,h.head=g,H(e),V(e,t,"<",N(M,g)?M:g),V(e,t,">",N(M,g)?g:M)):c||(g=I(e,g),e.setCursor(g.line,g.ch))}if(c){if(u.lastSel?(M=f,s=u.lastSel,a=Math.abs(s.head.line-s.anchor.line),d=Math.abs(s.head.ch-s.anchor.ch),g=s.visualLine?new L(f.line+a,f.ch):s.visualBlock?new L(f.line+a,f.ch+d):s.head.line==s.anchor.line?new L(f.line,f.ch+d):new L(f.line+a,f.ch),t.visualMode=!0,t.visualLine=s.visualLine,t.visualBlock=s.visualBlock,h=t.sel={anchor:M,head:g},H(e)):t.visualMode&&(u.lastSel={anchor:B(h.anchor),head:B(h.head),visualBlock:t.visualBlock,visualLine:t.visualLine}),t.visualMode){if(o=P(h.head,h.anchor),i=j(h.head,h.anchor),r=t.visualLine||u.linewise,S=xe(e,{anchor:o,head:i},x=t.visualBlock?"block":r?"line":"char"),r){var v=S.ranges;if("block"==x)for(var y=0;y<v.length;y++)v[y].head.ch=_(e,v[y].head.line);else"line"==x&&(v[0].head=new L(v[0].head.line+1,0))}}else{if(o=B(M||f),N(i=B(g||m),o)&&(d=o,o=i,i=d),r=l.linewise||u.linewise)a=i,o.ch=0,a.ch=0,a.line++;else if(l.forward){var s=e,h=o,k=i;if(h=s.getRange(h,k),/\n\s*$/.test(h)){var C=h.split("\n");C.pop();for(var w=C.pop();0<C.length&&w&&A(w);w=C.pop())k.line--,k.ch=0;w?(k.line--,k.ch=_(s,k.line)):k.ch=0}}var x="char",M=!l.inclusive||r,S=xe(e,{anchor:o,head:i},x,M)}e.setSelections(S.ranges,S.primary),t.lastMotion=null,u.repeat=n,u.registerName=p,u.linewise=r;m=de[c](e,u,S.ranges,f,g);t.visualMode&&D(e,null!=m),m&&e.setCursor(m)}},recordLastEdit:function(e,t,n){var r=R.macroModeState;r.isPlaying||(e.lastEditInputState=t,e.lastEditActionCommand=n,r.lastInsertModeChanges.changes=[],r.lastInsertModeChanges.expectCursorActivityForChange=!1,r.lastInsertModeChanges.visualBlock=e.visualBlock?e.sel.head.line-e.sel.anchor.line:0)}},O={moveToTopLine:function(e,t,n){n=$e(e).top+n.repeat-1;return new L(n,S(e.getLine(n)))},moveToMiddleLine:function(e){var t=$e(e),t=Math.floor(.5*(t.top+t.bottom));return new L(t,S(e.getLine(t)))},moveToBottomLine:function(e,t,n){n=$e(e).bottom-n.repeat+1;return new L(n,S(e.getLine(n)))},expandToLine:function(e,t,n){return new L(t.line+n.repeat-1,1/0)},findNext:function(e,t,n){var r,o=F(e),i=o.getQuery();if(i)return r=!n.forward,r=o.isReversed()?!r:r,Ve(e,i),Fe(e,r,i,n.repeat)},findAndSelectNextInclusive:function(e,t,n,r,o){var i=F(e),a=i.getQuery();if(a){var s=!n.forward,a=function(o,i,a,s,l){void 0===s&&(s=1);return o.operation(function(){var e=o.getCursor(),t=o.getSearchCursor(a,e),n=t.find(!i);!l.visualMode&&n&&K(t.from(),e)&&t.find(!i);for(var r=0;r<s;r++)if(!(n=t.find(i))&&!(t=o.getSearchCursor(a,i?new L(o.lastLine()):new L(o.firstLine(),0))).find(i))return;return[t.from(),t.to()]})}(e,s=i.isReversed()?!s:s,a,n.repeat,r);if(a){if(o.operator)return a;o=a[0],a=new L(a[1].line,a[1].ch-1);if(r.visualMode){(r.visualLine||r.visualBlock)&&(r.visualLine=!1,r.visualBlock=!1,b.signal(e,"vim-mode-change",{mode:"visual",subMode:""}));var l=r.sel.anchor;if(l)return i.isReversed()?n.forward?[l,o]:[l,a]:n.forward?[l,a]:[l,o]}else r.visualMode=!0,r.visualLine=!1,r.visualBlock=!1,b.signal(e,"vim-mode-change",{mode:"visual",subMode:""});return s?[a,o]:[o,a]}}},goToMark:function(e,t,n,r){r=Ue(e,r,n.selectedCharacter);return r?n.linewise?{line:r.line,ch:S(e.getLine(r.line))}:r:null},moveToOtherHighlightedEnd:function(e,t,n,r){return r.visualBlock&&n.sameLine?(n=r.sel,[I(e,new L(n.anchor.line,n.head.ch)),I(e,new L(n.head.line,n.anchor.ch))]):[r.sel.head,r.sel.anchor]},jumpToMark:function(e,t,n,r){for(var o=t,i=0;i<n.repeat;i++){var a,s,l,c,u=o;for(a in r.marks)te(a)&&(s=r.marks[a].find(),(n.forward?N(s,u):N(u,s))||n.linewise&&s.line==u.line||(l=K(u,o),c=n.forward?ve(u,s,o):ve(o,s,u),(l||c)&&(o=s)))}return o=n.linewise?new L(o.line,S(e.getLine(o.line))):o},moveByCharacters:function(e,t,n){var r=n.repeat,n=n.forward?t.ch+r:t.ch-r;return new L(t.line,n)},moveByLines:function(e,t,n,r){var o=t,i=o.ch;switch(r.lastMotion){case this.moveByLines:case this.moveByDisplayLines:case this.moveByScroll:case this.moveToColumn:case this.moveToEol:i=r.lastHPos;break;default:r.lastHPos=i}var a=n.repeat+(n.repeatOffset||0),s=n.forward?o.line+a:o.line-a,l=e.firstLine(),c=e.lastLine(),a=e.findPosV(o,n.forward?a:-a,"line",r.lastHSPos);return(n.forward?a.line>s:a.line<s)&&(s=a.line,i=a.ch),s<l&&o.line==l?this.moveToStartOfLine(e,t,n,r):c<s&&o.line==c?Te(e,t,n,r,!0):(n.toFirstChar&&(i=S(e.getLine(s)),r.lastHPos=i),r.lastHSPos=e.charCoords(new L(s,i),"div").left,new L(s,i))},moveByDisplayLines:function(e,t,n,r){var o=t;switch(r.lastMotion){case this.moveByDisplayLines:case this.moveByScroll:case this.moveByLines:case this.moveToColumn:case this.moveToEol:break;default:r.lastHSPos=e.charCoords(o,"div").left}t=n.repeat,t=e.findPosV(o,n.forward?t:-t,"line",r.lastHSPos);return t.hitSide&&(t=n.forward?(n={top:e.charCoords(t,"div").top+8,left:r.lastHSPos},e.coordsChar(n,"div")):((n=e.charCoords(new L(e.firstLine(),0),"div")).left=r.lastHSPos,e.coordsChar(n,"div"))),r.lastHPos=t.ch,t},moveByPage:function(e,t,n){var r=n.repeat;return e.findPosV(t,n.forward?r:-r,"page")},moveByParagraph:function(e,t,n){var r=n.forward?1:-1;return Ee(e,t,n.repeat,r)},moveBySentence:function(e,t,n){var r=n.forward?1:-1,o=e,e=t,i=n.repeat,a=r;function u(e,t){if(t.pos+t.dir<0||t.pos+t.dir>=t.line.length){if(t.ln+=t.dir,!ee(e,t.ln))return t.line=null,t.ln=null,void(t.pos=null);t.line=e.getLine(t.ln),t.pos=0<t.dir?0:t.line.length-1}else t.pos+=t.dir}for(var s={ln:e.line,pos:e.ch};0<i;)s=(a<0?function(e,t,n,r){var o={line:e.getLine(t),ln:t,pos:n,dir:r},i={ln:o.ln,pos:null},a=""===o.line;for(u(e,o);null!==o.line;){if(""===o.line&&!a)return null!==i.pos?i:{ln:o.ln,pos:o.pos};if(h(o.line[o.pos])&&null!==i.pos&&(o.ln!==i.ln||o.pos+1!==i.pos))return i;""===o.line||A(o.line[o.pos])||(a=!1,i={ln:o.ln,pos:o.pos}),u(e,o)}for(var s=e.getLine(i.ln),l=i.pos=0;l<s.length;++l)if(!A(s[l])){i.pos=l;break}return i}:function(e,t,n,r){var o=""===(l=e.getLine(t)),i={line:l,ln:t,pos:n,dir:r},a={ln:i.ln,pos:i.pos},s=""===i.line;for(u(e,i);null!==i.line;){if(a.ln=i.ln,a.pos=i.pos,""===i.line&&!s)return{ln:i.ln,pos:i.pos};if(o&&""!==i.line&&!A(i.line[i.pos]))return{ln:i.ln,pos:i.pos};!h(i.line[i.pos])||o||i.pos!==i.line.length-1&&!A(i.line[i.pos+1])||(o=!0),u(e,i)}var l=e.getLine(a.ln);a.pos=0;for(var c=l.length-1;0<=c;--c)if(!A(l[c])){a.pos=c;break}return a})(o,s.ln,s.pos,a),i--;return new L(s.ln,s.pos)},moveByScroll:function(e,t,n,r){var o=e.getScrollInfo(),i=(i=n.repeat)||o.clientHeight/(2*e.defaultTextHeight()),a=e.charCoords(t,"local");if(n.repeat=i,!(i=O.moveByDisplayLines(e,t,n,r)))return null;t=e.charCoords(i,"local");return e.scrollTo(null,o.top+t.top-a.top),i},moveByWords:function(e,t,n){var r=e,o=t,i=n.repeat,a=!!n.forward,e=!!n.wordEnd,s=!!n.bigWord,t=B(o),l=[];(a&&!e||!a&&e)&&i++;for(var c=!(a&&e),u=0;u<i;u++){var p=function(e,t,n,r,o){var i=t.line,a=t.ch,s=e.getLine(i),l=n?1:-1,c=r?J:m;if(o&&""==s){if(i+=l,s=e.getLine(i),!ee(e,i))return null;a=n?0:s.length}for(;;){if(o&&""==s)return{from:0,to:0,line:i};for(var u=0<l?s.length:-1,p=u,h=u;a!=u;){for(var d=!1,f=0;f<c.length&&!d;++f)if(c[f](s.charAt(a))){for(p=a;a!=u&&c[f](s.charAt(a));)a+=l;if(d=p!=(h=a),p!=t.ch||i!=t.line||h!=p+l)return{from:Math.min(p,h+1),to:Math.max(p,h),line:i}}d||(a+=l)}if(!ee(e,i+=l))return null;s=e.getLine(i),a=0<l?0:s.length}}(r,o,a,s,c);if(!p){var h=_(r,r.lastLine());l.push(a?{line:r.lastLine(),from:h,to:h}:{line:0,from:0,to:0});break}l.push(p),o=new L(p.line,a?p.to-1:p.from)}var n=l.length!=i,d=l[0],f=l.pop();return a&&!e?(n||d.from==t.ch&&d.line==t.line||(f=l.pop()),new L(f.line,f.from)):a&&e?new L(f.line,f.to-1):!a&&e?(n||d.to==t.ch&&d.line==t.line||(f=l.pop()),new L(f.line,f.to)):new L(f.line,f.from)},moveTillCharacter:function(e,t,n){var e=Re(e,n.repeat,n.forward,n.selectedCharacter),r=n.forward?-1:1;return Ae(r,n),e?(e.ch+=r,e):null},moveToCharacter:function(e,t,n){var r=n.repeat;return Ae(0,n),Re(e,r,n.forward,n.selectedCharacter)||t},moveToSymbol:function(e,t,n){return function(e,t,n,r){var o=B(e.getCursor()),i=n?1:-1,a=n?e.lineCount():-1,s=o.ch,l=o.line,c=e.getLine(l),u={lineText:c,nextCh:c.charAt(s),lastCh:null,index:s,symb:r,reverseSymb:(n?{")":"(","}":"{"}:{"(":")","{":"}"})[r],forward:n,depth:0,curMoveThrough:!1},c=be[r];if(!c)return o;var s=Le[c].init,p=Le[c].isComplete;s&&s(u);for(;l!==a&&t;){var h;u.index+=i,u.nextCh=u.lineText.charAt(u.index),u.nextCh||(l+=i,u.lineText=e.getLine(l)||"",0<i?u.index=0:(h=u.lineText.length,u.index=0<h?h-1:0),u.nextCh=u.lineText.charAt(u.index)),p(u)&&(o.line=l,o.ch=u.index,t--)}if(u.nextCh||u.curMoveThrough)return new L(l,u.index);return o}(e,n.repeat,n.forward,n.selectedCharacter)||t},moveToColumn:function(e,t,n,r){var n=n.repeat;return r.lastHPos=n-1,r.lastHSPos=e.charCoords(t,"div").left,r=n,n=(t=e).getCursor().line,I(t,new L(n,r-1))},moveToEol:function(e,t,n,r){return Te(e,t,n,r,!1)},moveToFirstNonWhiteSpaceCharacter:function(e,t){return new L(t.line,S(e.getLine(t.line)))},moveToMatchedSymbol:function(e,t){for(var n,r=t.line,o=t.ch,i=e.getLine(r);o<i.length;o++)if((a=i.charAt(o))&&-1!="()[]{}".indexOf(a)){var a=e.getTokenTypeAt(new L(r,o+1));if("string"!==a&&"comment"!==a)break}return o<i.length?(n="<"===o||">"===o?/[(){}[\]<>]/:/[(){}[\]]/,e.findMatchingBracket(new L(r,o),{bracketRegex:n}).to):t},moveToStartOfLine:function(e,t){return new L(t.line,0)},moveToLineOrEdgeOfDocument:function(e,t,n){var r=n.forward?e.lastLine():e.firstLine();return n.repeatIsExplicit&&(r=n.repeat-e.getOption("firstLineNumber")),new L(r,S(e.getLine(r)))},moveToStartOfDisplayLine:function(e){return e.execCommand("goLineLeft"),e.getCursor()},moveToEndOfDisplayLine:function(e){e.execCommand("goLineRight");e=e.getCursor();return"before"==e.sticky&&e.ch--,e},textObjectManipulation:function(e,t,n,r){var o=n.selectedCharacter,i=("b"==o?o="(":"B"==o&&(o="{"),!n.textObjectInner);if({"(":")",")":"(","{":"}","}":"{","[":"]","]":"[","<":">",">":"<"}[o])a=function(e,t,n,r){var o,i={"(":/[()]/,")":/[()]/,"[":/[[\]]/,"]":/[[\]]/,"{":/[{}]/,"}":/[{}]/,"<":/[<>]/,">":/[<>]/}[n],n={"(":"(",")":"(","[":"[","]":"[","{":"{","}":"{","<":"<",">":"<"}[n],n=e.getLine(t.line).charAt(t.ch)===n?1:0;if(o=e.scanForBracket(new L(t.line,t.ch+n),-1,void 0,{bracketRegex:i}),e=e.scanForBracket(new L(t.line,t.ch+n),1,void 0,{bracketRegex:i}),!o||!e)return{start:t,end:t};o=o.pos,e=e.pos,(o.line==e.line&&o.ch>e.ch||o.line>e.line)&&(n=o,o=e,e=n);r?e.ch+=1:o.ch+=1;return{start:o,end:e}}(e,t,o,i);else if({"'":!0,'"':!0,"`":!0}[o])a=function(e,t,n,r){var o,i,a,s,t=B(t),l=e.getLine(t.line).split(""),e=l.indexOf(n);t.ch<e?t.ch=e:e<t.ch&&l[t.ch]==n&&(i=t.ch,--t.ch);if(l[t.ch]!=n||i)for(a=t.ch;-1<a&&!o;a--)l[a]==n&&(o=a+1);else o=t.ch+1;if(o&&!i)for(a=o,s=l.length;a<s&&!i;a++)l[a]==n&&(i=a);if(!o||!i)return{start:t,end:t};r&&(--o,++i);return{start:new L(t.line,o),end:new L(t.line,i)}}(e,t,o,i);else if("W"===o)a=Me(e,i,0,!0);else if("w"===o)a=Me(e,i,0,!1);else if("p"===o){var a=Ee(e,t,n.repeat,0,i);n.linewise=!0,r.visualMode?r.visualLine||(r.visualLine=!0):((r=r.inputState.operatorArgs)&&(r.linewise=!0),a.end.line--)}else if("t"===o)a=function(e,t,n){var r=t;if(!b.findMatchingTag||!b.findEnclosingTag)return{start:r,end:r};e=b.findMatchingTag(e,t)||b.findEnclosingTag(e,t);if(!e||!e.open||!e.close)return{start:r,end:r};if(n)return{start:e.open.from,end:e.close.to};return{start:e.open.to,end:e.close.from}}(e,t,i);else{if("s"!==o)return null;var r=e.getLine(t.line),o=(0<t.ch&&h(r[t.ch])&&--t.ch,Oe(e,t,n.repeat,1,i)),r=Oe(e,t,n.repeat,-1,i);a={start:r=A(e.getLine(r.line)[r.ch])&&A(e.getLine(o.line)[o.ch-1])?{line:r.line,ch:r.ch+1}:r,end:o}}return e.state.vim.visualMode?(t=e,n=a.start,i=a.end,o=(r=t.state.vim.sel).head,r=r.anchor,N(i,n)&&(e=i,i=n,n=e),N(o,r)?(o=P(n,o),r=j(r,i)):(r=P(n,r),-1==(o=y(o=j(o,i),0,-1)).ch&&o.line!=t.firstLine()&&(o=new L(o.line-1,_(t,o.line-1)))),[r,o]):[a.start,a.end]},repeatLastCharacterSearch:function(e,t,n){var r=R.lastCharacterSearch,o=n.repeat,i=n.forward===r.forward,a=(r.increment?1:0)*(i?-1:1),o=(e.moveH(-a,"char"),Re(e,o,n.inclusive=i,r.selectedCharacter));return o?(o.ch+=a,o):(e.moveH(a,"char"),t)}};function he(e,t){for(var n=[],r=0;r<t;r++)n.push(e);return n}var de={change:function(e,t,n){var r,o,i=e.state.vim,a=n[0].anchor,s=n[0].head,s=i.visualMode?t.fullLine?(s.ch=Number.MAX_VALUE,s.line--,e.setSelection(a,s),r=e.getSelection(),e.replaceSelection(""),a):(r=e.getSelection(),o=he("",n.length),e.replaceSelections(o),P(n[0].head,n[0].anchor)):(r=e.getRange(a,s),"moveByWords"!=(o=i.lastEditInputState||{}).motion||A(r)||(i=/\s+$/.exec(r))&&o.motionArgs&&o.motionArgs.forward&&(s=y(s,0,-i[0].length),r=r.slice(0,-i[0].length)),o=new L(a.line-1,Number.MAX_VALUE),i=e.firstLine()==e.lastLine(),s.line>e.lastLine()&&t.linewise&&!i?e.replaceRange("",o,s):e.replaceRange("",a,s),t.linewise&&(i||(e.setCursor(o),b.commands.newlineAndIndent(e)),a.ch=Number.MAX_VALUE),a);R.registerController.pushText(t.registerName,"change",r,t.linewise,1<n.length),fe.enterInsertMode(e,{head:s},e.state.vim)},delete:function(e,t,n){var r,o,i,a=e.state.vim;return a.visualBlock?(r=e.getSelection(),o=he("",n.length),e.replaceSelections(o),o=P(n[0].head,n[0].anchor)):(i=n[0].anchor,n=n[0].head,t.linewise&&n.line!=e.firstLine()&&i.line==e.lastLine()&&i.line==n.line-1&&(i.line==e.firstLine()?i.ch=0:i=new L(i.line-1,_(e,i.line-1))),r=e.getRange(i,n),e.replaceRange("",i,n),o=i,t.linewise&&(o=O.moveToFirstNonWhiteSpaceCharacter(e,i))),R.registerController.pushText(t.registerName,"delete",r,t.linewise,a.visualBlock),I(e,o)},indent:function(e,t,n){var r=e.state.vim;if(e.indentMore)for(var o=r.visualMode?t.repeat:1,i=0;i<o;i++)t.indentRight?e.indentMore():e.indentLess();else{var a=n[0].anchor.line,s=(r.visualBlock?n[n.length-1].anchor:n[0].head).line,o=r.visualMode?t.repeat:1;t.linewise&&s--;for(var l=a;l<=s;l++)for(i=0;i<o;i++)e.indentLine(l,t.indentRight)}return O.moveToFirstNonWhiteSpaceCharacter(e,n[0].anchor)},indentAuto:function(e,t,n){return e.execCommand("indentAuto"),O.moveToFirstNonWhiteSpaceCharacter(e,n[0].anchor)},changeCase:function(e,t,n,r,o){for(var i=e.getSelections(),a=[],s=t.toLower,l=0;l<i.length;l++){var c=i[l],u="";if(!0===s)u=c.toLowerCase();else if(!1===s)u=c.toUpperCase();else for(var p=0;p<c.length;p++){var h=c.charAt(p);u+=d(h)?h.toLowerCase():h.toUpperCase()}a.push(u)}return e.replaceSelections(a),t.shouldMoveCursor?o:!e.state.vim.visualMode&&t.linewise&&n[0].anchor.line+1==n[0].head.line?O.moveToFirstNonWhiteSpaceCharacter(e,r):t.linewise?r:P(n[0].anchor,n[0].head)},yank:function(e,t,n,r){var o=e.state.vim,e=e.getSelection(),n=o.visualMode?P(o.sel.anchor,o.sel.head,n[0].head,n[0].anchor):r;return R.registerController.pushText(t.registerName,"yank",e,t.linewise,o.visualBlock),n}};var fe={jumpListWalk:function(e,t,n){n.visualMode||(n=t.repeat,t=t.forward,n=(n=(t=R.jumpList.move(e,t?n:-n))?t.find():void 0)||e.getCursor(),e.setCursor(n))},scroll:function(e,t,n){var r,o,i;n.visualMode||(n=t.repeat||1,r=e.defaultTextHeight(),o=e.getScrollInfo().top,n=r*n,o=t.forward?o+n:o-n,n=B(e.getCursor()),i=e.charCoords(n,"local"),t.forward?o>i.top?(n.line+=(o-i.top)/r,n.line=Math.ceil(n.line),e.setCursor(n),i=e.charCoords(n,"local"),e.scrollTo(null,i.top)):e.scrollTo(null,o):(t=o+e.getScrollInfo().clientHeight)<i.bottom?(n.line-=(i.bottom-t)/r,n.line=Math.floor(n.line),e.setCursor(n),i=e.charCoords(n,"local"),e.scrollTo(null,i.bottom-e.getScrollInfo().clientHeight)):e.scrollTo(null,o))},scrollToCursor:function(e,t){var n=e.getCursor().line,r=e.charCoords(new L(n,0),"local"),o=e.getScrollInfo().clientHeight,i=r.top;switch(t.position){case"center":i=r.bottom-o/2;break;case"bottom":var a=new L(n,e.getLine(n).length-1),i=i-o+(e.charCoords(a,"local").bottom-i)}e.scrollTo(null,i)},replayMacro:function(e,t,n){var r=t.selectedCharacter,o=t.repeat,i=R.macroModeState;for("@"==r?r=i.latestRegister:i.latestRegister=r;o--;){m=f=m=g=d=h=p=u=c=l=s=a=void 0;var a=e,s=n,l=i,c=r,u=R.registerController.getRegister(c);if(":"==c)u.keyBuffer[0]&&k.processCommand(a,u.keyBuffer[0]),l.isPlaying=!1;else{var p=u.keyBuffer,h=0;l.isPlaying=!0,l.replaySearchQueries=u.searchQueries.slice(0);for(var d=0;d<p.length;d++)for(var f,m,g=p[d];g;)m=/<\w+-.+?>|<\w+>|./.exec(g),f=m[0],g=g.substring(m.index+f.length),v.handleKey(a,f,"macro"),s.insertMode&&(m=u.insertModeChanges[h++].changes,R.macroModeState.lastInsertModeChanges.changes=m,nt(a,m,1),C(a));l.isPlaying=!1}}},enterMacroRecordMode:function(e,t){var n=R.macroModeState,t=t.selectedCharacter;R.registerController.isValidRegister(t)&&n.enterMacroRecordMode(e,t)},toggleOverwrite:function(e){e.state.overwrite?(e.toggleOverwrite(!1),e.setOption("keyMap","vim-insert"),b.signal(e,"vim-mode-change",{mode:"insert"})):(e.toggleOverwrite(!0),e.setOption("keyMap","vim-replace"),b.signal(e,"vim-mode-change",{mode:"replace"}))},enterInsertMode:function(e,t,n){if(!e.getOption("readOnly")){n.insertMode=!0,n.insertModeRepeat=t&&t.repeat||1;var r=t?t.insertAt:null,o=n.sel,i=t.head||e.getCursor("head"),a=e.listSelections().length;if("eol"==r)i=new L(i.line,_(e,i.line));else if("bol"==r)i=new L(i.line,0);else if("charAfter"==r)i=y(i,0,1);else if("firstNonBlank"==r)i=O.moveToFirstNonWhiteSpaceCharacter(e,i);else if("startOfSelectedArea"==r){if(!n.visualMode)return;n.visualBlock?(i=new L(Math.min(o.head.line,o.anchor.line),Math.min(o.head.ch,o.anchor.ch)),a=Math.abs(o.head.line-o.anchor.line)+1):i=o.head.line<o.anchor.line?o.head:new L(o.anchor.line,0)}else if("endOfSelectedArea"==r){if(!n.visualMode)return;n.visualBlock?(i=new L(Math.min(o.head.line,o.anchor.line),Math.max(o.head.ch,o.anchor.ch)+1),a=Math.abs(o.head.line-o.anchor.line)+1):i=o.head.line>=o.anchor.line?y(o.head,0,1):new L(o.anchor.line,0)}else if("inplace"==r){if(n.visualMode)return}else"lastEdit"==r&&(i=Je(e)||i);e.setOption("disableInput",!1),t&&t.replace?(e.toggleOverwrite(!0),e.setOption("keyMap","vim-replace"),b.signal(e,"vim-mode-change",{mode:"replace"})):(e.toggleOverwrite(!1),e.setOption("keyMap","vim-insert"),b.signal(e,"vim-mode-change",{mode:"insert"})),R.macroModeState.isPlaying||(e.on("change",Xe),b.on(e.getInputField(),"keydown",et)),n.visualMode&&D(e),Ce(e,i,a)}},toggleVisualMode:function(e,t,n){var r=t.repeat,o=e.getCursor();n.visualMode?n.visualLine^t.linewise||n.visualBlock^t.blockwise?(n.visualLine=!!t.linewise,n.visualBlock=!!t.blockwise,b.signal(e,"vim-mode-change",{mode:"visual",subMode:n.visualLine?"linewise":n.visualBlock?"blockwise":""}),H(e)):D(e):(n.visualMode=!0,n.visualLine=!!t.linewise,n.visualBlock=!!t.blockwise,t=I(e,new L(o.line,o.ch+r-1)),n.sel={anchor:o,head:t},b.signal(e,"vim-mode-change",{mode:"visual",subMode:n.visualLine?"linewise":n.visualBlock?"blockwise":""}),H(e),V(e,n,"<",P(o,t)),V(e,n,">",j(o,t)))},reselectLastSelection:function(e,t,n){var r,o,i=n.lastSelection;n.visualMode&&we(e,n),i&&(r=i.anchorMark.find(),o=i.headMark.find(),r&&o&&(n.sel={anchor:r,head:o},n.visualMode=!0,n.visualLine=i.visualLine,n.visualBlock=i.visualBlock,H(e),V(e,n,"<",P(r,o)),V(e,n,">",j(r,o)),b.signal(e,"vim-mode-change",{mode:"visual",subMode:n.visualLine?"linewise":n.visualBlock?"blockwise":""})))},joinLines:function(e,t,n){n.visualMode?(o=e.getCursor("anchor"),N(r=e.getCursor("head"),o)&&(s=r,r=o,o=s),r.ch=_(e,r.line)-1):(c=Math.max(t.repeat,2),o=e.getCursor(),r=I(e,new L(o.line+c-1,1/0)));for(var r,o,i=0,a=o.line;a<r.line;a++){var i=_(e,o.line),s=new L(o.line+1,_(e,o.line+1)),l=e.getRange(o,s),l=t.keepSpaces?l.replace(/\n\r?/g,""):l.replace(/\n\s*/g," ");e.replaceRange(l,o,s)}var c=new L(o.line,i);n.visualMode&&D(e,!1),e.setCursor(c)},newLineAndEnterInsertMode:function(e,t,n){n.insertMode=!0;var r=B(e.getCursor());r.line!==e.firstLine()||t.after?(r.line=t.after?r.line:r.line-1,r.ch=_(e,r.line),e.setCursor(r),(b.commands.newlineAndIndentContinueComment||b.commands.newlineAndIndent)(e)):(e.replaceRange("\n",new L(e.firstLine(),0)),e.setCursor(e.firstLine(),0)),this.enterInsertMode(e,{repeat:t.repeat},n)},paste:function(n,e,t){var r=B(n.getCursor()),o=R.registerController.getRegister(e.registerName);if(c=o.toString()){e.matchIndent&&(i=n.getOption("tabSize"),a=function(e){var t=e.split("\t").length-1,e=e.split(" ").length-1;return t*i+e},g=n.getLine(n.getCursor().line),s=a(g.match(/^\s*/)[0]),g=c.replace(/\n$/,""),v=c!==g,l=a(c.match(/^\s*/)[0]),c=g.replace(/^\s*/gm,function(e){var t,e=s+(a(e)-l);return e<0?"":n.getOption("indentWithTabs")?(t=Math.floor(e/i),Array(t+1).join("\t")):Array(e+1).join(" ")}),c+=v?"\n":""),1<e.repeat&&(c=Array(e.repeat+1).join(c));var i,a,s,l,c,u,p,h,d,f,m,g=o.linewise,v=o.blockwise;if(v){c=c.split("\n"),g&&c.pop();for(var y=0;y<c.length;y++)c[y]=""==c[y]?" ":c[y];r.ch+=e.after?1:0,r.ch=Math.min(_(n,r.line),r.ch)}else g?t.visualMode?c=t.visualLine?c.slice(0,-1):"\n"+c.slice(0,c.length-1)+"\n":e.after?(c="\n"+c.slice(0,c.length-1),r.ch=_(n,r.line)):r.ch=0:r.ch+=e.after?1:0;if(t.visualMode){t.lastPastedText=c,f=n,m=t.lastSelection;var k,o=(t.visualMode?function(){var e=f.listSelections(),t=e[0],e=e[e.length-1];return[N(t.anchor,t.head)?t.anchor:t.head,N(e.anchor,e.head)?e.head:e.anchor]}:function(){var e=f.getCursor(),t=f.getCursor(),n=m.visualBlock;if(n){for(var r=n.width,n=n.height,t=new L(e.line+n,e.ch+r),o=[],i=e.line;i<t.line;i++){var a=new L(i,e.ch),s=new L(i,t.ch);o.push({anchor:a,head:s})}f.setSelections(o)}else{var n=m.anchorMark.find(),r=m.headMark.find(),l=r.line-n.line,r=r.ch-n.ch;t={line:t.line+l,ch:l?t.ch:r+t.ch},m.visualLine&&(e=new L(e.line,0),t=new L(t.line,_(f,t.line))),f.setSelection(e,t)}return[e,t]})(),C=o[0],o=o[1],w=n.getSelection(),x=n.listSelections(),x=new Array(x.length).join("1").split("1");t.lastSelection&&(k=t.lastSelection.headMark.find()),R.registerController.unnamedRegister.setText(w),w=v?(n.replaceSelections(x),o=new L(C.line+c.length-1,C.ch),n.setCursor(C),ke(n,o),n.replaceSelections(c),C):t.visualBlock?(n.replaceSelections(x),n.setCursor(C),n.replaceRange(c,C,C),C):(n.replaceRange(c,C,o),n.posFromIndex(n.indexFromPos(C)+c.length-1)),k&&(t.lastSelection.headMark=n.setBookmark(k)),g&&(w.ch=0)}else if(v){n.setCursor(r);for(y=0;y<c.length;y++){var M=r.line+y;M>n.lastLine()&&n.replaceRange("\n",new L(M,0)),_(n,M)<r.ch&&(p=n,M=M,h=r.ch,d=void 0,d=_(p,M),h=new Array(h-d+1).join(" "),p.setCursor(new L(M,d)),p.replaceRange(h,p.getCursor()))}n.setCursor(r),ke(n,new L(r.line+c.length-1,r.ch)),n.replaceSelections(c),w=r}else n.replaceRange(c,r),w=g&&e.after?new L(r.line+1,S(n.getLine(r.line+1))):g&&!e.after?new L(r.line,S(n.getLine(r.line))):!g&&e.after?(u=n.indexFromPos(r),n.posFromIndex(u+c.length-1)):(u=n.indexFromPos(r),n.posFromIndex(u+c.length));t.visualMode&&D(n,!1),n.setCursor(w)}},undo:function(e,t){e.operation(function(){ge(e,b.commands.undo,t.repeat)(),e.setCursor(e.getCursor("anchor"))})},redo:function(e,t){ge(e,b.commands.redo,t.repeat)()},setRegister:function(e,t,n){n.inputState.registerName=t.selectedCharacter},setMark:function(e,t,n){V(e,n,t.selectedCharacter,e.getCursor())},replace:function(e,t,n){var r,o=t.selectedCharacter,i=e.getCursor(),a=e.listSelections(),s=n.visualMode?(i=e.getCursor("start"),e.getCursor("end")):(s=e.getLine(i.line),(t=i.ch+t.repeat)>s.length&&(t=s.length),new L(i.line,t));"\n"==o?(n.visualMode||e.replaceRange("",i,s),(b.commands.newlineAndIndentContinueComment||b.commands.newlineAndIndent)(e)):(t=(t=e.getRange(i,s)).replace(/[^\n]/g,o),n.visualBlock?(r=new Array(e.getOption("tabSize")+1).join(" "),t=(t=e.getSelection()).replace(/\t/g,r).replace(/[^\n]/g,o).split("\n"),e.replaceSelections(t)):e.replaceRange(t,i,s),n.visualMode?(i=N(a[0].anchor,a[0].head)?a[0].anchor:a[0].head,e.setCursor(i),D(e,!1)):e.setCursor(y(s,0,-1)))},incrementNumberToken:function(e,t){for(var n,r,o,i,a,s,l,c=e.getCursor(),u=e.getLine(c.line),p=/(-?)(?:(0x)([\da-f]+)|(0b|0|)(\d+))/gi;null!==(n=p.exec(u))&&(o=(r=n.index)+n[0].length,!(c.ch<o)););!t.backtrack&&o<=c.ch||n&&(i=n[2]||n[4],l=n[3]||n[5],a=t.increase?1:-1,s={"0b":2,0:8,"":10,"0x":16}[i.toLowerCase()],a=(parseInt(n[1]+l,s)+a*t.repeat).toString(s),t=i?new Array(l.length-a.length+1+n[1].length).join("0"):"",a="-"===a.charAt(0)?"-"+i+t+a.substr(1):i+t+a,s=new L(c.line,r),l=new L(c.line,o),e.replaceRange(a,s,l),e.setCursor(new L(c.line,r+a.length-1)))},repeatLastEdit:function(e,t,n){var r;n.lastEditInputState&&((r=t.repeat)&&t.repeatIsExplicit?n.lastEditInputState.repeatOverride=r:r=n.lastEditInputState.repeatOverride||r,tt(e,n,r,!1))},indent:function(e,t){e.indentLine(e.getCursor().line,t.indentRight)},exitInsertMode:C};function I(e,t){var n=e.state.vim,n=n.insertMode||n.visualMode,r=Math.min(Math.max(e.firstLine(),t.line),e.lastLine()),e=_(e,r)-1+!!n,n=Math.min(Math.max(0,t.ch),e);return new L(r,n)}function me(e){var t,n={};for(t in e)e.hasOwnProperty(t)&&(n[t]=e[t]);return n}function y(e,t,n){return"object"==typeof t&&(n=t.ch,t=t.line),new L(e.line+t,e.ch+n)}function ge(t,n,r){return function(){for(var e=0;e<r;e++)n(t)}}function B(e){return new L(e.line,e.ch)}function K(e,t){return e.ch==t.ch&&e.line==t.line}function N(e,t){return e.line<t.line||e.line==t.line&&e.ch<t.ch}function P(e,t){return N(e,t=2<arguments.length?P.apply(void 0,Array.prototype.slice.call(arguments,1)):t)?e:t}function j(e,t){return N(e,t=2<arguments.length?j.apply(void 0,Array.prototype.slice.call(arguments,1)):t)?t:e}function ve(e,t,n){e=N(e,t),t=N(t,n);return e&&t}function _(e,t){return e.getLine(t).length}function ye(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}function ke(e,t){var n=[],r=e.listSelections(),o=B(e.clipPos(t)),i=!K(t,o),a=function(e,t,n){for(var r=0;r<e.length;r++){var o="head"!=n&&K(e[r].anchor,t),i="anchor"!=n&&K(e[r].head,t);if(o||i)return r}return-1}(r,e.getCursor("head")),s=K(r[a].head,r[a].anchor),l=r.length-1,a=a<l-a?l:0,l=r[a].anchor,c=Math.min(l.line,o.line),u=Math.max(l.line,o.line),p=l.ch,h=o.ch,o=r[a].head.ch-p,r=h-p;0<o&&r<=0?(p++,i||h--):o<0&&0<=r?(p--,s||h++):o<0&&-1==r&&(p--,h++);for(var d=c;d<=u;d++){var f={anchor:new L(d,p),head:new L(d,h)};n.push(f)}e.setSelections(n),t.ch=h,l.ch=p}function Ce(e,t,n){for(var r=[],o=0;o<n;o++){var i=y(t,o,0);r.push({anchor:i,head:i})}e.setSelections(r,0)}function we(e,t){var n=t.sel.anchor,r=t.sel.head;t.lastPastedText&&(r=e.posFromIndex(e.indexFromPos(n)+t.lastPastedText.length),t.lastPastedText=null),t.lastSelection={anchorMark:e.setBookmark(n),headMark:e.setBookmark(r),anchor:B(n),head:B(r),visualMode:t.visualMode,visualLine:t.visualLine,visualBlock:t.visualBlock}}function H(e,t,n){var r=e.state.vim,n=(t=t||r.sel,n||r.visualLine?"line":r.visualBlock?"block":"char"),r=xe(e,t,n);e.setSelections(r.ranges,r.primary)}function xe(e,t,n,r){var o=B(t.head),i=B(t.anchor);if("char"==n)return r=r||N(t.head,t.anchor)?0:1,l=N(t.head,t.anchor)?1:0,o=y(t.head,0,r),{ranges:[{anchor:i=y(t.anchor,0,l),head:o}],primary:0};if("line"==n)return N(t.head,t.anchor)?(o.ch=0,i.ch=_(e,i.line)):(i.ch=0,r=e.lastLine(),o.line>r&&(o.line=r),o.ch=_(e,o.line)),{ranges:[{anchor:i,head:o}],primary:0};if("block"==n){for(var a=Math.min(i.line,o.line),s=i.ch,l=Math.max(i.line,o.line),c=o.ch,u=(s<c?c+=1:s+=1,l-a+1),t=o.line==a?0:u-1,p=[],h=0;h<u;h++)p.push({anchor:new L(a+h,s),head:new L(a+h,c)});return{ranges:p,primary:t}}}function D(e,t){var n=e.state.vim;!1!==t&&e.setCursor(I(e,n.sel.head)),we(e,n),n.visualMode=!1,n.visualLine=!1,n.visualBlock=!1,n.insertMode||b.signal(e,"vim-mode-change",{mode:"normal"})}function S(e){if(!e)return 0;var t=e.search(/\S/);return-1==t?e.length:t}function Me(e,t,n,r,o){p=(i=e).getCursor("head");for(var i=p=1==i.getSelection().length?P(p,i.getCursor("anchor")):p,a=e.getLine(i.line),s=i.ch,l=(o?m:J)[0];!l(a.charAt(s));)if(++s>=a.length)return null;r?l=J[0]:(l=m[0])(a.charAt(s))||(l=m[1]);for(var c=s,u=s;l(a.charAt(c))&&c<a.length;)c++;for(;l(a.charAt(u))&&0<=u;)u--;if(u++,t){for(var p=c;/\s/.test(a.charAt(c))&&c<a.length;)c++;if(p==c){for(e=u;/\s/.test(a.charAt(u-1))&&0<u;)u--;u=u||e}}return{start:new L(i.line,u),end:new L(i.line,c)}}function Se(e,t,n){K(t,n)||R.jumpList.add(e,t,n)}function Ae(e,t){R.lastCharacterSearch.increment=e,R.lastCharacterSearch.forward=t.forward,R.lastCharacterSearch.selectedCharacter=t.selectedCharacter}var be={"(":"bracket",")":"bracket","{":"bracket","}":"bracket","[":"section","]":"section","*":"comment","/":"comment",m:"method",M:"method","#":"preprocess"},Le={bracket:{isComplete:function(e){if(e.nextCh===e.symb){if(e.depth++,1<=e.depth)return!0}else e.nextCh===e.reverseSymb&&e.depth--;return!1}},section:{init:function(e){e.curMoveThrough=!0,e.symb=(e.forward?"]":"[")===e.symb?"{":"}"},isComplete:function(e){return 0===e.index&&e.nextCh===e.symb}},comment:{isComplete:function(e){var t="*"===e.lastCh&&"/"===e.nextCh;return e.lastCh=e.nextCh,t}},method:{init:function(e){e.symb="m"===e.symb?"{":"}",e.reverseSymb="{"===e.symb?"}":"{"},isComplete:function(e){return e.nextCh===e.symb}},preprocess:{init:function(e){e.index=0},isComplete:function(e){if("#"===e.nextCh){var t=e.lineText.match(/^#(\w+)/)[1];if("endif"===t){if(e.forward&&0===e.depth)return!0;e.depth++}else if("if"===t){if(!e.forward&&0===e.depth)return!0;e.depth--}if("else"===t&&0===e.depth)return!0}return!1}}};function Te(e,t,n,r,o){t=new L(t.line+n.repeat-1,1/0),n=e.clipPos(t);return n.ch--,o||(r.lastHPos=1/0,r.lastHSPos=e.charCoords(n,"div").left),t}function Re(e,t,n,r){for(var o,i=e.getCursor(),a=i.ch,s=0;s<t;s++){if(-1==(o=function(e,t,n,r,o){var i;r?-1==(i=t.indexOf(n,e+1))||o||--i:-1==(i=t.lastIndexOf(n,e-1))||o||(i+=1);return i}(a,e.getLine(i.line),r,n,!0)))return null;a=o}return new L(e.getCursor().line,o)}function V(e,t,n,r){ne(n,G)&&(t.marks[n]&&t.marks[n].clear(),t.marks[n]=e.setBookmark(r))}function Ee(t,e,n,r,o){var i=e.line,a=t.firstLine(),s=t.lastLine(),l=i;function c(e){return!t.getLine(e)}function u(e,t,n){return n?c(e)!=c(e+t):!c(e)&&c(e+t)}if(r){for(;a<=l&&l<=s&&0<n;)u(l,r)&&n--,l+=r;return new L(l,0)}for(var e=t.state.vim,p=(e.visualLine&&u(i,1,!0)&&(!u((e=e.sel.anchor).line,-1,!0)||o&&e.line==i||(i+=1)),c(i)),l=i;l<=s&&n;l++)!u(l,1,!0)||o&&c(l)==p||n--;for(e=new L(l,0),s<l&&!p?p=!0:o=!1,l=i;a<l&&(o&&c(l)!=p&&l!=i||!u(l,-1,!0));l--);return{start:new L(l,0),end:e}}function Oe(e,t,n,r,a){function s(e){e.pos+e.dir<0||e.pos+e.dir>=e.line.length?e.line=null:e.pos+=e.dir}for(var o={ln:t.line,pos:t.ch};0<n;)o=(r<0?function(e,t,n,r){var o={line:e=e.getLine(t),ln:t,pos:n,dir:r};if(""===o.line)return{ln:o.ln,pos:o.pos};var i=o.pos;for(s(o);null!==o.line;){if(A(o.line[o.pos])||h(o.line[o.pos])){if(h(o.line[o.pos]))return a&&A(o.line[o.pos+1])?{ln:o.ln,pos:o.pos+1}:{ln:o.ln,pos:i}}else i=o.pos;s(o)}return o.line=e,a&&A(o.line[o.pos])?{ln:o.ln,pos:o.pos}:{ln:o.ln,pos:i}}:function(e,t,n,r){var o={line:e.getLine(t),ln:t,pos:n,dir:r};if(""===o.line)return{ln:o.ln,pos:o.pos};var i=o.pos;for(s(o);null!==o.line;){if(h(o.line[i=o.pos])){if(a){for(s(o);null!==o.line&&A(o.line[o.pos]);)i=o.pos,s(o);return{ln:o.ln,pos:i+1}}return{ln:o.ln,pos:o.pos+1}}s(o)}return{ln:o.ln,pos:i+1}})(e,o.ln,o.pos,r),n--;return new L(o.ln,o.pos)}function Ie(){}function F(e){e=e.state.vim;return e.searchState_||(e.searchState_=new Ie)}function Be(e,t){var n=Ke(e,t)||[];if(!n.length)return[];var r=[];if(0===n[0]){for(var o=0;o<n.length;o++)"number"==typeof n[o]&&r.push(e.substring(n[o]+1,n[o+1]));return r}}function Ke(e,t){t=t||"/";for(var n=!1,r=[],o=0;o<e.length;o++){var i=e.charAt(o);n||i!=t||r.push(o),n=!n&&"\\"==i}return r}e("pcre",!0,"boolean"),Ie.prototype={getQuery:function(){return R.query},setQuery:function(e){R.query=e},getOverlay:function(){return this.searchOverlay},setOverlay:function(e){this.searchOverlay=e},isReversed:function(){return R.isReversed},setReversed:function(e){R.isReversed=e},getScrollbarAnnotate:function(){return this.annotate},setScrollbarAnnotate:function(e){this.annotate=e}};var Ne={"\\n":"\n","\\r":"\r","\\t":"\t"};function Pe(e){for(var t=!1,n=[],r=-1;r<e.length;r++){var o=e.charAt(r)||"",i=e.charAt(r+1)||"";Ne[o+i]?(n.push(Ne[o+i]),r++):t?(n.push(o),t=!1):"\\"===o?(t=!0,M.test(i)||"$"===i?n.push("$"):"/"!==i&&"\\"!==i&&n.push("\\")):("$"===o&&n.push("$"),n.push(o),"/"===i&&n.push("\\"))}return n.join("")}var je={"\\/":"/","\\\\":"\\","\\n":"\n","\\r":"\r","\\t":"\t","\\&":"&"};function _e(e,t,n){if(R.registerController.getRegister("/").setText(e),e instanceof RegExp)return e;var r,o,i=Ke(e,"/");return i.length?(r=e.substring(0,i[0]),o=-1!=e.substring(i[0]).indexOf("i")):r=e,r?(T("pcre")||(r=function(e){for(var t=!1,n=[],r=-1;r<e.length;r++){var o=e.charAt(r)||"",i=e.charAt(r+1)||"",a=i&&-1!="|(){".indexOf(i);t?("\\"===o&&a||n.push(o),t=!1):"\\"===o?(t=!0,(a=i&&-1!="}".indexOf(i)?!0:a)&&"\\"!==i||n.push(o)):(n.push(o),a&&"\\"!==i&&n.push("\\"))}return n.join("")}(r)),n&&(t=/^[^A-Z]*$/.test(r)),new RegExp(r,t||o?"im":"m")):null}function W(e){"string"==typeof e&&(e=document.createElement(e));for(var t,n=1;n<arguments.length;n++)if(t=arguments[n])if((t="object"!=typeof t?document.createTextNode(t):t).nodeType)e.appendChild(t);else for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&("$"===r[0]?e.style[r.slice(1)]=t[r]:e.setAttribute(r,t[r]));return e}function $(e,t){t=W("div",{$color:"red",$whiteSpace:"pre",class:"cm-vim-message"},t);e.openNotification?e.openNotification(t,{bottom:!0,duration:5e3}):alert(t.innerText)}function He(e,t){r=t.prefix,n=t.desc;var n,r=W(document.createDocumentFragment(),W("span",{$fontFamily:"monospace",$whiteSpace:"pre"},r,W("input",{type:"text",autocorrect:"off",autocapitalize:"off",spellcheck:"false"})),n&&W("span",{$color:"#888"},n));e.openDialog?e.openDialog(r,t.onClose,{onKeyDown:t.onKeyDown,onKeyUp:t.onKeyUp,bottom:!0,selectValueOnOpen:!1,value:t.value}):(n="","string"!=typeof t.prefix&&t.prefix&&(n+=t.prefix.textContent),t.desc&&(n+=" "+t.desc),t.onClose(prompt(n,"")))}function U(e,t,n,r){if(t){var o=F(e),t=_e(t,!!n,!!r);if(t)return Ve(e,t),function(e,t){if(e instanceof RegExp&&t instanceof RegExp){for(var n=["global","multiline","ignoreCase","source"],r=0;r<n.length;r++){var o=n[r];if(e[o]!==t[o])return}return 1}}(t,o.getQuery())||o.setQuery(t),t}}var De=0;function Ve(o,i){clearTimeout(De),De=setTimeout(function(){var e,t,n,r;!o.state.vim||(t=(e=F(o)).getOverlay())&&i==t.query||(t&&o.removeOverlay(t),"^"==(n=i).source.charAt(0)&&(r=!0),t={token:function(e){if(r&&!e.sol())e.skipToEnd();else{var t=e.match(n,!1);if(t)return 0==t[0].length?(e.next(),"searching"):e.sol()||(e.backUp(1),n.exec(e.next()+t[0]))?(e.match(n),"searching"):(e.next(),null);for(;!e.eol()&&(e.next(),!e.match(n,!1)););}},query:n},o.addOverlay(t),o.showMatchesOnScrollbar&&(e.getScrollbarAnnotate()&&e.getScrollbarAnnotate().clear(),e.setScrollbarAnnotate(o.showMatchesOnScrollbar(i))),e.setOverlay(t))},50)}function Fe(i,a,s,l){return void 0===l&&(l=1),i.operation(function(){for(var e=i.getCursor(),t=i.getSearchCursor(s,e),n=0;n<l;n++){var r,o=t.find(a);if(0==n&&o&&K(t.from(),e)&&(r=a?t.from():t.to(),(o=t.find(a))&&!o[0]&&K(t.from(),r)&&i.getLine(r.line).length==r.ch&&(o=t.find(a))),!o&&!(t=i.getSearchCursor(s,a?new L(i.lastLine()):new L(i.firstLine(),0))).find(a))return}return t.from()})}function We(e){var t=F(e);e.removeOverlay(F(e).getOverlay()),t.setOverlay(null),t.getScrollbarAnnotate()&&(t.getScrollbarAnnotate().clear(),t.setScrollbarAnnotate(null))}function $e(e){var t=e.getScrollInfo(),n=e.coordsChar({left:0,top:6+t.top},"local"),t=t.clientHeight-10+t.top,e=e.coordsChar({left:0,top:t},"local");return{top:n.line,bottom:e.line}}function Ue(e,t,n){if("'"==n||"`"==n)return R.jumpList.find(e,-1)||new L(0,0);if("."==n)return Je(e);e=t.marks[n];return e&&e.find()}function Je(e){for(var t=e.doc.history.done,n=t.length;n--;)if(t[n].changes)return B(t[n].changes[0].to)}function qe(){this.buildCommandMap_()}qe.prototype={processCommand:function(e,t,n){var r=this;e.operation(function(){e.curOp.isVimOp=!0,r._processCommand(e,t,n)})},_processCommand:function(t,e,n){var r,o,i=t.state.vim,a=R.registerController.getRegister(":"),s=a.toString(),i=(i.visualMode&&D(t),new b.StringStream(e)),n=(a.setText(e),n||{});n.input=e;try{this.parseInput_(t,i,n)}catch(e){throw $(t,e.toString()),e}if(n.commandName){if(r=this.matchCommand_(n.commandName)){if(o=r.name,r.excludeFromCommandHistory&&a.setText(s),this.parseCommandArgs_(i,n,r),"exToKey"==r.type){for(var l=0;l<r.toKeys.length;l++)v.handleKey(t,r.toKeys[l],"mapping");return}if("exToEx"==r.type)return void this.processCommand(t,r.toInput)}}else void 0!==n.line&&(o="move");if(o)try{Qe[o](t,n),r&&r.possiblyAsync||!n.callback||n.callback()}catch(e){throw $(t,e.toString()),e}else $(t,'Not an editor command ":'+e+'"')},parseInput_:function(e,t,n){t.eatWhile(":"),t.eat("%")?(n.line=e.firstLine(),n.lineEnd=e.lastLine()):(n.line=this.parseLineSpec_(e,t),void 0!==n.line&&t.eat(",")&&(n.lineEnd=this.parseLineSpec_(e,t)));e=t.match(/^(\w+|!!|@@|[!#&*<=>@~])/);return n.commandName=e?e[1]:t.match(/.*/)[0],n},parseLineSpec_:function(e,t){var n=t.match(/^(\d+)/);if(n)return parseInt(n[1],10)-1;switch(t.next()){case".":return this.parseLineSpecOffset_(t,e.getCursor().line);case"$":return this.parseLineSpecOffset_(t,e.lastLine());case"'":var r=t.next(),r=Ue(e,e.state.vim,r);if(r)return this.parseLineSpecOffset_(t,r.line);throw new Error("Mark not set");case"-":case"+":return t.backUp(1),this.parseLineSpecOffset_(t,e.getCursor().line);default:return void t.backUp(1)}},parseLineSpecOffset_:function(e,t){var n,e=e.match(/^([+-])?(\d+)/);return e&&(n=parseInt(e[2],10),"-"==e[1]?t-=n:t+=n),t},parseCommandArgs_:function(e,t,n){e.eol()||(t.argString=e.match(/.*/)[0],e=n.argDelimiter||/\s+/,(n=ye(t.argString).split(e)).length&&n[0]&&(t.args=n))},matchCommand_:function(e){for(var t=e.length;0<t;t--){var n=e.substring(0,t);if(this.commandMap_[n]){n=this.commandMap_[n];if(0===n.name.indexOf(e))return n}}return null},buildCommandMap_:function(){this.commandMap_={};for(var e=0;e<o.length;e++){var t=o[e],n=t.shortName||t.name;this.commandMap_[n]=t}},map:function(e,t,n){if(":"!=e&&":"==e.charAt(0)){if(n)throw Error("Mode not supported for ex mappings");var r=e.substring(1);":"!=t&&":"==t.charAt(0)?this.commandMap_[r]={name:r,type:"exToEx",toInput:t.substring(1),user:!0}:this.commandMap_[r]={name:r,type:"exToKey",toKeys:t,user:!0}}else r=":"!=t&&":"==t.charAt(0)?{keys:e,type:"keyToEx",exArgs:{input:t.substring(1)}}:{keys:e,type:"keyToKey",toKeys:t},n&&(r.context=n),p.unshift(r)},unmap:function(e,t){if(":"!=e&&":"==e.charAt(0)){if(t)throw Error("Mode not supported for ex mappings");var n=e.substring(1);if(this.commandMap_[n]&&this.commandMap_[n].user)return delete this.commandMap_[n],!0}else for(var r=e,o=0;o<p.length;o++)if(r==p[o].keys&&p[o].context===t)return p.splice(o,1),!0}};var Qe={colorscheme:function(e,t){!t.args||t.args.length<1?$(e,e.getOption("theme")):e.setOption("theme",t.args[0])},map:function(e,t,n){var r=t.args;!r||r.length<2?e&&$(e,"Invalid mapping: "+t.input):k.map(r[0],r[1],n)},imap:function(e,t){this.map(e,t,"insert")},nmap:function(e,t){this.map(e,t,"normal")},vmap:function(e,t){this.map(e,t,"visual")},unmap:function(e,t,n){var r=t.args;(!r||r.length<1||!k.unmap(r[0],n))&&e&&$(e,"No such mapping: "+t.input)},move:function(e,t){g.processCommand(e,e.state.vim,{type:"motion",motion:"moveToLineOrEdgeOfDocument",motionArgs:{forward:!1,explicitRepeat:!0,linewise:!0},repeatOverride:t.line+1})},set:function(e,t){var n=t.args,r=t.setCfg||{};if(!n||n.length<1)e&&$(e,"Invalid mapping: "+t.input);else{var n=n[0].split("="),o=n[0],n=n[1],i=!1;if("?"==o.charAt(o.length-1)){if(n)throw Error("Trailing characters: "+t.argString);o=o.substring(0,o.length-1),i=!0}void 0===n&&"no"==o.substring(0,2)&&(o=o.substring(2),n=!1);var t=a[o]&&"boolean"==a[o].type;t&&null==n&&(n=!0),!t&&void 0===n||i?(t=T(o,e,r))instanceof Error?$(e,t.message):$(e,!0===t||!1===t?" "+(t?"":"no")+o:" "+o+"="+t):(i=re(o,n,e,r))instanceof Error&&$(e,i.message)}},setlocal:function(e,t){t.setCfg={scope:"local"},this.set(e,t)},setglobal:function(e,t){t.setCfg={scope:"global"},this.set(e,t)},registers:function(e,t){var n=t.args,r=R.registerController.registers,o="----------Registers----------\n\n";if(n)for(var n=n.join(""),i=0;i<n.length;i++)a=n.charAt(i),R.registerController.isValidRegister(a)&&(o+='"'+a+" "+(r[a]||new l).toString()+"\n");else for(var a in r){var s=r[a].toString();s.length&&(o+='"'+a+" "+s+"\n")}$(e,o)},sort:function(e,o){var i,a,s,l,c;var t=function(){if(o.argString){var e=new b.StringStream(o.argString);if(e.eat("!")&&(i=!0),!e.eol()){if(!e.eatSpace())return"Invalid arguments";var t=e.match(/([dinuox]+)?\s*(\/.+\/)?\s*/);if(!t&&!e.eol())return"Invalid arguments";if(t[1]){a=-1!=t[1].indexOf("i"),s=-1!=t[1].indexOf("u");var e=-1!=t[1].indexOf("d")||-1!=t[1].indexOf("n")&&1,n=-1!=t[1].indexOf("x")&&1,r=-1!=t[1].indexOf("o")&&1;if(1<e+n+r)return"Invalid arguments";l=(e?"decimal":n&&"hex")||r&&"octal"}t[2]&&(c=new RegExp(t[2].substr(1,t[2].length-2),a?"i":""))}}}();if(t)$(e,t+": "+o.argString);else{var t=o.line||e.firstLine(),n=o.lineEnd||o.line||e.lastLine();if(t!=n){var t=new L(t,0),n=new L(n,_(e,n)),r=e.getRange(t,n).split("\n"),u=c||("decimal"==l?/(-?)([\d]+)/:"hex"==l?/(-?)(?:0x)?([0-9a-f]+)/i:"octal"==l?/([0-7]+)/:null),p="decimal"==l?10:"hex"==l?16:"octal"==l?8:null,h=[],d=[];if(l||c)for(var f=0;f<r.length;f++){var m=c?r[f].match(c):null;m&&""!=m[0]?h.push(m):(!c&&u.exec(r[f])?h:d).push(r[f])}else d=r;if(h.sort(c?function(e,t){var n;return i&&(n=e,e=t,t=n),a&&(e[0]=e[0].toLowerCase(),t[0]=t[0].toLowerCase()),e[0]<t[0]?-1:1}:y),c)for(f=0;f<h.length;f++)h[f]=h[f].input;else l||d.sort(y);if(r=i?h.concat(d):d.concat(h),s)for(var g,v=r,r=[],f=0;f<v.length;f++)v[f]!=g&&r.push(v[f]),g=v[f];e.replaceRange(r.join("\n"),t,n)}}function y(e,t){i&&(n=e,e=t,t=n),a&&(e=e.toLowerCase(),t=t.toLowerCase());var n=l&&u.exec(e),r=l&&u.exec(t);return n?parseInt((n[1]+n[2]).toLowerCase(),p)-parseInt((r[1]+r[2]).toLowerCase(),p):e<t?-1:1}},vglobal:function(e,t){this.global(e,t)},global:function(t,e){var n=e.argString;if(n){var r,o="v"===e.commandName[0],i=void 0!==e.line?e.line:t.firstLine(),a=e.lineEnd||e.line||t.lastLine(),e=Be(n,"/");if(e.length&&(n=e[0],r=e.slice(1,e.length).join("/")),n)try{U(t,n,!0,!0)}catch(e){return void $(t,"Invalid regex: "+n)}for(var s,l,c=F(t).getQuery(),u=[],p=i;p<=a;p++){var h=t.getLineHandle(p);c.test(h.text)!==o&&u.push(r?h:h.text)}r?(s=0,(l=function(){var e;s<u.length&&(e=u[s++],null==(e=t.getLineNumber(e))?l():(e=e+1+r,k.processCommand(t,e,{callback:l})))})()):$(t,u.join("\n"))}else $(t,"Regular Expression missing from global")},substitute:function(t,e){if(!t.getSearchCursor)throw new Error("Search feature not available. Requires searchcursor.js or any other getSearchCursor implementation.");var n,r,o,i,a,s,l,c,u,p,h,d,f,m,g,v=e.argString,y=v?Be(v,v[0]):[],k="",C=!1,w=!1;if(y.length)i=y[0],T("pcre")&&""!==i&&(i=new RegExp(i).source),void 0!==(k=y[1])&&(k=T("pcre")?function(e){for(var t=new b.StringStream(e),n=[];!t.eol();){for(;t.peek()&&"\\"!=t.peek();)n.push(t.next());var r,o=!1;for(r in je)if(t.match(r,!0)){o=!0,n.push(je[r]);break}o||n.push(t.next())}return n.join("")}(k.replace(/([^\\])&/g,"$1$$&")):Pe(k),R.lastSubstituteReplacePart=k),n=y[2]?y[2].split(" "):[];else if(v&&v.length)return void $(t,"Substitutions should be of the form :s/pattern/replace/");if(n&&(y=n[0],r=parseInt(n[1]),y&&(-1!=y.indexOf("c")&&(C=!0),-1!=y.indexOf("g")&&(w=!0),i=T("pcre")?i+"/"+y:i.replace(/\//g,"\\/")+"/"+y)),i)try{U(t,i,!0,!0)}catch(e){return void $(t,"Invalid regex: "+i)}function x(){o.operation(function(){for(;!g;)M(),S();A()})}function M(){var e=o.getRange(c.from(),c.to()).replace(u,p),t=c.to().line;c.replace(e),f=c.to().line,l+=f-t,m=f<t}function S(){for(;n=t=void 0,t=d&&B(c.to()),(n=(n=c.findNext())&&!n[0]&&t&&K(c.from(),t)?c.findNext():n)&&(t=c.from(),n=s,e=l,"number"!=typeof t&&(t=t.line),n instanceof Array?ne(t,n):"number"==typeof e?n<=t&&t<=e:t==n);)if(a||c.from().line!=f||m)return o.scrollIntoView(c.from(),30),o.setSelection(c.from(),c.to()),d=c.from(),void(g=!1);var e,t,n;g=!0}function A(e){e&&e(),o.focus(),d&&(o.setCursor(d),(e=o.state.vim).exMode=!1,e.lastHPos=e.lastHSPos=d.ch),h&&h()}void 0===(k=k||R.lastSubstituteReplacePart)?$(t,"No previous substitute regular expression"):(v=F(t).getQuery(),n=(void 0!==e.line?e:t.getCursor()).line,y=e.lineEnd||n,n==t.firstLine()&&y==t.lastLine()&&(y=1/0),r&&(y=(n=y)+r-1),i=I(t,new L(n,0)),r=t.getSearchCursor(v,i),o=t,i=C,a=w,s=n,l=y,c=r,u=v,p=k,h=e.callback,o.state.vim.exMode=!0,g=!1,S(),g?$(o,"No matches for "+u.source):i?He(o,{prefix:W("span","replace with ",W("strong",p)," (y/n/a/q/l)"),onKeyDown:function(e,t,n){switch(b.e_stop(e),b.keyName(e)){case"Y":M(),S();break;case"N":S();break;case"A":var r=h;h=void 0,o.operation(x),h=r;break;case"L":M();case"Q":case"Esc":case"Ctrl-C":case"Ctrl-[":A(n)}g&&A(n);return!0}}):(x(),h&&h()))},redo:b.commands.redo,undo:b.commands.undo,write:function(e){b.commands.save?b.commands.save(e):e.save&&e.save()},nohlsearch:function(e){We(e)},yank:function(e){var t=B(e.getCursor()).line,e=e.getLine(t);R.registerController.pushText("0","yank",e,!0,!0)},delmarks:function(e,t){if(t.argString&&ye(t.argString))for(var n=e.state.vim,r=new b.StringStream(ye(t.argString));!r.eol();){r.eatSpace();var o=r.pos;if(!r.match(/[a-zA-Z]/,!1))return void $(e,"Invalid argument: "+t.argString.substring(o));var i=r.next();if(r.match("-",!0)){if(!r.match(/[a-zA-Z]/,!1))return void $(e,"Invalid argument: "+t.argString.substring(o));var a=i,s=r.next();if(!(te(a)&&te(s)||d(a)&&d(s)))return void $(e,"Invalid argument: "+a+"-");var l=a.charCodeAt(0),c=s.charCodeAt(0);if(c<=l)return void $(e,"Invalid argument: "+t.argString.substring(o));for(var u=0;u<=c-l;u++){var p=String.fromCharCode(l+u);delete n.marks[p]}}else delete n.marks[i]}else $(e,"Argument required")}},k=new qe;function C(e){var t=e.state.vim,n=R.macroModeState,r=R.registerController.getRegister("."),o=n.isPlaying,i=n.lastInsertModeChanges;o||(e.off("change",Xe),b.off(e.getInputField(),"keydown",et)),!o&&1<t.insertModeRepeat&&(tt(e,t,t.insertModeRepeat-1,!0),t.lastEditInputState.repeatOverride=t.insertModeRepeat),delete t.insertModeRepeat,t.insertMode=!1,e.setCursor(e.getCursor().line,e.getCursor().ch-1),e.setOption("keyMap","vim"),e.setOption("disableInput",!0),e.toggleOverwrite(!1),r.setText(i.changes.join("")),b.signal(e,"vim-mode-change",{mode:"normal"}),n.isRecording&&!(o=n).isPlaying&&(t=o.latestRegister,(t=R.registerController.getRegister(t))&&t.pushInsertModeChanges&&t.pushInsertModeChanges(o.lastInsertModeChanges))}function ze(e){p.unshift(e)}function Xe(e,t){var n,r=R.macroModeState,o=r.lastInsertModeChanges;if(!r.isPlaying)for(;t;)o.expectCursorActivityForChange=!0,1<o.ignoreCount?o.ignoreCount--:"+input"!=t.origin&&"paste"!=t.origin&&void 0!==t.origin||(1<(n=e.listSelections().length)&&(o.ignoreCount=n),n=t.text.join("\n"),o.maybeReset&&(o.changes=[],o.maybeReset=!1),n&&(e.state.overwrite&&!/\n/.test(n)?o.changes.push([n]):o.changes.push(n))),t=t.next}function Ze(e){var t,n=e.state.vim;n.insertMode?(t=R.macroModeState).isPlaying||((t=t.lastInsertModeChanges).expectCursorActivityForChange?t.expectCursorActivityForChange=!1:t.maybeReset=!0):e.curOp.isVimOp||Ge(e,n)}function Ge(e,t){var n,r,o=e.getCursor("anchor"),i=e.getCursor("head");t.visualMode&&!e.somethingSelected()?D(e,!1):t.visualMode||t.insertMode||!e.somethingSelected()||(t.visualMode=!0,t.visualLine=!1,b.signal(e,"vim-mode-change",{mode:"visual"})),t.visualMode?(n=N(i,o)?0:-1,r=N(i,o)?-1:0,i=y(i,0,n),o=y(o,0,r),t.sel={anchor:o,head:i},V(e,t,"<",P(i,o)),V(e,t,">",j(i,o))):t.insertMode||(t.lastHPos=e.getCursor().ch)}function Ye(e){this.keyName=e}function et(e){var t=R.macroModeState.lastInsertModeChanges,n=b.keyName(e);!n||-1==n.indexOf("Delete")&&-1==n.indexOf("Backspace")||b.lookupKey(n,"vim-insert",function(){return t.maybeReset&&(t.changes=[],t.maybeReset=!1),t.changes.push(new Ye(n)),!0})}function tt(n,r,e,t){var o=R.macroModeState,i=(o.isPlaying=!0,!!r.lastEditActionCommand),a=r.inputState;function s(){i?g.processAction(n,r,r.lastEditActionCommand):g.evalInput(n,r)}function l(e){var t;0<o.lastInsertModeChanges.changes.length&&(e=r.lastEditActionCommand?e:1,t=o.lastInsertModeChanges,nt(n,t.changes,e))}if(r.inputState=r.lastEditInputState,i&&r.lastEditActionCommand.interlaceInsertRepeat)for(var c=0;c<e;c++)s(),l(1);else t||s(),l(e);r.inputState=a,r.insertMode&&!t&&C(n),o.isPlaying=!1}function nt(t,e,n){function r(e){return"string"==typeof e?b.commands[e](t):e(t),!0}var o=t.getCursor("head"),i=R.macroModeState.lastInsertModeChanges.visualBlock;i&&(Ce(t,o,i+1),n=t.listSelections().length,t.setCursor(o));for(var a=0;a<n;a++){i&&t.setCursor(y(o,a,0));for(var s=0;s<e.length;s++){var l,c,u=e[s];u instanceof Ye?b.lookupKey(u.keyName,"vim-insert",r):"string"==typeof u?t.replaceSelection(u):(c=y(l=t.getCursor(),0,u[0].length),t.replaceRange(u[0],l,c),t.setCursor(c))}}i&&t.setCursor(y(o,0,1))}function rt(n){var r=new n.constructor;return Object.keys(n).forEach(function(e){var t=n[e];Array.isArray(t)?t=t.slice():t&&"object"==typeof t&&t.constructor!=Object&&(t=rt(t)),r[e]=t}),n.sel&&(r.sel={head:n.sel.head&&B(n.sel.head),anchor:n.sel.anchor&&B(n.sel.anchor)}),r}return b.keyMap.vim={attach:n,detach:t,call:s},e("insertModeEscKeysTimeout",200,"number"),b.keyMap["vim-insert"]={fallthrough:["default"],attach:n,detach:t,call:s},b.keyMap["vim-replace"]={Backspace:"goCharLeft",fallthrough:["vim-insert"],attach:n,detach:t,call:s},le(),v}e.Vim=((e=e).Vim=t(e),e.Vim)});