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.
- package/.github/ISSUE_TEMPLATE/bug_report.yml +2 -2
- package/.github/ISSUE_TEMPLATE/config.yml +1 -1
- package/.github/workflows/ci.yml +8 -8
- package/.github/workflows/cla-check.yml +30 -0
- package/.github/workflows/cla-signed.yml +70 -0
- package/.github/workflows/pr-check-build-size.yml +55 -0
- package/.github/workflows/pr-comment-build-size.yml +36 -0
- package/.github/workflows/pr-path-validation.yml +18 -0
- package/bin/build-site.sh +19 -61
- package/bin/ci-pre-build.sh +1 -1
- package/bin/ci-push.sh +1 -1
- package/bin/readme-bld.sh +8 -0
- package/boot/boot.js +30 -22
- package/boot/bootprefix.js +5 -1
- package/code-of-conduct.md +1 -0
- package/contributing.md +1 -1
- package/core/acknowledgements.tid +0 -4
- package/core/copyright.tid +1 -1
- package/core/images/discord.tid +5 -0
- package/core/images/language.tid +5 -0
- package/core/language/en-GB/Buttons.multids +2 -0
- package/core/language/en-GB/ControlPanel.multids +26 -6
- package/core/language/en-GB/EditTemplate.multids +2 -0
- package/core/language/en-GB/Fields.multids +3 -3
- package/core/language/en-GB/Search.multids +2 -0
- package/core/language/en-GB/Snippets/FunctionDefinition.tid +7 -0
- package/core/language/en-GB/Snippets/ProcedureDefinition.tid +7 -0
- package/core/language/en-GB/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
- package/core/modules/commander.js +0 -5
- package/core/modules/commands/build.js +1 -6
- package/core/modules/commands/clearpassword.js +0 -5
- package/core/modules/commands/commands.js +0 -6
- package/core/modules/commands/deletetiddlers.js +0 -5
- package/core/modules/commands/editions.js +0 -5
- package/core/modules/commands/fetch.js +0 -5
- package/core/modules/commands/help.js +0 -5
- package/core/modules/commands/import.js +0 -5
- package/core/modules/commands/init.js +0 -5
- package/core/modules/commands/listen.js +0 -5
- package/core/modules/commands/load.js +0 -5
- package/core/modules/commands/makelibrary.js +0 -5
- package/core/modules/commands/output.js +0 -5
- package/core/modules/commands/password.js +0 -5
- package/core/modules/commands/render.js +15 -16
- package/core/modules/commands/rendertiddler.js +0 -5
- package/core/modules/commands/rendertiddlers.js +0 -5
- package/core/modules/commands/save.js +0 -6
- package/core/modules/commands/savelibrarytiddlers.js +0 -5
- package/core/modules/commands/savetiddler.js +0 -5
- package/core/modules/commands/savetiddlers.js +0 -5
- package/core/modules/commands/savewikifolder.js +0 -5
- package/core/modules/commands/server.js +0 -5
- package/core/modules/commands/setfield.js +0 -5
- package/core/modules/commands/unpackplugin.js +0 -5
- package/core/modules/commands/verbose.js +0 -5
- package/core/modules/commands/version.js +0 -5
- package/core/modules/config.js +1 -6
- package/core/modules/deserializers.js +0 -5
- package/core/modules/editor/engines/framed.js +0 -5
- package/core/modules/editor/engines/simple.js +0 -5
- package/core/modules/editor/factory.js +0 -5
- package/core/modules/editor/operations/bitmap/clear.js +0 -5
- package/core/modules/editor/operations/bitmap/resize.js +0 -5
- package/core/modules/editor/operations/bitmap/rotate-left.js +0 -5
- package/core/modules/editor/operations/text/excise.js +12 -9
- package/core/modules/editor/operations/text/focus-editor.js +0 -5
- package/core/modules/editor/operations/text/insert-text.js +0 -5
- package/core/modules/editor/operations/text/make-link.js +0 -5
- package/core/modules/editor/operations/text/prefix-lines.js +0 -5
- package/core/modules/editor/operations/text/replace-all.js +0 -5
- package/core/modules/editor/operations/text/replace-selection.js +0 -5
- package/core/modules/editor/operations/text/save-selection.js +0 -5
- package/core/modules/editor/operations/text/wrap-lines.js +0 -5
- package/core/modules/editor/operations/text/wrap-selection.js +112 -29
- package/core/modules/filterrunprefixes/all.js +0 -5
- package/core/modules/filterrunprefixes/and.js +0 -5
- package/core/modules/filterrunprefixes/cascade.js +0 -5
- package/core/modules/filterrunprefixes/else.js +0 -5
- package/core/modules/filterrunprefixes/except.js +0 -5
- package/core/modules/filterrunprefixes/filter.js +0 -5
- package/core/modules/filterrunprefixes/intersection.js +0 -5
- package/core/modules/filterrunprefixes/map.js +0 -5
- package/core/modules/filterrunprefixes/or.js +0 -5
- package/core/modules/filterrunprefixes/reduce.js +0 -5
- package/core/modules/filterrunprefixes/sort.js +0 -5
- package/core/modules/filterrunprefixes/then.js +0 -5
- package/core/modules/filters/addprefix.js +0 -5
- package/core/modules/filters/addsuffix.js +0 -5
- package/core/modules/filters/after.js +0 -5
- package/core/modules/filters/all/current.js +0 -5
- package/core/modules/filters/all/missing.js +0 -5
- package/core/modules/filters/all/orphans.js +0 -5
- package/core/modules/filters/all/shadows.js +0 -5
- package/core/modules/filters/all/tags.js +0 -5
- package/core/modules/filters/all/tiddlers.js +0 -5
- package/core/modules/filters/all.js +0 -5
- package/core/modules/filters/backlinks.js +0 -5
- package/core/modules/filters/backtranscludes.js +0 -6
- package/core/modules/filters/before.js +0 -5
- package/core/modules/filters/commands.js +0 -5
- package/core/modules/filters/compare.js +0 -5
- package/core/modules/filters/contains.js +0 -5
- package/core/modules/filters/count.js +0 -5
- package/core/modules/filters/crypto.js +0 -5
- package/core/modules/filters/days.js +0 -5
- package/core/modules/filters/deserialize.js +0 -5
- package/core/modules/filters/deserializers.js +0 -5
- package/core/modules/filters/duplicateslugs.js +0 -5
- package/core/modules/filters/each.js +0 -5
- package/core/modules/filters/eachday.js +0 -5
- package/core/modules/filters/editiondescription.js +0 -5
- package/core/modules/filters/editions.js +0 -5
- package/core/modules/filters/else.js +0 -5
- package/core/modules/filters/encodings.js +4 -9
- package/core/modules/filters/enlist.js +0 -5
- package/core/modules/filters/field.js +0 -5
- package/core/modules/filters/fields.js +0 -5
- package/core/modules/filters/filter.js +0 -5
- package/core/modules/filters/format/date.js +0 -5
- package/core/modules/filters/format/json.js +0 -5
- package/core/modules/filters/format/relativedate.js +0 -5
- package/core/modules/filters/format/timestamp.js +0 -4
- package/core/modules/filters/format/titlelist.js +0 -5
- package/core/modules/filters/format.js +0 -5
- package/core/modules/filters/function.js +11 -11
- package/core/modules/filters/get.js +0 -5
- package/core/modules/filters/getindex.js +0 -5
- package/core/modules/filters/getvariable.js +0 -5
- package/core/modules/filters/has.js +0 -5
- package/core/modules/filters/haschanged.js +0 -5
- package/core/modules/filters/indexes.js +0 -5
- package/core/modules/filters/insertafter.js +0 -5
- package/core/modules/filters/insertbefore.js +0 -5
- package/core/modules/filters/is/binary.js +0 -5
- package/core/modules/filters/is/blank.js +0 -5
- package/core/modules/filters/is/current.js +0 -5
- package/core/modules/filters/is/draft.js +0 -5
- package/core/modules/filters/is/image.js +0 -5
- package/core/modules/filters/is/missing.js +0 -5
- package/core/modules/filters/is/orphan.js +0 -5
- package/core/modules/filters/is/shadow.js +0 -5
- package/core/modules/filters/is/system.js +0 -5
- package/core/modules/filters/is/tag.js +0 -5
- package/core/modules/filters/is/tiddler.js +0 -5
- package/core/modules/filters/is/variable.js +0 -5
- package/core/modules/filters/is.js +0 -5
- package/core/modules/filters/json-ops.js +0 -6
- package/core/modules/filters/limit.js +0 -5
- package/core/modules/filters/links.js +0 -5
- package/core/modules/filters/list.js +0 -5
- package/core/modules/filters/listed.js +0 -5
- package/core/modules/filters/listops.js +0 -5
- package/core/modules/filters/lookup.js +0 -5
- package/core/modules/filters/match.js +0 -5
- package/core/modules/filters/math.js +1 -6
- package/core/modules/filters/minlength.js +0 -5
- package/core/modules/filters/moduleproperty.js +10 -8
- package/core/modules/filters/modules.js +0 -5
- package/core/modules/filters/moduletypes.js +0 -5
- package/core/modules/filters/next.js +0 -5
- package/core/modules/filters/plugintiddlers.js +0 -5
- package/core/modules/filters/prefix.js +0 -5
- package/core/modules/filters/previous.js +0 -5
- package/core/modules/filters/range.js +0 -5
- package/core/modules/filters/reduce.js +0 -5
- package/core/modules/filters/regexp.js +0 -5
- package/core/modules/filters/removeprefix.js +0 -5
- package/core/modules/filters/removesuffix.js +0 -5
- package/core/modules/filters/sameday.js +0 -5
- package/core/modules/filters/search.js +0 -5
- package/core/modules/filters/shadowsource.js +0 -5
- package/core/modules/filters/slugify.js +0 -5
- package/core/modules/filters/sort.js +0 -5
- package/core/modules/filters/sortsub.js +0 -5
- package/core/modules/filters/splitbefore.js +0 -5
- package/core/modules/filters/storyviews.js +0 -5
- package/core/modules/filters/strings.js +0 -5
- package/core/modules/filters/subfilter.js +0 -5
- package/core/modules/filters/substitute.js +0 -5
- package/core/modules/filters/subtiddlerfields.js +0 -5
- package/core/modules/filters/suffix.js +0 -5
- package/core/modules/filters/tag.js +0 -5
- package/core/modules/filters/tagging.js +0 -5
- package/core/modules/filters/tags.js +0 -5
- package/core/modules/filters/then.js +0 -5
- package/core/modules/filters/title.js +0 -5
- package/core/modules/filters/transcludes.js +0 -6
- package/core/modules/filters/unknown.js +0 -5
- package/core/modules/filters/untagged.js +0 -5
- package/core/modules/filters/variables.js +0 -5
- package/core/modules/filters/wikiparserrules.js +0 -5
- package/core/modules/filters/x-listops.js +0 -5
- package/core/modules/filters.js +2 -7
- package/core/modules/indexers/field-indexer.js +0 -5
- package/core/modules/indexers/tag-indexer.js +0 -5
- package/core/modules/info/platform.js +0 -5
- package/core/modules/keyboard.js +0 -5
- package/core/modules/language.js +0 -5
- package/core/modules/macros/changecount.js +0 -5
- package/core/modules/macros/contrastcolour.js +0 -5
- package/core/modules/macros/csvtiddlers.js +0 -5
- package/core/modules/macros/displayshortcuts.js +0 -5
- package/core/modules/macros/jsontiddler.js +0 -4
- package/core/modules/macros/jsontiddlers.js +0 -5
- package/core/modules/macros/makedatauri.js +0 -5
- package/core/modules/macros/now.js +0 -5
- package/core/modules/macros/qualify.js +0 -5
- package/core/modules/macros/resolvepath.js +0 -5
- package/core/modules/macros/unusedtitle.js +6 -9
- package/core/modules/macros/version.js +0 -5
- package/core/modules/parsers/audioparser.js +0 -6
- package/core/modules/parsers/binaryparser.js +0 -6
- package/core/modules/parsers/csvparser.js +0 -6
- package/core/modules/parsers/htmlparser.js +0 -6
- package/core/modules/parsers/imageparser.js +1 -6
- package/core/modules/parsers/parseutils.js +0 -5
- package/core/modules/parsers/pdfparser.js +0 -6
- package/core/modules/parsers/textparser.js +0 -5
- package/core/modules/parsers/videoparser.js +0 -5
- package/core/modules/parsers/wikiparser/rules/codeblock.js +0 -5
- package/core/modules/parsers/wikiparser/rules/codeinline.js +0 -5
- package/core/modules/parsers/wikiparser/rules/commentblock.js +0 -5
- package/core/modules/parsers/wikiparser/rules/commentinline.js +0 -5
- package/core/modules/parsers/wikiparser/rules/conditional.js +2 -8
- package/core/modules/parsers/wikiparser/rules/dash.js +0 -5
- package/core/modules/parsers/wikiparser/rules/emphasis/bold.js +0 -5
- package/core/modules/parsers/wikiparser/rules/emphasis/italic.js +0 -5
- package/core/modules/parsers/wikiparser/rules/emphasis/strikethrough.js +0 -5
- package/core/modules/parsers/wikiparser/rules/emphasis/subscript.js +0 -5
- package/core/modules/parsers/wikiparser/rules/emphasis/superscript.js +0 -5
- package/core/modules/parsers/wikiparser/rules/emphasis/underscore.js +0 -5
- package/core/modules/parsers/wikiparser/rules/entity.js +0 -5
- package/core/modules/parsers/wikiparser/rules/extlink.js +0 -5
- package/core/modules/parsers/wikiparser/rules/filteredtranscludeblock.js +0 -5
- package/core/modules/parsers/wikiparser/rules/filteredtranscludeinline.js +0 -5
- package/core/modules/parsers/wikiparser/rules/fnprocdef.js +1 -7
- package/core/modules/parsers/wikiparser/rules/hardlinebreaks.js +0 -5
- package/core/modules/parsers/wikiparser/rules/heading.js +0 -4
- package/core/modules/parsers/wikiparser/rules/horizrule.js +0 -5
- package/core/modules/parsers/wikiparser/rules/html.js +0 -5
- package/core/modules/parsers/wikiparser/rules/image.js +0 -5
- package/core/modules/parsers/wikiparser/rules/import.js +0 -5
- package/core/modules/parsers/wikiparser/rules/list.js +0 -5
- package/core/modules/parsers/wikiparser/rules/macrocallblock.js +0 -5
- package/core/modules/parsers/wikiparser/rules/macrocallinline.js +0 -5
- package/core/modules/parsers/wikiparser/rules/macrodef.js +1 -6
- package/core/modules/parsers/wikiparser/rules/parameters.js +0 -5
- package/core/modules/parsers/wikiparser/rules/parsermode.js +0 -5
- package/core/modules/parsers/wikiparser/rules/prettyextlink.js +0 -5
- package/core/modules/parsers/wikiparser/rules/prettylink.js +0 -5
- package/core/modules/parsers/wikiparser/rules/quoteblock.js +0 -5
- package/core/modules/parsers/wikiparser/rules/rules.js +0 -5
- package/core/modules/parsers/wikiparser/rules/styleblock.js +0 -5
- package/core/modules/parsers/wikiparser/rules/styleinline.js +0 -5
- package/core/modules/parsers/wikiparser/rules/syslink.js +0 -5
- package/core/modules/parsers/wikiparser/rules/table.js +6 -8
- package/core/modules/parsers/wikiparser/rules/transcludeblock.js +0 -5
- package/core/modules/parsers/wikiparser/rules/transcludeinline.js +0 -5
- package/core/modules/parsers/wikiparser/rules/typedblock.js +0 -5
- package/core/modules/parsers/wikiparser/rules/whitespace.js +0 -5
- package/core/modules/parsers/wikiparser/rules/wikilink.js +0 -5
- package/core/modules/parsers/wikiparser/rules/wikilinkprefix.js +0 -5
- package/core/modules/parsers/wikiparser/wikiparser.js +0 -5
- package/core/modules/parsers/wikiparser/wikirulebase.js +0 -5
- package/core/modules/pluginswitcher.js +0 -5
- package/core/modules/saver-handler.js +5 -8
- package/core/modules/savers/andtidwiki.js +1 -5
- package/core/modules/savers/custom.js +0 -4
- package/core/modules/savers/download.js +6 -7
- package/core/modules/savers/fsosaver.js +0 -5
- package/core/modules/savers/gitea.js +0 -5
- package/core/modules/savers/github.js +0 -5
- package/core/modules/savers/gitlab.js +0 -5
- package/core/modules/savers/manualdownload.js +0 -5
- package/core/modules/savers/msdownload.js +0 -5
- package/core/modules/savers/put.js +3 -8
- package/core/modules/savers/tiddlyfox.js +0 -5
- package/core/modules/savers/tiddlyie.js +0 -5
- package/core/modules/savers/twedit.js +0 -5
- package/core/modules/savers/upload.js +1 -6
- package/core/modules/server/authenticators/basic.js +0 -5
- package/core/modules/server/authenticators/header.js +0 -4
- package/core/modules/server/routes/delete-tiddler.js +0 -6
- package/core/modules/server/routes/get-favicon.js +0 -6
- package/core/modules/server/routes/get-file.js +0 -6
- package/core/modules/server/routes/get-index.js +0 -6
- package/core/modules/server/routes/get-login-basic.js +1 -7
- package/core/modules/server/routes/get-status.js +0 -6
- package/core/modules/server/routes/get-tiddler-html.js +0 -6
- package/core/modules/server/routes/get-tiddler.js +0 -6
- package/core/modules/server/routes/get-tiddlers-json.js +0 -6
- package/core/modules/server/routes/put-tiddler.js +0 -6
- package/core/modules/server/server.js +0 -5
- package/core/modules/startup/browser-messaging.js +0 -5
- package/core/modules/startup/commands.js +0 -5
- package/core/modules/startup/favicon.js +0 -5
- package/core/modules/startup/info.js +0 -5
- package/core/modules/startup/load-modules.js +0 -5
- package/core/modules/startup/password.js +0 -5
- package/core/modules/startup/plugins.js +1 -5
- package/core/modules/startup/render.js +0 -5
- package/core/modules/startup/rootwidget.js +3 -6
- package/core/modules/startup/startup.js +10 -13
- package/core/modules/startup/story.js +0 -5
- package/core/modules/startup/windows.js +0 -5
- package/core/modules/story.js +0 -6
- package/core/modules/storyviews/classic.js +6 -11
- package/core/modules/storyviews/pop.js +0 -5
- package/core/modules/storyviews/zoomin.js +0 -5
- package/core/modules/syncer.js +0 -5
- package/core/modules/tiddler.js +2 -7
- package/core/modules/upgraders/plugins.js +0 -5
- package/core/modules/upgraders/system.js +1 -6
- package/core/modules/upgraders/themetweaks.js +0 -5
- package/core/modules/utils/crypto.js +0 -5
- package/core/modules/utils/csv.js +0 -5
- package/core/modules/utils/dom/animations/slide.js +0 -5
- package/core/modules/utils/dom/animator.js +0 -5
- package/core/modules/utils/dom/browser.js +0 -5
- package/core/modules/utils/dom/dom.js +3 -7
- package/core/modules/utils/dom/dragndrop.js +0 -5
- package/core/modules/utils/dom/http.js +7 -7
- package/core/modules/utils/dom/keyboard.js +0 -5
- package/core/modules/utils/dom/modal.js +1 -5
- package/core/modules/utils/dom/notifier.js +0 -5
- package/core/modules/utils/dom/popup.js +0 -5
- package/core/modules/utils/dom/scroller.js +0 -5
- package/core/modules/utils/edition-info.js +8 -9
- package/core/modules/utils/errors.js +0 -4
- package/core/modules/utils/escapecss.js +1 -5
- package/core/modules/utils/fakedom.js +49 -26
- package/core/modules/utils/filesystem.js +1 -6
- package/core/modules/utils/linked-list.js +2 -3
- package/core/modules/utils/logger.js +0 -5
- package/core/modules/utils/parsetree.js +0 -5
- package/core/modules/utils/performance.js +0 -5
- package/core/modules/utils/pluginmaker.js +0 -5
- package/core/modules/utils/repository.js +0 -6
- package/core/modules/utils/transliterate.js +1 -6
- package/core/modules/utils/utils.js +4 -7
- package/core/modules/widgets/action-confirm.js +0 -5
- package/core/modules/widgets/action-createtiddler.js +0 -5
- package/core/modules/widgets/action-deletefield.js +0 -5
- package/core/modules/widgets/action-deletetiddler.js +0 -5
- package/core/modules/widgets/action-listops.js +0 -6
- package/core/modules/widgets/action-log.js +0 -5
- package/core/modules/widgets/action-navigate.js +0 -5
- package/core/modules/widgets/action-popup.js +0 -5
- package/core/modules/widgets/action-sendmessage.js +0 -5
- package/core/modules/widgets/action-setfield.js +0 -5
- package/core/modules/widgets/action-setmultiplefields.js +0 -6
- package/core/modules/widgets/browse.js +8 -5
- package/core/modules/widgets/button.js +0 -5
- package/core/modules/widgets/checkbox.js +6 -8
- package/core/modules/widgets/codeblock.js +0 -5
- package/core/modules/widgets/count.js +0 -5
- package/core/modules/widgets/data.js +13 -9
- package/core/modules/widgets/diff-text.js +0 -5
- package/core/modules/widgets/draggable.js +0 -5
- package/core/modules/widgets/droppable.js +26 -10
- package/core/modules/widgets/dropzone.js +0 -5
- package/core/modules/widgets/edit-binary.js +0 -5
- package/core/modules/widgets/edit-bitmap.js +0 -5
- package/core/modules/widgets/edit-shortcut.js +5 -6
- package/core/modules/widgets/edit-text.js +0 -5
- package/core/modules/widgets/edit.js +2 -16
- package/core/modules/widgets/element.js +0 -5
- package/core/modules/widgets/encrypt.js +0 -5
- package/core/modules/widgets/entity.js +0 -5
- package/core/modules/widgets/error.js +0 -5
- package/core/modules/widgets/eventcatcher.js +0 -5
- package/core/modules/widgets/fieldmangler.js +0 -5
- package/core/modules/widgets/fields.js +0 -5
- package/core/modules/widgets/fill.js +4 -6
- package/core/modules/widgets/genesis.js +20 -19
- package/core/modules/widgets/image.js +0 -5
- package/core/modules/widgets/importvariables.js +0 -5
- package/core/modules/widgets/jsontiddler.js +0 -5
- package/core/modules/widgets/keyboard.js +10 -13
- package/core/modules/widgets/let.js +0 -5
- package/core/modules/widgets/link.js +0 -6
- package/core/modules/widgets/linkcatcher.js +0 -5
- package/core/modules/widgets/list.js +0 -5
- package/core/modules/widgets/log.js +0 -5
- package/core/modules/widgets/macrocall.js +0 -5
- package/core/modules/widgets/messagecatcher.js +0 -5
- package/core/modules/widgets/navigator.js +13 -11
- package/core/modules/widgets/parameters.js +0 -5
- package/core/modules/widgets/password.js +0 -5
- package/core/modules/widgets/qualify.js +0 -5
- package/core/modules/widgets/radio.js +4 -5
- package/core/modules/widgets/range.js +4 -5
- package/core/modules/widgets/raw.js +0 -5
- package/core/modules/widgets/reveal.js +0 -5
- package/core/modules/widgets/scrollable.js +0 -5
- package/core/modules/widgets/select.js +5 -6
- package/core/modules/widgets/setmultiplevariables.js +0 -6
- package/core/modules/widgets/setvariable.js +0 -5
- package/core/modules/widgets/slot.js +0 -5
- package/core/modules/widgets/testcase.js +2 -6
- package/core/modules/widgets/text.js +0 -5
- package/core/modules/widgets/tiddler.js +0 -5
- package/core/modules/widgets/transclude.js +8 -8
- package/core/modules/widgets/vars.js +0 -5
- package/core/modules/widgets/view.js +0 -5
- package/core/modules/widgets/widget.js +44 -22
- package/core/modules/widgets/wikify.js +0 -5
- package/core/modules/wiki-bulkops.js +0 -5
- package/core/modules/wiki.js +32 -23
- package/core/palettes/Blanca.tid +19 -13
- package/core/palettes/Blue.tid +1 -0
- package/core/palettes/BrightMute.tid +2 -0
- package/core/palettes/ContrastDark.tid +38 -31
- package/core/palettes/ContrastLight.tid +21 -15
- package/core/palettes/CupertinoDark.tid +34 -27
- package/core/palettes/DarkPhotos.tid +21 -15
- package/core/palettes/DesertSand.tid +11 -5
- package/core/palettes/FlexokiDark.tid +212 -0
- package/core/palettes/FlexokiLight.tid +214 -0
- package/core/palettes/GruvBoxDark.tid +23 -20
- package/core/palettes/Nord.tid +28 -25
- package/core/palettes/Rocker.tid +17 -10
- package/core/palettes/SolarFlare.tid +47 -32
- package/core/palettes/SolarizedDark.tid +17 -6
- package/core/palettes/SolarizedLight.tid +16 -5
- package/core/palettes/SpartanDay.tid +1 -0
- package/core/palettes/SpartanNight.tid +1 -0
- package/core/palettes/Twilight.tid +6 -4
- package/core/palettes/Vanilla.tid +16 -15
- package/core/templates/exporters/CsvFile.tid +1 -0
- package/core/templates/exporters/JsonFile.tid +1 -0
- package/core/templates/exporters/TidFile.tid +1 -0
- package/core/templates/server/static.tiddler.wikitext.tid +4 -4
- package/core/templates/social-metadata.tid +38 -0
- package/core/templates/tiddlywiki5.html.tid +1 -0
- package/core/ui/Actions/new-journal.tid +4 -4
- package/core/ui/Actions/new-tiddler.tid +3 -3
- package/core/ui/AdvancedSearch/Filter.tid +76 -51
- package/core/ui/AdvancedSearch/Shadows.tid +31 -18
- package/core/ui/AdvancedSearch/Standard.tid +20 -15
- package/core/ui/AdvancedSearch/System.tid +32 -19
- package/core/ui/Components/plugin-info.tid +4 -4
- package/core/ui/ControlPanel/Basics.tid +2 -17
- package/core/ui/ControlPanel/Cascades/ViewTemplateSubtitle.tid +9 -0
- package/core/ui/ControlPanel/Cascades/ViewTemplateTags.tid +9 -0
- package/core/ui/ControlPanel/Modals/AddPlugins.tid +4 -4
- package/core/ui/ControlPanel/Saving/GitHub.tid +1 -1
- package/core/ui/ControlPanel/Saving/GitLab.tid +1 -1
- package/core/ui/ControlPanel/Saving/TiddlySpot.tid +1 -7
- package/core/ui/ControlPanel/Saving/gitea.tid +2 -2
- package/core/ui/ControlPanel/Settings/DefaultTiddlerInfoTab.tid +19 -0
- package/core/ui/ControlPanel/Settings/RecentLimit.tid +10 -0
- package/core/ui/ControlPanel/SocialCard.tid +22 -0
- package/core/ui/DefaultSearchResultList.tid +2 -2
- package/core/ui/EditTemplate/controls.tid +1 -2
- package/core/ui/EditTemplate/fields.tid +26 -29
- package/core/ui/EditTemplate/tags.tid +1 -3
- package/core/ui/EditTemplate/type.tid +4 -4
- package/core/ui/EditToolbar/cancel.tid +11 -7
- package/core/ui/EditToolbar/delete.tid +11 -7
- package/core/ui/EditToolbar/save.tid +6 -7
- package/core/ui/EditorToolbar/bold.tid +2 -1
- package/core/ui/EditorToolbar/excise.tid +1 -1
- package/core/ui/EditorToolbar/file-import.tid +22 -12
- package/core/ui/EditorToolbar/heading-1.tid +1 -1
- package/core/ui/EditorToolbar/heading-2.tid +1 -1
- package/core/ui/EditorToolbar/heading-3.tid +1 -1
- package/core/ui/EditorToolbar/heading-4.tid +1 -1
- package/core/ui/EditorToolbar/heading-5.tid +1 -1
- package/core/ui/EditorToolbar/heading-6.tid +1 -1
- package/core/ui/EditorToolbar/italic.tid +2 -1
- package/core/ui/EditorToolbar/link-dropdown.tid +22 -22
- package/core/ui/EditorToolbar/link.tid +1 -1
- package/core/ui/EditorToolbar/linkify.tid +2 -1
- package/core/ui/EditorToolbar/list-bullet.tid +1 -1
- package/core/ui/EditorToolbar/list-number.tid +1 -1
- package/core/ui/EditorToolbar/mono-block.tid +1 -1
- package/core/ui/EditorToolbar/mono-line.tid +2 -1
- package/core/ui/EditorToolbar/picture.tid +1 -1
- package/core/ui/EditorToolbar/quote.tid +1 -1
- package/core/ui/EditorToolbar/stamp-dropdown-item-template.tid +1 -1
- package/core/ui/EditorToolbar/strikethrough.tid +2 -1
- package/core/ui/EditorToolbar/subscript.tid +2 -1
- package/core/ui/EditorToolbar/superscript.tid +2 -1
- package/core/ui/EditorToolbar/transcludify.tid +2 -1
- package/core/ui/EditorToolbar/underline.tid +2 -1
- package/core/ui/ExportTiddlyWikiCore.tid +1 -1
- package/core/ui/ImportListing.tid +2 -0
- package/core/ui/KeyboardShortcuts/open-control-panel.tid +8 -0
- package/core/ui/PageControls/advanced-search.tid +6 -6
- package/core/ui/PageControls/closeall.tid +5 -5
- package/core/ui/PageControls/controlpanel.tid +6 -6
- package/core/ui/PageControls/encryption.tid +8 -8
- package/core/ui/PageControls/export-page.tid +1 -1
- package/core/ui/PageControls/export-tiddlywikicore.tid +1 -1
- package/core/ui/PageControls/fold-all.tid +5 -5
- package/core/ui/PageControls/full-screen.tid +5 -5
- package/core/ui/PageControls/home.tid +5 -5
- package/core/ui/PageControls/import.tid +5 -5
- package/core/ui/PageControls/language.tid +5 -12
- package/core/ui/PageControls/layout.tid +4 -4
- package/core/ui/PageControls/manager.tid +6 -6
- package/core/ui/PageControls/more-page-actions.tid +17 -21
- package/core/ui/PageControls/network-activity.tid +5 -5
- package/core/ui/PageControls/new-image.tid +4 -4
- package/core/ui/PageControls/new-journal.tid +5 -6
- package/core/ui/PageControls/newtiddler.tid +4 -4
- package/core/ui/PageControls/palette.tid +4 -4
- package/core/ui/PageControls/print.tid +5 -5
- package/core/ui/PageControls/refresh.tid +5 -5
- package/core/ui/PageControls/savewiki.tid +14 -7
- package/core/ui/PageControls/storyview.tid +5 -8
- package/core/ui/PageControls/tag-button.tid +6 -6
- package/core/ui/PageControls/theme.tid +4 -4
- package/core/ui/PageControls/timestamp.tid +8 -8
- package/core/ui/PageControls/unfold-all.tid +5 -5
- package/core/ui/SideBar/Recent.tid +1 -1
- package/core/ui/SideBar/Tools.tid +20 -25
- package/core/ui/SideBarSegments/search.tid +16 -14
- package/core/ui/TagManager.tid +17 -2
- package/core/ui/TagTemplate.tid +1 -1
- package/core/ui/TestCaseTemplate.tid +3 -1
- package/core/ui/TestCases/DefaultTemplate.tid +137 -79
- package/core/ui/TestCases/DefaultTemplateSourceTabs.tid +22 -1
- package/core/ui/TestCases/actions/Export.tid +1 -1
- package/core/ui/ViewTemplate/body/code.tid +5 -0
- package/core/ui/ViewTemplate/body/import.tid +1 -0
- package/core/ui/ViewTemplate/body/{rendered-plain-text.tid → rendered-plain-text/css.tid} +2 -1
- package/core/ui/ViewTemplate/body/rendered-plain-text/html.tid +4 -0
- package/core/ui/ViewTemplate/body.tid +1 -1
- package/core/ui/ViewTemplate/lazy-loading.tid +10 -0
- package/core/ui/ViewTemplate/subtitle/default.tid +10 -0
- package/core/ui/ViewTemplate/subtitle/modifier.tid +1 -1
- package/core/ui/ViewTemplate/subtitle.tid +1 -7
- package/core/ui/ViewTemplate/tags/default.tid +11 -0
- package/core/ui/ViewTemplate/tags.tid +1 -3
- package/core/ui/ViewTemplate/title.tid +1 -1
- package/core/ui/ViewToolbar/clone.tid +14 -9
- package/core/ui/ViewToolbar/close-others.tid +4 -4
- package/core/ui/ViewToolbar/close.tid +13 -9
- package/core/ui/ViewToolbar/edit.tid +13 -9
- package/core/ui/ViewToolbar/export-tiddler.tid +1 -4
- package/core/ui/ViewToolbar/fold-others.tid +4 -4
- package/core/ui/ViewToolbar/fold.tid +8 -8
- package/core/ui/ViewToolbar/info.tid +8 -9
- package/core/ui/ViewToolbar/more-tiddler-actions.tid +16 -21
- package/core/ui/ViewToolbar/new-here.tid +6 -8
- package/core/ui/ViewToolbar/new-journal-here.tid +9 -17
- package/core/ui/ViewToolbar/open-window.tid +4 -4
- package/core/ui/ViewToolbar/permalink.tid +4 -4
- package/core/ui/ViewToolbar/permaview.tid +4 -4
- package/core/ui/WikiInformation.tid +122 -0
- package/core/wiki/allfields.tid +25 -8
- package/core/wiki/config/EditorEnableImportFilter.tid +1 -1
- package/core/wiki/config/OfficialPluginLibrary.tid +1 -1
- package/core/wiki/config/RecentLimit.tid +3 -0
- package/core/wiki/config/ShortcutInfo.multids +1 -0
- package/core/wiki/config/TagPillDragFilter.tid +2 -0
- package/core/wiki/config/ViewTemplateBodyFilters.multids +4 -3
- package/core/wiki/config/ViewTemplateSubtitleFilters.multids +4 -0
- package/core/wiki/config/ViewTemplateTagsFilters.multids +4 -0
- package/core/wiki/config/shortcuts/shortcuts.multids +1 -0
- package/core/wiki/languageswitcher.tid +2 -15
- package/core/wiki/macros/CSS.tid +39 -27
- package/core/wiki/macros/colour-picker.tid +19 -24
- package/core/wiki/macros/copy-to-clipboard.tid +1 -1
- package/core/wiki/macros/diff.tid +1 -1
- package/core/wiki/macros/dumpvariables.tid +1 -1
- package/core/wiki/macros/export.tid +44 -25
- package/core/wiki/macros/image-picker.tid +13 -16
- package/core/wiki/macros/keyboard-driven-input.tid +91 -59
- package/core/wiki/macros/list.tid +41 -40
- package/core/wiki/macros/show-filter-count.tid +17 -0
- package/core/wiki/macros/tag-picker.tid +28 -25
- package/core/wiki/macros/tag.tid +1 -1
- package/core/wiki/macros/testcase.tid +1 -1
- package/core/wiki/macros/timeline.tid +8 -8
- package/core/wiki/macros/toc.tid +33 -27
- package/core/wiki/macros/translink.tid +13 -13
- package/core/wiki/macros/tree.tid +20 -24
- package/core/wiki/paletteswitcher.tid +1 -1
- package/core/wiki/tags/TextEditorSnippet.tid +2 -0
- package/core/wiki/tags/ViewTemplate.tid +1 -1
- package/core/wiki/tags/ViewTemplateBodyFilter.tid +1 -1
- package/editions/classicparserdemo/tiddlers/$__coreURL.tid +4 -0
- package/editions/classicparserdemo/tiddlywiki.info +4 -1
- package/editions/codemirrordemo/tiddlers/$__coreURL.tid +4 -0
- package/editions/codemirrordemo/tiddlers/HelloThere.tid +1 -0
- package/editions/codemirrordemo/tiddlywiki.info +10 -2
- package/editions/de-AT/tiddlers/HelloThere.tid +1 -1
- package/editions/de-AT/tiddlers/community/Fur_Entwickler.tid +1 -1
- package/editions/de-AT/tiddlers/community/Wie_kann_ich_helfen_.tid +2 -2
- package/editions/de-AT/tiddlers/lexikon/GitHub.tid +1 -1
- package/editions/de-AT/tiddlers/maintainer/Wer pflegt diese Edition_.tid +1 -1
- package/editions/de-AT/tiddlers/referenz/Lizenzen.tid +3 -3
- package/editions/dev/tiddlers/$__github-ribbon.tid +9 -0
- package/editions/dev/tiddlers/Continuous Deployment.tid +1 -1
- package/editions/dev/tiddlers/GitHub Branches.tid +1 -1
- package/editions/dev/tiddlers/build/Scripts for building tiddlywiki.com.tid +3 -3
- package/editions/dev/tiddlers/from tw5.com/Developing plugins using Node.js and GitHub.tid +1 -1
- package/editions/dev/tiddlers/from tw5.com/How to create a translation for TiddlyWiki.tid +2 -2
- package/editions/dev/tiddlers/from tw5.com/JavaScript Macros.tid +2 -3
- package/editions/dev/tiddlers/from tw5.com/moduletypes/SyncAdaptorModules.tid +1 -1
- package/editions/dev/tiddlers/javascript-widget-tutorial/domwidget.js +0 -4
- package/editions/dev/tiddlers/javascript-widget-tutorial/donothing.js +0 -5
- package/editions/dev/tiddlers/javascript-widget-tutorial/hello-attribute-optimized.js +0 -6
- package/editions/dev/tiddlers/javascript-widget-tutorial/hello-attribute.js +0 -6
- package/editions/dev/tiddlers/javascript-widget-tutorial/hello.js +0 -5
- package/editions/dev/tiddlers/javascript-widget-tutorial/refreshcount.js +0 -6
- package/editions/dev/tiddlers/javascript-widget-tutorial/tiddlerfield-norefresh.js +0 -6
- package/editions/dev/tiddlers/javascript-widget-tutorial/tiddlerfield.js +0 -6
- package/editions/dev/tiddlers/new/Filter Operators.tid +1 -7
- package/editions/dev/tiddlers/new/Hook_ th-before-importing.tid +0 -5
- package/editions/dev/tiddlers/new/ParserSubclassingMechanism.tid +0 -4
- package/editions/dev/tiddlers/new/Using TiddlyWiki as a library.tid +1 -1
- package/editions/dev/tiddlers/new/WidgetSubclassingMechanism.tid +0 -4
- package/editions/dev/tiddlers/system/ContributionBanner.tid +1 -1
- package/editions/dev/tiddlers/system/Sources.tid +1 -1
- package/editions/dev/tiddlers/system/github-fork-ribbon.tid +1 -1
- package/editions/dev/tiddlers/system/tw5.com-dev-styles.tid +2 -0
- package/editions/dynaviewdemo/tiddlers/$__coreURL.tid +4 -0
- package/editions/dynaviewdemo/tiddlywiki.info +4 -1
- package/editions/es-ES/tiddlers/$__ContributionBanner.tid +1 -1
- package/editions/es-ES/tiddlers/Articles.tid +1 -1
- package/editions/es-ES/tiddlers/Contributing.tid +1 -1
- package/editions/es-ES/tiddlers/Contributor_License_Agreement.tid +2 -2
- package/editions/es-ES/tiddlers/Contributors.tid +1 -1
- package/editions/es-ES/tiddlers/Examples.tid +1 -1
- package/editions/es-ES/tiddlers/Forums.tid +2 -2
- package/editions/es-ES/tiddlers/HelloThere.tid +1 -1
- package/editions/es-ES/tiddlers/Installing_TiddlyWiki_on_Node.js.tid +1 -1
- package/editions/es-ES/tiddlers/Resources.tid +1 -1
- package/editions/es-ES/tiddlers/Signing_the_Contributor_License_Agreement.tid +2 -2
- package/editions/es-ES/tiddlers/Tutorials.tid +1 -1
- package/editions/fr-FR/tiddlers/$__ContributionBanner.tid +1 -1
- package/editions/fr-FR/tiddlers/$__editions_tw5.com_version-macros.tid +1 -1
- package/editions/fr-FR/tiddlers/Contributing.tid +4 -4
- package/editions/fr-FR/tiddlers/Contributors.tid +1 -1
- package/editions/fr-FR/tiddlers/Developers.tid +4 -4
- package/editions/fr-FR/tiddlers/GitHub.tid +1 -1
- package/editions/fr-FR/tiddlers/HelloThere.tid +1 -1
- package/editions/fr-FR/tiddlers/HelpingTiddlyWiki.tid +2 -2
- package/editions/fr-FR/tiddlers/How to add a banner for GitHub contributions.tid +1 -1
- package/editions/fr-FR/tiddlers/Release 5.1.2.tid +8 -8
- package/editions/fr-FR/tiddlers/Release_5.1.8.tid +45 -45
- package/editions/fr-FR/tiddlers/ReportingBugs.tid +1 -1
- package/editions/fr-FR/tiddlers/RoadMap.tid +1 -1
- package/editions/fr-FR/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid +1 -1
- package/editions/full/tiddlywiki.info +5 -6
- package/editions/geospatialdemo/tiddlers/$__coreURL.tid +4 -0
- package/editions/geospatialdemo/tiddlers/Features.tid +13 -7
- package/editions/geospatialdemo/tiddlers/HelloThere.tid +5 -4
- package/editions/geospatialdemo/tiddlers/cities/LimehouseTownHall-image.jpeg +0 -0
- package/editions/geospatialdemo/tiddlers/cities/LimehouseTownHall-image.jpeg.meta +3 -0
- package/editions/geospatialdemo/tiddlers/cities/LimehouseTownHall.tid +3 -1
- package/editions/geospatialdemo/tiddlers/cities/Motovun-image.jpeg +0 -0
- package/editions/geospatialdemo/tiddlers/cities/Motovun-image.jpeg.meta +3 -0
- package/editions/geospatialdemo/tiddlers/cities/Motovun.tid +3 -1
- package/editions/geospatialdemo/tiddlers/cities/NewYork-image.jpeg +0 -0
- package/editions/geospatialdemo/tiddlers/cities/NewYork-image.jpeg.meta +3 -0
- package/editions/geospatialdemo/tiddlers/cities/NewYork.tid +3 -1
- package/editions/geospatialdemo/tiddlers/cities/Oxford-image.jpeg +0 -0
- package/editions/geospatialdemo/tiddlers/cities/Oxford-image.jpeg.meta +3 -0
- package/editions/geospatialdemo/tiddlers/cities/Oxford.tid +3 -1
- package/editions/geospatialdemo/tiddlers/cities/Toronto-image.jpeg +0 -0
- package/editions/geospatialdemo/tiddlers/cities/Toronto-image.jpeg.meta +3 -0
- package/editions/geospatialdemo/tiddlers/cities/Toronto.tid +3 -1
- package/editions/geospatialdemo/tiddlers/cities/Winchester-image.jpeg +0 -0
- package/editions/geospatialdemo/tiddlers/cities/Winchester-image.jpeg.meta +3 -0
- package/editions/geospatialdemo/tiddlers/cities/Winchester.tid +3 -1
- package/editions/geospatialdemo/tiddlers/config/FeatureVisbility.multids +4 -0
- package/editions/geospatialdemo/tiddlers/features/canada-census-subdivision-millesime-popuptemplate.tid +12 -0
- package/editions/geospatialdemo/tiddlers/features/canada-census-subdivision-millesime.geojson.meta +1 -0
- package/editions/geospatialdemo/tiddlers/features/harvard-glb-volc-geojson-popuptemplate.tid +10 -0
- package/editions/geospatialdemo/tiddlers/features/harvard-glb-volc-geojson.json.meta +2 -1
- package/editions/geospatialdemo/tiddlers/features/natural-earth-countries-low-res-popuptemplate.tid +32 -0
- package/editions/geospatialdemo/tiddlers/features/natural-earth-countries-low-res.json +1 -0
- package/editions/geospatialdemo/tiddlers/features/natural-earth-countries-low-res.json.meta +6 -0
- package/editions/geospatialdemo/tiddlers/features/us-states-popuptemplate.tid +6 -0
- package/editions/geospatialdemo/tiddlers/features/us-states.geojson.meta +1 -0
- package/editions/geospatialdemo/tiddlers/real-estate-demo/schema.json +2 -2
- package/editions/geospatialdemo/tiddlers/ui/geofeature.tid +1 -1
- package/editions/geospatialdemo/tiddlers/ui/geomarker.tid +4 -4
- package/editions/geospatialdemo/tiddlers/ui/popuptemplate.tid +9 -0
- package/editions/geospatialdemo/tiddlywiki.info +3 -0
- package/editions/highlightdemo/tiddlers/$__coreURL.tid +4 -0
- package/editions/highlightdemo/tiddlywiki.info +4 -1
- package/editions/innerwikidemo/tiddlers/system/$__coreURL.tid +4 -0
- package/editions/innerwikidemo/tiddlywiki.info +3 -0
- package/editions/introduction/tiddlers/slides/Translations.tid +2 -26
- package/editions/introduction/tiddlywiki.info +4 -0
- package/editions/ja-JP/tiddlers/$_config_ViewTemplateSubtitle_original-modified.tid +6 -0
- package/editions/ja-JP/tiddlers/$_config_ViewTemplateTitleFilters_ja-default.tid +8 -0
- package/editions/ja-JP/tiddlers/$_core_ui_ViewTemplate_title_ja-default.tid +9 -0
- package/editions/ja-JP/tiddlers/$_editions_ja-JP_Macros_list.tid +25 -0
- package/editions/ja-JP/tiddlers/$_editions_ja-JP_Macros_timeline-title.tid +12 -0
- package/editions/ja-JP/tiddlers/$_editions_ja-JP_Macros_toc-caption.tid +16 -0
- package/editions/ja-JP/tiddlers/$_plugins_tiddlywiki_menubar_items_contents.tid +12 -0
- package/editions/ja-JP/tiddlers/Hidden Setting_ Import Content Types for Editor.tid +13 -0
- package/editions/ja-JP/tiddlers/TiddlyWiki Docs PR Maker.tid +14 -0
- package/editions/ja-JP/tiddlers/_tw_shared/sites/classic.tiddlywiki.com.tid +7 -0
- package/editions/ja-JP/tiddlers/_tw_shared/sites/links.tiddlywiki.org.tid +7 -0
- package/editions/ja-JP/tiddlers/_tw_shared/sites/marketplace.tid +7 -0
- package/editions/ja-JP/tiddlers/_tw_shared/sites/talk.tiddlywiki.org.tid +7 -0
- package/editions/ja-JP/tiddlers/_tw_shared/sites/tiddlywiki.com.dev.tid +7 -0
- package/editions/ja-JP/tiddlers/_tw_shared/sites/tiddlywiki.com.prerelease.tid +7 -0
- package/editions/ja-JP/tiddlers/_tw_shared/sites/tiddlywiki.com.tid +7 -0
- package/editions/ja-JP/tiddlers/_tw_shared/sites/tiddlywiki.com.upgrade.tid +7 -0
- package/editions/ja-JP/tiddlers/_tw_shared/sites/tiddlywiki.org.tid +7 -0
- package/editions/ja-JP/tiddlers/_tw_shared/sites.tid +33 -0
- package/editions/ja-JP/tiddlers/about/About.tid +11 -0
- package/editions/ja-JP/tiddlers/about/Acknowledgements.tid +11 -0
- package/editions/ja-JP/tiddlers/about/Archive.tid +83 -0
- package/editions/ja-JP/tiddlers/about/Contributors.tid +45 -0
- package/editions/ja-JP/tiddlers/about/Developers.tid +31 -0
- package/editions/ja-JP/tiddlers/about/Funding TiddlyWiki.tid +21 -0
- package/editions/ja-JP/tiddlers/about/History of TiddlyWiki.tid +88 -0
- package/editions/ja-JP/tiddlers/about/License.tid +21 -0
- package/editions/ja-JP/tiddlers/about/Open Collective.tid +16 -0
- package/editions/ja-JP/tiddlers/about/Philosophy of Tiddlers.tid +13 -0
- package/editions/ja-JP/tiddlers/commands/NamedCommandParameters.tid +24 -0
- package/editions/ja-JP/tiddlers/community/Articles.tid +28 -0
- package/editions/ja-JP/tiddlers/community/Community Editions.tid +27 -0
- package/editions/ja-JP/tiddlers/community/Community Palettes.tid +27 -0
- package/editions/ja-JP/tiddlers/community/Community Plugins.tid +27 -0
- package/editions/ja-JP/tiddlers/community/Community Themes.tid +27 -0
- package/editions/ja-JP/tiddlers/community/Community.tid +13 -0
- package/editions/ja-JP/tiddlers/community/Examples.tid +26 -0
- package/editions/ja-JP/tiddlers/community/Forums.tid +38 -0
- package/editions/ja-JP/tiddlers/community/Latest.tid +28 -0
- package/editions/ja-JP/tiddlers/community/Meetups.tid +16 -0
- package/editions/ja-JP/tiddlers/community/OXTWIG.tid +25 -0
- package/editions/ja-JP/tiddlers/community/Other Resources.tid +27 -0
- package/editions/ja-JP/tiddlers/community/TiddlyWiki Hangouts.tid +13 -0
- package/editions/ja-JP/tiddlers/community/TiddlyWiki on the Web.tid +18 -0
- package/editions/ja-JP/tiddlers/community/Tutorials.tid +28 -0
- package/editions/ja-JP/tiddlers/community/editions/_Noteself_ by Danielo Rodriguez.tid +35 -0
- package/editions/ja-JP/tiddlers/community/examples/A Thesis Notebook.tid +19 -0
- package/editions/ja-JP/tiddlers/community/examples/GitFixUm.tid +16 -0
- package/editions/ja-JP/tiddlers/community/examples/PESpot Lesson Planner by Patrick Detzner.tid +16 -0
- package/editions/ja-JP/tiddlers/community/examples/PETTIL.tid +21 -0
- package/editions/ja-JP/tiddlers/community/examples/Simple Zork like Game.tid +17 -0
- package/editions/ja-JP/tiddlers/community/examples/TriTarget.org by Devin Weaver.tid +16 -0
- package/editions/ja-JP/tiddlers/community/examples/_Lucky Sushi_ online shop by sini-Kit.tid +13 -0
- package/editions/ja-JP/tiddlers/community/resources/Gospel_Bubbles_by_Rev_David_Gifford.tid +28 -0
- package/editions/ja-JP/tiddlers/community/resources/TW5-firebase_ TiddlyWiki5 for Google Firebase by Peter Neumark.tid +29 -0
- package/editions/ja-JP/tiddlers/community/resources/TiddlyDrive Add-on for Google Drive by Joshua Stubbs.tid +26 -0
- package/editions/ja-JP/tiddlers/community/resources/TiddlyServer by Arlen Beiler.tid +30 -0
- package/editions/ja-JP/tiddlers/community/resources/Twexe_ Single File Tiddlywiki5 executable.tid +32 -0
- package/editions/ja-JP/tiddlers/community/resources/_Timimi_ Extension and executable by Riz.tid +36 -0
- package/editions/ja-JP/tiddlers/community/resources/_file-backups_ Extension Firefox by pmario.tid +20 -0
- package/editions/ja-JP/tiddlers/community/resources/_savetiddlers_ Extension for Chrome and Firefox by buggyj.tid +18 -0
- package/editions/ja-JP/tiddlers/concepts/ExternalImages.tid +72 -0
- package/editions/ja-JP/tiddlers/concepts/Filters.tid +30 -0
- package/editions/ja-JP/tiddlers/concepts/InfoPanel.tid +18 -0
- package/editions/ja-JP/tiddlers/concepts/Order of Tagged Tiddlers.tid +22 -0
- package/editions/ja-JP/tiddlers/concepts/PermaLinks.tid +64 -0
- package/editions/ja-JP/tiddlers/concepts/Selection Constructors.tid +19 -0
- package/editions/ja-JP/tiddlers/concepts/TagTiddlers.tid +13 -0
- package/editions/ja-JP/tiddlers/concepts/TiddlyWikiFolders.tid +42 -0
- package/editions/ja-JP/tiddlers/customising/Alternative page layouts.tid +48 -0
- package/editions/ja-JP/tiddlers/customising/Configuring startup tiddlers.tid +29 -0
- package/editions/ja-JP/tiddlers/customising/Creating new toolbar buttons.tid +37 -0
- package/editions/ja-JP/tiddlers/customising/Customise TiddlyWiki.tid +12 -0
- package/editions/ja-JP/tiddlers/customising/Customising TiddlyWiki's user interface.tid +77 -0
- package/editions/ja-JP/tiddlers/customising/Customising search results.tid +51 -0
- package/editions/ja-JP/tiddlers/definitions/TiddlyDesktop.tid +21 -0
- package/editions/ja-JP/tiddlers/demonstrations/KeyboardDrivenInput/Demonstration_ keyboard-driven-input Macro.tid +123 -0
- package/editions/ja-JP/tiddlers/demonstrations/SampleNotification.tid +9 -0
- package/editions/ja-JP/tiddlers/demonstrations/SampleWizard.tid +15 -0
- package/editions/ja-JP/tiddlers/demonstrations/SampleWizard2.tid +13 -0
- package/editions/ja-JP/tiddlers/demonstrations/Tasks/Compose ballad.tid +8 -0
- package/editions/ja-JP/tiddlers/demonstrations/Tasks/Get the Ring.tid +8 -0
- package/editions/ja-JP/tiddlers/demonstrations/Tasks/Go to Mordor.tid +8 -0
- package/editions/ja-JP/tiddlers/demonstrations/Tasks/Kill the Dragon.tid +9 -0
- package/editions/ja-JP/tiddlers/demonstrations/Tasks/Make the beds.tid +8 -0
- package/editions/ja-JP/tiddlers/demonstrations/Tasks/TaskManagementExample.tid +27 -0
- package/editions/ja-JP/tiddlers/demonstrations/Tasks/TaskManagementExampleDraggable.tid +25 -0
- package/editions/ja-JP/tiddlers/demonstrations/Tasks/TaskManagementExampleDraggableTemplate.tid +9 -0
- package/editions/ja-JP/tiddlers/demonstrations/Tasks/done.tid +8 -0
- package/editions/ja-JP/tiddlers/demonstrations/Tasks/task.tid +10 -0
- package/editions/ja-JP/tiddlers/editions/Blog Edition.tid +11 -0
- package/editions/ja-JP/tiddlers/editions/Editions.tid +18 -0
- package/editions/ja-JP/tiddlers/editions/Empty Edition.tid +16 -0
- package/editions/ja-JP/tiddlers/editions/Full Edition.tid +13 -0
- package/editions/ja-JP/tiddlers/editions/R/303/251sum/303/251 Builder Edition.tid" +11 -0
- package/editions/ja-JP/tiddlers/editions/Text Slicer Edition.tid +11 -0
- package/editions/ja-JP/tiddlers/editions/XLSX Utilities Edition.tid +11 -0
- package/editions/ja-JP/tiddlers/features/AutoSave.tid +13 -0
- package/editions/ja-JP/tiddlers/features/Core Icons.tid +42 -0
- package/editions/ja-JP/tiddlers/features/DateFormat.tid +89 -0
- package/editions/ja-JP/tiddlers/features/Deserializers.tid +22 -0
- package/editions/ja-JP/tiddlers/features/Drag and Drop.tid +33 -0
- package/editions/ja-JP/tiddlers/features/Features.tid +13 -0
- package/editions/ja-JP/tiddlers/features/Future Proof.tid +18 -0
- package/editions/ja-JP/tiddlers/features/Importing Tiddlers.tid +28 -0
- package/editions/ja-JP/tiddlers/features/JSON in TiddlyWiki.tid +73 -0
- package/editions/ja-JP/tiddlers/features/LazyLoading.tid +32 -0
- package/editions/ja-JP/tiddlers/features/Modals.tid +26 -0
- package/editions/ja-JP/tiddlers/features/Notifications.tid +11 -0
- package/editions/ja-JP/tiddlers/features/Performance Instrumentation.tid +38 -0
- package/editions/ja-JP/tiddlers/features/SafeMode.tid +30 -0
- package/editions/ja-JP/tiddlers/features/Scalability.tid +11 -0
- package/editions/ja-JP/tiddlers/features/Searching in TiddlyWiki.tid +24 -0
- package/editions/ja-JP/tiddlers/features/StartupActions.tid +46 -0
- package/editions/ja-JP/tiddlers/fileformats/MultiTiddlerFileSyntax.tid +31 -0
- package/editions/ja-JP/tiddlers/fileformats/MultiTiddlerFiles.tid +38 -0
- package/editions/ja-JP/tiddlers/fileformats/TiddlerFiles.tid +112 -0
- package/editions/ja-JP/tiddlers/filters/Introduction to filter notation.tid +97 -0
- package/editions/ja-JP/tiddlers/filters/syntax/All Filter Run Prefix.tid +20 -0
- package/editions/ja-JP/tiddlers/filters/syntax/And Filter Run Prefix.tid +20 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Cascade Filter Run Prefix (Examples).tid +48 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Cascade Filter Run Prefix.tid +27 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Else Filter Run Prefix.tid +22 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Except Filter Run Prefix.tid +20 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Filter Expression.tid +23 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Filter Filter Run Prefix (Examples).tid +33 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Filter Filter Run Prefix.tid +34 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Filter Parameter.tid +40 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Filter Run Prefix.tid +21 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Filter Run.tid +29 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Filter Step.tid +37 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Filter Syntax.tid +26 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Filter Whitespace.tid +15 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Interchangeable Filter Run Prefixes.tid +47 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Intersection Filter Run Prefix (Examples).tid +38 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Intersection Filter Run Prefix.tid +22 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Map Filter Run Prefix (Examples).tid +60 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Map Filter Run Prefix.tid +35 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Named Filter Run Prefix.tid +38 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Or Filter Run Prefix.tid +20 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Reduce Filter Run Prefix (Examples).tid +29 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Reduce Filter Run Prefix.tid +49 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Shortcut Filter Run Prefixes.tid +30 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Sort Filter Run Prefix (Examples).tid +35 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Sort Filter Run Prefix.tid +61 -0
- package/editions/ja-JP/tiddlers/filters/syntax/Then Filter Run Prefix (Examples).tid +53 -0
- package/editions/ja-JP/tiddlers/filters/syntax/then Filter Run Prefix.tid +41 -0
- package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Android.tid +22 -0
- package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Chrome.tid +12 -0
- package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Firefox.tid +13 -0
- package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Internet Explorer.tid +13 -0
- package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Node.js.tid +10 -0
- package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Online.tid +15 -0
- package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - Safari.tid +13 -0
- package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted - iOS.tid +10 -0
- package/editions/ja-JP/tiddlers/gettingstarted/GettingStarted.tid +17 -0
- package/editions/ja-JP/tiddlers/hellothere/A Gentle Guide to TiddlyWiki.tid +24 -0
- package/editions/ja-JP/tiddlers/hellothere/Discover TiddlyWiki.tid +38 -0
- package/editions/ja-JP/tiddlers/hellothere/Find Out More.tid +18 -0
- package/editions/ja-JP/tiddlers/hellothere/HelloThere.tid +19 -0
- package/editions/ja-JP/tiddlers/hellothere/Some of the things you can do with TiddlyWiki.tid +22 -0
- package/editions/ja-JP/tiddlers/hellothere/Ten reasons to switch to TiddlyWiki.tid +20 -0
- package/editions/ja-JP/tiddlers/hellothere/Testimonials and Reviews.tid +15 -0
- package/editions/ja-JP/tiddlers/hellothere/Welcome.tid +8 -0
- package/editions/ja-JP/tiddlers/hellothere/What happened to the original TiddlyWiki_.tid +17 -0
- package/editions/ja-JP/tiddlers/hellothere/quickstart/Quick Start.tid +23 -0
- package/editions/ja-JP/tiddlers/hellothere/quickstart/desktop.tid +11 -0
- package/editions/ja-JP/tiddlers/hellothere/quickstart/diy.tid +11 -0
- package/editions/ja-JP/tiddlers/hellothere/quickstart/tiddlyhost.tid +11 -0
- package/editions/ja-JP/tiddlers/hellothere/quickstart/xememex.tid +11 -0
- package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Funding.tid +10 -0
- package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Grok TiddlyWiki.tid +10 -0
- package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Intertwingled Innovations.tid +10 -0
- package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Introduction Video.tid +11 -0
- package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Latest Version.tid +15 -0
- package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Marketplace.tid +10 -0
- package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - MultiWikiServer.tid +11 -0
- package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Newsletter.tid +10 -0
- package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWiki Privacy.tid +9 -0
- package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWikiLinks.tid +9 -0
- package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - Twenty Years of TiddlyWiki.tid +10 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Content to be displayed for empty story.tid +14 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Default Story Ordering.tid +5 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Default Tiddler Colour.tid +9 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting EditTabIndex.tid +10 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting HtmlParserDisableSandbox.tid +16 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting NewImageType.tid +11 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SaveWikiButton Filename.tid +13 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SaveWikiButton Template.tid +15 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Search-NavigateOnEnter.tid +9 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SearchMinLength.tid +13 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting ShowEditPreviewPerTiddler.tid +12 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting Sync System Tiddlers From Server.tid +15 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SyncLogging.tid +15 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting SyncPollingInterval.tid +15 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting TagsMinLength.tid +13 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting ViewTemplate and EditTemplate.tid +8 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Default Tiddler Icon.tid +9 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Disable Drag and Drop.tid +21 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Disable Lazy Loading.tid +11 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Enable File Import in Editor_1.tid +14 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ More Tabs Horizontal.tid +9 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Scroll Top Adjustment.tid +12 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Search AutoFocus.tid +11 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Tag Pill Drag Filter.tid +24 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Setting_ Typin Refresh Delay.tid +15 -0
- package/editions/ja-JP/tiddlers/hiddensettings/Hidden Settings.tid +13 -0
- package/editions/ja-JP/tiddlers/howtos/Adding a Twitter Follow button.tid +24 -0
- package/editions/ja-JP/tiddlers/howtos/Adding_a_table_of_contents_to_the_sidebar.tid +27 -0
- package/editions/ja-JP/tiddlers/howtos/Adopt a Titles Policy.tid +16 -0
- package/editions/ja-JP/tiddlers/howtos/Concatenating text and variables using macro substitution.tid +61 -0
- package/editions/ja-JP/tiddlers/howtos/Configuring the default TiddlerInfo tab.tid +19 -0
- package/editions/ja-JP/tiddlers/howtos/Constructing JSON tiddlers.tid +18 -0
- package/editions/ja-JP/tiddlers/howtos/Creating SubStories.tid +34 -0
- package/editions/ja-JP/tiddlers/howtos/Creating a custom export format.tid +23 -0
- package/editions/ja-JP/tiddlers/howtos/Creating a splash screen.tid +36 -0
- package/editions/ja-JP/tiddlers/howtos/Custom Styles FAQ.tid +11 -0
- package/editions/ja-JP/tiddlers/howtos/Custom Styles by title.tid +41 -0
- package/editions/ja-JP/tiddlers/howtos/Custom Styles by userClass.tid +28 -0
- package/editions/ja-JP/tiddlers/howtos/Custom tag pill styles.tid +34 -0
- package/editions/ja-JP/tiddlers/howtos/Custom_Attribute_Selectors.tid +33 -0
- package/editions/ja-JP/tiddlers/howtos/Custom_styles_by_data-tags.tid +62 -0
- package/editions/ja-JP/tiddlers/howtos/Debugging Stylesheets.tid +13 -0
- package/editions/ja-JP/tiddlers/howtos/Editing Tiddlers with Emacs.tid +40 -0
- package/editions/ja-JP/tiddlers/howtos/Editing Tiddlers with Vim.tid +11 -0
- package/editions/ja-JP/tiddlers/howtos/Editor toolbar.tid +22 -0
- package/editions/ja-JP/tiddlers/howtos/Formatting List Results as Tables with CSS - Specified Columns Methods.tid +51 -0
- package/editions/ja-JP/tiddlers/howtos/Formatting List Results as Tables with CSS - Variable Column Method.tid +85 -0
- package/editions/ja-JP/tiddlers/howtos/Formatting_List_Results_as_Tables_(no_CSS).tid +51 -0
- package/editions/ja-JP/tiddlers/howtos/Generating Static Sites with TiddlyWiki.tid +37 -0
- package/editions/ja-JP/tiddlers/howtos/Height of text editor.tid +8 -0
- package/editions/ja-JP/tiddlers/howtos/How to add a banner for GitHub contributions.tid +22 -0
- package/editions/ja-JP/tiddlers/howtos/How to apply custom styles by tag.tid +62 -0
- package/editions/ja-JP/tiddlers/howtos/How to apply custom styles.tid +12 -0
- package/editions/ja-JP/tiddlers/howtos/How to build a TiddlyWiki5 from individual tiddlers.tid +19 -0
- package/editions/ja-JP/tiddlers/howtos/How to change the sort order of sub-branches in a TOC macro.tid +27 -0
- package/editions/ja-JP/tiddlers/howtos/How to create a custom story tiddler template.tid +42 -0
- package/editions/ja-JP/tiddlers/howtos/How to create a custom tiddler colour rule.tid +38 -0
- package/editions/ja-JP/tiddlers/howtos/How to create a custom tiddler icon rule.tid +38 -0
- package/editions/ja-JP/tiddlers/howtos/How to create keyboard shortcuts.tid +107 -0
- package/editions/ja-JP/tiddlers/howtos/How to customize TiddlyDesktop.tid +34 -0
- package/editions/ja-JP/tiddlers/howtos/How to embed PDF and other documents.tid +37 -0
- package/editions/ja-JP/tiddlers/howtos/How to export tiddlers.tid +32 -0
- package/editions/ja-JP/tiddlers/howtos/How to hide the author's and other fields with CSS.tid +33 -0
- package/editions/ja-JP/tiddlers/howtos/How to put the last modification date in a banner.tid +29 -0
- package/editions/ja-JP/tiddlers/howtos/How to update TiddlyWiki to the latest version.tid +9 -0
- package/editions/ja-JP/tiddlers/howtos/How to widen tiddlers (aka storyriver).tid +17 -0
- package/editions/ja-JP/tiddlers/howtos/How_to_add_a_new_tab_to_the_sidebar.tid +17 -0
- package/editions/ja-JP/tiddlers/howtos/How_to_turn_off_camel_case_linking.tid +27 -0
- package/editions/ja-JP/tiddlers/howtos/Insert link.tid +12 -0
- package/editions/ja-JP/tiddlers/howtos/Insert picture.tid +10 -0
- package/editions/ja-JP/tiddlers/howtos/KeyboardShortcuts.tid +38 -0
- package/editions/ja-JP/tiddlers/howtos/Making a custom journal button.tid +43 -0
- package/editions/ja-JP/tiddlers/howtos/Making curved text with SVG.tid +28 -0
- package/editions/ja-JP/tiddlers/howtos/Modifying JSON tiddlers.tid +20 -0
- package/editions/ja-JP/tiddlers/howtos/More actions.tid +8 -0
- package/editions/ja-JP/tiddlers/howtos/Preserving open tiddlers at startup.tid +17 -0
- package/editions/ja-JP/tiddlers/howtos/Reading data from JSON tiddlers.tid +36 -0
- package/editions/ja-JP/tiddlers/howtos/Setting a favicon.tid +19 -0
- package/editions/ja-JP/tiddlers/howtos/Setting a page background image.tid +19 -0
- package/editions/ja-JP/tiddlers/howtos/Sharing a TiddlyWiki on Dropbox.tid +27 -0
- package/editions/ja-JP/tiddlers/howtos/Simple ways to write protect tiddlers.tid +32 -0
- package/editions/ja-JP/tiddlers/howtos/Structuring TiddlyWiki.tid +14 -0
- package/editions/ja-JP/tiddlers/howtos/Tagging.tid +42 -0
- package/editions/ja-JP/tiddlers/howtos/Text preview.tid +20 -0
- package/editions/ja-JP/tiddlers/howtos/The First Rule of Using TiddlyWiki.tid +37 -0
- package/editions/ja-JP/tiddlers/howtos/Upgrading.tid +64 -0
- package/editions/ja-JP/tiddlers/howtos/Using Excise.tid +20 -0
- package/editions/ja-JP/tiddlers/howtos/Using SVG.tid +57 -0
- package/editions/ja-JP/tiddlers/howtos/Using Stamp.tid +59 -0
- package/editions/ja-JP/tiddlers/howtos/Using Stylesheets.tid +82 -0
- package/editions/ja-JP/tiddlers/howtos/Using TiddlyWiki for GitHub project documentation.tid +31 -0
- package/editions/ja-JP/tiddlers/howtos/Using a custom path prefix with the client-server edition.tid +16 -0
- package/editions/ja-JP/tiddlers/howtos/Visible Transclusions.tid +16 -0
- package/editions/ja-JP/tiddlers/howtos/Windows HTA Hack.tid +18 -0
- package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_dynamic_stylesheet.tid +10 -0
- package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_how_can_i_use_custom_field.tid +31 -0
- package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_what_if_tiddler_has_no_tags.tid +21 -0
- package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_what_this_and_that_tag.tid +34 -0
- package/editions/ja-JP/tiddlers/howtos/faq/csFAQ_what_this_or_that_tag.tid +19 -0
- package/editions/ja-JP/tiddlers/images/Icon Gallery.tid +16 -0
- package/editions/ja-JP/tiddlers/languages/Castellano (Espana) Edition.tid +14 -0
- package/editions/ja-JP/tiddlers/languages/Chinese (Simplified) Edition.tid +15 -0
- package/editions/ja-JP/tiddlers/languages/Chinese (Traditional) Edition.tid +15 -0
- package/editions/ja-JP/tiddlers/languages/French (France) Edition.tid +13 -0
- package/editions/ja-JP/tiddlers/languages/German (Austria) Edition.tid +15 -0
- package/editions/ja-JP/tiddlers/languages/German (Germany) Edition.tid +15 -0
- package/editions/ja-JP/tiddlers/languages/Japanese (Japan) Edition.tid +13 -0
- package/editions/ja-JP/tiddlers/languages/Korean (Korea Republic) Edition.tid +13 -0
- package/editions/ja-JP/tiddlers/languages/Languages.tid +19 -0
- package/editions/ja-JP/tiddlers/learning/Copying tiddlers between TiddlyWiki files.tid +11 -0
- package/editions/ja-JP/tiddlers/learning/Introduction to Lists.tid +59 -0
- package/editions/ja-JP/tiddlers/learning/Learning.tid +14 -0
- package/editions/ja-JP/tiddlers/mechanisms/AlertMechanism.tid +22 -0
- package/editions/ja-JP/tiddlers/mechanisms/DragAndDropMechanism.tid +27 -0
- package/editions/ja-JP/tiddlers/menubar/gettingstarted.tid +7 -0
- package/editions/ja-JP/tiddlers/nodejs/Building TiddlyWikiClassic.tid +27 -0
- package/editions/ja-JP/tiddlers/nodejs/Customising Tiddler File Naming.tid +58 -0
- package/editions/ja-JP/tiddlers/nodejs/Environment Variables on Node.js.tid +27 -0
- package/editions/ja-JP/tiddlers/nodejs/Installing TiddlyWiki Prerelease on Node.js.tid +16 -0
- package/editions/ja-JP/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid +44 -0
- package/editions/ja-JP/tiddlers/nodejs/Installing custom plugins on Node.js.tid +23 -0
- package/editions/ja-JP/tiddlers/nodejs/Installing official plugins on Node.js.tid +41 -0
- package/editions/ja-JP/tiddlers/nodejs/Scripts for TiddlyWiki on Node.js.tid +52 -0
- package/editions/ja-JP/tiddlers/nodejs/Serving TW5 from Android.tid +48 -0
- package/editions/ja-JP/tiddlers/nodejs/TiddlyWiki on Node.js.tid +24 -0
- package/editions/ja-JP/tiddlers/nodejs/Uninstalling a plugin with Node.js.tid +33 -0
- package/editions/ja-JP/tiddlers/nodejs/Upgrading TiddlyWiki on Node.js.tid +19 -0
- package/editions/ja-JP/tiddlers/nodejs/Using TiddlyWiki on Node.js.tid +43 -0
- package/editions/ja-JP/tiddlers/nodejs/Working with the TiddlyWiki5 repository.tid +25 -0
- package/editions/ja-JP/tiddlers/nodejs/tiddlywiki.files_Files.tid +172 -0
- package/editions/ja-JP/tiddlers/nodejs/tiddlywiki.info_Files.tid +60 -0
- package/editions/ja-JP/tiddlers/platforms/Platforms.tid +12 -0
- package/editions/ja-JP/tiddlers/plugins/Amazon Web Services Plugin.tid +12 -0
- package/editions/ja-JP/tiddlers/plugins/BrowserStorage Plugin.tid +20 -0
- package/editions/ja-JP/tiddlers/plugins/CodeMirror Plugin.tid +12 -0
- package/editions/ja-JP/tiddlers/plugins/Consent Banner Plugin.tid +16 -0
- package/editions/ja-JP/tiddlers/plugins/D3 Plugin.tid +14 -0
- package/editions/ja-JP/tiddlers/plugins/Dynaview Plugin.tid +14 -0
- package/editions/ja-JP/tiddlers/plugins/External Attachments Plugin.tid +12 -0
- package/editions/ja-JP/tiddlers/plugins/Highlight Plugin.tid +14 -0
- package/editions/ja-JP/tiddlers/plugins/Innerwiki Plugin.tid +13 -0
- package/editions/ja-JP/tiddlers/plugins/Installing a plugin from the plugin library.tid +40 -0
- package/editions/ja-JP/tiddlers/plugins/JSZip Plugin.tid +9 -0
- package/editions/ja-JP/tiddlers/plugins/KaTeX Plugin.tid +12 -0
- package/editions/ja-JP/tiddlers/plugins/Manually installing a plugin.tid +31 -0
- package/editions/ja-JP/tiddlers/plugins/Markdown Plugin.tid +12 -0
- package/editions/ja-JP/tiddlers/plugins/Mobile Drag And Drop Shim Plugin.tid +10 -0
- package/editions/ja-JP/tiddlers/plugins/OfficialPlugins.tid +13 -0
- package/editions/ja-JP/tiddlers/plugins/Plugin Editions.tid +11 -0
- package/editions/ja-JP/tiddlers/plugins/Plugin Ordering.tid +49 -0
- package/editions/ja-JP/tiddlers/plugins/Plugins.tid +32 -0
- package/editions/ja-JP/tiddlers/plugins/Railroad Plugin.tid +12 -0
- package/editions/ja-JP/tiddlers/plugins/SaveTrail Plugin.tid +17 -0
- package/editions/ja-JP/tiddlers/plugins/Share Plugin.tid +14 -0
- package/editions/ja-JP/tiddlers/plugins/TW2Parser Plugin.tid +12 -0
- package/editions/ja-JP/tiddlers/plugins/Twitter Plugin.tid +14 -0
- package/editions/ja-JP/tiddlers/plugins/Uninstalling a plugin.tid +31 -0
- package/editions/ja-JP/tiddlers/releasenotes/Releases.tid +15 -0
- package/editions/ja-JP/tiddlers/roadmap/RoadMap.tid +11 -0
- package/editions/ja-JP/tiddlers/saving/Emergency Tiddler Export.tid +31 -0
- package/editions/ja-JP/tiddlers/saving/Encryption.tid +20 -0
- package/editions/ja-JP/tiddlers/saving/Example config-tiddlyweb-host for IIS.txt +2 -0
- package/editions/ja-JP/tiddlers/saving/Example config-tiddlyweb-host for IIS.txt.meta +7 -0
- package/editions/ja-JP/tiddlers/saving/Example package.json for IIS.txt +8 -0
- package/editions/ja-JP/tiddlers/saving/Example package.json for IIS.txt.meta +7 -0
- package/editions/ja-JP/tiddlers/saving/Example tiddlywiki.info for IIS.txt +11 -0
- package/editions/ja-JP/tiddlers/saving/Example tiddlywiki.info for IIS.txt.meta +7 -0
- package/editions/ja-JP/tiddlers/saving/Example web.config for IIS.txt +25 -0
- package/editions/ja-JP/tiddlers/saving/Example web.config for IIS.txt.meta +7 -0
- package/editions/ja-JP/tiddlers/saving/Installing TiddlyWiki on Microsoft Internet Information Server.tid +70 -0
- package/editions/ja-JP/tiddlers/saving/Saving on Android.tid +35 -0
- package/editions/ja-JP/tiddlers/saving/Saving on Browser with TiddlyStow.tid +19 -0
- package/editions/ja-JP/tiddlers/saving/Saving on Browser with the File System Access API.tid +22 -0
- package/editions/ja-JP/tiddlers/saving/Saving on TidGi.tid +27 -0
- package/editions/ja-JP/tiddlers/saving/Saving on TiddlyDesktop.tid +21 -0
- package/editions/ja-JP/tiddlers/saving/Saving on TiddlyHost.tid +21 -0
- package/editions/ja-JP/tiddlers/saving/Saving on a PHP Server.tid +50 -0
- package/editions/ja-JP/tiddlers/saving/Saving on iPad_iPhone.tid +31 -0
- package/editions/ja-JP/tiddlers/saving/Saving to a Git service.tid +32 -0
- package/editions/ja-JP/tiddlers/saving/Saving via WebDAV.tid +91 -0
- package/editions/ja-JP/tiddlers/saving/Saving via a Minimal Web Server.tid +48 -0
- package/editions/ja-JP/tiddlers/saving/Saving via minimal Ruby server.tid +21 -0
- package/editions/ja-JP/tiddlers/saving/Saving with Polly.tid +31 -0
- package/editions/ja-JP/tiddlers/saving/Saving with TW Receiver.tid +17 -0
- package/editions/ja-JP/tiddlers/saving/Saving with TiddlyFox.tid +15 -0
- package/editions/ja-JP/tiddlers/saving/Saving with TiddlyIE.tid +27 -0
- package/editions/ja-JP/tiddlers/saving/Saving with TiddlyPWA.tid +17 -0
- package/editions/ja-JP/tiddlers/saving/Saving with the HTML5 saver.tid +29 -0
- package/editions/ja-JP/tiddlers/saving/Saving.tid +75 -0
- package/editions/ja-JP/tiddlers/saving/TiddlyBucket - Save to AWS or Google Storage.tid +16 -0
- package/editions/ja-JP/tiddlers/saving/TiddlyWiki in the Sky for Dropbox.tid +19 -0
- package/editions/ja-JP/tiddlers/system/$_core_macros_list.tid +115 -0
- package/editions/ja-JP/tiddlers/system/$_core_macros_tag.tid +41 -0
- package/editions/ja-JP/tiddlers/system/$_core_ui_SideBar_Open.tid +42 -0
- package/editions/ja-JP/tiddlers/system/$_core_ui_TagPickerTagTemplate.tid +27 -0
- package/editions/ja-JP/tiddlers/system/TableOfContents.tid +16 -0
- package/editions/ja-JP/tiddlers/testimonials/Testimonials - Joe Armstrong.tid +9 -0
- package/editions/ja-JP/tiddlers/testimonials/Testimonials - Network World.tid +9 -0
- package/editions/ja-JP/tiddlers/testimonials/Testimonials - Product Hunt.tid +9 -0
- package/editions/ja-JP/tiddlers/videos/Getting Started Video.tid +13 -0
- package/editions/ja-JP/tiddlers/videos/Introducing TiddlyDesktop Video.tid +11 -0
- package/editions/ja-JP/tiddlers/videos/Introduction Video.tid +15 -0
- package/editions/ja-JP/tiddlers/videos/TiddlyWiki on Firefox for Android Video.tid +11 -0
- package/editions/ja-JP/tiddlers/videos/Videos.tid +13 -0
- package/editions/ja-JP/tiddlers/videos/Working with the TiddlyWiki5 repository video.tid +11 -0
- package/editions/ja-JP/tiddlers/wikitext/Images in WikiText.tid +69 -0
- package/editions/ja-JP/tiddlers/wikitext/Styles and Classes in WikiText.tid +75 -0
- package/editions/ja-JP/tiddlers/workingwithtw/Audio.tid +27 -0
- package/editions/ja-JP/tiddlers/workingwithtw/BrowserCompatibility.tid +14 -0
- package/editions/ja-JP/tiddlers/workingwithtw/Creating and editing tiddlers.tid +37 -0
- package/editions/ja-JP/tiddlers/workingwithtw/Creating journal tiddlers.tid +42 -0
- package/editions/ja-JP/tiddlers/workingwithtw/Formatting text in TiddlyWiki.tid +59 -0
- package/editions/ja-JP/tiddlers/workingwithtw/Navigating between open tiddlers.tid +22 -0
- package/editions/ja-JP/tiddlers/workingwithtw/Performance.tid +35 -0
- package/editions/ja-JP/tiddlers/workingwithtw/Sharing your tiddlers with others.tid +19 -0
- package/editions/ja-JP/tiddlers/workingwithtw/Using links to navigate between tiddlers.tid +55 -0
- package/editions/ja-JP/tiddlers/workingwithtw/Working with TiddlyWiki.tid +13 -0
- package/editions/katexdemo/tiddlers/$__coreURL.tid +4 -0
- package/editions/katexdemo/tiddlywiki.info +4 -1
- package/editions/ko-KR/tiddlers/system/ContributionBanner.tid +1 -1
- package/editions/ko-KR/tiddlers/system/Sources.tid +1 -1
- package/editions/markdowndemo/tiddlers/$__coreURL.tid +4 -0
- package/editions/markdowndemo/tiddlers/DefaultMissingType.tid +3 -0
- package/editions/markdowndemo/tiddlers/HelloThere.tid +7 -1
- package/editions/markdowndemo/tiddlywiki.info +4 -1
- package/editions/pluginlibrary/tiddlers/GettingStarted.tid +2 -2
- package/editions/pluginlibrary/tiddlywiki.info +1 -1
- package/editions/prerelease/tiddlers/system/DefaultTiddlers.tid +4 -0
- package/editions/prerelease/tiddlers/system/PrereleaseLocalPluginLibrary.tid +1 -1
- package/editions/prerelease/tiddlers/system/PrereleaseOfficialPluginLibrary.tid +1 -1
- package/editions/prerelease/tiddlers/system/SiteDomain.tid +3 -0
- package/editions/prerelease/tiddlers/system/SitePreviewUrl.tid +3 -0
- package/editions/prerelease/tiddlers/system/SiteUrl.tid +3 -0
- package/editions/prerelease/tiddlers/system/TiddlyWiki Pre-release.tid +8 -2
- package/editions/prerelease/tiddlers/system/styles.tid +6 -0
- package/editions/prerelease/tiddlywiki.info +0 -4
- package/editions/test/tiddlers/tests/data/conditionals/Basic.tid +1 -1
- package/editions/test/tiddlers/tests/data/conditionals/BlockMode.tid +6 -6
- package/editions/test/tiddlers/tests/data/conditionals/Else.tid +1 -1
- package/editions/test/tiddlers/tests/data/conditionals/Elseif.tid +1 -1
- package/editions/test/tiddlers/tests/data/conditionals/MissingEndIf.tid +1 -1
- package/editions/test/tiddlers/tests/data/conditionals/MultipleResults.tid +1 -1
- package/editions/test/tiddlers/tests/data/conditionals/Nested.tid +6 -6
- package/editions/test/tiddlers/tests/data/conditionals/NestedElseif.tid +8 -8
- package/editions/test/tiddlers/tests/data/data-widget/ImportCompound.tid +1 -1
- package/editions/test/tiddlers/tests/data/data-widget/ImportCustomTitle.tid +23 -0
- package/editions/test/tiddlers/tests/data/data-widget/ImportFilter.tid +1 -1
- package/editions/test/tiddlers/tests/data/data-widget/ImportTiddler.tid +1 -1
- package/editions/test/tiddlers/tests/data/data-widget/Simple.tid +2 -2
- package/editions/test/tiddlers/tests/data/filters/fake-variables.tid +1 -1
- package/editions/test/tiddlers/tests/data/functions/FunctionFilterrunVariables4.tid +20 -0
- package/editions/test/tiddlers/tests/data/genesis-widget/MultipleAttributes.tid +1 -1
- package/editions/test/tiddlers/tests/data/macros/unusedtitle/basic-params.tid +9 -1
- package/editions/test/tiddlers/tests/data/macros/unusedtitle/template-startCount.tid +27 -0
- package/editions/test/tiddlers/tests/data/macros/unusedtitle/template.tid +1 -1
- package/editions/test/tiddlers/tests/data/messages/tm-new-tiddler/create-a-new-tiddler-with-a-tag.tid +38 -0
- package/editions/test/tiddlers/tests/data/messages/tm-new-tiddler/default.tid +39 -0
- package/editions/test/tiddlers/tests/data/messages/tm-new-tiddler/new-from-template-with-tag.tid +44 -0
- package/editions/test/tiddlers/tests/data/messages/tm-new-tiddler/new-from-template-without-tag.tid +65 -0
- package/editions/test/tiddlers/tests/data/messages/tm-new-tiddler/new-with-tag.tid +40 -0
- package/editions/test/tiddlers/tests/data/reserved-wikitext/ReservedWikiText.tid +54 -0
- package/editions/test/tiddlers/tests/data/tabs-macro/expected-test-tabs-horizontal-a.tid +5 -0
- package/editions/test/tiddlers/tests/data/tabs-macro/expected-test-tabs-horizontal-all.tid +5 -0
- package/editions/test/tiddlers/tests/data/tabs-macro/expected-test-tabs-vertical.tid +5 -0
- package/editions/test/tiddlers/tests/data/transclude/CustomWidget-RawAndSlotted.tid +34 -0
- package/editions/test/tiddlers/tests/data/widgets/ElementWidgetStyleAttributes2.tid +15 -0
- package/editions/test/tiddlers/tests/data/widgets/SubstitutedAttributes.tid +3 -3
- package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-format-text-doubleurlencoded.tid +22 -0
- package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-format-text-htmlencoded.tid +21 -0
- package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-format-text-htmltextencoded.tid +21 -0
- package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-format-text-urlencoded.tid +22 -0
- package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-format-text.tid +19 -0
- package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-index.tid +28 -0
- package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-text.tid +18 -0
- package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-field-title.tid +17 -0
- package/editions/test/tiddlers/tests/data/widgets/view/ViewWidget-format-date-template.tid +20 -0
- package/editions/test/tiddlers/tests/modules/utils/test-csv.js +0 -5
- package/editions/test/tiddlers/tests/test-action-deletefield.js +0 -8
- package/editions/test/tiddlers/tests/test-action-widgets.js +1 -3
- package/editions/test/tiddlers/tests/test-backlinks.js +0 -5
- package/editions/test/tiddlers/tests/test-backtranscludes.js +16 -5
- package/editions/test/tiddlers/tests/test-checkbox-widget.js +25 -8
- package/editions/test/tiddlers/tests/test-compare-filter.js +1 -2
- package/editions/test/tiddlers/tests/test-deserialize-operator.js +1 -5
- package/editions/test/tiddlers/tests/test-deserializers.js +0 -4
- package/editions/test/tiddlers/tests/test-fakedom.js +0 -6
- package/editions/test/tiddlers/tests/test-filters.js +19 -7
- package/editions/test/tiddlers/tests/test-html-parser.js +0 -5
- package/editions/test/tiddlers/tests/test-json-filters.js +1 -2
- package/editions/test/tiddlers/tests/test-linked-list.js +0 -4
- package/editions/test/tiddlers/tests/test-parsetextreference.js +0 -4
- package/editions/test/tiddlers/tests/test-plugins.js +0 -7
- package/editions/test/tiddlers/tests/test-popup.js +0 -4
- package/editions/test/tiddlers/tests/test-prefixes-filter.js +1 -3
- package/editions/test/tiddlers/tests/test-tags-operator.js +74 -0
- package/editions/test/tiddlers/tests/test-tags.js +0 -4
- package/editions/test/tiddlers/tests/test-tiddler.js +0 -4
- package/editions/test/tiddlers/tests/test-utils.js +0 -5
- package/editions/test/tiddlers/tests/test-widget-event.js +219 -0
- package/editions/test/tiddlers/tests/test-widget-getVariableInfo.js +0 -5
- package/editions/test/tiddlers/tests/test-widget.js +0 -4
- package/editions/test/tiddlers/tests/test-wikitext-parser.js +142 -4
- package/editions/test/tiddlers/tests/test-wikitext-tabs-macro.js +34 -41
- package/editions/test/tiddlers/tests/test-wikitext.js +0 -4
- package/editions/text-slicer/tiddlers/system/$__coreURL.tid +4 -0
- package/editions/text-slicer/tiddlywiki.info +3 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project.htm +23430 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(1) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(10) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(11) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(12) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(13) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(14) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(15) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(16) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(17) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(18) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(19) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(2) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(20) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(21) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(22) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(23) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(24) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(3) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(4) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(5) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(6) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(7) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(8) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/SiteIcon(9) +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/app.css +191 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/backstage.html +95 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/backstage.js +360 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/chrjs +373 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/chrjs.identities +42 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/chrjs.space +108 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/chrjs.users +57 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/help.png +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/jquery.js +11 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/normalize.css +406 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/publicIcon +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/search.png +0 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/status.js +2 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/The great TiddlyWiki interview project_files/ts.js +766 -0
- package/editions/tiddlywiki-surveys/great-interview-project-2010/readme.md +3 -0
- package/editions/tiddlywiki-surveys/scripts/extract-text-tiddlers-via-console.js +73 -0
- package/editions/tiddlywiki-surveys/scripts/import-great-interview-project-json.sh +12 -0
- package/editions/tiddlywiki-surveys/scripts/readme.md +16 -0
- package/editions/tiddlywiki-surveys/tiddlers/$__StoryList.tid +2 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/aamaadmitw5.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/aamaadmitw5.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/alexhough.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/alexhough.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/amalfaro-wrk.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/amalfaro-wrk.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/andrewbarbour.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/andrewbarbour.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/calmo.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/calmo.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/climatechange3.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/climatechange3.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/colmbritton.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/colmbritton.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/dickon.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/dickon.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/frankfurtkid.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/frankfurtkid.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/gjrobert.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/gjrobert.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/kosmaton.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/kosmaton.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/mama.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/mama.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/martinlindner.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/martinlindner.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/matt.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/matt.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/passingby.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/passingby.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/pmario.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/pmario.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/poulstaugaard.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/poulstaugaard.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/rouilj.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/rouilj.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/smandoli.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/smandoli.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/ubi.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/ubi.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/webid4me.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/webid4me.jpg.meta +5 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/yakov.jpg +0 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/images/yakov.jpg.meta +5 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How did you first discover TiddlyWiki_.tid +3 -0
- 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
- 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
- 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
- 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
- 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
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has TiddlyWiki saved time for your target audience_.tid +3 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How has the TiddlyWiki community helped you_.tid +3 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How many other people have you introduced to TiddlyWiki_.tid +3 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - How might you use TiddlyWiki in the future_.tid +3 -0
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Interview Question.tid +2 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What is the most challenging thing about using TiddlyWiki_.tid +3 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - What was it about TiddlyWiki that captured your interest_.tid +3 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which aspects of TiddlyWiki do you find most valuable_.tid +3 -0
- 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
- 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
- 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
- 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
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Which plugins do you rely on the most_.tid +3 -0
- 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
- 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
- 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
- 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
- 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
- package/editions/tiddlywiki-surveys/tiddlers/2010-great-interview-project/text/2010 - Who is the target audience for your TiddlyWiki(s)_.tid +3 -0
- package/editions/tiddlywiki-surveys/tiddlers/app/DefaultTiddlers.tid +4 -0
- package/editions/tiddlywiki-surveys/tiddlers/app/HelloThere.tid +7 -0
- package/editions/tiddlywiki-surveys/tiddlers/app/SiteSubtitle.tid +3 -0
- package/editions/tiddlywiki-surveys/tiddlers/app/SiteTitle.tid +3 -0
- package/editions/tiddlywiki-surveys/tiddlers/app/Styles.tid +25 -0
- package/editions/tiddlywiki-surveys/tiddlers/app/The Great TiddlyWiki Interview Project 2010.tid +51 -0
- package/editions/tiddlywiki-surveys/tiddlers/app/palette.tid +2 -0
- package/editions/tiddlywiki-surveys/tiddlers/app/palettes - Naporitan.tid +119 -0
- package/editions/tiddlywiki-surveys/tiddlers/app/state - sidebar.tid +2 -0
- package/editions/tiddlywiki-surveys/tiddlywiki.info +10 -0
- package/editions/tour/tiddlers/System/$__coreURL.tid +4 -0
- package/editions/translators/tiddlers/Extracting Translations.tid +0 -2
- package/editions/translators/tiddlywiki.info +27 -26
- package/editions/tw.org/tiddlers/TiddlyWiki.tid +1 -1
- package/editions/tw.org/tiddlywiki.info +2 -0
- package/editions/tw5.com/tiddlers/$__StoryList.tid +3 -0
- package/editions/tw5.com/tiddlers/Core Classes.tid +16 -0
- package/editions/tw5.com/tiddlers/Core Functions.tid +8 -0
- package/editions/tw5.com/tiddlers/Core Messages.tid +10 -0
- package/editions/tw5.com/tiddlers/Core Procedures.tid +8 -0
- package/editions/tw5.com/tiddlers/Core Widgets.tid +10 -0
- package/editions/tw5.com/tiddlers/HTML Tags.tid +11 -0
- package/editions/tw5.com/tiddlers/{hiddensettings/Hidden Settings_ Import Content Types for Editor.tid → Hidden Setting_ Import Content Types for Editor.tid } +1 -1
- package/editions/tw5.com/tiddlers/Tags.tid +8 -0
- package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_RenderHTML.tid +28 -0
- package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_RenderSVGURI.tid +48 -0
- package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_WidgetValue_Fail.tid +33 -0
- package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_WidgetValue_Success.tid +43 -0
- package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_WordCount_Fail.tid +19 -0
- package/editions/tw5.com/tiddlers/TestCases_WikifyWidget_WordCount_Success.tid +19 -0
- package/editions/tw5.com/tiddlers/Title.tid +8 -0
- package/editions/tw5.com/tiddlers/Welcome.tid +9 -0
- package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/doc-macros.tid +9 -1
- package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/version-macros.tid +11 -9
- package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/wikitext-macros.tid +4 -44
- package/editions/tw5.com/tiddlers/_tw_shared/favicons/mws.tiddlywiki.com.png +0 -0
- package/editions/tw5.com/tiddlers/_tw_shared/favicons/mws.tiddlywiki.com.png.meta +3 -0
- package/editions/tw5.com/tiddlers/_tw_shared/sites/mws.tiddlywiki.com.tid +6 -0
- package/editions/tw5.com/tiddlers/_tw_shared/tags-TiddlyWikiSites.tid +1 -1
- package/editions/tw5.com/tiddlers/about/Archive.tid +3 -3
- package/editions/tw5.com/tiddlers/about/Contributors.tid +1 -1
- package/editions/tw5.com/tiddlers/about/Developers.tid +14 -9
- package/editions/tw5.com/tiddlers/about/History of TiddlyWiki.tid +19 -3
- package/editions/tw5.com/tiddlers/actionTiddlerList Variable.tid +9 -0
- package/editions/tw5.com/tiddlers/cards/card-procedures.tid +86 -0
- package/editions/tw5.com/tiddlers/cards/card-styles.tid +256 -0
- package/editions/tw5.com/tiddlers/commands/Commands.tid +8 -2
- package/editions/tw5.com/tiddlers/commands/RenderTiddlerCommand.tid +3 -2
- package/editions/tw5.com/tiddlers/commands/RenderTiddlersCommand.tid +3 -2
- package/editions/tw5.com/tiddlers/commands/SaveTiddlerCommand.tid +4 -4
- package/editions/tw5.com/tiddlers/commands/SaveTiddlersCommand.tid +4 -4
- package/editions/tw5.com/tiddlers/commands/ServerCommand.tid +3 -1
- package/editions/tw5.com/tiddlers/community/Articles.tid +1 -1
- package/editions/tw5.com/tiddlers/community/Chinese Community.tid +10 -17
- package/editions/tw5.com/tiddlers/community/Community.tid +1 -1
- package/editions/tw5.com/tiddlers/community/Contributor License Agreement.tid +2 -2
- package/editions/tw5.com/tiddlers/community/Examples.tid +1 -1
- package/editions/tw5.com/tiddlers/community/Forums.tid +10 -7
- package/editions/tw5.com/tiddlers/community/HelpingTiddlyWiki.tid +2 -4
- package/editions/tw5.com/tiddlers/community/ReportingBugs.tid +1 -1
- package/editions/tw5.com/tiddlers/community/Signing the Contributor License Agreement.tid +1 -1
- package/editions/tw5.com/tiddlers/community/TiddlyWiki Hangouts.tid +1 -1
- package/editions/tw5.com/tiddlers/community/TiddlyWiki Newsletter Team.tid +60 -0
- package/editions/tw5.com/tiddlers/community/TiddlyWiki Newsletter.tid +4 -0
- package/editions/tw5.com/tiddlers/community/TiddlyWiki on the Web.tid +16 -0
- package/editions/tw5.com/tiddlers/community/links/TalkTiddlyWiki.tid +7 -0
- package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Discord.tid +7 -0
- package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on GitHub.tid +7 -0
- package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Mastodon.tid +7 -0
- package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Open Collective.tid +7 -0
- package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Reddit.tid +7 -0
- package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on YouTube.tid +7 -0
- package/editions/tw5.com/tiddlers/community/links/external-links-view-template.tid +8 -0
- package/editions/tw5.com/tiddlers/community/resources/Filter Examples by Tobias Beer.tid +1 -1
- package/editions/tw5.com/tiddlers/community/resources/Grok TiddlyWiki by Soren Bjornstad.tid +5 -5
- package/editions/tw5.com/tiddlers/concepts/CompoundTiddlers.tid +5 -2
- package/editions/tw5.com/tiddlers/concepts/Concepts.tid +2 -2
- package/editions/tw5.com/tiddlers/concepts/DefaultTiddlers.tid +8 -3
- package/editions/tw5.com/tiddlers/concepts/ExternalImages.tid +30 -12
- package/editions/tw5.com/tiddlers/concepts/Macros.tid +2 -2
- package/editions/tw5.com/tiddlers/concepts/Messages.tid +3 -6
- package/editions/tw5.com/tiddlers/concepts/Railroad Diagrams.tid +2 -0
- package/editions/tw5.com/tiddlers/concepts/TestCaseTiddlers.tid +15 -10
- package/editions/tw5.com/tiddlers/concepts/Tiddler Colour Cascade.tid +4 -4
- package/editions/tw5.com/tiddlers/concepts/Tiddlers.tid +2 -2
- package/editions/tw5.com/tiddlers/customising/Alternative page layouts.tid +3 -4
- package/editions/tw5.com/tiddlers/definitions/CamelCase.tid +7 -3
- package/editions/tw5.com/tiddlers/definitions/Definitions.tid +4 -4
- package/editions/tw5.com/tiddlers/definitions/GitHub.tid +1 -1
- package/editions/tw5.com/tiddlers/definitions/Intertwingled Innovations.tid +9 -0
- package/editions/tw5.com/tiddlers/definitions/JeremyRuston.tid +2 -3
- package/editions/tw5.com/tiddlers/definitions/TiddlyFox.tid +2 -14
- package/editions/tw5.com/tiddlers/definitions/TiddlyWeb.tid +1 -1
- package/editions/tw5.com/tiddlers/definitions/Tiddlyhost.tid +3 -4
- package/editions/tw5.com/tiddlers/definitions/WordJoiner.tid +9 -0
- package/editions/tw5.com/tiddlers/definitions/Xememex.tid +5 -6
- package/editions/tw5.com/tiddlers/demonstrations/GroupedLists.tid +8 -8
- package/editions/tw5.com/tiddlers/demonstrations/SampleAlert.tid +9 -0
- package/editions/tw5.com/tiddlers/empty-tag-node-template.tid +12 -0
- package/editions/tw5.com/tiddlers/features/Future Proof.tid +3 -3
- package/editions/tw5.com/tiddlers/filters/Filter Operators.tid +2 -2
- package/editions/tw5.com/tiddlers/filters/compare Operator.tid +9 -9
- package/editions/tw5.com/tiddlers/filters/decodebase64 Operator (Examples).tid +10 -0
- package/editions/tw5.com/tiddlers/filters/decodebase64 Operator.tid +5 -3
- package/editions/tw5.com/tiddlers/filters/each.tid +10 -8
- package/editions/tw5.com/tiddlers/filters/else Operator.tid +4 -0
- package/editions/tw5.com/tiddlers/filters/encodebase64 Operator (Examples).tid +10 -0
- package/editions/tw5.com/tiddlers/filters/encodebase64 Operator.tid +5 -3
- package/editions/tw5.com/tiddlers/filters/examples/compare Operator (Examples).tid +1 -0
- package/editions/tw5.com/tiddlers/filters/examples/each.tid +1 -3
- package/editions/tw5.com/tiddlers/filters/list.tid +9 -9
- package/editions/tw5.com/tiddlers/filters/sortsub Operator.tid +14 -10
- package/editions/tw5.com/tiddlers/filters/syntax/Else Filter Run Prefix.tid +3 -1
- package/editions/tw5.com/tiddlers/filters/syntax/Sort Filter Run Prefix (Examples).tid +1 -1
- package/editions/tw5.com/tiddlers/filters/syntax/Sort Filter Run Prefix.tid +27 -7
- package/editions/tw5.com/tiddlers/filters/syntax/then Filter Run Prefix.tid +2 -0
- package/editions/tw5.com/tiddlers/filters/then Operator.tid +2 -0
- package/editions/tw5.com/tiddlers/function Operator (Examples).tid +63 -0
- package/editions/tw5.com/tiddlers/functions/Functions.tid +8 -8
- package/editions/tw5.com/tiddlers/gettingstarted/GettingStarted - Internet Explorer.tid +1 -1
- package/editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid +2 -2
- package/editions/tw5.com/tiddlers/hellothere/Find Out More.tid +16 -0
- package/editions/tw5.com/tiddlers/hellothere/HelloThere.tid +28 -58
- package/editions/tw5.com/tiddlers/hellothere/HelloThumbnail.tid +1 -1
- package/editions/tw5.com/tiddlers/hellothere/Testimonials and Reviews.tid +13 -0
- package/editions/tw5.com/tiddlers/hellothere/Welcome.tid +7 -0
- package/editions/tw5.com/tiddlers/hellothere/badges/ProductHunt-Link.tid +1 -1
- package/editions/tw5.com/tiddlers/hellothere/quickstart/Quick Start.tid +20 -1
- package/editions/tw5.com/tiddlers/hellothere/quickstart/desktop.tid +1 -1
- package/editions/tw5.com/tiddlers/hellothere/quickstart/diy.tid +1 -1
- package/editions/tw5.com/tiddlers/hellothere/quickstart/tiddlyhost.tid +1 -1
- package/editions/tw5.com/tiddlers/hellothere/quickstart/xememex.tid +2 -2
- package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Funding.tid +0 -1
- package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Grok TiddlyWiki.tid +3 -2
- package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Intertwingled Innovations.tid +10 -0
- package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Marketplace.tid +0 -1
- package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - MultiWikiServer.tid +10 -0
- package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Newsletter.tid +0 -1
- package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWiki Privacy.tid +9 -0
- package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWikiLinks.tid +1 -1
- package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Twenty Years of TiddlyWiki.tid +9 -0
- package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting Content to be displayed for empty story.tid +12 -0
- package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting Default Tiddler Colour.tid +7 -0
- package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting DefaultMissingType.tid +7 -0
- package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting_ Tag Pill Drag Filter.tid +22 -0
- package/editions/tw5.com/tiddlers/howtos/Configuring the default TiddlerInfo tab.tid +1 -1
- package/editions/tw5.com/tiddlers/howtos/Generating Static Sites with TiddlyWiki.tid +7 -7
- package/editions/tw5.com/tiddlers/howtos/How to add a banner for GitHub contributions.tid +1 -1
- package/editions/tw5.com/tiddlers/howtos/How to build a TiddlyWiki5 from individual tiddlers.tid +2 -2
- package/editions/tw5.com/tiddlers/howtos/How_to_turn_off_camel_case_linking.tid +8 -2
- package/editions/tw5.com/tiddlers/howtos/KeyboardShortcuts.tid +1 -0
- package/editions/tw5.com/tiddlers/howtos/Using Stylesheets.tid +2 -2
- package/editions/tw5.com/tiddlers/howtos/Windows HTA Hack.tid +2 -1
- package/editions/tw5.com/tiddlers/images/Blurry Lawn.jpg.meta +2 -1
- package/editions/tw5.com/tiddlers/images/Favicon template.svg.meta +2 -1
- package/editions/tw5.com/tiddlers/images/Funding.png.meta +1 -0
- package/editions/tw5.com/tiddlers/images/Grok TiddlyWiki.png +0 -0
- package/editions/tw5.com/tiddlers/images/Grok TiddlyWiki.png.meta +1 -0
- package/editions/tw5.com/tiddlers/images/Intertwingled Innovations.png +0 -0
- package/editions/tw5.com/tiddlers/images/Intertwingled Innovations.png.meta +3 -0
- package/editions/tw5.com/tiddlers/images/Introduction Video Thumbnail.jpg +0 -0
- package/editions/tw5.com/tiddlers/images/Introduction Video Thumbnail.jpg.meta +2 -1
- package/editions/tw5.com/tiddlers/images/MWS Banner.png +0 -0
- package/editions/tw5.com/tiddlers/images/MWS Banner.png.meta +4 -0
- package/editions/tw5.com/tiddlers/images/Marketplace Banner.png.meta +1 -0
- package/editions/tw5.com/tiddlers/images/Motovun Jack.ascii.tid +1 -0
- package/editions/tw5.com/tiddlers/images/Motovun Jack.jpg.meta +1 -0
- package/editions/tw5.com/tiddlers/images/Motovun Jack.pdf.meta +1 -0
- package/editions/tw5.com/tiddlers/images/New Release Banner.png +0 -0
- package/editions/tw5.com/tiddlers/images/New Release Banner.png.meta +1 -0
- package/editions/tw5.com/tiddlers/images/Newnham Horizon.jpg.meta +1 -0
- package/editions/tw5.com/tiddlers/images/Open Collective Logo.tid +2 -1
- package/editions/tw5.com/tiddlers/images/PerlinLight.jpg.meta +1 -0
- package/editions/tw5.com/tiddlers/images/Reddit Logo.tid +1 -0
- package/editions/tw5.com/tiddlers/images/TWEUM Thumbnail.jpg.meta +1 -0
- package/editions/tw5.com/tiddlers/images/Tiddler Fishes.svg.meta +1 -0
- package/editions/tw5.com/tiddlers/images/Tiddler Poster.png.meta +1 -0
- package/editions/tw5.com/tiddlers/images/TiddlyFox Apocalypse.png.meta +1 -0
- package/editions/tw5.com/tiddlers/images/TiddlyWiki Classic.png.meta +1 -0
- package/editions/tw5.com/tiddlers/images/TiddlyWiki Newsletter Badge.png.meta +5 -2
- package/editions/tw5.com/tiddlers/images/TiddlyWiki Privacy Badge.png +0 -0
- package/editions/tw5.com/tiddlers/images/TiddlyWiki Privacy Badge.png.meta +6 -0
- package/editions/tw5.com/tiddlers/images/TiddlyWikiLinks.png.meta +1 -0
- package/editions/tw5.com/tiddlers/images/Tiddlyhost Logo.png.meta +1 -0
- package/editions/tw5.com/tiddlers/images/Twenty Years of TiddlyWiki.png +0 -0
- package/editions/tw5.com/tiddlers/images/Twenty Years of TiddlyWiki.png.meta +4 -0
- package/editions/tw5.com/tiddlers/images/Xememex Logo.svg.meta +1 -0
- package/editions/tw5.com/tiddlers/images/favicon.png.meta +1 -0
- package/editions/tw5.com/tiddlers/images/green_favicon.png.meta +1 -0
- package/editions/tw5.com/tiddlers/languages/Japanese (Japan) Edition.tid +2 -2
- package/editions/tw5.com/tiddlers/macros/CoreMacros.tid +2 -1
- package/editions/tw5.com/tiddlers/macros/TableOfContentsMacro.tid +15 -9
- package/editions/tw5.com/tiddlers/macros/UnusedTitleMacro.tid +5 -2
- package/editions/tw5.com/tiddlers/macros/examples/unusedtitle Macro (Examples 1).tid +15 -1
- package/editions/tw5.com/tiddlers/macros/examples/unusedtitle.tid +3 -2
- package/editions/tw5.com/tiddlers/macros/show-filter-count.tid +21 -0
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-close-window.tid +1 -1
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-download-file.tid +1 -0
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-edit-text-operation.tid +16 -14
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-http-request Examples.tid +2 -1
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-http-request.tid +2 -0
- package/editions/tw5.com/tiddlers/nodejs/Customising Tiddler File Naming.tid +4 -4
- package/editions/tw5.com/tiddlers/nodejs/Installing TiddlyWiki Prerelease on Node.js.tid +1 -1
- package/editions/tw5.com/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid +1 -1
- package/editions/tw5.com/tiddlers/nodejs/Using TiddlyWiki on Node.js.tid +2 -2
- package/editions/tw5.com/tiddlers/nodejs/Working with the TiddlyWiki5 repository.tid +1 -1
- package/editions/tw5.com/tiddlers/nodejs/tiddlywiki.files_Files.tid +1 -1
- package/editions/tw5.com/tiddlers/nodejs/tiddlywiki.info_Files.tid +4 -4
- package/editions/tw5.com/tiddlers/plugins/D3 Plugin.tid +4 -4
- package/editions/tw5.com/tiddlers/plugins/Dynaview Plugin.tid +1 -1
- package/editions/tw5.com/tiddlers/plugins/Geospatial Plugin.tid +17 -0
- package/editions/tw5.com/tiddlers/plugins/Innerwiki Plugin.tid +1 -1
- package/editions/tw5.com/tiddlers/plugins/Mobile Drag And Drop Shim Plugin.tid +4 -3
- package/editions/tw5.com/tiddlers/plugins/Railroad Plugin.tid +7 -1
- package/editions/tw5.com/tiddlers/plugins/Share Plugin.tid +4 -2
- package/editions/tw5.com/tiddlers/plugins/Tour Plugin.tid +9 -0
- package/editions/tw5.com/tiddlers/pragmas/Pragma_ _define.tid +1 -1
- package/editions/tw5.com/tiddlers/pragmas/Pragma_ _rules.tid +3 -3
- package/editions/tw5.com/tiddlers/procedures/Procedures.tid +2 -2
- package/editions/tw5.com/tiddlers/readme/ReadMe.tid +22 -5
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.0.tid +3 -3
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.1.tid +4 -4
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.10.tid +47 -47
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.11.tid +1 -1
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.12.tid +27 -27
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.13.tid +6 -6
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.14.tid +79 -79
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.15.tid +29 -29
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.16.tid +59 -59
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.17.tid +15 -15
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.18.tid +48 -48
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.19.tid +7 -7
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.2.tid +8 -8
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.20.tid +68 -68
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.21.tid +17 -17
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.22.tid +76 -76
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.23.tid +168 -168
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.3.tid +27 -27
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.4.tid +8 -8
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.5.tid +42 -42
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.6.tid +13 -13
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.7.tid +2 -2
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.8.tid +45 -45
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.9.tid +20 -20
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.0.tid +120 -120
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.1.tid +22 -22
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.2.tid +45 -45
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.3.tid +62 -62
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.4.tid +54 -54
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.5.tid +2 -2
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.6.tid +50 -50
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.7.tid +2 -2
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.0.tid +35 -35
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.1.tid +18 -18
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.2.tid +47 -47
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.3.tid +6 -6
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.4.tid +46 -46
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.5.tid +13 -12
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.6.tid +187 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.7.tid +140 -0
- package/editions/tw5.com/tiddlers/releasenotes/Releases.tid +2 -0
- package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha12.tid +1 -1
- package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha13.tid +1 -1
- package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha14.tid +1 -1
- package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha15.tid +1 -1
- package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha16.tid +1 -1
- package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.0alpha17.tid +1 -1
- package/editions/tw5.com/tiddlers/releasenotes/alpha/Release 5.0.1alpha.tid +1 -1
- package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.10beta.tid +16 -16
- package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.11beta.tid +17 -17
- package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.12beta.tid +1 -1
- package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.13beta.tid +29 -29
- package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.14beta.tid +29 -29
- package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.15beta.tid +18 -18
- package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.16beta.tid +14 -14
- package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.17beta.tid +20 -20
- package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.18beta.tid +9 -9
- package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.2beta.tid +1 -1
- package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.3beta.tid +1 -1
- package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.4beta.tid +5 -5
- package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.5beta.tid +1 -1
- package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.6beta.tid +13 -13
- package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.7beta.tid +11 -11
- package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.8beta.tid +12 -12
- package/editions/tw5.com/tiddlers/releasenotes/beta/Release 5.0.9beta.tid +32 -32
- package/editions/tw5.com/tiddlers/roadmap/RoadMap.tid +1 -1
- package/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MultiWikiServer.tid +21 -0
- package/editions/tw5.com/tiddlers/saving/Encryption.tid +2 -2
- package/editions/tw5.com/tiddlers/saving/Example config-tiddlyweb-host for IIS.txt.meta +1 -1
- package/editions/tw5.com/tiddlers/saving/Example package.json for IIS.txt.meta +1 -1
- package/editions/tw5.com/tiddlers/saving/Example tiddlywiki.info for IIS.txt.meta +1 -1
- package/editions/tw5.com/tiddlers/saving/Example web.config for IIS.txt.meta +1 -1
- package/editions/tw5.com/tiddlers/saving/Saving on TidGi.tid +1 -1
- package/editions/tw5.com/tiddlers/saving/Saving on TiddlyHost.tid +2 -0
- package/editions/tw5.com/tiddlers/saving/Saving with TiddlyIE.tid +2 -1
- package/editions/tw5.com/tiddlers/saving/Saving with TiddlyPWA.tid +15 -0
- package/editions/tw5.com/tiddlers/saving/Saving.tid +2 -2
- package/editions/tw5.com/tiddlers/system/$__config_DefaultSidebarTab.tid +7 -0
- package/editions/tw5.com/tiddlers/system/$__startup_open-welcome.tid +4 -0
- package/editions/tw5.com/tiddlers/system/ContributionBanner.tid +1 -1
- package/editions/tw5.com/tiddlers/system/DefaultTiddlers.tid +4 -0
- package/editions/tw5.com/tiddlers/system/SiteDomain.tid +3 -0
- package/editions/tw5.com/tiddlers/system/SitePreviewUrl.tid +3 -0
- package/editions/tw5.com/tiddlers/system/SiteTitle.tid +1 -1
- package/editions/tw5.com/tiddlers/system/SiteUrl.tid +3 -0
- package/editions/tw5.com/tiddlers/system/Sources.tid +1 -1
- package/editions/tw5.com/tiddlers/system/TableOfContents.tid +2 -2
- package/editions/tw5.com/tiddlers/system/dropbox-url-macro.js +0 -4
- package/editions/tw5.com/tiddlers/system/filter-run-template.tid +4 -4
- package/editions/tw5.com/tiddlers/system/if-macro.js +0 -4
- package/editions/tw5.com/tiddlers/system/netlify-build-badge-icon.tid +4 -0
- package/editions/tw5.com/tiddlers/system/netlify-build-badge.tid +17 -0
- package/editions/tw5.com/tiddlers/system/operator-macros.tid +2 -2
- package/editions/tw5.com/tiddlers/system/operator-template.tid +4 -4
- package/editions/tw5.com/tiddlers/system/static.content.tid +8 -4
- package/editions/tw5.com/tiddlers/system/systemtag-template.tid +13 -7
- package/editions/tw5.com/tiddlers/system/tw5.com-styles.tid +44 -283
- package/editions/tw5.com/tiddlers/systemtags/SystemTag_ $__tags_ClassFilters_PageTemplate.tid +1 -1
- package/editions/tw5.com/tiddlers/systemtags/SystemTag_ $__tags_ControlPanel_SettingsTab.tid +9 -0
- package/editions/tw5.com/tiddlers/testcases/DataWidget/ImportCustomTitle.tid +29 -0
- package/editions/tw5.com/tiddlers/testcases/HTML/BlockModeInHTMLTable.tid +30 -0
- package/editions/tw5.com/tiddlers/testcases/HTML/OpenTagBlankLine.tid +23 -0
- package/editions/tw5.com/tiddlers/testcases/HTML/OpenTagBlankLineInBoldSyntax.tid +22 -0
- package/editions/tw5.com/tiddlers/testcases/HTML/OpenTagBlankLineInTableSyntax.tid +22 -0
- package/editions/tw5.com/tiddlers/testcases/HTML/OpenTagNoBlankLine.tid +34 -0
- package/editions/tw5.com/tiddlers/testcases/RevealWidget/AccordionSlider.tid +30 -0
- package/editions/tw5.com/tiddlers/testcases/RevealWidget/Popup.tid +27 -0
- package/editions/tw5.com/tiddlers/testcases/RevealWidget/SimpleReveal.tid +27 -0
- package/editions/tw5.com/tiddlers/testcases/RevealWidget/TextReference.tid +23 -0
- package/editions/tw5.com/tiddlers/testimonials/Testimonials - Product Hunt.tid +2 -0
- package/editions/tw5.com/tiddlers/variables/Behaviour of invoked variables depends on how the variable was declared.tid +5 -5
- package/editions/tw5.com/tiddlers/variables/Behaviour of variables invoked via normal wikitext.tid +2 -2
- package/editions/tw5.com/tiddlers/variables/Behaviour of variables invoked via widget attributes.tid +2 -2
- package/editions/tw5.com/tiddlers/variables/Core Variables.tid +4 -3
- package/editions/tw5.com/tiddlers/variables/Variables.tid +2 -2
- package/editions/tw5.com/tiddlers/variables/actionTiddler Variable.tid +2 -2
- package/editions/tw5.com/tiddlers/videos/Getting Started Video.tid +1 -1
- package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 1.tid +7 -18
- package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 2.tid +9 -17
- package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 3.tid +10 -17
- package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 4.tid +9 -16
- package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 5.tid +9 -21
- package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget.tid +4 -35
- package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget_Example.tid +17 -7
- package/editions/tw5.com/tiddlers/widgets/ActionSetFieldWidget.tid +8 -1
- package/editions/tw5.com/tiddlers/widgets/BrowseWidget.tid +2 -0
- package/editions/tw5.com/tiddlers/widgets/CheckboxWidget.tid +1 -0
- package/editions/tw5.com/tiddlers/widgets/CodeblockWidget.tid +2 -2
- package/editions/tw5.com/tiddlers/widgets/Custom Widgets.tid +2 -2
- package/editions/tw5.com/tiddlers/widgets/DataWidget.tid +2 -1
- package/editions/tw5.com/tiddlers/widgets/DroppableWidget.tid +32 -13
- package/editions/tw5.com/tiddlers/widgets/EditTextWidget.tid +1 -1
- package/editions/tw5.com/tiddlers/widgets/EditWidget.tid +1 -1
- package/editions/tw5.com/tiddlers/widgets/EventCatcherWidget.tid +2 -2
- package/editions/tw5.com/tiddlers/widgets/GenesisWidget.tid +1 -1
- package/editions/tw5.com/tiddlers/widgets/LinkCatcherWidget.tid +6 -2
- package/editions/tw5.com/tiddlers/widgets/LinkWidget.tid +4 -2
- package/editions/tw5.com/tiddlers/widgets/RadioWidget.tid +1 -0
- package/editions/tw5.com/tiddlers/widgets/RangeWidget.tid +1 -0
- package/editions/tw5.com/tiddlers/widgets/RevealWidget.tid +6 -53
- package/editions/tw5.com/tiddlers/widgets/SelectWidget.tid +1 -0
- package/editions/tw5.com/tiddlers/widgets/TestCaseWidget.tid +2 -1
- package/editions/tw5.com/tiddlers/widgets/ViewWidget.tid +9 -0
- package/editions/tw5.com/tiddlers/widgets/Widgets.tid +2 -4
- package/editions/tw5.com/tiddlers/widgets/WikifyWidget.tid +23 -3
- package/editions/tw5.com/tiddlers/wikitext/Conditional Shortcut Syntax.tid +16 -16
- package/editions/tw5.com/tiddlers/wikitext/HTML Entities.tid +3 -2
- package/editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid +8 -10
- package/editions/tw5.com/tiddlers/wikitext/Utility Classes.tid +2 -1
- package/editions/tw5.com/tiddlers/wikitext/parser/Places where the parser ignores WikiText.tid +2 -2
- package/editions/tw5.com/tiddlers/wikitext/parser/WikiText parser mode_ HTML examples.tid +6 -39
- package/editions/tw5.com/tiddlers/workingwithtw/TiddlyWiki Node.js Privacy and Security.tid +11 -0
- package/editions/tw5.com/tiddlers/workingwithtw/TiddlyWiki Privacy and Security.tid +55 -0
- package/editions/tw5.com/tiddlers/workingwithtw/TiddlyWiki Single File Privacy and Security.tid +10 -0
- package/editions/tw5.com/tiddlywiki.info +4 -7
- package/editions/tw5.com-docs/tiddlers/$__coreURL.tid +4 -0
- package/editions/tw5.com-docs/tiddlers/Welcome to tw5.com-docs.tid +1 -1
- package/editions/tw5.com-docs/tiddlywiki.info +4 -1
- package/editions/tw5.com-server/tiddlywiki.info +0 -1
- package/editions/xlsx-utils/tiddlers/$__coreURL.tid +4 -0
- package/editions/xlsx-utils/tiddlywiki.info +4 -1
- package/eslint.config.js +333 -0
- package/languages/ar-PS/plugin.info +1 -1
- package/languages/ca-ES/plugin.info +1 -1
- package/languages/cs-CZ/plugin.info +1 -1
- package/languages/da-DK/plugin.info +1 -1
- package/languages/de-DE/Buttons.multids +2 -0
- package/languages/de-DE/ControlPanel.multids +25 -8
- package/languages/de-DE/Docs/PaletteColours.multids +4 -0
- package/languages/de-DE/EditTemplate.multids +2 -0
- package/languages/de-DE/Help/commands.tid +6 -2
- package/languages/de-DE/Search.multids +3 -1
- package/languages/de-DE/Snippets/FunctionDefinition.tid +7 -0
- package/languages/de-DE/Snippets/MacroDefinition.tid +1 -1
- package/languages/de-DE/Snippets/ProcedureDefinition.tid +8 -0
- package/languages/de-DE/Types/application_javascript.tid +1 -0
- package/languages/de-DE/Types/application_json.tid +1 -0
- package/languages/de-DE/Types/application_x_tiddler_dictionary.tid +1 -0
- package/languages/de-DE/Types/image_gif.tid +2 -1
- package/languages/de-DE/Types/image_jpeg.tid +1 -0
- package/languages/de-DE/Types/image_png.tid +1 -0
- package/languages/de-DE/Types/image_svg_xml.tid +1 -0
- package/languages/de-DE/Types/text_css.tid +1 -0
- package/languages/de-DE/Types/text_html.tid +1 -0
- package/languages/de-DE/Types/text_plain.tid +1 -0
- package/languages/de-DE/Types/text_vnd.tiddlywiki.tid +2 -1
- package/languages/de-DE/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
- package/languages/el-GR/Buttons.multids +120 -171
- package/languages/el-GR/ControlPanel.multids +195 -171
- package/languages/el-GR/CoreReadMe.tid +3 -4
- package/languages/el-GR/Dates.multids +14 -81
- package/languages/el-GR/Docs/ModuleTypes.multids +20 -25
- package/languages/el-GR/Docs/PaletteColours.multids +88 -102
- package/languages/el-GR/EditTemplate.multids +19 -26
- package/languages/el-GR/Exporters.multids +3 -4
- package/languages/el-GR/Fields.multids +31 -32
- package/languages/el-GR/Filters.multids +8 -12
- package/languages/el-GR/GettingStarted.tid +8 -8
- package/languages/el-GR/Help/build.tid +3 -3
- package/languages/el-GR/Help/clearpassword.tid +2 -2
- package/languages/el-GR/Help/commands.tid +18 -0
- package/languages/el-GR/Help/default.tid +4 -2
- package/languages/el-GR/Help/deletetiddlers.tid +8 -0
- package/languages/el-GR/Help/editions.tid +1 -1
- package/languages/el-GR/Help/fetch.tid +10 -10
- package/languages/el-GR/Help/import.tid +4 -4
- package/languages/el-GR/Help/init.tid +9 -9
- package/languages/el-GR/Help/listen.tid +35 -0
- package/languages/el-GR/Help/load.tid +10 -7
- package/languages/el-GR/Help/makelibrary.tid +3 -3
- package/languages/el-GR/Help/notfound.tid +1 -0
- package/languages/el-GR/Help/output.tid +3 -3
- package/languages/el-GR/Help/password.tid +4 -3
- package/languages/el-GR/Help/render.tid +20 -19
- package/languages/el-GR/Help/rendertiddler.tid +10 -9
- package/languages/el-GR/Help/rendertiddlers.tid +4 -4
- package/languages/el-GR/Help/save.tid +10 -10
- package/languages/el-GR/Help/savetiddler.tid +6 -6
- package/languages/el-GR/Help/savetiddlers.tid +5 -5
- package/languages/el-GR/Help/savewikifolder.tid +34 -0
- package/languages/el-GR/Help/server.tid +24 -16
- package/languages/el-GR/Help/setfield.tid +7 -7
- package/languages/el-GR/Help/verbose.tid +2 -2
- package/languages/el-GR/Import.multids +25 -12
- package/languages/el-GR/Misc.multids +60 -69
- package/languages/el-GR/Modals/Download.tid +4 -4
- package/languages/el-GR/NewJournal.multids +0 -2
- package/languages/el-GR/Notifications.multids +2 -2
- package/languages/el-GR/Search.multids +6 -17
- package/languages/el-GR/SideBar.multids +1 -15
- package/languages/el-GR/SiteSubtitle.tid +0 -1
- package/languages/el-GR/SiteTitle.tid +1 -1
- package/languages/el-GR/Snippets/FunctionDefinition.tid +7 -0
- package/languages/el-GR/Snippets/ListByTag.tid +2 -2
- package/languages/el-GR/Snippets/MacroDefinition.tid +2 -2
- package/languages/el-GR/Snippets/ProcedureDefinition.tid +7 -0
- package/languages/el-GR/Snippets/Table4x3.tid +1 -1
- package/languages/el-GR/Snippets/TableOfContents.tid +2 -2
- package/languages/el-GR/ThemeTweaks.multids +18 -40
- package/languages/el-GR/TiddlerInfo.multids +3 -18
- package/languages/el-GR/Types/{application%2Fjavascript.tid → application_javascript.tid} +2 -2
- package/languages/el-GR/Types/application_json.tid +4 -0
- package/languages/el-GR/Types/{application%2Fx-tiddler-dictionary.tid → application_x-tiddler-dictionary.tid} +1 -1
- package/languages/el-GR/Types/image_svg+xml.tid +4 -0
- package/languages/el-GR/Types/{text%2Fcss.tid → text_css.tid} +1 -1
- package/languages/el-GR/Types/text_vnd.tiddlywiki-multiple.tid +4 -0
- package/languages/el-GR/plugin.info +1 -1
- package/languages/en-PH/Buttons.multids +13 -0
- package/languages/en-PH/ControlPanel.multids +9 -0
- package/languages/en-PH/CoreReadMe.tid +8 -0
- package/languages/en-PH/Dates.multids +5 -0
- package/languages/en-PH/Docs/ModuleTypes.multids +3 -0
- package/languages/en-PH/Docs/PaletteColours.multids +7 -0
- package/languages/en-PH/Fields.multids +4 -0
- package/languages/en-PH/Filters.multids +3 -0
- package/languages/en-PH/Import.multids +3 -0
- package/languages/en-PH/Misc.multids +15 -0
- package/languages/en-PH/Modals/Download.tid +13 -0
- package/languages/en-PH/NewJournal.multids +3 -0
- package/languages/en-PH/plugin.info +8 -0
- package/languages/es-ES/Buttons.multids +5 -0
- package/languages/es-ES/ControlPanel.multids +20 -0
- package/languages/es-ES/Docs/ModuleTypes.multids +1 -1
- package/languages/es-ES/Docs/PaletteColours.multids +7 -0
- package/languages/es-ES/EditTemplate.multids +2 -0
- package/languages/es-ES/Fields.multids +2 -0
- package/languages/es-ES/Help/commands.tid +1 -1
- package/languages/es-ES/Misc.multids +2 -2
- package/languages/es-ES/Search.multids +2 -0
- package/languages/es-ES/Snippets/FunctionDefinition.tid +7 -0
- package/languages/es-ES/Snippets/ProcedureDefinition.tid +7 -0
- package/languages/es-ES/Types/image_svg_xml.tid +1 -1
- package/languages/es-ES/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
- package/languages/es-ES/plugin.info +2 -2
- package/languages/fa-IR/plugin.info +1 -1
- package/languages/fr-FR/Buttons.multids +4 -0
- package/languages/fr-FR/ControlPanel.multids +11 -1
- package/languages/fr-FR/Docs/PaletteColours.multids +7 -3
- package/languages/fr-FR/Fields.multids +2 -2
- package/languages/fr-FR/Snippets/FunctionDefinition.tid +7 -0
- package/languages/fr-FR/Snippets/ProcedureDefinition.tid +7 -0
- package/languages/fr-FR/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
- package/languages/he-IL/plugin.info +1 -1
- package/languages/hi-IN/plugin.info +1 -1
- package/languages/it-IT/plugin.info +1 -1
- package/languages/ja-JP/plugin.info +1 -1
- package/languages/ko-KR/plugin.info +1 -1
- package/languages/mk-MK/plugin.info +1 -1
- package/languages/nl-NL/plugin.info +1 -1
- package/languages/pa-IN/plugin.info +1 -1
- package/languages/pl-PL/Buttons.multids +4 -0
- package/languages/pl-PL/ControlPanel.multids +20 -0
- package/languages/pl-PL/Docs/PaletteColours.multids +7 -0
- package/languages/pl-PL/EditTemplate.multids +1 -0
- package/languages/pl-PL/Fields.multids +1 -0
- package/languages/pl-PL/Misc.multids +2 -0
- package/languages/pl-PL/Search.multids +2 -0
- package/languages/pl-PL/Snippets/FunctionDefinition.tid +7 -0
- package/languages/pl-PL/Snippets/ProcedureDefinition.tid +7 -0
- package/languages/pl-PL/Types/text_vnd.tiddlywiki_multiple.tid +6 -0
- package/languages/pl-PL/plugin.info +1 -1
- package/languages/pl-PL/readme.md +1 -1
- package/languages/pt-PT/plugin.info +1 -1
- package/languages/ru-RU/plugin.info +1 -1
- package/languages/sk-SK/plugin.info +1 -1
- package/languages/sl-SI/plugin.info +1 -1
- package/languages/sv-SE/plugin.info +1 -1
- package/languages/zh-CN/plugin.info +1 -1
- package/languages/zh-HK/Buttons.multids +17 -0
- package/languages/zh-HK/ControlPanel.multids +31 -0
- package/languages/zh-HK/Docs/ModuleTypes.multids +3 -0
- package/languages/zh-HK/Fields.multids +5 -0
- package/languages/zh-HK/GettingStarted.tid +18 -0
- package/languages/zh-HK/Help/listen.tid +35 -0
- package/languages/zh-HK/Help/notfound.tid +3 -0
- package/languages/zh-HK/Help/password.tid +10 -0
- package/languages/zh-HK/Help/render.tid +34 -0
- package/languages/zh-HK/Help/savetiddlers.tid +16 -0
- package/languages/zh-HK/Help/server.tid +44 -0
- package/languages/zh-HK/Help/setfield.tid +17 -0
- package/languages/zh-HK/Misc.multids +5 -0
- package/languages/zh-HK/SideBar.multids +3 -0
- package/languages/zh-HK/Snippets/ProcedureDefinition.tid +7 -0
- package/languages/zh-HK/ThemeTweaks.multids +3 -0
- package/languages/zh-HK/plugin.info +1 -1
- package/languages/zh-Hans/Buttons.multids +2 -0
- package/languages/zh-Hans/ControlPanel.multids +23 -6
- package/languages/zh-Hans/EditTemplate.multids +2 -0
- package/languages/zh-Hans/Search.multids +2 -0
- package/languages/zh-Hans/SiteTitle.tid +1 -1
- package/languages/zh-Hans/Snippets/FunctionDefinition.tid +7 -0
- package/languages/zh-Hans/Snippets/ProcedureDefinition.tid +7 -0
- package/languages/zh-Hans/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
- package/languages/zh-Hans/plugin.info +1 -1
- package/languages/zh-Hant/Buttons.multids +2 -0
- package/languages/zh-Hant/ControlPanel.multids +24 -7
- package/languages/zh-Hant/EditTemplate.multids +2 -0
- package/languages/zh-Hant/Search.multids +2 -0
- package/languages/zh-Hant/Snippets/FunctionDefinition.tid +7 -0
- package/languages/zh-Hant/Snippets/ProcedureDefinition.tid +7 -0
- package/languages/zh-Hant/Types/text_vnd.tiddlywiki_multiple.tid +5 -0
- package/languages/zh-Hant/plugin.info +1 -1
- package/languages/zh-TW/plugin.info +1 -1
- package/license +1 -1
- package/licenses/cla-entity.md +3 -1
- package/licenses/cla-individual.md +42 -0
- package/package.json +5 -4
- package/plugins/tiddlywiki/aws/docs/setup.tid +1 -1
- package/plugins/tiddlywiki/aws/modules/command.js +0 -6
- package/plugins/tiddlywiki/aws/modules/encodings.js +0 -5
- package/plugins/tiddlywiki/aws/modules/init.js +0 -5
- package/plugins/tiddlywiki/aws/modules/utils.js +0 -5
- package/plugins/tiddlywiki/bibtex/deserializer.js +0 -5
- package/plugins/tiddlywiki/blog/templates/tiddler.tid +2 -2
- package/plugins/tiddlywiki/browser-sniff/browser.js +0 -5
- package/plugins/tiddlywiki/browser-sniff/readme.tid +1 -1
- package/plugins/tiddlywiki/browser-storage/rawmarkup.js +0 -4
- package/plugins/tiddlywiki/browser-storage/readme.tid +1 -1
- package/plugins/tiddlywiki/browser-storage/settings.tid +6 -2
- package/plugins/tiddlywiki/browser-storage/startup.js +16 -14
- package/plugins/tiddlywiki/browser-storage/util.js +1 -7
- package/plugins/tiddlywiki/cecily/cecily.js +0 -5
- package/plugins/tiddlywiki/cecily/readme.tid +1 -1
- package/plugins/tiddlywiki/classictools/languages/ia-IA/types/text_Fx-tiddlywiki.tid +4 -0
- package/{languages/sv-SE/Types → plugins/tiddlywiki/classictools/languages/sv-SE/types}/text_x-tiddlywiki.tid +4 -4
- package/plugins/tiddlywiki/classictools/modules/recipe.js +0 -5
- package/plugins/tiddlywiki/classictools/readme.tid +1 -1
- package/plugins/tiddlywiki/codemirror/edit-codemirror.js +0 -5
- package/plugins/tiddlywiki/codemirror/engine.js +0 -5
- package/plugins/tiddlywiki/codemirror/files/addon/dialog/dialog.css +1 -32
- package/plugins/tiddlywiki/codemirror/files/addon/dialog/dialog.js +1 -1
- package/plugins/tiddlywiki/codemirror/files/addon/selection/activeline.js +1 -1
- package/plugins/tiddlywiki/codemirror/files/codemirror.css +1 -1
- package/plugins/tiddlywiki/codemirror/files/codemirror.js +1 -1
- package/plugins/tiddlywiki/codemirror/readme.tid +2 -2
- package/plugins/tiddlywiki/codemirror/settings/cursorBlinkRate.tid +1 -1
- package/plugins/tiddlywiki/codemirror/settings/indentUnit.tid +1 -1
- package/plugins/tiddlywiki/codemirror/settings/tabSize.tid +1 -1
- package/plugins/tiddlywiki/codemirror/ui/controlpanel/codemirror.tid +2 -2
- package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/anyword-hint.js +1 -3
- package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/css-hint.js +1 -3
- package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/html-hint.js +1 -3
- package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/javascript-hint.js +1 -3
- package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/show-hint.css +1 -36
- package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/show-hint.js +1 -3
- package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/xml-hint.js +1 -3
- package/plugins/tiddlywiki/codemirror-closebrackets/files/addon/edit/closebrackets.js +1 -3
- package/plugins/tiddlywiki/codemirror-closebrackets/files/addon/edit/matchbrackets.js +1 -3
- package/plugins/tiddlywiki/codemirror-fullscreen-editing/files/addon/fullscreen/fullscreen.css +1 -6
- package/plugins/tiddlywiki/codemirror-fullscreen-editing/files/addon/fullscreen/fullscreen.js +1 -3
- package/plugins/tiddlywiki/codemirror-keymap-emacs/files/keymap/emacs.js +1 -3
- package/plugins/tiddlywiki/codemirror-keymap-sublime-text/files/addons/comment/comment.js +1 -3
- package/plugins/tiddlywiki/codemirror-keymap-sublime-text/files/keymap/sublime.js +1 -3
- package/plugins/tiddlywiki/codemirror-keymap-vim/files/keymap/vim.js +1 -3
- package/plugins/tiddlywiki/codemirror-mode-css/files/mode/css/css.js +1 -3
- package/plugins/tiddlywiki/codemirror-mode-htmlembedded/files/addon/mode/multiplex.js +1 -3
- package/plugins/tiddlywiki/codemirror-mode-htmlembedded/files/mode/htmlembedded/htmlembedded.js +1 -3
- package/plugins/tiddlywiki/codemirror-mode-htmlmixed/files/mode/htmlmixed/htmlmixed.js +1 -3
- package/plugins/tiddlywiki/codemirror-mode-javascript/files/mode/javascript/javascript.js +1 -3
- package/plugins/tiddlywiki/codemirror-mode-markdown/files/mode/markdown/markdown.js +1 -3
- package/plugins/tiddlywiki/codemirror-mode-x-tiddlywiki/files/mode/tiddlywiki/tiddlywiki.css +1 -14
- package/plugins/tiddlywiki/codemirror-mode-x-tiddlywiki/files/mode/tiddlywiki/tiddlywiki.js +1 -3
- package/plugins/tiddlywiki/codemirror-mode-xml/files/mode/xml/xml.js +1 -3
- package/plugins/tiddlywiki/codemirror-search-replace/files/addon/search/jump-to-line.js +1 -3
- package/plugins/tiddlywiki/codemirror-search-replace/files/addon/search/search.js +1 -3
- package/plugins/tiddlywiki/codemirror-search-replace/files/addon/search/searchcursor.js +1 -3
- package/plugins/tiddlywiki/codemirror-trailingspace/files/addon/edit/trailingspace.js +1 -27
- package/plugins/tiddlywiki/comments/config.tid +2 -0
- package/plugins/tiddlywiki/confetti/confetti-manager.js +0 -6
- package/plugins/tiddlywiki/confetti/confetti-widget.js +0 -6
- package/plugins/tiddlywiki/confetti/plugin.info +1 -1
- package/plugins/tiddlywiki/confetti/startup.js +0 -6
- package/plugins/tiddlywiki/consent-banner/banner.tid +4 -0
- package/plugins/tiddlywiki/consent-banner/config.tid +2 -0
- package/plugins/tiddlywiki/consent-banner/docs.tid +1 -1
- package/plugins/tiddlywiki/consent-banner/raw-widget.js +0 -5
- package/plugins/tiddlywiki/consent-banner/startup.js +0 -5
- package/plugins/tiddlywiki/d3/barwidget.js +4 -9
- package/plugins/tiddlywiki/d3/cloudwidget.js +0 -5
- package/plugins/tiddlywiki/d3/readme.tid +1 -1
- package/plugins/tiddlywiki/dynannotate/modules/dynannotate.js +0 -5
- package/plugins/tiddlywiki/dynannotate/modules/element-spotlight.js +0 -6
- package/plugins/tiddlywiki/dynannotate/modules/legacy-selection-tracker.js +0 -5
- package/plugins/tiddlywiki/dynannotate/modules/selection-tracker.js +0 -5
- package/plugins/tiddlywiki/dynannotate/modules/startup.js +0 -9
- package/plugins/tiddlywiki/dynannotate/modules/textmap.js +0 -5
- package/plugins/tiddlywiki/dynaview/config.tid +2 -0
- package/plugins/tiddlywiki/dynaview/dynaview.js +0 -5
- package/plugins/tiddlywiki/evernote/modules/enex-deserializer.js +15 -4
- package/plugins/tiddlywiki/external-attachments/settings.tid +2 -0
- package/plugins/tiddlywiki/external-attachments/startup.js +0 -6
- package/plugins/tiddlywiki/filesystem/filesystemadaptor.js +9 -8
- package/plugins/tiddlywiki/filesystem/readme.tid +1 -1
- package/plugins/tiddlywiki/freelinks/plain-text.js +0 -5
- package/plugins/tiddlywiki/freelinks/settings.tid +2 -0
- package/plugins/tiddlywiki/freelinks/text.js +0 -5
- package/plugins/tiddlywiki/geospatial/docs/geolayer.tid +5 -2
- package/plugins/tiddlywiki/geospatial/docs/geomap.tid +71 -1
- package/plugins/tiddlywiki/geospatial/geotools.js +0 -5
- package/plugins/tiddlywiki/geospatial/images/markers/pin.svg +1 -9
- package/plugins/tiddlywiki/geospatial/operators/helper.js +1 -6
- package/plugins/tiddlywiki/geospatial/operators/lookup.js +0 -6
- package/plugins/tiddlywiki/geospatial/operators/measurement.js +0 -5
- package/plugins/tiddlywiki/geospatial/operators/olc.js +6 -11
- package/plugins/tiddlywiki/geospatial/operators/transformation.js +0 -6
- package/plugins/tiddlywiki/geospatial/plugin.info +1 -1
- package/plugins/tiddlywiki/geospatial/settings.tid +2 -0
- package/plugins/tiddlywiki/geospatial/startup.js +0 -5
- package/plugins/tiddlywiki/geospatial/tests/operators/geodistance.tid +1 -1
- package/plugins/tiddlywiki/geospatial/tests/operators/geolookup.tid +3 -3
- package/plugins/tiddlywiki/geospatial/tests/operators/geonearestpoint.tid +2 -2
- package/plugins/tiddlywiki/geospatial/tests/operators/geonearestpoint2.tid +3 -3
- package/plugins/tiddlywiki/geospatial/tests/operators/geopoint.tid +1 -1
- package/plugins/tiddlywiki/geospatial/tests/operators/olc-decode.tid +2 -2
- package/plugins/tiddlywiki/geospatial/tests/widgets/geomap-empty-layer.tid +19 -0
- package/plugins/tiddlywiki/geospatial/widgets/geobaselayer.js +0 -5
- package/plugins/tiddlywiki/geospatial/widgets/geolayer.js +0 -5
- package/plugins/tiddlywiki/geospatial/widgets/geomap.js +78 -29
- package/plugins/tiddlywiki/github-fork-ribbon/plugin.info +1 -1
- package/plugins/tiddlywiki/github-fork-ribbon/readme.tid +1 -1
- package/plugins/tiddlywiki/github-fork-ribbon/template.tid +1 -1
- package/plugins/tiddlywiki/github-fork-ribbon/usage.tid +5 -5
- package/plugins/tiddlywiki/googleanalytics/googleanalytics.js +0 -7
- package/plugins/tiddlywiki/googleanalytics/readme.tid +1 -1
- package/plugins/tiddlywiki/googleanalytics/settings.tid +2 -0
- package/plugins/tiddlywiki/help/help.tid +8 -8
- package/plugins/tiddlywiki/help/readme.tid +1 -1
- package/plugins/tiddlywiki/help/tabs/Support.tid +1 -1
- package/plugins/tiddlywiki/highlight/files/tiddlywiki.files +1 -1
- package/plugins/tiddlywiki/highlight/highlightblock.js +1 -7
- package/plugins/tiddlywiki/highlight/styles.tid +1 -1
- package/plugins/tiddlywiki/highlight/usage.tid +15 -7
- package/plugins/tiddlywiki/highlight-legacy/highlightblock.js +0 -6
- package/plugins/tiddlywiki/innerwiki/anchor.js +0 -6
- package/plugins/tiddlywiki/innerwiki/innerwiki.js +0 -5
- package/plugins/tiddlywiki/innerwiki/screenshot.js +0 -5
- package/plugins/tiddlywiki/jasmine/command.js +0 -3
- package/plugins/tiddlywiki/jasmine/jasmine-plugin.js +1 -5
- package/plugins/tiddlywiki/jasmine/readme.tid +1 -1
- package/plugins/tiddlywiki/jasmine/run-wiki-based-tests.js +7 -5
- package/plugins/tiddlywiki/jasmine/startup.js +1 -5
- package/plugins/tiddlywiki/jszip/startup.js +0 -5
- package/plugins/tiddlywiki/katex/config.tid +2 -0
- package/plugins/tiddlywiki/katex/files/tiddlywiki.files +2 -2
- package/plugins/tiddlywiki/katex/latex-parser.js +0 -5
- package/plugins/tiddlywiki/katex/readme.tid +1 -1
- package/plugins/tiddlywiki/katex/styles.tid +1 -1
- package/plugins/tiddlywiki/katex/wrapper.js +1 -7
- package/plugins/tiddlywiki/markdown/EditorToolbar/picture-dropdown.tid +24 -0
- package/plugins/tiddlywiki/markdown/EditorToolbar/picture.tid +10 -0
- package/plugins/tiddlywiki/markdown/EditorToolbar/strikethrough.tid +15 -0
- package/plugins/tiddlywiki/markdown/EditorToolbar/subscript.tid +15 -0
- package/plugins/tiddlywiki/markdown/EditorToolbar/superscript.tid +15 -0
- package/plugins/tiddlywiki/markdown/editor-operations/make-markdown-link.js +4 -9
- package/plugins/tiddlywiki/markdown/markdown-it-katex.js +26 -27
- package/plugins/tiddlywiki/markdown/markdown-it-tiddlywiki.js +0 -5
- package/plugins/tiddlywiki/markdown/new-markdown.tid +4 -4
- package/plugins/tiddlywiki/markdown/plugin.info +1 -1
- package/plugins/tiddlywiki/markdown/readme.tid +88 -1
- package/plugins/tiddlywiki/markdown/settings/breaks.tid +9 -0
- package/plugins/tiddlywiki/markdown/settings/linkify.tid +9 -0
- package/plugins/tiddlywiki/markdown/settings/quotes.tid +8 -0
- package/plugins/tiddlywiki/markdown/settings/renderWikiText.tid +9 -0
- package/plugins/tiddlywiki/markdown/settings/renderWikiTextPragma.tid +7 -0
- package/plugins/tiddlywiki/markdown/settings/typographer.tid +9 -0
- package/plugins/tiddlywiki/markdown/settings.tid +19 -0
- package/plugins/tiddlywiki/markdown/styles.tid +1 -1
- package/plugins/tiddlywiki/markdown/wrapper.js +2 -6
- package/plugins/tiddlywiki/markdown-legacy/editor-operations/make-markdown-link.js +0 -5
- package/plugins/tiddlywiki/markdown-legacy/new-markdown.tid +4 -4
- package/plugins/tiddlywiki/markdown-legacy/readme.tid +1 -1
- package/plugins/tiddlywiki/markdown-legacy/wrapper.js +0 -5
- package/plugins/tiddlywiki/menubar/keyboardshortcuts-menubar-search.tid +5 -0
- package/plugins/tiddlywiki/menubar/shortcutinfo-menubar-search.tid +4 -0
- package/plugins/tiddlywiki/mobiledragdrop/startup.js +0 -5
- package/plugins/tiddlywiki/nodewebkitsaver/nodewebkit.js +1 -3
- package/plugins/tiddlywiki/nodewebkitsaver/readme.tid +1 -1
- package/plugins/tiddlywiki/pluginlibrary/libraryserver.js +0 -5
- package/plugins/tiddlywiki/pluginlibrary/readme.tid +1 -1
- package/plugins/tiddlywiki/qrcode/ViewToolbarButton/Button.tid +17 -39
- package/plugins/tiddlywiki/qrcode/barcodereader.js +0 -6
- package/plugins/tiddlywiki/qrcode/docs/makeqr.tid +13 -9
- package/plugins/tiddlywiki/qrcode/makeqr.js +2 -8
- package/plugins/tiddlywiki/railroad/components.js +0 -5
- package/plugins/tiddlywiki/railroad/parser.js +1 -6
- package/plugins/tiddlywiki/railroad/typed-parser.js +0 -6
- package/plugins/tiddlywiki/railroad/wrapper.js +0 -5
- package/plugins/tiddlywiki/savetrail/savetrail.js +0 -5
- package/plugins/tiddlywiki/savetrail/settings.tid +2 -1
- package/plugins/tiddlywiki/share/rawmarkup.js +0 -5
- package/plugins/tiddlywiki/share/settings.tid +2 -0
- package/plugins/tiddlywiki/share/wizard.tid +1 -1
- package/plugins/tiddlywiki/stacked-view/plugin.info +1 -1
- package/plugins/tiddlywiki/stacked-view/readme.tid +1 -1
- package/plugins/tiddlywiki/stacked-view/stacked.js +0 -5
- package/plugins/tiddlywiki/tahoelafs/readme.tid +1 -1
- package/plugins/tiddlywiki/tahoelafs/saver.js +0 -5
- package/plugins/tiddlywiki/text-slicer/modules/commands/slice.js +0 -5
- package/plugins/tiddlywiki/text-slicer/modules/filters/list-children.js +0 -5
- package/plugins/tiddlywiki/text-slicer/modules/slicer.js +1 -6
- package/plugins/tiddlywiki/text-slicer/modules/startup/slicer-startup.js +0 -5
- package/plugins/tiddlywiki/text-slicer/ui/slice-toolbar-button.tid +5 -5
- package/plugins/tiddlywiki/tiddlyweb/readme.tid +1 -1
- package/plugins/tiddlywiki/tiddlyweb/save-wiki-button.tid +4 -4
- package/plugins/tiddlywiki/tiddlyweb/tiddlywebadaptor.js +2 -7
- package/plugins/tiddlywiki/tour/plugin.info +1 -1
- package/plugins/tiddlywiki/tour/settings.tid +63 -57
- package/plugins/tiddlywiki/tour/simplified-tiddler-with-tags.tid +4 -4
- package/plugins/tiddlywiki/tour/simplified-tiddler.tid +2 -2
- package/plugins/tiddlywiki/translators/Translators.tid +6 -0
- package/plugins/tiddlywiki/translators/readme.tid +1 -1
- package/plugins/tiddlywiki/translators/templates/help-tid.tid +5 -5
- package/plugins/tiddlywiki/translators/templates/modal-tid.tid +8 -8
- package/plugins/tiddlywiki/translators/templates/snippet-tid.tid +5 -5
- package/plugins/tiddlywiki/translators/templates/type-tid.tid +6 -6
- package/plugins/tiddlywiki/tw2parser/classictransclude.js +0 -5
- package/plugins/tiddlywiki/tw2parser/entry.js +1 -5
- package/plugins/tiddlywiki/tw2parser/parameteradapter.js +0 -4
- package/plugins/tiddlywiki/tw2parser/readme.tid +1 -1
- package/plugins/tiddlywiki/tw2parser/wikitextparser.js +1 -6
- package/plugins/tiddlywiki/tw2parser/wikitextrules.js +7 -12
- package/plugins/tiddlywiki/tw5.com-docs/plugin.info +1 -1
- package/plugins/tiddlywiki/twitter/startup.js +0 -5
- package/plugins/tiddlywiki/twitter/twitter-widget.js +0 -5
- package/plugins/tiddlywiki/twitter-archivist/archivist.js +0 -5
- package/plugins/tiddlywiki/twitter-archivist/loadtwitterarchive.js +0 -5
- package/plugins/tiddlywiki/twitter-archivist/startup.js +0 -5
- package/plugins/tiddlywiki/upgrade/config.js +0 -5
- package/plugins/tiddlywiki/upgrade/readme.tid +1 -1
- package/plugins/tiddlywiki/xlsx-utils/deserializer.js +0 -5
- package/plugins/tiddlywiki/xlsx-utils/importer.js +0 -5
- package/plugins/tiddlywiki/xlsx-utils/startup.js +0 -5
- package/plugins/tiddlywiki/xlsx-utils/xlsx-import-command.js +0 -5
- package/readme.md +8 -7
- package/themes/tiddlywiki/starlight/arvo.woff.meta +1 -1
- package/themes/tiddlywiki/vanilla/base.tid +93 -17
- package/themes/tiddlywiki/vanilla/settings.multids +2 -2
- package/.eslintignore +0 -8
- package/.eslintrc.yml +0 -283
- package/core/language/en-GB/Types/image_x-icon.tid +0 -5
- package/core/language/en-GB/icon.tid +0 -13
- package/editions/dev/tiddlers/system/doc-macros.tid +0 -114
- package/editions/dev/tiddlers/system/doc-styles.tid +0 -40
- package/editions/dev/tiddlers/system/version-macros.tid +0 -14
- package/editions/multiwikiserver/tiddlers/$__StoryList.tid +0 -2
- package/editions/prerelease/tiddlers/Release 5.3.6.tid +0 -56
- package/editions/test/tiddlers/tests/data/tabs-macro/expected-html-tabs-horizontal-all.tid +0 -5
- package/editions/test/tiddlers/tests/data/tabs-macro/expected-html-tabs-horizontal.tid +0 -5
- package/editions/test/tiddlers/tests/data/tabs-macro/expected-html-tabs-vertical.tid +0 -5
- package/editions/tw5.com/tiddlers/definitions/Federatial.tid +0 -21
- package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail_-_Federatial.tid +0 -11
- package/editions/tw5.com/tiddlers/images/Federatial.png +0 -0
- package/editions/tw5.com/tiddlers/images/Federatial.png.meta +0 -3
- package/editions/tw5.com/tiddlers/images/external/tiddlywiki.files +0 -202
- package/editions/tw5.com/tiddlers/languages/LanguageGallery.tid +0 -25
- package/editions/tw5.com/tiddlers/saving/Saving with FireFox.tid +0 -17
- package/editions/tw5.com/tiddlers/saving/Saving with TiddlyFox on Android.tid +0 -26
- package/languages/ar-PS/icon.tid +0 -7
- package/languages/ca-ES/Types/image%2Fx-icon.tid +0 -4
- package/languages/ca-ES/icon.tid +0 -8
- package/languages/cs-CZ/Types/image%2Fx-icon.tid +0 -4
- package/languages/cs-CZ/icon.tid +0 -9
- package/languages/da-DK/Types/image%2Fx-icon.tid +0 -4
- package/languages/da-DK/icon.tid +0 -9
- package/languages/de-AT/icon.tid +0 -8
- package/languages/de-DE/Types/image_x-icon.tid +0 -4
- package/languages/de-DE/icon.tid +0 -12
- package/languages/el-GR/Help/help.tid +0 -10
- package/languages/el-GR/Help/unpackplugin.tid +0 -8
- package/languages/el-GR/Help/version.tid +0 -8
- package/languages/el-GR/Types/application%2Fjson.tid +0 -4
- package/languages/el-GR/Types/image%2Fgif.tid +0 -4
- package/languages/el-GR/Types/image%2Fjpeg.tid +0 -4
- package/languages/el-GR/Types/image%2Fpng.tid +0 -4
- package/languages/el-GR/Types/image%2Fsvg%2Bxml.tid +0 -4
- package/languages/el-GR/Types/image%2Fx-icon.tid +0 -4
- package/languages/el-GR/Types/text%2Fhtml.tid +0 -4
- package/languages/el-GR/Types/text%2Fplain.tid +0 -4
- package/languages/el-GR/Types/text%2Fvnd.tiddlywiki.tid +0 -4
- package/languages/el-GR/icon.tid +0 -8
- package/languages/en-US/icon.tid +0 -29
- package/languages/es-ES/Types/image_x-icon.tid +0 -5
- package/languages/es-ES/icon.tid +0 -409
- package/languages/fa-IR/icon.tid +0 -14
- package/languages/fr-FR/Types/image_x-icon.tid +0 -5
- package/languages/fr-FR/icon.tid +0 -5
- package/languages/he-IL/Types/image%2Fx-icon.tid +0 -4
- package/languages/he-IL/icon.tid +0 -38
- package/languages/hi-IN/Types/image%2Fx-icon.tid +0 -5
- package/languages/hi-IN/icon.tid +0 -4
- package/languages/ia-IA/Types/image%2Fx-icon.tid +0 -4
- package/languages/ia-IA/icon.tid +0 -13
- package/languages/it-IT/Types/image_x-icon.tid +0 -5
- package/languages/it-IT/icon.tid +0 -32
- package/languages/ja-JP/Types/image%2Fx-icon.tid +0 -4
- package/languages/ja-JP/icon.tid +0 -9
- package/languages/ko-KR/Types/image%2Fx-icon.tid +0 -4
- package/languages/ko-KR/icon.tid +0 -15
- package/languages/mk-MK/Types/image%2Fx-icon.tid +0 -4
- package/languages/mk-MK/icon.tid +0 -8
- package/languages/nl-NL/Types/image%2Fx-icon.tid +0 -4
- package/languages/nl-NL/icon.tid +0 -9
- package/languages/pa-IN/Types/image%2Fx-icon.tid +0 -4
- package/languages/pa-IN/icon.tid +0 -4
- package/languages/pl-PL/Types/image_x-icon.tid +0 -5
- package/languages/pl-PL/icon.tid +0 -7
- package/languages/pt-BR/Types/image%2Fx-icon.tid +0 -4
- package/languages/pt-BR/icon.tid +0 -54
- package/languages/pt-PT/Types/image%2Fx-icon.tid +0 -4
- package/languages/pt-PT/icon.tid +0 -70
- package/languages/ru-RU/Types/image%2Fx-icon.tid +0 -4
- package/languages/ru-RU/icon.tid +0 -10
- package/languages/sk-SK/Types/image%2Fx-icon.tid +0 -4
- package/languages/sk-SK/icon.tid +0 -17
- package/languages/sl-SI/Types/image%2Fx-icon.tid +0 -4
- package/languages/sl-SI/icon.tid +0 -28
- package/languages/sv-SE/Types/image_x-icon.tid +0 -4
- package/languages/sv-SE/icon.tid +0 -8
- package/languages/zh-CN/icon.tid +0 -18
- package/languages/zh-HK/icon.tid +0 -16
- package/languages/zh-Hans/Types/image_x-icon.tid +0 -4
- package/languages/zh-Hans/icon.tid +0 -18
- package/languages/zh-Hant/Types/image_x-icon.tid +0 -4
- package/languages/zh-Hant/icon.tid +0 -14
- package/languages/zh-TW/icon.tid +0 -14
- package/plugins/tiddlywiki/markdown/config.tid +0 -80
- /package/core/ui/{StandardLayout.tid → PageTemplate.tid} +0 -0
- /package/editions/tw5.com/tiddlers/{Selection Constructors: Conditional.tid → Selection Constructors Conditional.tid} +0 -0
- /package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/doc-styles.tid +0 -0
- /package/{languages/ca-ES/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/ca-ES/types/text_Fx-tiddlywiki.tid} +0 -0
- /package/{languages/cs-CZ/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/cs-CZ/types/text_Fx-tiddlywiki.tid} +0 -0
- /package/{languages/da-DK/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/da-DK/types/text_Fx-tiddlywiki.tid} +0 -0
- /package/{languages/de-DE/Types → plugins/tiddlywiki/classictools/languages/de-DE/types}/text_x-tiddlywiki.tid +0 -0
- /package/{languages/el-GR/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/el-Gr/types/text_Fx-tiddlywiki.tid} +0 -0
- /package/{core/language/en-GB/Types → plugins/tiddlywiki/classictools/languages/en-GB/types}/text_x-tiddlywiki.tid +0 -0
- /package/{languages/es-ES/Types → plugins/tiddlywiki/classictools/languages/es-ES/types}/text_x-tiddlywiki.tid +0 -0
- /package/{languages/fr-FR/Types → plugins/tiddlywiki/classictools/languages/fr-FR/types}/text_x-tiddlywiki.tid +0 -0
- /package/{languages/he-IL/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/he-IL/types/text_Fx-tiddlywiki.tid} +0 -0
- /package/{languages/hi-IN/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/hi-IN/types/text_Fx-tiddlywiki.tid} +0 -0
- /package/{languages/it-IT/Types → plugins/tiddlywiki/classictools/languages/it-IT/types}/text_x-tiddlywiki.tid +0 -0
- /package/{languages/ja-JP/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/ja-JP/types/text_Fx-tiddlywiki.tid} +0 -0
- /package/{languages/ko-KR/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/ko-KR/types/text_Fx-tiddlywiki.tid} +0 -0
- /package/{languages/mk-MK/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/mk-MK/types/text_Fx-tiddlywiki.tid} +0 -0
- /package/{languages/nl-NL/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/nl-NL/types/text_Fx-tiddlywiki.tid} +0 -0
- /package/{languages/pa-IN/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/pa-IN/types/text_Fx-tiddlywiki.tid} +0 -0
- /package/{languages/pl-PL/Types → plugins/tiddlywiki/classictools/languages/pl-PL/types}/text_x-tiddlywiki.tid +0 -0
- /package/{languages/pt-BR/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/pt-BR/types/text_Fx-tiddlywiki.tid} +0 -0
- /package/{languages/pt-PT/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/pt-PT/types/text_Fx-tiddlywiki.tid} +0 -0
- /package/{languages/ru-RU/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/ru-RU/types/text_Fx-tiddlywiki.tid} +0 -0
- /package/{languages/sk-SK/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/sk-SK/types/text_Fx-tiddlywiki.tid} +0 -0
- /package/{languages/sl-SI/Types/text%2Fx-tiddlywiki.tid → plugins/tiddlywiki/classictools/languages/sl-SI/types/text_Fx-tiddlywiki.tid} +0 -0
- /package/{languages/zh-Hans/Types → plugins/tiddlywiki/classictools/languages/zh-Hans/types}/text_x-tiddlywiki.tid +0 -0
- /package/{languages/zh-Hant/Types → plugins/tiddlywiki/classictools/languages/zh-Hant/types}/text_x-tiddlywiki.tid +0 -0
@@ -2,6 +2,6 @@ title: $:/plugins/tiddlywiki/codemirror/readme
|
|
2
2
|
|
3
3
|
This plugin provides an enhanced text editor component based on [[CodeMirror|http://codemirror.net]]. The basic configuration is designed to be as lightweight as possible and is just around 235kb of size. Additional features can be installed with ~CodeMirror ~AddOns from the plugin library.
|
4
4
|
|
5
|
-
[[Source code|https://github.com/
|
5
|
+
[[Source code|https://github.com/TiddlyWiki/TiddlyWiki5/blob/master/plugins/tiddlywiki/codemirror]]
|
6
6
|
|
7
|
-
Based on ~CodeMirror version 5.
|
7
|
+
Based on ~CodeMirror version 5.65.19
|
@@ -4,4 +4,4 @@ caption: {{$:/language/codemirror/cursorBlinkRate/hint}}
|
|
4
4
|
|
5
5
|
\define lingo-base() $:/language/codemirror/cursorBlinkRate/
|
6
6
|
|
7
|
-
|<$link to="$:/config/codemirror/cursorBlinkRate"><<lingo hint>></$link> |<$edit-text tiddler="$:/config/codemirror/cursorBlinkRate" default="" placeholder="cursorBlinkRate" tag="input"/> |
|
7
|
+
|<$link to="$:/config/codemirror/cursorBlinkRate"><<lingo hint>></$link> |<$edit-text tiddler="$:/config/codemirror/cursorBlinkRate" default="" placeholder="cursorBlinkRate" tag="input" type="number"/> |
|
@@ -4,4 +4,4 @@ caption: {{$:/language/codemirror/indentUnit/hint}}
|
|
4
4
|
|
5
5
|
\define lingo-base() $:/language/codemirror/indentUnit/
|
6
6
|
|
7
|
-
|<$link to="$:/config/codemirror/indentUnit"><<lingo hint>></$link> |<$edit-text tiddler="$:/config/codemirror/indentUnit" default="" placeholder="indentUnit" tag="input"/> |
|
7
|
+
|<$link to="$:/config/codemirror/indentUnit"><<lingo hint>></$link> |<$edit-text tiddler="$:/config/codemirror/indentUnit" default="" placeholder="indentUnit" tag="input" type="number"/> |
|
@@ -4,4 +4,4 @@ caption: {{$:/language/codemirror/tabSize/hint}}
|
|
4
4
|
|
5
5
|
\define lingo-base() $:/language/codemirror/tabSize/
|
6
6
|
|
7
|
-
|<$link to="$:/config/codemirror/tabSize"><<lingo hint>></$link> |<$edit-text tiddler="$:/config/codemirror/tabSize" default="" placeholder="tabSize" tag="input"/> |
|
7
|
+
|<$link to="$:/config/codemirror/tabSize"><<lingo hint>></$link> |<$edit-text tiddler="$:/config/codemirror/tabSize" default="" placeholder="tabSize" tag="input" type="number"/> |
|
@@ -13,9 +13,9 @@ list-after: $:/core/ui/ControlPanel/Settings/TiddlyWiki
|
|
13
13
|
|
14
14
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Settings/CodeMirror]]">
|
15
15
|
|
16
|
-
<div
|
16
|
+
<div class="tc-control-panel-setting" data-setting-title=<<currentTiddler>> >
|
17
17
|
|
18
|
-
|
18
|
+
!!.tc-control-panel-accent <$link><$transclude field="caption"/></$link>
|
19
19
|
|
20
20
|
<$transclude/>
|
21
21
|
|
@@ -1,3 +1 @@
|
|
1
|
-
|
2
|
-
// Distributed under an MIT license: https://codemirror.net/LICENSE
|
3
|
-
!function(e){"object"==typeof exports&&"object"==typeof module?e(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],e):e(CodeMirror)}(function(y){"use strict";var b=/[\w$]+/;y.registerHelper("hint","anyword",function(e,r){for(var t=r&&r.word||b,o=r&&r.range||500,i=e.getCursor(),n=e.getLine(i.line),f=i.ch,s=f;s&&t.test(n.charAt(s-1));)--s;for(var a=s!=f&&n.slice(s,f),c=r&&r.list||[],l={},d=new RegExp(t.source,"g"),u=-1;u<=1;u+=2)for(var p=i.line,g=Math.min(Math.max(p+u*o,e.firstLine()),e.lastLine())+u;p!=g;p+=u)for(var h,m=e.getLine(p);h=d.exec(m);)p==i.line&&h[0]===a||a&&0!=h[0].lastIndexOf(a,0)||Object.prototype.hasOwnProperty.call(l,h[0])||(l[h[0]]=!0,c.push(h[0]));return{list:c,from:y.Pos(i.line,s),to:y.Pos(i.line,f)}})});
|
1
|
+
!function(e){"object"==typeof exports&&"object"==typeof module?e(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],e):e(CodeMirror)}(function(y){"use strict";var b=/[\w$]+/;y.registerHelper("hint","anyword",function(e,r){for(var t=r&&r.word||b,o=r&&r.range||500,i=e.getCursor(),n=e.getLine(i.line),f=i.ch,s=f;s&&t.test(n.charAt(s-1));)--s;for(var a=s!=f&&n.slice(s,f),c=r&&r.list||[],l={},d=new RegExp(t.source,"g"),u=-1;u<=1;u+=2)for(var p=i.line,g=Math.min(Math.max(p+u*o,e.firstLine()),e.lastLine())+u;p!=g;p+=u)for(var h,m=e.getLine(p);h=d.exec(m);)p==i.line&&h[0]===a||a&&0!=h[0].lastIndexOf(a,0)||Object.prototype.hasOwnProperty.call(l,h[0])||(l[h[0]]=!0,c.push(h[0]));return{list:c,from:y.Pos(i.line,s),to:y.Pos(i.line,f)}})});
|
@@ -1,3 +1 @@
|
|
1
|
-
|
2
|
-
// Distributed under an MIT license: https://codemirror.net/LICENSE
|
3
|
-
!function(e){"object"==typeof exports&&"object"==typeof module?e(require("../../lib/codemirror"),require("../../mode/css/css")):"function"==typeof define&&define.amd?define(["../../lib/codemirror","../../mode/css/css"],e):e(CodeMirror)}(function(f){"use strict";var p={active:1,after:1,before:1,checked:1,default:1,disabled:1,empty:1,enabled:1,"first-child":1,"first-letter":1,"first-line":1,"first-of-type":1,focus:1,hover:1,"in-range":1,indeterminate:1,invalid:1,lang:1,"last-child":1,"last-of-type":1,link:1,not:1,"nth-child":1,"nth-last-child":1,"nth-last-of-type":1,"nth-of-type":1,"only-of-type":1,"only-child":1,optional:1,"out-of-range":1,placeholder:1,"read-only":1,"read-write":1,required:1,root:1,selection:1,target:1,valid:1,visited:1};f.registerHelper("hint","css",function(e){var t=e.getCursor(),r=e.getTokenAt(t),o=f.innerMode(e.getMode(),r.state);if("css"==o.mode.name){if("keyword"==r.type&&0=="!important".indexOf(r.string))return{list:["!important"],from:f.Pos(t.line,r.start),to:f.Pos(t.line,r.end)};var i=r.start,s=t.ch,n=r.string.slice(0,s-i);/[^\w$_-]/.test(n)&&(n="",i=s=t.ch);var a=f.resolveMode("text/css"),d=[],l=o.state.state;return"pseudo"==l||"variable-3"==r.type?c(p):"block"==l||"maybeprop"==l?c(a.propertyKeywords):"prop"==l||"parens"==l||"at"==l||"params"==l?(c(a.valueKeywords),c(a.colorKeywords)):"media"!=l&&"media_parens"!=l||(c(a.mediaTypes),c(a.mediaFeatures)),d.length?{list:d,from:f.Pos(t.line,i),to:f.Pos(t.line,s)}:void 0}function c(e){for(var t in e)n&&0!=t.lastIndexOf(n,0)||d.push(t)}})});
|
1
|
+
!function(e){"object"==typeof exports&&"object"==typeof module?e(require("../../lib/codemirror"),require("../../mode/css/css")):"function"==typeof define&&define.amd?define(["../../lib/codemirror","../../mode/css/css"],e):e(CodeMirror)}(function(l){"use strict";var c={active:1,after:1,before:1,checked:1,default:1,disabled:1,empty:1,enabled:1,"first-child":1,"first-letter":1,"first-line":1,"first-of-type":1,focus:1,hover:1,"in-range":1,indeterminate:1,invalid:1,lang:1,"last-child":1,"last-of-type":1,link:1,not:1,"nth-child":1,"nth-last-child":1,"nth-last-of-type":1,"nth-of-type":1,"only-of-type":1,"only-child":1,optional:1,"out-of-range":1,placeholder:1,"read-only":1,"read-write":1,required:1,root:1,selection:1,target:1,valid:1,visited:1};l.registerHelper("hint","css",function(e){var t=e.getCursor(),r=e.getTokenAt(t),e=l.innerMode(e.getMode(),r.state);if("css"==e.mode.name){if("keyword"==r.type&&0=="!important".indexOf(r.string))return{list:["!important"],from:l.Pos(t.line,r.start),to:l.Pos(t.line,r.end)};var o=r.start,i=t.ch,s=r.string.slice(0,i-o),n=(/[^\w$_-]/.test(s)&&(s="",o=i=t.ch),l.resolveMode("text/css")),a=[],e=e.state.state;return"pseudo"==e||"variable-3"==r.type?d(c):"block"==e||"maybeprop"==e?d(n.propertyKeywords):"prop"==e||"parens"==e||"at"==e||"params"==e?(d(n.valueKeywords),d(n.colorKeywords)):"media"!=e&&"media_parens"!=e||(d(n.mediaTypes),d(n.mediaFeatures)),a.length?{list:a,from:l.Pos(t.line,o),to:l.Pos(t.line,i)}:void 0}function d(e){for(var t in e)s&&0!=t.lastIndexOf(s,0)||a.push(t)}})});
|
@@ -1,3 +1 @@
|
|
1
|
-
|
2
|
-
// Distributed under an MIT license: https://codemirror.net/LICENSE
|
3
|
-
!function(l){"object"==typeof exports&&"object"==typeof module?l(require("../../lib/codemirror"),require("./xml-hint")):"function"==typeof define&&define.amd?define(["../../lib/codemirror","./xml-hint"],l):l(CodeMirror)}(function(n){"use strict";var l="ab aa af ak sq am ar an hy as av ae ay az bm ba eu be bn bh bi bs br bg my ca ch ce ny zh cv kw co cr hr cs da dv nl dz en eo et ee fo fj fi fr ff gl ka de el gn gu ht ha he hz hi ho hu ia id ie ga ig ik io is it iu ja jv kl kn kr ks kk km ki rw ky kv kg ko ku kj la lb lg li ln lo lt lu lv gv mk mg ms ml mt mi mr mh mn na nv nb nd ne ng nn no ii nr oc oj cu om or os pa pi fa pl ps pt qu rm rn ro ru sa sc sd se sm sg sr gd sn si sk sl so st es su sw ss sv ta te tg th ti bo tk tl tn to tr ts tt tw ty ug uk ur uz ve vi vo wa cy wo fy xh yi yo za zu".split(" "),t=["_blank","_self","_top","_parent"],e=["ascii","utf-8","utf-16","latin1","latin1"],a=["get","post","put","delete"],r=["application/x-www-form-urlencoded","multipart/form-data","text/plain"],o=["all","screen","print","embossed","braille","handheld","print","projection","screen","tty","tv","speech","3d-glasses","resolution [>][<][=] [X]","device-aspect-ratio: X/Y","orientation:portrait","orientation:landscape","device-height: [X]","device-width: [X]"],s={attrs:{}},u={a:{attrs:{href:null,ping:null,type:null,media:o,target:t,hreflang:l}},abbr:s,acronym:s,address:s,applet:s,area:{attrs:{alt:null,coords:null,href:null,target:null,ping:null,media:o,hreflang:l,type:null,shape:["default","rect","circle","poly"]}},article:s,aside:s,audio:{attrs:{src:null,mediagroup:null,crossorigin:["anonymous","use-credentials"],preload:["none","metadata","auto"],autoplay:["","autoplay"],loop:["","loop"],controls:["","controls"]}},b:s,base:{attrs:{href:null,target:t}},basefont:s,bdi:s,bdo:s,big:s,blockquote:{attrs:{cite:null}},body:s,br:s,button:{attrs:{form:null,formaction:null,name:null,value:null,autofocus:["","autofocus"],disabled:["","autofocus"],formenctype:r,formmethod:a,formnovalidate:["","novalidate"],formtarget:t,type:["submit","reset","button"]}},canvas:{attrs:{width:null,height:null}},caption:s,center:s,cite:s,code:s,col:{attrs:{span:null}},colgroup:{attrs:{span:null}},command:{attrs:{type:["command","checkbox","radio"],label:null,icon:null,radiogroup:null,command:null,title:null,disabled:["","disabled"],checked:["","checked"]}},data:{attrs:{value:null}},datagrid:{attrs:{disabled:["","disabled"],multiple:["","multiple"]}},datalist:{attrs:{data:null}},dd:s,del:{attrs:{cite:null,datetime:null}},details:{attrs:{open:["","open"]}},dfn:s,dir:s,div:s,dl:s,dt:s,em:s,embed:{attrs:{src:null,type:null,width:null,height:null}},eventsource:{attrs:{src:null}},fieldset:{attrs:{disabled:["","disabled"],form:null,name:null}},figcaption:s,figure:s,font:s,footer:s,form:{attrs:{action:null,name:null,"accept-charset":e,autocomplete:["on","off"],enctype:r,method:a,novalidate:["","novalidate"],target:t}},frame:s,frameset:s,h1:s,h2:s,h3:s,h4:s,h5:s,h6:s,head:{attrs:{},children:["title","base","link","style","meta","script","noscript","command"]},header:s,hgroup:s,hr:s,html:{attrs:{manifest:null},children:["head","body"]},i:s,iframe:{attrs:{src:null,srcdoc:null,name:null,width:null,height:null,sandbox:["allow-top-navigation","allow-same-origin","allow-forms","allow-scripts"],seamless:["","seamless"]}},img:{attrs:{alt:null,src:null,ismap:null,usemap:null,width:null,height:null,crossorigin:["anonymous","use-credentials"]}},input:{attrs:{alt:null,dirname:null,form:null,formaction:null,height:null,list:null,max:null,maxlength:null,min:null,name:null,pattern:null,placeholder:null,size:null,src:null,step:null,value:null,width:null,accept:["audio/*","video/*","image/*"],autocomplete:["on","off"],autofocus:["","autofocus"],checked:["","checked"],disabled:["","disabled"],formenctype:r,formmethod:a,formnovalidate:["","novalidate"],formtarget:t,multiple:["","multiple"],readonly:["","readonly"],required:["","required"],type:["hidden","text","search","tel","url","email","password","datetime","date","month","week","time","datetime-local","number","range","color","checkbox","radio","file","submit","image","reset","button"]}},ins:{attrs:{cite:null,datetime:null}},kbd:s,keygen:{attrs:{challenge:null,form:null,name:null,autofocus:["","autofocus"],disabled:["","disabled"],keytype:["RSA"]}},label:{attrs:{for:null,form:null}},legend:s,li:{attrs:{value:null}},link:{attrs:{href:null,type:null,hreflang:l,media:o,sizes:["all","16x16","16x16 32x32","16x16 32x32 64x64"]}},map:{attrs:{name:null}},mark:s,menu:{attrs:{label:null,type:["list","context","toolbar"]}},meta:{attrs:{content:null,charset:e,name:["viewport","application-name","author","description","generator","keywords"],"http-equiv":["content-language","content-type","default-style","refresh"]}},meter:{attrs:{value:null,min:null,low:null,high:null,max:null,optimum:null}},nav:s,noframes:s,noscript:s,object:{attrs:{data:null,type:null,name:null,usemap:null,form:null,width:null,height:null,typemustmatch:["","typemustmatch"]}},ol:{attrs:{reversed:["","reversed"],start:null,type:["1","a","A","i","I"]}},optgroup:{attrs:{disabled:["","disabled"],label:null}},option:{attrs:{disabled:["","disabled"],label:null,selected:["","selected"],value:null}},output:{attrs:{for:null,form:null,name:null}},p:s,param:{attrs:{name:null,value:null}},pre:s,progress:{attrs:{value:null,max:null}},q:{attrs:{cite:null}},rp:s,rt:s,ruby:s,s:s,samp:s,script:{attrs:{type:["text/javascript"],src:null,async:["","async"],defer:["","defer"],charset:e}},section:s,select:{attrs:{form:null,name:null,size:null,autofocus:["","autofocus"],disabled:["","disabled"],multiple:["","multiple"]}},small:s,source:{attrs:{src:null,type:null,media:null}},span:s,strike:s,strong:s,style:{attrs:{type:["text/css"],media:o,scoped:null}},sub:s,summary:s,sup:s,table:s,tbody:s,td:{attrs:{colspan:null,rowspan:null,headers:null}},textarea:{attrs:{dirname:null,form:null,maxlength:null,name:null,placeholder:null,rows:null,cols:null,autofocus:["","autofocus"],disabled:["","disabled"],readonly:["","readonly"],required:["","required"],wrap:["soft","hard"]}},tfoot:s,th:{attrs:{colspan:null,rowspan:null,headers:null,scope:["row","col","rowgroup","colgroup"]}},thead:s,time:{attrs:{datetime:null}},title:s,tr:s,track:{attrs:{src:null,label:null,default:null,kind:["subtitles","captions","descriptions","chapters","metadata"],srclang:l}},tt:s,u:s,ul:s,var:s,video:{attrs:{src:null,poster:null,width:null,height:null,crossorigin:["anonymous","use-credentials"],preload:["auto","metadata","none"],autoplay:["","autoplay"],mediagroup:["movie"],muted:["","muted"],controls:["","controls"]}},wbr:s},i={accesskey:["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","0","1","2","3","4","5","6","7","8","9"],class:null,contenteditable:["true","false"],contextmenu:null,dir:["ltr","rtl","auto"],draggable:["true","false","auto"],dropzone:["copy","move","link","string:","file:"],hidden:["hidden"],id:null,inert:["inert"],itemid:null,itemprop:null,itemref:null,itemscope:["itemscope"],itemtype:null,lang:["en","es"],spellcheck:["true","false"],autocorrect:["true","false"],autocapitalize:["true","false"],style:null,tabindex:["1","2","3","4","5","6","7","8","9"],title:null,translate:["yes","no"],onclick:null,rel:["stylesheet","alternate","author","bookmark","help","license","next","nofollow","noreferrer","prefetch","prev","search","tag"]};function d(l){for(var t in i)i.hasOwnProperty(t)&&(l.attrs[t]=i[t])}for(var c in d(s),u)u.hasOwnProperty(c)&&u[c]!=s&&d(u[c]);n.htmlSchema=u,n.registerHelper("hint","html",function(l,t){var e={schemaInfo:u};if(t)for(var a in t)e[a]=t[a];return n.hint.xml(l,e)})});
|
1
|
+
!function(l){"object"==typeof exports&&"object"==typeof module?l(require("../../lib/codemirror"),require("./xml-hint")):"function"==typeof define&&define.amd?define(["../../lib/codemirror","./xml-hint"],l):l(CodeMirror)}(function(n){"use strict";var l,t="ab aa af ak sq am ar an hy as av ae ay az bm ba eu be bn bh bi bs br bg my ca ch ce ny zh cv kw co cr hr cs da dv nl dz en eo et ee fo fj fi fr ff gl ka de el gn gu ht ha he hz hi ho hu ia id ie ga ig ik io is it iu ja jv kl kn kr ks kk km ki rw ky kv kg ko ku kj la lb lg li ln lo lt lu lv gv mk mg ms ml mt mi mr mh mn na nv nb nd ne ng nn no ii nr oc oj cu om or os pa pi fa pl ps pt qu rm rn ro ru sa sc sd se sm sg sr gd sn si sk sl so st es su sw ss sv ta te tg th ti bo tk tl tn to tr ts tt tw ty ug uk ur uz ve vi vo wa cy wo fy xh yi yo za zu".split(" "),e=["_blank","_self","_top","_parent"],a=["ascii","utf-8","utf-16","latin1","latin1"],r=["get","post","put","delete"],o=["application/x-www-form-urlencoded","multipart/form-data","text/plain"],s=["all","screen","print","embossed","braille","handheld","print","projection","screen","tty","tv","speech","3d-glasses","resolution [>][<][=] [X]","device-aspect-ratio: X/Y","orientation:portrait","orientation:landscape","device-height: [X]","device-width: [X]"],u={attrs:{}},i={a:{attrs:{href:null,ping:null,type:null,media:s,target:e,hreflang:t}},abbr:u,acronym:u,address:u,applet:u,area:{attrs:{alt:null,coords:null,href:null,target:null,ping:null,media:s,hreflang:t,type:null,shape:["default","rect","circle","poly"]}},article:u,aside:u,audio:{attrs:{src:null,mediagroup:null,crossorigin:["anonymous","use-credentials"],preload:["none","metadata","auto"],autoplay:["","autoplay"],loop:["","loop"],controls:["","controls"]}},b:u,base:{attrs:{href:null,target:e}},basefont:u,bdi:u,bdo:u,big:u,blockquote:{attrs:{cite:null}},body:u,br:u,button:{attrs:{form:null,formaction:null,name:null,value:null,autofocus:["","autofocus"],disabled:["","autofocus"],formenctype:o,formmethod:r,formnovalidate:["","novalidate"],formtarget:e,type:["submit","reset","button"]}},canvas:{attrs:{width:null,height:null}},caption:u,center:u,cite:u,code:u,col:{attrs:{span:null}},colgroup:{attrs:{span:null}},command:{attrs:{type:["command","checkbox","radio"],label:null,icon:null,radiogroup:null,command:null,title:null,disabled:["","disabled"],checked:["","checked"]}},data:{attrs:{value:null}},datagrid:{attrs:{disabled:["","disabled"],multiple:["","multiple"]}},datalist:{attrs:{data:null}},dd:u,del:{attrs:{cite:null,datetime:null}},details:{attrs:{open:["","open"]}},dfn:u,dir:u,div:u,dialog:{attrs:{open:null}},dl:u,dt:u,em:u,embed:{attrs:{src:null,type:null,width:null,height:null}},eventsource:{attrs:{src:null}},fieldset:{attrs:{disabled:["","disabled"],form:null,name:null}},figcaption:u,figure:u,font:u,footer:u,form:{attrs:{action:null,name:null,"accept-charset":a,autocomplete:["on","off"],enctype:o,method:r,novalidate:["","novalidate"],target:e}},frame:u,frameset:u,h1:u,h2:u,h3:u,h4:u,h5:u,h6:u,head:{attrs:{},children:["title","base","link","style","meta","script","noscript","command"]},header:u,hgroup:u,hr:u,html:{attrs:{manifest:null},children:["head","body"]},i:u,iframe:{attrs:{src:null,srcdoc:null,name:null,width:null,height:null,sandbox:["allow-top-navigation","allow-same-origin","allow-forms","allow-scripts"],seamless:["","seamless"]}},img:{attrs:{alt:null,src:null,ismap:null,usemap:null,width:null,height:null,crossorigin:["anonymous","use-credentials"]}},input:{attrs:{alt:null,dirname:null,form:null,formaction:null,height:null,list:null,max:null,maxlength:null,min:null,name:null,pattern:null,placeholder:null,size:null,src:null,step:null,value:null,width:null,accept:["audio/*","video/*","image/*"],autocomplete:["on","off"],autofocus:["","autofocus"],checked:["","checked"],disabled:["","disabled"],formenctype:o,formmethod:r,formnovalidate:["","novalidate"],formtarget:e,multiple:["","multiple"],readonly:["","readonly"],required:["","required"],type:["hidden","text","search","tel","url","email","password","datetime","date","month","week","time","datetime-local","number","range","color","checkbox","radio","file","submit","image","reset","button"]}},ins:{attrs:{cite:null,datetime:null}},kbd:u,keygen:{attrs:{challenge:null,form:null,name:null,autofocus:["","autofocus"],disabled:["","disabled"],keytype:["RSA"]}},label:{attrs:{for:null,form:null}},legend:u,li:{attrs:{value:null}},link:{attrs:{href:null,type:null,hreflang:t,media:s,sizes:["all","16x16","16x16 32x32","16x16 32x32 64x64"]}},map:{attrs:{name:null}},mark:u,menu:{attrs:{label:null,type:["list","context","toolbar"]}},meta:{attrs:{content:null,charset:a,name:["viewport","application-name","author","description","generator","keywords"],"http-equiv":["content-language","content-type","default-style","refresh"]}},meter:{attrs:{value:null,min:null,low:null,high:null,max:null,optimum:null}},nav:u,noframes:u,noscript:u,object:{attrs:{data:null,type:null,name:null,usemap:null,form:null,width:null,height:null,typemustmatch:["","typemustmatch"]}},ol:{attrs:{reversed:["","reversed"],start:null,type:["1","a","A","i","I"]}},optgroup:{attrs:{disabled:["","disabled"],label:null}},option:{attrs:{disabled:["","disabled"],label:null,selected:["","selected"],value:null}},output:{attrs:{for:null,form:null,name:null}},p:u,param:{attrs:{name:null,value:null}},pre:u,progress:{attrs:{value:null,max:null}},q:{attrs:{cite:null}},rp:u,rt:u,ruby:u,s:u,samp:u,script:{attrs:{type:["text/javascript"],src:null,async:["","async"],defer:["","defer"],charset:a}},section:u,select:{attrs:{form:null,name:null,size:null,autofocus:["","autofocus"],disabled:["","disabled"],multiple:["","multiple"]}},small:u,source:{attrs:{src:null,type:null,media:null}},span:u,strike:u,strong:u,style:{attrs:{type:["text/css"],media:s,scoped:null}},sub:u,summary:u,sup:u,table:u,tbody:u,td:{attrs:{colspan:null,rowspan:null,headers:null}},textarea:{attrs:{dirname:null,form:null,maxlength:null,name:null,placeholder:null,rows:null,cols:null,autofocus:["","autofocus"],disabled:["","disabled"],readonly:["","readonly"],required:["","required"],wrap:["soft","hard"]}},tfoot:u,th:{attrs:{colspan:null,rowspan:null,headers:null,scope:["row","col","rowgroup","colgroup"]}},thead:u,time:{attrs:{datetime:null}},title:u,tr:u,track:{attrs:{src:null,label:null,default:null,kind:["subtitles","captions","descriptions","chapters","metadata"],srclang:t}},tt:u,u:u,ul:u,var:u,video:{attrs:{src:null,poster:null,width:null,height:null,crossorigin:["anonymous","use-credentials"],preload:["auto","metadata","none"],autoplay:["","autoplay"],mediagroup:["movie"],muted:["","muted"],controls:["","controls"]}},wbr:u},d={accesskey:["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","0","1","2","3","4","5","6","7","8","9"],class:null,contenteditable:["true","false"],contextmenu:null,dir:["ltr","rtl","auto"],draggable:["true","false","auto"],dropzone:["copy","move","link","string:","file:"],hidden:["hidden"],id:null,inert:["inert"],itemid:null,itemprop:null,itemref:null,itemscope:["itemscope"],itemtype:null,lang:["en","es"],spellcheck:["true","false"],autocorrect:["true","false"],autocapitalize:["true","false"],style:null,tabindex:["1","2","3","4","5","6","7","8","9"],title:null,translate:["yes","no"],onclick:null,rel:["stylesheet","alternate","author","bookmark","help","license","next","nofollow","noreferrer","prefetch","prev","search","tag"]};function c(l){for(var t in d)d.hasOwnProperty(t)&&(l.attrs[t]=d[t])}for(l in c(u),i)i.hasOwnProperty(l)&&i[l]!=u&&c(i[l]);n.htmlSchema=i,n.registerHelper("hint","html",function(l,t){var e={schemaInfo:i};if(t)for(var a in t)e[a]=t[a];return n.hint.xml(l,e)})});
|
@@ -1,3 +1 @@
|
|
1
|
-
|
2
|
-
// Distributed under an MIT license: https://codemirror.net/LICENSE
|
3
|
-
!function(t){"object"==typeof exports&&"object"==typeof module?t(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],t):t(CodeMirror)}(function(f){var c=f.Pos;function g(t,e){for(var r=0,n=t.length;r<n;++r)e(t[r])}function r(t,e,r,n){var i=t.getCursor(),o=r(t,i);if(!/\b(?:string|comment)\b/.test(o.type)){var s=f.innerMode(t.getMode(),o.state);if("json"!==s.mode.helperType){o.state=s.state,/^[\w$_]*$/.test(o.string)?o.end>i.ch&&(o.end=i.ch,o.string=o.string.slice(0,i.ch-o.start)):o={start:i.ch,end:i.ch,string:"",state:o.state,type:"."==o.string?"property":null};for(var a=o;"property"==a.type;){if("."!=(a=r(t,c(i.line,a.start))).string)return;a=r(t,c(i.line,a.start));var l=l||[];l.push(a)}return{list:function(t,e,r,n){var i=[],o=t.string,s=n&&n.globalScope||window;function a(t){0!=t.lastIndexOf(o,0)||function(t,e){if(Array.prototype.indexOf)return-1!=t.indexOf(e);for(var r=t.length;r--;)if(t[r]===e)return 1}(i,t)||i.push(t)}function l(t){"string"==typeof t?g(y,a):t instanceof Array?g(h,a):t instanceof Function&&g(v,a),function(t,e){if(Object.getOwnPropertyNames&&Object.getPrototypeOf)for(var r=t;r;r=Object.getPrototypeOf(r))Object.getOwnPropertyNames(r).forEach(e);else for(var n in t)e(n)}(t,a)}if(e&&e.length){var f,c=e.pop();for(c.type&&0===c.type.indexOf("variable")?(n&&n.additionalContext&&(f=n.additionalContext[c.string]),n&&!1===n.useGlobalScope||(f=f||s[c.string])):"string"==c.type?f="":"atom"==c.type?f=1:"function"==c.type&&(null==s.jQuery||"$"!=c.string&&"jQuery"!=c.string||"function"!=typeof s.jQuery?null!=s._&&"_"==c.string&&"function"==typeof s._&&(f=s._()):f=s.jQuery());null!=f&&e.length;)f=f[e.pop().string];null!=f&&l(f)}else{for(var p=t.state.localVars;p;p=p.next)a(p.name);for(var u=t.state.context;u;u=u.prev)for(p=u.vars;p;p=p.next)a(p.name);for(p=t.state.globalVars;p;p=p.next)a(p.name);if(n&&null!=n.additionalContext)for(var d in n.additionalContext)a(d);n&&!1===n.useGlobalScope||l(s),g(r,a)}return i}(o,l,e,n),from:c(i.line,o.start),to:c(i.line,o.end)}}}}function n(t,e){var r=t.getTokenAt(e);return e.ch==r.start+1&&"."==r.string.charAt(0)?(r.end=r.start,r.string=".",r.type="property"):/^\.[\w$_]*$/.test(r.string)&&(r.type="property",r.start++,r.string=r.string.replace(/\./,"")),r}f.registerHelper("hint","javascript",function(t,e){return r(t,i,function(t,e){return t.getTokenAt(e)},e)}),f.registerHelper("hint","coffeescript",function(t,e){return r(t,o,n,e)});var y="charAt charCodeAt indexOf lastIndexOf substring substr slice trim trimLeft trimRight toUpperCase toLowerCase split concat match replace search".split(" "),h="length concat join splice push pop shift unshift slice reverse sort indexOf lastIndexOf every some filter forEach map reduce reduceRight ".split(" "),v="prototype apply call bind".split(" "),i="break case catch class const continue debugger default delete do else export extends false finally for function if in import instanceof new null return super switch this throw true try typeof var void while with yield".split(" "),o="and break catch class continue delete do else extends false finally for if in instanceof isnt new no not null of off on or return switch then throw true try typeof until void while with yes".split(" ")});
|
1
|
+
!function(t){"object"==typeof exports&&"object"==typeof module?t(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],t):t(CodeMirror)}(function(f){var c=f.Pos;function g(t,e){for(var r=0,n=t.length;r<n;++r)e(t[r])}function r(t,e,r,n){var i=t.getCursor(),o=r(t,i);if(!/\b(?:string|comment)\b/.test(o.type)){var s=f.innerMode(t.getMode(),o.state);if("json"!==s.mode.helperType){o.state=s.state,/^[\w$_]*$/.test(o.string)?o.end>i.ch&&(o.end=i.ch,o.string=o.string.slice(0,i.ch-o.start)):o={start:i.ch,end:i.ch,string:"",state:o.state,type:"."==o.string?"property":null};for(var a=o;"property"==a.type;){if("."!=(a=r(t,c(i.line,a.start))).string)return;var a=r(t,c(i.line,a.start)),l=l||[];l.push(a)}return{list:function(t,e,r,n){var i=[],o=t.string,s=n&&n.globalScope||window;function a(t){0!=t.lastIndexOf(o,0)||function(t,e){if(Array.prototype.indexOf)return-1!=t.indexOf(e);for(var r=t.length;r--;)if(t[r]===e)return 1}(i,t)||i.push(t)}function l(t){"string"==typeof t?g(y,a):t instanceof Array?g(h,a):t instanceof Function&&g(v,a);var e=a;if(Object.getOwnPropertyNames&&Object.getPrototypeOf)for(var r=t;r;r=Object.getPrototypeOf(r))Object.getOwnPropertyNames(r).forEach(e);else for(var n in t)e(n)}if(e&&e.length){var f,c=e.pop();for(c.type&&0===c.type.indexOf("variable")?(n&&n.additionalContext&&(f=n.additionalContext[c.string]),n&&!1===n.useGlobalScope||(f=f||s[c.string])):"string"==c.type?f="":"atom"==c.type?f=1:"function"==c.type&&(null==s.jQuery||"$"!=c.string&&"jQuery"!=c.string||"function"!=typeof s.jQuery?null!=s._&&"_"==c.string&&"function"==typeof s._&&(f=s._()):f=s.jQuery());null!=f&&e.length;)f=f[e.pop().string];null!=f&&l(f)}else{for(var p=t.state.localVars;p;p=p.next)a(p.name);for(var u=t.state.context;u;u=u.prev)for(p=u.vars;p;p=p.next)a(p.name);for(p=t.state.globalVars;p;p=p.next)a(p.name);if(n&&null!=n.additionalContext)for(var d in n.additionalContext)a(d);n&&!1===n.useGlobalScope||l(s),g(r,a)}return i}(o,l,e,n),from:c(i.line,o.start),to:c(i.line,o.end)}}}}function n(t,e){t=t.getTokenAt(e);return e.ch==t.start+1&&"."==t.string.charAt(0)?(t.end=t.start,t.string=".",t.type="property"):/^\.[\w$_]*$/.test(t.string)&&(t.type="property",t.start++,t.string=t.string.replace(/\./,"")),t}f.registerHelper("hint","javascript",function(t,e){return r(t,i,function(t,e){return t.getTokenAt(e)},e)}),f.registerHelper("hint","coffeescript",function(t,e){return r(t,o,n,e)});var y="charAt charCodeAt indexOf lastIndexOf substring substr slice trim trimLeft trimRight toUpperCase toLowerCase split concat match replace search".split(" "),h="length concat join splice push pop shift unshift slice reverse sort indexOf lastIndexOf every some filter forEach map reduce reduceRight ".split(" "),v="prototype apply call bind".split(" "),i="break case catch class const continue debugger default delete do else export extends false finally for function if in import instanceof new null return super switch this throw true try typeof var void while with yield".split(" "),o="and break catch class continue delete do else extends false finally for if in instanceof isnt new no not null of off on or return switch then throw true try typeof until void while with yes".split(" ")});
|
@@ -1,36 +1 @@
|
|
1
|
-
.CodeMirror-hints {
|
2
|
-
position: absolute;
|
3
|
-
z-index: 10;
|
4
|
-
overflow: hidden;
|
5
|
-
list-style: none;
|
6
|
-
|
7
|
-
margin: 0;
|
8
|
-
padding: 2px;
|
9
|
-
|
10
|
-
-webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
|
11
|
-
-moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
|
12
|
-
box-shadow: 2px 3px 5px rgba(0,0,0,.2);
|
13
|
-
border-radius: 3px;
|
14
|
-
border: 1px solid silver;
|
15
|
-
|
16
|
-
background: white;
|
17
|
-
font-size: 90%;
|
18
|
-
font-family: monospace;
|
19
|
-
|
20
|
-
max-height: 20em;
|
21
|
-
overflow-y: auto;
|
22
|
-
}
|
23
|
-
|
24
|
-
.CodeMirror-hint {
|
25
|
-
margin: 0;
|
26
|
-
padding: 0 4px;
|
27
|
-
border-radius: 2px;
|
28
|
-
white-space: pre;
|
29
|
-
color: black;
|
30
|
-
cursor: pointer;
|
31
|
-
}
|
32
|
-
|
33
|
-
li.CodeMirror-hint-active {
|
34
|
-
background: #08f;
|
35
|
-
color: white;
|
36
|
-
}
|
1
|
+
.CodeMirror-hints{position:absolute;z-index:10;overflow:hidden;list-style:none;margin:0;padding:2px;-webkit-box-shadow:2px 3px 5px rgba(0,0,0,.2);-moz-box-shadow:2px 3px 5px rgba(0,0,0,.2);box-shadow:2px 3px 5px rgba(0,0,0,.2);border-radius:3px;border:1px solid silver;background:#fff;font-size:90%;font-family:monospace;max-height:20em;overflow-y:auto;box-sizing:border-box}.CodeMirror-hint{margin:0;padding:0 4px;border-radius:2px;white-space:pre;color:#000;cursor:pointer}li.CodeMirror-hint-active{background:#08f;color:#fff}
|
@@ -1,3 +1 @@
|
|
1
|
-
// CodeMirror, copyright (c) by Marijn Haverbeke and others
|
2
|
-
// Distributed under an MIT license: https://codemirror.net/LICENSE
|
3
|
-
!function(t){"object"==typeof exports&&"object"==typeof module?t(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],t):t(CodeMirror)}(function(W){"use strict";var I="CodeMirror-hint-active";function o(t,i){this.cm=t,this.options=i,this.widget=null,this.debounce=0,this.tick=0,this.startPos=this.cm.getCursor("start"),this.startLen=this.cm.getLine(this.startPos.line).length-this.cm.getSelection().length;var e=this;t.on("cursorActivity",this.activityFunc=function(){e.cursorActivity()})}W.showHint=function(t,i,e){if(!i)return t.showHint(e);e&&e.async&&(i.async=!0);var n={hint:i};if(e)for(var o in e)n[o]=e[o];return t.showHint(n)},W.defineExtension("showHint",function(t){t=function(t,i,e){var n=t.options.hintOptions,o={};for(var s in l)o[s]=l[s];if(n)for(var s in n)void 0!==n[s]&&(o[s]=n[s]);if(e)for(var s in e)void 0!==e[s]&&(o[s]=e[s]);o.hint.resolve&&(o.hint=o.hint.resolve(t,i));return o}(this,this.getCursor("start"),t);var i=this.listSelections();if(!(1<i.length)){if(this.somethingSelected()){if(!t.hint.supportsSelection)return;for(var e=0;e<i.length;e++)if(i[e].head.line!=i[e].anchor.line)return}this.state.completionActive&&this.state.completionActive.close();var n=this.state.completionActive=new o(this,t);n.options.hint&&(W.signal(this,"startCompletion",this),n.update(!0))}}),W.defineExtension("closeHint",function(){this.state.completionActive&&this.state.completionActive.close()});var s=window.requestAnimationFrame||function(t){return setTimeout(t,1e3/60)},c=window.cancelAnimationFrame||clearTimeout;function B(t){return"string"==typeof t?t:t.text}function K(t,i){for(;i&&i!=t;){if("LI"===i.nodeName.toUpperCase()&&i.parentNode==t)return i;i=i.parentNode}}function n(o,t){this.completion=o,this.data=t,this.picked=!1;var e=this,s=o.cm,c=s.getInputField().ownerDocument,r=c.defaultView||c.parentWindow,l=this.hints=c.createElement("ul"),i=o.cm.options.theme;l.className="CodeMirror-hints "+i,this.selectedHint=t.selectedHint||0;for(var n=t.list,h=0;h<n.length;++h){var a=l.appendChild(c.createElement("li")),u=n[h],f="CodeMirror-hint"+(h!=this.selectedHint?"":" "+I);null!=u.className&&(f=u.className+" "+f),a.className=f,u.render?u.render(a,t,u):a.appendChild(c.createTextNode(u.displayText||B(u))),a.hintId=h}var p,d,m,g=o.options.container||c.body,v=s.cursorCoords(o.options.alignWithWord?t.from:null),y=v.left,w=v.bottom,H=!0,C=0,b=0;g!==c.body&&(d=(p=-1!==["absolute","relative","fixed"].indexOf(r.getComputedStyle(g).position)?g:g.offsetParent).getBoundingClientRect(),m=c.body.getBoundingClientRect(),C=d.left-m.left-p.scrollLeft,b=d.top-m.top-p.scrollTop),l.style.left=y-C+"px",l.style.top=w-b+"px";var k=r.innerWidth||Math.max(c.body.offsetWidth,c.documentElement.offsetWidth),A=r.innerHeight||Math.max(c.body.offsetHeight,c.documentElement.offsetHeight);g.appendChild(l);var x,T,S=l.getBoundingClientRect(),M=S.bottom-A,N=l.scrollHeight>l.clientHeight+1,F=s.getScrollInfo();0<M&&(x=S.bottom-S.top,0<v.top-(v.bottom-S.top)-x?(l.style.top=(w=v.top-x-b)+"px",H=!1):A<x&&(l.style.height=A-5+"px",l.style.top=(w=v.bottom-S.top-b)+"px",T=s.getCursor(),t.from.ch!=T.ch&&(v=s.cursorCoords(T),l.style.left=(y=v.left-C)+"px",S=l.getBoundingClientRect())));var E,O=S.right-k;if(0<O&&(S.right-S.left>k&&(l.style.width=k-5+"px",O-=S.right-S.left-k),l.style.left=(y=v.left-O-C)+"px"),N)for(var P=l.firstChild;P;P=P.nextSibling)P.style.paddingRight=s.display.nativeBarWidth+"px";return s.addKeyMap(this.keyMap=function(t,n){var o={Up:function(){n.moveFocus(-1)},Down:function(){n.moveFocus(1)},PageUp:function(){n.moveFocus(1-n.menuSize(),!0)},PageDown:function(){n.moveFocus(n.menuSize()-1,!0)},Home:function(){n.setFocus(0)},End:function(){n.setFocus(n.length-1)},Enter:n.pick,Tab:n.pick,Esc:n.close};/Mac/.test(navigator.platform)&&(o["Ctrl-P"]=function(){n.moveFocus(-1)},o["Ctrl-N"]=function(){n.moveFocus(1)});var i=t.options.customKeys,s=i?{}:o;function e(t,i){var e="string"!=typeof i?function(t){return i(t,n)}:o.hasOwnProperty(i)?o[i]:i;s[t]=e}if(i)for(var c in i)i.hasOwnProperty(c)&&e(c,i[c]);var r=t.options.extraKeys;if(r)for(var c in r)r.hasOwnProperty(c)&&e(c,r[c]);return s}(o,{moveFocus:function(t,i){e.changeActive(e.selectedHint+t,i)},setFocus:function(t){e.changeActive(t)},menuSize:function(){return e.screenAmount()},length:n.length,close:function(){o.close()},pick:function(){e.pick()},data:t})),o.options.closeOnUnfocus&&(s.on("blur",this.onBlur=function(){E=setTimeout(function(){o.close()},100)}),s.on("focus",this.onFocus=function(){clearTimeout(E)})),s.on("scroll",this.onScroll=function(){var t=s.getScrollInfo(),i=s.getWrapperElement().getBoundingClientRect(),e=w+F.top-t.top,n=e-(r.pageYOffset||(c.documentElement||c.body).scrollTop);if(H||(n+=l.offsetHeight),n<=i.top||n>=i.bottom)return o.close();l.style.top=e+"px",l.style.left=y+F.left-t.left+"px"}),W.on(l,"dblclick",function(t){var i=K(l,t.target||t.srcElement);i&&null!=i.hintId&&(e.changeActive(i.hintId),e.pick())}),W.on(l,"click",function(t){var i=K(l,t.target||t.srcElement);i&&null!=i.hintId&&(e.changeActive(i.hintId),o.options.completeOnSingleClick&&e.pick())}),W.on(l,"mousedown",function(){setTimeout(function(){s.focus()},20)}),this.scrollToActive(),W.signal(t,"select",n[this.selectedHint],l.childNodes[this.selectedHint]),!0}function r(t,i,e,n){var o;t.async?t(i,n,e):(o=t(i,e))&&o.then?o.then(n):n(o)}o.prototype={close:function(){this.active()&&(this.cm.state.completionActive=null,this.tick=null,this.cm.off("cursorActivity",this.activityFunc),this.widget&&this.data&&W.signal(this.data,"close"),this.widget&&this.widget.close(),W.signal(this.cm,"endCompletion",this.cm))},active:function(){return this.cm.state.completionActive==this},pick:function(t,i){var e=t.list[i],n=this;this.cm.operation(function(){e.hint?e.hint(n.cm,t,e):n.cm.replaceRange(B(e),e.from||t.from,e.to||t.to,"complete"),W.signal(t,"pick",e),n.cm.scrollIntoView()}),this.close()},cursorActivity:function(){this.debounce&&(c(this.debounce),this.debounce=0);var t=this.startPos;this.data&&(t=this.data.from);var i,e=this.cm.getCursor(),n=this.cm.getLine(e.line);e.line!=this.startPos.line||n.length-e.ch!=this.startLen-this.startPos.ch||e.ch<t.ch||this.cm.somethingSelected()||!e.ch||this.options.closeCharacters.test(n.charAt(e.ch-1))?this.close():((i=this).debounce=s(function(){i.update()}),this.widget&&this.widget.disable())},update:function(i){var e,n;null!=this.tick&&(n=++(e=this).tick,r(this.options.hint,this.cm,this.options,function(t){e.tick==n&&e.finishUpdate(t,i)}))},finishUpdate:function(t,i){this.data&&W.signal(this.data,"update");var e=this.widget&&this.widget.picked||i&&this.options.completeSingle;this.widget&&this.widget.close(),(this.data=t)&&t.list.length&&(e&&1==t.list.length?this.pick(t,0):(this.widget=new n(this,t),W.signal(t,"shown")))}},n.prototype={close:function(){var t;this.completion.widget==this&&(this.completion.widget=null,this.hints.parentNode.removeChild(this.hints),this.completion.cm.removeKeyMap(this.keyMap),t=this.completion.cm,this.completion.options.closeOnUnfocus&&(t.off("blur",this.onBlur),t.off("focus",this.onFocus)),t.off("scroll",this.onScroll))},disable:function(){this.completion.cm.removeKeyMap(this.keyMap);var t=this;this.keyMap={Enter:function(){t.picked=!0}},this.completion.cm.addKeyMap(this.keyMap)},pick:function(){this.completion.pick(this.data,this.selectedHint)},changeActive:function(t,i){var e;t>=this.data.list.length?t=i?this.data.list.length-1:0:t<0&&(t=i?0:this.data.list.length-1),this.selectedHint!=t&&((e=this.hints.childNodes[this.selectedHint])&&(e.className=e.className.replace(" "+I,"")),(e=this.hints.childNodes[this.selectedHint=t]).className+=" "+I,this.scrollToActive(),W.signal(this.data,"select",this.data.list[this.selectedHint],e))},scrollToActive:function(){var t=this.completion.options.scrollMargin||0,i=this.hints.childNodes[Math.max(0,this.selectedHint-t)],e=this.hints.childNodes[Math.min(this.data.list.length-1,this.selectedHint+t)],n=this.hints.firstChild;i.offsetTop<this.hints.scrollTop?this.hints.scrollTop=i.offsetTop-n.offsetTop:e.offsetTop+e.offsetHeight>this.hints.scrollTop+this.hints.clientHeight&&(this.hints.scrollTop=e.offsetTop+e.offsetHeight-this.hints.clientHeight+n.offsetTop)},screenAmount:function(){return Math.floor(this.hints.clientHeight/this.hints.firstChild.offsetHeight)||1}},W.registerHelper("hint","auto",{resolve:function(t,i){var e,c=t.getHelpers(i,"hint");if(c.length){var n=function(t,n,o){var s=function(t,i){if(!t.somethingSelected())return i;for(var e=[],n=0;n<i.length;n++)i[n].supportsSelection&&e.push(i[n]);return e}(t,c);!function i(e){if(e==s.length)return n(null);r(s[e],t,o,function(t){t&&0<t.list.length?n(t):i(e+1)})}(0)};return n.async=!0,n.supportsSelection=!0,n}return(e=t.getHelper(t.getCursor(),"hintWords"))?function(t){return W.hint.fromList(t,{words:e})}:W.hint.anyword?function(t,i){return W.hint.anyword(t,i)}:function(){}}}),W.registerHelper("hint","fromList",function(t,i){var e,n=t.getCursor(),o=t.getTokenAt(n),s=W.Pos(n.line,o.start),c=n;o.start<n.ch&&/\w/.test(o.string.charAt(n.ch-o.start-1))?e=o.string.substr(0,n.ch-o.start):(e="",s=n);for(var r=[],l=0;l<i.words.length;l++){var h=i.words[l];h.slice(0,e.length)==e&&r.push(h)}if(r.length)return{list:r,from:s,to:c}}),W.commands.autocomplete=W.showHint;var l={hint:W.hint.auto,completeSingle:!0,alignWithWord:!0,closeCharacters:/[\s()\[\]{};:>,]/,closeOnUnfocus:!0,completeOnSingleClick:!0,container:null,customKeys:null,extraKeys:null};W.defineOption("hintOptions",null)});
|
1
|
+
!function(t){"object"==typeof exports&&"object"==typeof module?t(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],t):t(CodeMirror)}(function(T){"use strict";var F="CodeMirror-hint-active";function n(t,e){var i;this.cm=t,this.options=e,this.widget=null,this.debounce=0,this.tick=0,this.startPos=this.cm.getCursor("start"),this.startLen=this.cm.getLine(this.startPos.line).length-this.cm.getSelection().length,this.options.updateOnCursorActivity&&t.on("cursorActivity",(i=this).activityFunc=function(){i.cursorActivity()})}T.showHint=function(t,e,i){if(!e)return t.showHint(i);i&&i.async&&(e.async=!0);var n={hint:e};if(i)for(var o in i)n[o]=i[o];return t.showHint(n)},T.defineExtension("showHint",function(t){t=function(t,e,i){var n=t.options.hintOptions,o={};for(s in c)o[s]=c[s];if(n)for(var s in n)void 0!==n[s]&&(o[s]=n[s]);if(i)for(var s in i)void 0!==i[s]&&(o[s]=i[s]);o.hint.resolve&&(o.hint=o.hint.resolve(t,e));return o}(this,this.getCursor("start"),t);var e=this.listSelections();if(!(1<e.length)){if(this.somethingSelected()){if(!t.hint.supportsSelection)return;for(var i=0;i<e.length;i++)if(e[i].head.line!=e[i].anchor.line)return}this.state.completionActive&&this.state.completionActive.close();t=this.state.completionActive=new n(this,t);t.options.hint&&(T.signal(this,"startCompletion",this),t.update(!0))}}),T.defineExtension("closeHint",function(){this.state.completionActive&&this.state.completionActive.close()});var o=window.requestAnimationFrame||function(t){return setTimeout(t,1e3/60)},s=window.cancelAnimationFrame||clearTimeout;function M(t){return"string"==typeof t?t:t.text}function O(t,e){for(;e&&e!=t;){if("LI"===e.nodeName.toUpperCase()&&e.parentNode==t)return e;e=e.parentNode}}function i(o,t){this.id="cm-complete-"+Math.floor(Math.random(1e6)),this.completion=o,this.data=t,this.picked=!1;for(var i=this,s=o.cm,c=s.getInputField().ownerDocument,r=c.defaultView||c.parentWindow,l=this.hints=c.createElement("ul"),e=(l.setAttribute("role","listbox"),l.setAttribute("aria-expanded","true"),l.id=this.id,o.cm.options.theme),n=(l.className="CodeMirror-hints "+e,this.selectedHint=t.selectedHint||0,t.list),h=0;h<n.length;++h){var a=l.appendChild(c.createElement("li")),u=n[h],d="CodeMirror-hint"+(h!=this.selectedHint?"":" "+F);null!=u.className&&(d=u.className+" "+d),a.className=d,h==this.selectedHint&&a.setAttribute("aria-selected","true"),a.id=this.id+"-"+h,a.setAttribute("role","option"),u.render?u.render(a,t,u):a.appendChild(c.createTextNode(u.displayText||M(u))),a.hintId=h}var f,e=o.options.container||c.body,p=s.cursorCoords(o.options.alignWithWord?t.from:null),m=p.left,g=p.bottom,v=!0,y=0,w=0,b=(e!==c.body&&(b=(H=-1!==["absolute","relative","fixed"].indexOf(r.getComputedStyle(e).position)?e:e.offsetParent).getBoundingClientRect(),A=c.body.getBoundingClientRect(),y=b.left-A.left-H.scrollLeft,w=b.top-A.top-H.scrollTop),l.style.left=m-y+"px",l.style.top=g-w+"px",r.innerWidth||Math.max(c.body.offsetWidth,c.documentElement.offsetWidth)),A=r.innerHeight||Math.max(c.body.offsetHeight,c.documentElement.offsetHeight),H=(e.appendChild(l),s.getInputField().setAttribute("aria-autocomplete","list"),s.getInputField().setAttribute("aria-owns",this.id),s.getInputField().setAttribute("aria-activedescendant",this.id+"-"+this.selectedHint),o.options.moveOnOverlap?l.getBoundingClientRect():new DOMRect),e=!!o.options.paddingForScrollbar&&l.scrollHeight>l.clientHeight+1;setTimeout(function(){f=s.getScrollInfo()});0<H.bottom-A&&(S=H.bottom-H.top,k=H.top-(p.bottom-p.top)-2,A-H.top<k?(k<S&&(l.style.height=(S=k)+"px"),l.style.top=(g=p.top-S)+w+"px",v=!1):l.style.height=A-H.top-2+"px");var C,k=H.right-b;if(e&&(k+=s.display.nativeBarWidth),0<k&&(H.right-H.left>b&&(l.style.width=b-5+"px",k-=H.right-H.left-b),l.style.left=(m=Math.max(p.left-k-y,0))+"px"),e)for(var x=l.firstChild;x;x=x.nextSibling)x.style.paddingRight=s.display.nativeBarWidth+"px";s.addKeyMap(this.keyMap=function(t,n){var o={Up:function(){n.moveFocus(-1)},Down:function(){n.moveFocus(1)},PageUp:function(){n.moveFocus(1-n.menuSize(),!0)},PageDown:function(){n.moveFocus(n.menuSize()-1,!0)},Home:function(){n.setFocus(0)},End:function(){n.setFocus(n.length-1)},Enter:n.pick,Tab:n.pick,Esc:n.close},e=(/Mac/.test(navigator.platform)&&(o["Ctrl-P"]=function(){n.moveFocus(-1)},o["Ctrl-N"]=function(){n.moveFocus(1)}),t.options.customKeys),s=e?{}:o;function i(t,e){var i="string"!=typeof e?function(t){return e(t,n)}:o.hasOwnProperty(e)?o[e]:e;s[t]=i}if(e)for(var c in e)e.hasOwnProperty(c)&&i(c,e[c]);var r=t.options.extraKeys;if(r)for(var c in r)r.hasOwnProperty(c)&&i(c,r[c]);return s}(o,{moveFocus:function(t,e){i.changeActive(i.selectedHint+t,e)},setFocus:function(t){i.changeActive(t)},menuSize:function(){return i.screenAmount()},length:n.length,close:function(){o.close()},pick:function(){i.pick()},data:t})),o.options.closeOnUnfocus&&(s.on("blur",this.onBlur=function(){C=setTimeout(function(){o.close()},100)}),s.on("focus",this.onFocus=function(){clearTimeout(C)})),s.on("scroll",this.onScroll=function(){var t=s.getScrollInfo(),e=s.getWrapperElement().getBoundingClientRect(),i=(f=f||s.getScrollInfo(),g+f.top-t.top),n=i-(r.pageYOffset||(c.documentElement||c.body).scrollTop);if(v||(n+=l.offsetHeight),n<=e.top||n>=e.bottom)return o.close();l.style.top=i+"px",l.style.left=m+f.left-t.left+"px"}),T.on(l,"dblclick",function(t){t=O(l,t.target||t.srcElement);t&&null!=t.hintId&&(i.changeActive(t.hintId),i.pick())}),T.on(l,"click",function(t){t=O(l,t.target||t.srcElement);t&&null!=t.hintId&&(i.changeActive(t.hintId),o.options.completeOnSingleClick&&i.pick())}),T.on(l,"mousedown",function(){setTimeout(function(){s.focus()},20)});var S=this.getSelectedHintRange();return 0===S.from&&0===S.to||this.scrollToActive(),T.signal(t,"select",n[this.selectedHint],l.childNodes[this.selectedHint]),!0}function r(t,e,i,n){t.async?t(e,n,i):(t=t(e,i))&&t.then?t.then(n):n(t)}n.prototype={close:function(){this.active()&&(this.cm.state.completionActive=null,this.tick=null,this.options.updateOnCursorActivity&&this.cm.off("cursorActivity",this.activityFunc),this.widget&&this.data&&T.signal(this.data,"close"),this.widget&&this.widget.close(),T.signal(this.cm,"endCompletion",this.cm))},active:function(){return this.cm.state.completionActive==this},pick:function(t,e){var i=t.list[e],n=this;this.cm.operation(function(){i.hint?i.hint(n.cm,t,i):n.cm.replaceRange(M(i),i.from||t.from,i.to||t.to,"complete"),T.signal(t,"pick",i),n.cm.scrollIntoView()}),this.options.closeOnPick&&this.close()},cursorActivity:function(){this.debounce&&(s(this.debounce),this.debounce=0);var t,e=this.startPos,i=(this.data&&(e=this.data.from),this.cm.getCursor()),n=this.cm.getLine(i.line);i.line!=this.startPos.line||n.length-i.ch!=this.startLen-this.startPos.ch||i.ch<e.ch||this.cm.somethingSelected()||!i.ch||this.options.closeCharacters.test(n.charAt(i.ch-1))?this.close():((t=this).debounce=o(function(){t.update()}),this.widget&&this.widget.disable())},update:function(e){var i,n;null!=this.tick&&(n=++(i=this).tick,r(this.options.hint,this.cm,this.options,function(t){i.tick==n&&i.finishUpdate(t,e)}))},finishUpdate:function(t,e){this.data&&T.signal(this.data,"update");e=this.widget&&this.widget.picked||e&&this.options.completeSingle;this.widget&&this.widget.close(),(this.data=t)&&t.list.length&&(e&&1==t.list.length?this.pick(t,0):(this.widget=new i(this,t),T.signal(t,"shown")))}},i.prototype={close:function(){var t;this.completion.widget==this&&(this.completion.widget=null,this.hints.parentNode&&this.hints.parentNode.removeChild(this.hints),this.completion.cm.removeKeyMap(this.keyMap),(t=this.completion.cm.getInputField()).removeAttribute("aria-activedescendant"),t.removeAttribute("aria-owns"),t=this.completion.cm,this.completion.options.closeOnUnfocus&&(t.off("blur",this.onBlur),t.off("focus",this.onFocus)),t.off("scroll",this.onScroll))},disable:function(){this.completion.cm.removeKeyMap(this.keyMap);var t=this;this.keyMap={Enter:function(){t.picked=!0}},this.completion.cm.addKeyMap(this.keyMap)},pick:function(){this.completion.pick(this.data,this.selectedHint)},changeActive:function(t,e){t>=this.data.list.length?t=e?this.data.list.length-1:0:t<0&&(t=e?0:this.data.list.length-1),this.selectedHint!=t&&((e=this.hints.childNodes[this.selectedHint])&&(e.className=e.className.replace(" "+F,""),e.removeAttribute("aria-selected")),(e=this.hints.childNodes[this.selectedHint=t]).className+=" "+F,e.setAttribute("aria-selected","true"),this.completion.cm.getInputField().setAttribute("aria-activedescendant",e.id),this.scrollToActive(),T.signal(this.data,"select",this.data.list[this.selectedHint],e))},scrollToActive:function(){var t=this.getSelectedHintRange(),e=this.hints.childNodes[t.from],t=this.hints.childNodes[t.to],i=this.hints.firstChild;e.offsetTop<this.hints.scrollTop?this.hints.scrollTop=e.offsetTop-i.offsetTop:t.offsetTop+t.offsetHeight>this.hints.scrollTop+this.hints.clientHeight&&(this.hints.scrollTop=t.offsetTop+t.offsetHeight-this.hints.clientHeight+i.offsetTop)},screenAmount:function(){return Math.floor(this.hints.clientHeight/this.hints.firstChild.offsetHeight)||1},getSelectedHintRange:function(){var t=this.completion.options.scrollMargin||0;return{from:Math.max(0,this.selectedHint-t),to:Math.min(this.data.list.length-1,this.selectedHint+t)}}},T.registerHelper("hint","auto",{resolve:function(t,e){var i,c=t.getHelpers(e,"hint");return c.length?((e=function(t,n,o){var s=function(t,e){if(!t.somethingSelected())return e;for(var i=[],n=0;n<e.length;n++)e[n].supportsSelection&&i.push(e[n]);return i}(t,c);!function e(i){if(i==s.length)return n(null);r(s[i],t,o,function(t){t&&0<t.list.length?n(t):e(i+1)})}(0)}).async=!0,e.supportsSelection=!0,e):(i=t.getHelper(t.getCursor(),"hintWords"))?function(t){return T.hint.fromList(t,{words:i})}:T.hint.anyword?function(t,e){return T.hint.anyword(t,e)}:function(){}}}),T.registerHelper("hint","fromList",function(t,e){for(var i,n=t.getCursor(),t=t.getTokenAt(n),o=T.Pos(n.line,t.start),s=n,c=(t.start<n.ch&&/\w/.test(t.string.charAt(n.ch-t.start-1))?i=t.string.substr(0,n.ch-t.start):(i="",o=n),[]),r=0;r<e.words.length;r++){var l=e.words[r];l.slice(0,i.length)==i&&c.push(l)}if(c.length)return{list:c,from:o,to:s}}),T.commands.autocomplete=T.showHint;var c={hint:T.hint.auto,completeSingle:!0,alignWithWord:!0,closeCharacters:/[\s()\[\]{};:>,]/,closeOnPick:!0,closeOnUnfocus:!0,updateOnCursorActivity:!0,completeOnSingleClick:!0,container:null,customKeys:null,extraKeys:null,paddingForScrollbar:!0,moveOnOverlap:!0};T.defineOption("hintOptions",null)});
|
@@ -1,3 +1 @@
|
|
1
|
-
|
2
|
-
// Distributed under an MIT license: https://codemirror.net/LICENSE
|
3
|
-
!function(t){"object"==typeof exports&&"object"==typeof module?t(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],t):t(CodeMirror)}(function(H){"use strict";var R=H.Pos;function z(t,e,r){return r?0<=t.indexOf(e):0==t.lastIndexOf(e,0)}H.registerHelper("hint","xml",function(t,e){var r=e&&e.schemaInfo,n=e&&e.quoteChar||'"',s=e&&e.matchInMiddle;if(r){var i=t.getCursor(),o=t.getTokenAt(i);if(o.end>i.ch&&(o.end=i.ch,o.string=o.string.slice(0,i.ch-o.start)),(p=H.innerMode(t.getMode(),o.state)).mode.xmlCurrentTag){var a,l,g,c=[],f=!1,h=/\btag\b/.test(o.type)&&!/>$/.test(o.string),u=h&&/^\w/.test(o.string);u?(M=t.getLine(i.line).slice(Math.max(0,o.start-2),o.start),(g=/<\/$/.test(M)?"close":/<$/.test(M)?"open":null)&&(l=o.start-("close"==g?2:1))):h&&"<"==o.string?g="open":h&&"</"==o.string&&(g="close");var d=p.mode.xmlCurrentTag(p.state);if(!h&&!d||g){u&&(a=o.string),f=g;var p,m=p.mode.xmlCurrentContext?p.mode.xmlCurrentContext(p.state):[],v=(p=m.length&&m[m.length-1])&&r[p],y=p?v&&v.children:r["!top"];if(y&&"close"!=g)for(var x=0;x<y.length;++x)a&&!z(y[x],a,s)||c.push("<"+y[x]);else if("close"!=g)for(var C in r)!r.hasOwnProperty(C)||"!top"==C||"!attrs"==C||a&&!z(C,a,s)||c.push("<"+C);p&&(!a||"close"==g&&z(p,a,s))&&c.push("</"+p+">")}else{var b=(v=d&&r[d.name])&&v.attrs,O=r["!attrs"];if(!b&&!O)return;if(b){if(O){var w={};for(var A in O)O.hasOwnProperty(A)&&(w[A]=O[A]);for(var A in b)b.hasOwnProperty(A)&&(w[A]=b[A]);b=w}}else b=O;if("string"==o.type||"="==o.string){var M,P,$,I,T,j=(M=t.getRange(R(i.line,Math.max(0,i.ch-60)),R(i.line,"string"==o.type?o.start:o.end))).match(/([^\s\u00a0=<>\"\']+)=$/);if(!j||!b.hasOwnProperty(j[1])||!(P=b[j[1]]))return;"function"==typeof P&&(P=P.call(this,t)),"string"==o.type&&(a=o.string,$=0,/['"]/.test(o.string.charAt(0))&&(n=o.string.charAt(0),a=o.string.slice(1),$++),I=o.string.length,/['"]/.test(o.string.charAt(I-1))&&(n=o.string.charAt(I-1),a=o.string.substr($,I-2)),!$||(T=t.getLine(i.line)).length>o.end&&T.charAt(o.end)==n&&o.end++,f=!0);var q=function(t){if(t)for(var e=0;e<t.length;++e)a&&!z(t[e],a,s)||c.push(n+t[e]+n);return k()};return P&&P.then?P.then(q):q(P)}for(var L in"attribute"==o.type&&(a=o.string,f=!0),b)!b.hasOwnProperty(L)||a&&!z(L,a,s)||c.push(L)}return k()}}function k(){return{list:c,from:f?R(i.line,null==l?o.start:l):i,to:f?R(i.line,o.end):i}}})});
|
1
|
+
!function(t){"object"==typeof exports&&"object"==typeof module?t(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],t):t(CodeMirror)}(function($){"use strict";var I=$.Pos;function T(t,e,r){return r?0<=t.indexOf(e):0==t.lastIndexOf(e,0)}$.registerHelper("hint","xml",function(t,e){var r=e&&e.schemaInfo,n=e&&e.quoteChar||'"',s=e&&e.matchInMiddle;if(r){var i=t.getCursor(),o=t.getTokenAt(i);if(o.end>i.ch&&(o.end=i.ch,o.string=o.string.slice(0,i.ch-o.start)),(e=$.innerMode(t.getMode(),o.state)).mode.xmlCurrentTag){var a,l=[],g=!1,c=/\btag\b/.test(o.type)&&!/>$/.test(o.string),f=c&&/^\w/.test(o.string),h=(f?(O=t.getLine(i.line).slice(Math.max(0,o.start-2),o.start),(M=/<\/$/.test(O)?"close":/<$/.test(O)?"open":null)&&(a=o.start-("close"==M?2:1))):c&&"<"==o.string?M="open":c&&"</"==o.string&&(M="close"),e.mode.xmlCurrentTag(e.state));if(!c&&!h||M){f&&(A=o.string);var g=M,c=e.mode.xmlCurrentContext?e.mode.xmlCurrentContext(e.state):[],u=(e=c.length&&c[c.length-1])&&r[e],d=e?u&&u.children:r["!top"];if(d&&"close"!=M)for(var p=0;p<d.length;++p)A&&!T(d[p],A,s)||l.push("<"+d[p]);else if("close"!=M)for(var m in r)!r.hasOwnProperty(m)||"!top"==m||"!attrs"==m||A&&!T(m,A,s)||l.push("<"+m);e&&(!A||"close"==M&&T(e,A,s))&&l.push("</"+e+">")}else{var y,x=(u=h&&r[h.name])&&u.attrs,v=r["!attrs"];if(!x&&!v)return;if(x){if(v){var C,b={};for(C in v)v.hasOwnProperty(C)&&(b[C]=v[C]);for(C in x)x.hasOwnProperty(C)&&(b[C]=x[C]);x=b}}else x=v;if("string"==o.type||"="==o.string){var O,w,A,M,f=(O=t.getRange(I(i.line,Math.max(0,i.ch-60)),I(i.line,"string"==o.type?o.start:o.end))).match(/([^\s\u00a0=<>\"\']+)=$/);if(!f||!x.hasOwnProperty(f[1])||!(w=x[f[1]]))return;"function"==typeof w&&(w=w.call(this,t)),"string"==o.type&&(A=o.string,/['"]/.test(o.string.charAt(c=0))&&(n=o.string.charAt(0),A=o.string.slice(1),c++),M=o.string.length,/['"]/.test(o.string.charAt(M-1))&&(n=o.string.charAt(M-1),A=o.string.substr(c,M-2)),c&&(e=t.getLine(i.line)).length>o.end&&e.charAt(o.end)==n&&o.end++,g=!0);h=function(t){if(t)for(var e=0;e<t.length;++e)A&&!T(t[e],A,s)||l.push(n+t[e]+n);return P()};return w&&w.then?w.then(h):h(w)}for(y in"attribute"==o.type&&(A=o.string,g=!0),x)!x.hasOwnProperty(y)||A&&!T(y,A,s)||l.push(y)}return P()}}function P(){return{list:l,from:g?I(i.line,null==a?o.start:a):i,to:g?I(i.line,o.end):i}}})});
|
@@ -1,3 +1 @@
|
|
1
|
-
|
2
|
-
// Distributed under an MIT license: https://codemirror.net/LICENSE
|
3
|
-
!function(e){"object"==typeof exports&&"object"==typeof module?e(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],e):e(CodeMirror)}(function(C){var r={pairs:"()[]{}''\"\"",closeBefore:")]}'\":;>",triples:"",explode:"[]{}"},x=C.Pos;function P(e,t){return"pairs"==t&&"string"==typeof e?e:"object"==typeof e&&null!=e[t]?e[t]:r[t]}C.defineOption("autoCloseBrackets",!1,function(e,t,r){r&&r!=C.Init&&(e.removeKeyMap(i),e.state.closeBrackets=null),t&&(n(P(t,"pairs")),e.state.closeBrackets=t,e.addKeyMap(i))});var i={Backspace:function(e){var t=k(e);if(!t||e.getOption("disableInput"))return C.Pass;for(var r=P(t,"pairs"),n=e.listSelections(),i=0;i<n.length;i++){if(!n[i].empty())return C.Pass;var a=s(e,n[i].head);if(!a||r.indexOf(a)%2!=0)return C.Pass}for(i=n.length-1;0<=i;i--){var o=n[i].head;e.replaceRange("",x(o.line,o.ch-1),x(o.line,o.ch+1),"+delete")}},Enter:function(n){var e=k(n),t=e&&P(e,"explode");if(!t||n.getOption("disableInput"))return C.Pass;for(var i=n.listSelections(),r=0;r<i.length;r++){if(!i[r].empty())return C.Pass;var a=s(n,i[r].head);if(!a||t.indexOf(a)%2!=0)return C.Pass}n.operation(function(){var e=n.lineSeparator()||"\n";n.replaceSelection(e+e,null),n.execCommand("goCharLeft"),i=n.listSelections();for(var t=0;t<i.length;t++){var r=i[t].head.line;n.indentLine(r,null,!0),n.indentLine(r+1,null,!0)}})}};function n(e){for(var t=0;t<e.length;t++){var r=e.charAt(t),n="'"+r+"'";i[n]||(i[n]=function(t){return function(e){return function(i,e){var t=k(i);if(!t||i.getOption("disableInput"))return C.Pass;var r=P(t,"pairs"),n=r.indexOf(e);if(-1==n)return C.Pass;for(var a,o=P(t,"closeBefore"),s=P(t,"triples"),l=r.charAt(n+1)==e,c=i.listSelections(),f=n%2==0,h=0;h<c.length;h++){var u,d=c[h],p=d.head,g=i.getRange(p,x(p.line,p.ch+1));if(f&&!d.empty())u="surround";else if(!l&&f||g!=e)if(l&&1<p.ch&&0<=s.indexOf(e)&&i.getRange(x(p.line,p.ch-2),p)==e+e){if(2<p.ch&&/\bstring/.test(i.getTokenTypeAt(x(p.line,p.ch-2))))return C.Pass;u="addFour"}else if(l){var v=0==p.ch?" ":i.getRange(x(p.line,p.ch-1),p);if(C.isWordChar(g)||v==e||C.isWordChar(v))return C.Pass;u="both"}else{if(!f||!(0===g.length||/\s/.test(g)||-1<o.indexOf(g)))return C.Pass;u="both"}else u=l&&function(e,t){var r=e.getTokenAt(x(t.line,t.ch+1));return/\bstring/.test(r.type)&&r.start==t.ch&&(0==t.ch||!/\bstring/.test(e.getTokenTypeAt(t)))}(i,p)?"both":0<=s.indexOf(e)&&i.getRange(p,x(p.line,p.ch+3))==e+e+e?"skipThree":"skip";if(a){if(a!=u)return C.Pass}else a=u}var m=n%2?r.charAt(n-1):e,b=n%2?e:r.charAt(n+1);i.operation(function(){if("skip"==a)i.execCommand("goCharRight");else if("skipThree"==a)for(var e=0;e<3;e++)i.execCommand("goCharRight");else if("surround"==a){for(var t=i.getSelections(),e=0;e<t.length;e++)t[e]=m+t[e]+b;i.replaceSelections(t,"around"),t=i.listSelections().slice();for(e=0;e<t.length;e++)t[e]=(r=t[e],n=0<C.cmpPos(r.anchor,r.head),{anchor:new x(r.anchor.line,r.anchor.ch+(n?-1:1)),head:new x(r.head.line,r.head.ch+(n?1:-1))});i.setSelections(t)}else"both"==a?(i.replaceSelection(m+b,null),i.triggerElectric(m+b),i.execCommand("goCharLeft")):"addFour"==a&&(i.replaceSelection(m+m+m+m,"before"),i.execCommand("goCharRight"));var r,n})}(e,t)}}(r))}}function k(e){var t=e.state.closeBrackets;return t&&!t.override&&e.getModeAt(e.getCursor()).closeBrackets||t}function s(e,t){var r=e.getRange(x(t.line,t.ch-1),x(t.line,t.ch+1));return 2==r.length?r:null}n(r.pairs+"`")});
|
1
|
+
!function(e){"object"==typeof exports&&"object"==typeof module?e(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],e):e(CodeMirror)}(function(S){var n={pairs:"()[]{}''\"\"",closeBefore:")]}'\":;>",triples:"",explode:"[]{}"},k=S.Pos;function y(e,t){return"pairs"==t&&"string"==typeof e?e:("object"==typeof e&&null!=e[t]?e:n)[t]}S.defineOption("autoCloseBrackets",!1,function(e,t,n){n&&n!=S.Init&&(e.removeKeyMap(i),e.state.closeBrackets=null),t&&(r(y(t,"pairs")),e.state.closeBrackets=t,e.addKeyMap(i))});var i={Backspace:function(e){var t=O(e);if(!t||e.getOption("disableInput"))return S.Pass;for(var n=y(t,"pairs"),r=e.listSelections(),i=0;i<r.length;i++){if(!r[i].empty())return S.Pass;var a=s(e,r[i].head);if(!a||n.indexOf(a)%2!=0)return S.Pass}for(i=r.length-1;0<=i;i--){var o=r[i].head;e.replaceRange("",k(o.line,o.ch-1),k(o.line,o.ch+1),"+delete")}},Enter:function(r){var e=O(r),t=e&&y(e,"explode");if(!t||r.getOption("disableInput"))return S.Pass;for(var i=r.listSelections(),n=0;n<i.length;n++){if(!i[n].empty())return S.Pass;var a=s(r,i[n].head);if(!a||t.indexOf(a)%2!=0)return S.Pass}r.operation(function(){var e=r.lineSeparator()||"\n";r.replaceSelection(e+e,null),m(r,-1),i=r.listSelections();for(var t=0;t<i.length;t++){var n=i[t].head.line;r.indentLine(n,null,!0),r.indentLine(n+1,null,!0)}})}};function r(e){for(var t=0;t<e.length;t++){var n=e.charAt(t),r="'"+n+"'";i[r]||(i[r]=function(P){return function(e){var i=e,t=P,e=O(i);if(!e||i.getOption("disableInput"))return S.Pass;var n=y(e,"pairs"),r=n.indexOf(t);if(-1==r)return S.Pass;for(var a,o=y(e,"closeBefore"),s=y(e,"triples"),l=n.charAt(r+1)==t,c=i.listSelections(),h=r%2==0,f=0;f<c.length;f++){var u,d=c[f],p=d.head,g=i.getRange(p,k(p.line,p.ch+1));if(h&&!d.empty())u="surround";else if(!l&&h||g!=t)if(l&&1<p.ch&&0<=s.indexOf(t)&&i.getRange(k(p.line,p.ch-2),p)==t+t){if(2<p.ch&&/\bstring/.test(i.getTokenTypeAt(k(p.line,p.ch-2))))return S.Pass;u="addFour"}else if(l){d=0==p.ch?" ":i.getRange(k(p.line,p.ch-1),p);if(S.isWordChar(g)||d==t||S.isWordChar(d))return S.Pass;u="both"}else{if(!h||!(0===g.length||/\s/.test(g)||-1<o.indexOf(g)))return S.Pass;u="both"}else u=l&&function(e,t){var n=e.getTokenAt(k(t.line,t.ch+1));return/\bstring/.test(n.type)&&n.start==t.ch&&(0==t.ch||!/\bstring/.test(e.getTokenTypeAt(t)))}(i,p)?"both":0<=s.indexOf(t)&&i.getRange(p,k(p.line,p.ch+3))==t+t+t?"skipThree":"skip";if(a){if(a!=u)return S.Pass}else a=u}var v=r%2?n.charAt(r-1):t,b=r%2?t:n.charAt(r+1);i.operation(function(){if("skip"==a)m(i,1);else if("skipThree"==a)m(i,3);else if("surround"==a){for(var e=i.getSelections(),t=0;t<e.length;t++)e[t]=v+e[t]+b;i.replaceSelections(e,"around");for(e=i.listSelections().slice(),t=0;t<e.length;t++)e[t]=(n=e[t],r=void 0,r=0<S.cmpPos(n.anchor,n.head),{anchor:new k(n.anchor.line,n.anchor.ch+(r?-1:1)),head:new k(n.head.line,n.head.ch+(r?1:-1))});i.setSelections(e)}else"both"==a?(i.replaceSelection(v+b,null),i.triggerElectric(v+b),m(i,-1)):"addFour"==a&&(i.replaceSelection(v+v+v+v,"before"),m(i,1));var n,r})}}(n))}}function O(e){var t=e.state.closeBrackets;return t&&!t.override&&e.getModeAt(e.getCursor()).closeBrackets||t}function m(e,t){for(var n=[],r=e.listSelections(),i=0,a=0;a<r.length;a++){var o=r[a],o=(o.head==e.getCursor()&&(i=a),o.head.ch||0<t?{line:o.head.line,ch:o.head.ch+t}:{line:o.head.line-1});n.push({anchor:o,head:o})}e.setSelections(n,i)}function s(e,t){e=e.getRange(k(t.line,t.ch-1),k(t.line,t.ch+1));return 2==e.length?e:null}r(n.pairs+"`")});
|
@@ -1,3 +1 @@
|
|
1
|
-
|
2
|
-
// Distributed under an MIT license: https://codemirror.net/LICENSE
|
3
|
-
!function(t){"object"==typeof exports&&"object"==typeof module?t(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],t):t(CodeMirror)}(function(i){var h=/MSIE \d/.test(navigator.userAgent)&&(null==document.documentMode||document.documentMode<8),k=i.Pos,p={"(":")>",")":"(<","[":"]>","]":"[<","{":"}>","}":"{<","<":">>",">":"<<"};function v(t){return t&&t.bracketRegex||/[(){}[\]]/}function u(t,e,n){var r=t.getLineHandle(e.line),i=e.ch-1,c=n&&n.afterCursor;null==c&&(c=/(^| )cm-fat-cursor($| )/.test(t.getWrapperElement().className));var a=v(n),o=!c&&0<=i&&a.test(r.text.charAt(i))&&p[r.text.charAt(i)]||a.test(r.text.charAt(i+1))&&p[r.text.charAt(++i)];if(!o)return null;var l=">"==o.charAt(1)?1:-1;if(n&&n.strict&&0<l!=(i==e.ch))return null;var s=t.getTokenTypeAt(k(e.line,i+1)),h=f(t,k(e.line,i+(0<l?1:0)),l,s||null,n);return null==h?null:{from:k(e.line,i),to:h&&h.pos,match:h&&h.ch==o.charAt(0),forward:0<l}}function f(t,e,n,r,i){for(var c=i&&i.maxScanLineLength||1e4,a=i&&i.maxScanLines||1e3,o=[],l=v(i),s=0<n?Math.min(e.line+a,t.lastLine()+1):Math.max(t.firstLine()-1,e.line-a),h=e.line;h!=s;h+=n){var u=t.getLine(h);if(u){var f=0<n?0:u.length-1,m=0<n?u.length:-1;if(!(u.length>c))for(h==e.line&&(f=e.ch-(n<0?1:0));f!=m;f+=n){var g=u.charAt(f);if(l.test(g)&&(void 0===r||t.getTokenTypeAt(k(h,f+1))==r)){var d=p[g];if(d&&">"==d.charAt(1)==0<n)o.push(g);else{if(!o.length)return{pos:k(h,f),ch:g};o.pop()}}}}}return h-n!=(0<n?t.lastLine():t.firstLine())&&null}function e(t,e,n){for(var r=t.state.matchBrackets.maxHighlightLineLength||1e3,i=[],c=t.listSelections(),a=0;a<c.length;a++){var o,l=c[a].empty()&&u(t,c[a].head,n);l&&t.getLine(l.from.line).length<=r&&(o=l.match?"CodeMirror-matchingbracket":"CodeMirror-nonmatchingbracket",i.push(t.markText(l.from,k(l.from.line,l.from.ch+1),{className:o})),l.to&&t.getLine(l.to.line).length<=r&&i.push(t.markText(l.to,k(l.to.line,l.to.ch+1),{className:o})))}if(i.length){h&&t.state.focused&&t.focus();function s(){t.operation(function(){for(var t=0;t<i.length;t++)i[t].clear()})}if(!e)return s;setTimeout(s,800)}}function c(t){t.operation(function(){t.state.matchBrackets.currentlyHighlighted&&(t.state.matchBrackets.currentlyHighlighted(),t.state.matchBrackets.currentlyHighlighted=null),t.state.matchBrackets.currentlyHighlighted=e(t,!1,t.state.matchBrackets)})}i.defineOption("matchBrackets",!1,function(t,e,n){function r(t){t.state.matchBrackets&&t.state.matchBrackets.currentlyHighlighted&&(t.state.matchBrackets.currentlyHighlighted(),t.state.matchBrackets.currentlyHighlighted=null)}n&&n!=i.Init&&(t.off("cursorActivity",c),t.off("focus",c),t.off("blur",r),r(t)),e&&(t.state.matchBrackets="object"==typeof e?e:{},t.on("cursorActivity",c),t.on("focus",c),t.on("blur",r))}),i.defineExtension("matchBrackets",function(){e(this,!0)}),i.defineExtension("findMatchingBracket",function(t,e,n){return!n&&"boolean"!=typeof e||(e=n?(n.strict=e,n):e?{strict:!0}:null),u(this,t,e)}),i.defineExtension("scanForBracket",function(t,e,n,r){return f(this,t,e,n,r)})});
|
1
|
+
!function(t){"object"==typeof exports&&"object"==typeof module?t(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],t):t(CodeMirror)}(function(r){var u=/MSIE \d/.test(navigator.userAgent)&&(null==document.documentMode||document.documentMode<8),k=r.Pos,p={"(":")>",")":"(<","[":"]>","]":"[<","{":"}>","}":"{<","<":">>",">":"<<"};function y(t){return t&&t.bracketRegex||/[(){}[\]]/}function f(t,e,n){var r=t.getLineHandle(e.line),i=e.ch-1,c=n&&n.afterCursor,a=(null==c&&(c=/(^| )cm-fat-cursor($| )/.test(t.getWrapperElement().className)),y(n)),c=!c&&0<=i&&a.test(r.text.charAt(i))&&p[r.text.charAt(i)]||a.test(r.text.charAt(i+1))&&p[r.text.charAt(++i)];if(!c)return null;a=">"==c.charAt(1)?1:-1;if(n&&n.strict&&0<a!=(i==e.ch))return null;r=t.getTokenTypeAt(k(e.line,i+1)),t=o(t,k(e.line,i+(0<a?1:0)),a,r,n);return null==t?null:{from:k(e.line,i),to:t&&t.pos,match:t&&t.ch==c.charAt(0),forward:0<a}}function o(t,e,n,r,i){for(var c=i&&i.maxScanLineLength||1e4,a=i&&i.maxScanLines||1e3,o=[],h=y(i),l=0<n?Math.min(e.line+a,t.lastLine()+1):Math.max(t.firstLine()-1,e.line-a),s=e.line;s!=l;s+=n){var u=t.getLine(s);if(u){var f=0<n?0:u.length-1,m=0<n?u.length:-1;if(!(u.length>c))for(s==e.line&&(f=e.ch-(n<0?1:0));f!=m;f+=n){var g=u.charAt(f);if(h.test(g)&&(void 0===r||(t.getTokenTypeAt(k(s,f+1))||"")==(r||""))){var d=p[g];if(d&&">"==d.charAt(1)==0<n)o.push(g);else{if(!o.length)return{pos:k(s,f),ch:g};o.pop()}}}}}return s-n!=(0<n?t.lastLine():t.firstLine())&&null}function e(t,e,n){for(var r=t.state.matchBrackets.maxHighlightLineLength||1e3,i=n&&n.highlightNonMatching,c=[],a=t.listSelections(),o=0;o<a.length;o++){var h,l=a[o].empty()&&f(t,a[o].head,n);l&&(l.match||!1!==i)&&t.getLine(l.from.line).length<=r&&(h=l.match?"CodeMirror-matchingbracket":"CodeMirror-nonmatchingbracket",c.push(t.markText(l.from,k(l.from.line,l.from.ch+1),{className:h})),l.to&&t.getLine(l.to.line).length<=r&&c.push(t.markText(l.to,k(l.to.line,l.to.ch+1),{className:h})))}if(c.length){u&&t.state.focused&&t.focus();function s(){t.operation(function(){for(var t=0;t<c.length;t++)c[t].clear()})}if(!e)return s;setTimeout(s,800)}}function i(t){t.operation(function(){t.state.matchBrackets.currentlyHighlighted&&(t.state.matchBrackets.currentlyHighlighted(),t.state.matchBrackets.currentlyHighlighted=null),t.state.matchBrackets.currentlyHighlighted=e(t,!1,t.state.matchBrackets)})}function c(t){t.state.matchBrackets&&t.state.matchBrackets.currentlyHighlighted&&(t.state.matchBrackets.currentlyHighlighted(),t.state.matchBrackets.currentlyHighlighted=null)}r.defineOption("matchBrackets",!1,function(t,e,n){n&&n!=r.Init&&(t.off("cursorActivity",i),t.off("focus",i),t.off("blur",c),c(t)),e&&(t.state.matchBrackets="object"==typeof e?e:{},t.on("cursorActivity",i),t.on("focus",i),t.on("blur",c))}),r.defineExtension("matchBrackets",function(){e(this,!0)}),r.defineExtension("findMatchingBracket",function(t,e,n){return f(this,t,e=!n&&"boolean"!=typeof e?e:n?(n.strict=e,n):e?{strict:!0}:null)}),r.defineExtension("scanForBracket",function(t,e,n,r){return o(this,t,e,n,r)})});
|
package/plugins/tiddlywiki/codemirror-fullscreen-editing/files/addon/fullscreen/fullscreen.js
CHANGED
@@ -1,3 +1 @@
|
|
1
|
-
|
2
|
-
// Distributed under an MIT license: https://codemirror.net/LICENSE
|
3
|
-
!function(e){"object"==typeof exports&&"object"==typeof module?e(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],e):e(CodeMirror)}(function(i){"use strict";i.defineOption("fullScreen",!1,function(e,t,o){var r,l;o==i.Init&&(o=!1),!o!=!t&&(t?(l=(r=e).getWrapperElement(),r.state.fullScreenRestore={scrollTop:window.pageYOffset,scrollLeft:window.pageXOffset,width:l.style.width,height:l.style.height},l.style.width="",l.style.height="auto",l.className+=" CodeMirror-fullscreen",document.documentElement.style.overflow="hidden",r.refresh()):function(e){var t=e.getWrapperElement();t.className=t.className.replace(/\s*CodeMirror-fullscreen\b/,""),document.documentElement.style.overflow="";var o=e.state.fullScreenRestore;t.style.width=o.width,t.style.height=o.height,window.scrollTo(o.scrollLeft,o.scrollTop),e.refresh()}(e))})});
|
1
|
+
!function(e){"object"==typeof exports&&"object"==typeof module?e(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],e):e(CodeMirror)}(function(r){"use strict";r.defineOption("fullScreen",!1,function(e,t,o){!(o=o==r.Init?!1:o)!=!t&&(t?(t=(o=e).getWrapperElement(),o.state.fullScreenRestore={scrollTop:window.pageYOffset,scrollLeft:window.pageXOffset,width:t.style.width,height:t.style.height},t.style.width="",t.style.height="auto",t.className+=" CodeMirror-fullscreen",document.documentElement.style.overflow="hidden",o.refresh()):((o=(t=e).getWrapperElement()).className=o.className.replace(/\s*CodeMirror-fullscreen\b/,""),document.documentElement.style.overflow="",e=t.state.fullScreenRestore,o.style.width=e.width,o.style.height=e.height,window.scrollTo(e.scrollLeft,e.scrollTop),t.refresh()))})});
|
@@ -1,3 +1 @@
|
|
1
|
-
|
2
|
-
// Distributed under an MIT license: https://codemirror.net/LICENSE
|
3
|
-
!function(t){"object"==typeof exports&&"object"==typeof module?t(require("../lib/codemirror")):"function"==typeof define&&define.amd?define(["../lib/codemirror"],t):t(CodeMirror)}(function(t){"use strict";var c=t.Pos;function u(t,e){return t.line==e.line&&t.ch==e.ch}var i=[];function l(t){i.push(t),50<i.length&&i.shift()}function n(t){return i[i.length-(t?Math.min(t,1):1)]||""}var a=null;function f(t,e,n,r,o){null==o&&(o=t.getRange(e,n)),"grow"==r&&a&&a.cm==t&&u(e,a.pos)&&t.isClean(a.gen)?function(t){if(!i.length)return l(t);i[i.length-1]+=t}(o):!1!==r&&l(o),t.replaceRange("",e,n,"+delete"),a="grow"==r?{cm:t,pos:e,gen:t.changeGeneration()}:null}function e(t,e,n){return t.findPosH(e,n,"char",!0)}function r(t,e,n){return t.findPosH(e,n,"word",!0)}function o(t,e,n){return t.findPosV(e,n,"line",t.doc.sel.goalColumn)}function s(t,e,n){return t.findPosV(e,n,"page",t.doc.sel.goalColumn)}function g(t,e,n){for(var r=e.line,o=t.getLine(r),i=/\S/.test(n<0?o.slice(0,e.ch):o.slice(e.ch)),l=t.firstLine(),a=t.lastLine();;){if((r+=n)<l||a<r)return t.clipPos(c(r-n,n<0?0:null));o=t.getLine(r);if(/\S/.test(o))i=!0;else if(i)return c(r,0)}}function C(t,e,n){for(var r=e.line,o=e.ch,i=t.getLine(e.line),l=!1;;){var a=i.charAt(o+(n<0?-1:0));if(a){if(l&&/[!?.]/.test(a))return c(r,o+(0<n?1:0));l=l||/\w/.test(a),o+=n}else{if(r==(n<0?t.firstLine():t.lastLine()))return c(r,o);if(i=t.getLine(r+n),!/\S/.test(i))return c(r,o);r+=n,o=n<0?i.length:0}}}function d(t,e,n){var r;if(t.findMatchingBracket&&(r=t.findMatchingBracket(e,{strict:!0}))&&r.match&&(r.forward?1:-1)==n)return 0<n?c(r.to.line,r.to.ch+1):r.to;for(var o=!0;;o=!1){var i=t.getTokenAt(e),l=c(e.line,n<0?i.start:i.end);if(!(o&&0<n&&i.end==e.ch)&&/\w/.test(i.string))return l;var a=t.findPosH(l,n,"char");if(u(l,a))return e;e=a}}function p(t,e){var n=t.state.emacsPrefix;return n?(L(t),"-"==n?-1:Number(n)):e?null:1}function h(e){var r="string"==typeof e?function(t){t.execCommand(e)}:e;return function(t){var e=p(t);r(t);for(var n=1;n<e;++n)r(t)}}function A(t,e,n,r){var o=p(t);o<0&&(r=-r,o=-o);for(var i=0;i<o;++i){var l=n(t,e,r);if(u(l,e))break;e=l}return e}function m(e,n){function t(t){t.extendSelection(A(t,t.getCursor(),e,n))}return t.motion=!0,t}function v(t,e,n,r){for(var o,i=t.listSelections(),l=i.length;l--;)f(t,o=i[l].head,A(t,o,e,n),r)}function S(t,e){if(t.somethingSelected()){for(var n,r=t.listSelections(),o=r.length;o--;)f(t,(n=r[o]).anchor,n.head,e);return!0}}function P(t,e){t.state.emacsPrefix?"-"!=e&&(t.state.emacsPrefix+=e):(t.state.emacsPrefix=e,t.on("keyHandled",x),t.on("inputRead",R))}var w={"Alt-G":!0,"Ctrl-X":!0,"Ctrl-Q":!0,"Ctrl-U":!0};function x(t,e){t.state.emacsPrefixMap||w.hasOwnProperty(e)||L(t)}function L(t){t.state.emacsPrefix=null,t.off("keyHandled",x),t.off("inputRead",R)}function R(t,e){var n=p(t);if(1<n&&"+input"==e.origin){for(var r=e.text.join("\n"),o="",i=1;i<n;++i)o+=r;t.replaceSelection(o)}}function y(t,e){"string"==typeof e&&(/^\d$/.test(e)||"Ctrl-U"==e)||(t.removeKeyMap(D),t.state.emacsPrefixMap=!1,t.off("keyHandled",y),t.off("inputRead",y))}function k(t){t.setCursor(t.getCursor()),t.setExtending(!t.getExtending()),t.on("change",function(){t.setExtending(!1)})}function b(t){t.setExtending(!1),t.setCursor(t.getCursor())}function U(t,e){var n=t.getCursor(),r=t.findPosH(n,1,"word");t.replaceRange(e(t.getRange(n,r)),n,r),t.setCursor(r)}t.emacs={kill:f,killRegion:S,repeated:h};var X=t.keyMap.emacs=t.normalizeKeyMap({"Ctrl-W":function(t){f(t,t.getCursor("start"),t.getCursor("end"),!0)},"Ctrl-K":h(function(t){var e=t.getCursor(),n=t.clipPos(c(e.line)),r=t.getRange(e,n);/\S/.test(r)||(r+="\n",n=c(e.line+1,0)),f(t,e,n,"grow",r)}),"Alt-W":function(t){l(t.getSelection()),b(t)},"Ctrl-Y":function(t){var e=t.getCursor();t.replaceRange(n(p(t)),e,e,"paste"),t.setSelection(e,t.getCursor())},"Alt-Y":function(t){t.replaceSelection((1<i.length&&i.pop(),n()),"around","paste")},"Ctrl-Space":k,"Ctrl-Shift-2":k,"Ctrl-F":m(e,1),"Ctrl-B":m(e,-1),Right:m(e,1),Left:m(e,-1),"Ctrl-D":function(t){v(t,e,1,!1)},Delete:function(t){S(t,!1)||v(t,e,1,!1)},"Ctrl-H":function(t){v(t,e,-1,!1)},Backspace:function(t){S(t,!1)||v(t,e,-1,!1)},"Alt-F":m(r,1),"Alt-B":m(r,-1),"Alt-Right":m(r,1),"Alt-Left":m(r,-1),"Alt-D":function(t){v(t,r,1,"grow")},"Alt-Backspace":function(t){v(t,r,-1,"grow")},"Ctrl-N":m(o,1),"Ctrl-P":m(o,-1),Down:m(o,1),Up:m(o,-1),"Ctrl-A":"goLineStart","Ctrl-E":"goLineEnd",End:"goLineEnd",Home:"goLineStart","Alt-V":m(s,-1),"Ctrl-V":m(s,1),PageUp:m(s,-1),PageDown:m(s,1),"Ctrl-Up":m(g,-1),"Ctrl-Down":m(g,1),"Alt-A":m(C,-1),"Alt-E":m(C,1),"Alt-K":function(t){v(t,C,1,"grow")},"Ctrl-Alt-K":function(t){v(t,d,1,"grow")},"Ctrl-Alt-Backspace":function(t){v(t,d,-1,"grow")},"Ctrl-Alt-F":m(d,1),"Ctrl-Alt-B":m(d,-1),"Shift-Ctrl-Alt-2":function(t){var e=t.getCursor();t.setSelection(A(t,e,d,1),e)},"Ctrl-Alt-T":function(t){var e=d(t,t.getCursor(),-1),n=d(t,e,1),r=d(t,n,1),o=d(t,r,-1);t.replaceRange(t.getRange(o,r)+t.getRange(n,o)+t.getRange(e,n),e,r)},"Ctrl-Alt-U":h(function(t){for(var e=t.getCursor(),n=e.line,r=e.ch,o=[];n>=t.firstLine();){for(var i=t.getLine(n),l=null==r?i.length:r;0<l;){if(")"==(r=i.charAt(--l)))o.push("(");else if("]"==r)o.push("[");else if("}"==r)o.push("{");else if(/[\(\{\[]/.test(r)&&(!o.length||o.pop()!=r))return t.extendSelection(c(n,l))}--n,r=null}}),"Alt-Space":function(t){for(var e=t.getCursor(),n=e.ch,r=e.ch,o=t.getLine(e.line);n&&/\s/.test(o.charAt(n-1));)--n;for(;r<o.length&&/\s/.test(o.charAt(r));)++r;t.replaceRange(" ",c(e.line,n),c(e.line,r))},"Ctrl-O":h(function(t){t.replaceSelection("\n","start")}),"Ctrl-T":h(function(t){t.execCommand("transposeChars")}),"Alt-C":h(function(t){U(t,function(t){var e=t.search(/\w/);return-1==e?t:t.slice(0,e)+t.charAt(e).toUpperCase()+t.slice(e+1).toLowerCase()})}),"Alt-U":h(function(t){U(t,function(t){return t.toUpperCase()})}),"Alt-L":h(function(t){U(t,function(t){return t.toLowerCase()})}),"Alt-;":"toggleComment","Ctrl-/":h("undo"),"Shift-Ctrl--":h("undo"),"Ctrl-Z":h("undo"),"Cmd-Z":h("undo"),"Shift-Ctrl-Z":"redo","Shift-Alt-,":"goDocStart","Shift-Alt-.":"goDocEnd","Ctrl-S":"findPersistentNext","Ctrl-R":"findPersistentPrev","Ctrl-G":function(t){t.execCommand("clearSearch"),b(t)},"Shift-Alt-5":"replace","Alt-/":"autocomplete",Enter:"newlineAndIndent","Ctrl-J":h(function(t){t.replaceSelection("\n","end")}),Tab:"indentAuto","Alt-G G":function(n){var t,e,r,o=p(n,!0);if(null!=o&&0<o)return n.setCursor(o-1);e="Goto line",r=function(t){var e;t&&!isNaN(e=Number(t))&&e==(0|e)&&0<e&&n.setCursor(e-1)},(t=n).openDialog?t.openDialog(e+': <input type="text" style="width: 10em"/>',r,{bottom:!0}):r(prompt(e,""))},"Ctrl-X Tab":function(t){t.indentSelection(p(t,!0)||t.getOption("indentUnit"))},"Ctrl-X Ctrl-X":function(t){t.setSelection(t.getCursor("head"),t.getCursor("anchor"))},"Ctrl-X Ctrl-S":"save","Ctrl-X Ctrl-W":"save","Ctrl-X S":"saveAll","Ctrl-X F":"open","Ctrl-X U":h("undo"),"Ctrl-X K":"close","Ctrl-X Delete":function(t){f(t,t.getCursor(),C(t,t.getCursor(),1),"grow")},"Ctrl-X H":"selectAll","Ctrl-Q Tab":h("insertTab"),"Ctrl-U":function(t){t.state.emacsPrefixMap=!0,t.addKeyMap(D),t.on("keyHandled",y),t.on("inputRead",y)},fallthrough:"default"}),D={"Ctrl-G":L};function E(e){D[e]=function(t){P(t,e)},X["Ctrl-"+e]=function(t){P(t,e)},w["Ctrl-"+e]=!0}for(var H=0;H<10;++H)E(String(H));E("-")});
|
1
|
+
!function(e){"object"==typeof exports&&"object"==typeof module?e(require("../lib/codemirror")):"function"==typeof define&&define.amd?define(["../lib/codemirror"],e):e(CodeMirror)}(function(e){"use strict";var t=e.commands,c=e.Pos;function l(e,t){return e.line==t.line&&e.ch==t.ch}var o=[];function i(e){o.push(e),50<o.length&&o.shift()}function n(e){return o[o.length-(e?Math.min(e,1):1)]||""}var s=null;function u(e,t,n,r,a){null==a&&(a=e.getRange(t,n)),"grow"==r&&s&&s.cm==e&&l(t,s.pos)&&e.isClean(s.gen)?function(e){if(!o.length)return i(e);o[o.length-1]+=e}(a):!1!==r&&i(a),e.replaceRange("",t,n,"+delete"),s="grow"==r?{cm:e,pos:t,gen:e.changeGeneration()}:null}function r(e,t,n){return e.findPosH(t,n,"char",!0)}function a(e,t,n){return e.findPosH(t,n,"word",!0)}function d(e,t,n){return e.findPosV(t,n,"line",e.doc.sel.goalColumn)}function f(e,t,n){return e.findPosV(t,n,"page",e.doc.sel.goalColumn)}function p(e,t,n){for(var r=t.line,a=e.getLine(r),o=/\S/.test(n<0?a.slice(0,t.ch):a.slice(t.ch)),i=e.firstLine(),l=e.lastLine();;){if((r+=n)<i||l<r)return e.clipPos(c(r-n,n<0?0:null));a=e.getLine(r);if(/\S/.test(a))o=!0;else if(o)return c(r,0)}}function g(e,t,n){for(var r=t.line,a=t.ch,o=e.getLine(t.line),i=!1;;){var l=o.charAt(a+(n<0?-1:0));if(l){if(i&&/[!?.]/.test(l))return c(r,a+(0<n?1:0));i=i||/\w/.test(l),a+=n}else{if(r==(n<0?e.firstLine():e.lastLine()))return c(r,a);if(o=e.getLine(r+n),!/\S/.test(o))return c(r,a);r+=n,a=n<0?o.length:0}}}function C(e,t,n){var r;if(e.findMatchingBracket&&(r=e.findMatchingBracket(t,{strict:!0}))&&r.match&&(r.forward?1:-1)==n)return 0<n?c(r.to.line,r.to.ch+1):r.to;for(var a=!0;;a=!1){var o=e.getTokenAt(t),i=c(t.line,n<0?o.start:o.end);if(!(a&&0<n&&o.end==t.ch)&&/\w/.test(o.string))return i;o=e.findPosH(i,n,"char");if(l(i,o))return t;t=o}}function h(e,t){var n=e.state.emacsPrefix;return n?(L(e),"-"==n?-1:Number(n)):t?null:1}function w(t){var r="string"==typeof t?function(e){e.execCommand(t)}:t;return function(e){var t=h(e);r(e);for(var n=1;n<t;++n)r(e)}}function m(e,t,n,r){var a=h(e);a<0&&(r=-r,a=-a);for(var o=0;o<a;++o){var i=n(e,t,r);if(l(i,t))break;t=i}return t}function k(t,n){function e(e){e.extendSelection(m(e,e.getCursor(),t,n))}return e.motion=!0,e}function S(e,t,n,r){for(var a,o=e.listSelections(),i=o.length;i--;)u(e,a=o[i].head,m(e,a,t,n),r)}function A(e,t){if(e.somethingSelected()){for(var n,r=e.listSelections(),a=r.length;a--;)u(e,(n=r[a]).anchor,n.head,t);return!0}}function b(e,t){e.state.emacsPrefix?"-"!=t&&(e.state.emacsPrefix+=t):(e.state.emacsPrefix=t,e.on("keyHandled",x),e.on("inputRead",P))}var v={"Alt-G":!0,"Ctrl-X":!0,"Ctrl-Q":!0,"Ctrl-U":!0};function x(e,t){e.state.emacsPrefixMap||v.hasOwnProperty(t)||L(e)}function L(e){e.state.emacsPrefix=null,e.off("keyHandled",x),e.off("inputRead",P)}function P(e,t){var n=h(e);if(1<n&&"+input"==t.origin){for(var r=t.text.join("\n"),a="",o=1;o<n;++o)a+=r;e.replaceSelection(a)}}function R(e,t){"string"==typeof t&&(/^\d$/.test(t)||"Ctrl-U"==t)||(e.removeKeyMap(D),e.state.emacsPrefixMap=!1,e.off("keyHandled",R),e.off("inputRead",R))}function y(e){e.setExtending(!1),e.setCursor(e.getCursor())}function W(e,t,n){var r,a;e.openDialog?e.openDialog((e=t,r=document.createDocumentFragment(),(a=document.createElement("input")).setAttribute("type","text"),a.style.width="10em",r.appendChild(document.createTextNode(e+": ")),r.appendChild(a),r),n,{bottom:!0}):n(prompt(t,""))}function U(e,t){var n=e.getCursor(),r=e.findPosH(n,1,"word");e.replaceRange(t(e.getRange(n,r)),n,r),e.setCursor(r)}t.setMark=function(e){e.setCursor(e.getCursor()),e.setExtending(!e.getExtending()),e.on("change",function(){e.setExtending(!1)})},t.killRegion=function(e){u(e,e.getCursor("start"),e.getCursor("end"),!0)},t.killLineEmacs=w(function(e){var t=e.getCursor(),n=e.clipPos(c(t.line)),r=e.getRange(t,n);/\S/.test(r)||(r+="\n",n=c(t.line+1,0)),u(e,t,n,"grow",r)}),t.killRingSave=function(e){i(e.getSelection()),y(e)},t.yank=function(e){var t=e.getCursor();e.replaceRange(n(h(e)),t,t,"paste"),e.setSelection(t,e.getCursor())},t.yankPop=function(e){e.replaceSelection((1<o.length&&o.pop(),n()),"around","paste")},t.forwardChar=k(r,1),t.backwardChar=k(r,-1),t.deleteChar=function(e){S(e,r,1,!1)},t.deleteForwardChar=function(e){A(e,!1)||S(e,r,1,!1)},t.deleteBackwardChar=function(e){A(e,!1)||S(e,r,-1,!1)},t.forwardWord=k(a,1),t.backwardWord=k(a,-1),t.killWord=function(e){S(e,a,1,"grow")},t.backwardKillWord=function(e){S(e,a,-1,"grow")},t.nextLine=k(d,1),t.previousLine=k(d,-1),t.scrollDownCommand=k(f,-1),t.scrollUpCommand=k(f,1),t.backwardParagraph=k(p,-1),t.forwardParagraph=k(p,1),t.backwardSentence=k(g,-1),t.forwardSentence=k(g,1),t.killSentence=function(e){S(e,g,1,"grow")},t.backwardKillSentence=function(e){u(e,e.getCursor(),g(e,e.getCursor(),1),"grow")},t.killSexp=function(e){S(e,C,1,"grow")},t.backwardKillSexp=function(e){S(e,C,-1,"grow")},t.forwardSexp=k(C,1),t.backwardSexp=k(C,-1),t.markSexp=function(e){var t=e.getCursor();e.setSelection(m(e,t,C,1),t)},t.transposeSexps=function(e){var t=C(e,e.getCursor(),-1),n=C(e,t,1),r=C(e,n,1),a=C(e,r,-1);e.replaceRange(e.getRange(a,r)+e.getRange(n,a)+e.getRange(t,n),t,r)},t.backwardUpList=w(function(e){for(var t=e.getCursor(),n=t.line,r=t.ch,a=[];n>=e.firstLine();){for(var o=e.getLine(n),i=null==r?o.length:r;0<i;)if(")"==(r=o.charAt(--i)))a.push("(");else if("]"==r)a.push("[");else if("}"==r)a.push("{");else if(/[\(\{\[]/.test(r)&&(!a.length||a.pop()!=r))return e.extendSelection(c(n,i));--n,r=null}}),t.justOneSpace=function(e){for(var t=e.getCursor(),n=t.ch,r=t.ch,a=e.getLine(t.line);n&&/\s/.test(a.charAt(n-1));)--n;for(;r<a.length&&/\s/.test(a.charAt(r));)++r;e.replaceRange(" ",c(t.line,n),c(t.line,r))},t.openLine=w(function(e){e.replaceSelection("\n","start")}),t.transposeCharsRepeatable=w(function(e){e.execCommand("transposeChars")}),t.capitalizeWord=w(function(e){U(e,function(e){var t=e.search(/\w/);return-1==t?e:e.slice(0,t)+e.charAt(t).toUpperCase()+e.slice(t+1).toLowerCase()})}),t.upcaseWord=w(function(e){U(e,function(e){return e.toUpperCase()})}),t.downcaseWord=w(function(e){U(e,function(e){return e.toLowerCase()})}),t.undoRepeatable=w("undo"),t.keyboardQuit=function(e){e.execCommand("clearSearch"),y(e)},t.newline=w(function(e){e.replaceSelection("\n","end")}),t.gotoLine=function(t){var e=h(t,!0);if(null!=e&&0<e)return t.setCursor(e-1);W(t,"Goto line",function(e){e&&!isNaN(e=Number(e))&&e==(0|e)&&0<e&&t.setCursor(e-1)})},t.indentRigidly=function(e){e.indentSelection(h(e,!0)||e.getOption("indentUnit"))},t.exchangePointAndMark=function(e){e.setSelection(e.getCursor("head"),e.getCursor("anchor"))},t.quotedInsertTab=w("insertTab"),t.universalArgument=function(e){e.state.emacsPrefixMap=!0,e.addKeyMap(D),e.on("keyHandled",R),e.on("inputRead",R)},e.emacs={kill:u,killRegion:A,repeated:w};var M=e.keyMap.emacs=e.normalizeKeyMap({"Ctrl-W":"killRegion","Ctrl-K":"killLineEmacs","Alt-W":"killRingSave","Ctrl-Y":"yank","Alt-Y":"yankPop","Ctrl-Space":"setMark","Ctrl-Shift-2":"setMark","Ctrl-F":"forwardChar","Ctrl-B":"backwardChar",Right:"forwardChar",Left:"backwardChar","Ctrl-D":"deleteChar",Delete:"deleteForwardChar","Ctrl-H":"deleteBackwardChar",Backspace:"deleteBackwardChar","Alt-F":"forwardWord","Alt-B":"backwardWord","Alt-Right":"forwardWord","Alt-Left":"backwardWord","Alt-D":"killWord","Alt-Backspace":"backwardKillWord","Ctrl-N":"nextLine","Ctrl-P":"previousLine",Down:"nextLine",Up:"previousLine","Ctrl-A":"goLineStart","Ctrl-E":"goLineEnd",End:"goLineEnd",Home:"goLineStart","Alt-V":"scrollDownCommand","Ctrl-V":"scrollUpCommand",PageUp:"scrollDownCommand",PageDown:"scrollUpCommand","Ctrl-Up":"backwardParagraph","Ctrl-Down":"forwardParagraph","Alt-{":"backwardParagraph","Alt-}":"forwardParagraph","Alt-A":"backwardSentence","Alt-E":"forwardSentence","Alt-K":"killSentence","Ctrl-X Delete":"backwardKillSentence","Ctrl-Alt-K":"killSexp","Ctrl-Alt-Backspace":"backwardKillSexp","Ctrl-Alt-F":"forwardSexp","Ctrl-Alt-B":"backwardSexp","Shift-Ctrl-Alt-2":"markSexp","Ctrl-Alt-T":"transposeSexps","Ctrl-Alt-U":"backwardUpList","Alt-Space":"justOneSpace","Ctrl-O":"openLine","Ctrl-T":"transposeCharsRepeatable","Alt-C":"capitalizeWord","Alt-U":"upcaseWord","Alt-L":"downcaseWord","Alt-;":"toggleComment","Ctrl-/":"undoRepeatable","Shift-Ctrl--":"undoRepeatable","Ctrl-Z":"undoRepeatable","Cmd-Z":"undoRepeatable","Ctrl-X U":"undoRepeatable","Shift-Ctrl-Z":"redo","Shift-Alt-,":"goDocStart","Shift-Alt-.":"goDocEnd","Ctrl-S":"findPersistentNext","Ctrl-R":"findPersistentPrev","Ctrl-G":"keyboardQuit","Shift-Alt-5":"replace","Alt-/":"autocomplete",Enter:"newlineAndIndent","Ctrl-J":"newline",Tab:"indentAuto","Alt-G G":"gotoLine","Ctrl-X Tab":"indentRigidly","Ctrl-X Ctrl-X":"exchangePointAndMark","Ctrl-X Ctrl-S":"save","Ctrl-X Ctrl-W":"save","Ctrl-X S":"saveAll","Ctrl-X F":"open","Ctrl-X K":"close","Ctrl-X H":"selectAll","Ctrl-Q Tab":"quotedInsertTab","Ctrl-U":"universalArgument",fallthrough:"default"}),D={"Ctrl-G":L};function E(t){D[t]=function(e){b(e,t)},M["Ctrl-"+t]=function(e){b(e,t)},v["Ctrl-"+t]=!0}for(var K=0;K<10;++K)E(String(K));E("-")});
|
@@ -1,3 +1 @@
|
|
1
|
-
|
2
|
-
// Distributed under an MIT license: https://codemirror.net/LICENSE
|
3
|
-
!function(e){"object"==typeof exports&&"object"==typeof module?e(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],e):e(CodeMirror)}(function(e){"use strict";var S={},y=/[^\s\u00a0]/,E=e.Pos,u=e.cmpPos;function f(e){var n=e.search(y);return-1==n?0:n}function M(e,n){var t=e.getMode();return!1!==t.useInnerComments&&t.innerMode?e.getModeAt(n):t}e.commands.toggleComment=function(e){e.toggleComment()},e.defineExtension("toggleComment",function(e){e=e||S;for(var n=this,t=1/0,i=this.listSelections(),l=null,o=i.length-1;0<=o;o--){var r=i[o].from(),m=i[o].to();r.line>=t||(m.line>=t&&(m=E(t,0)),t=r.line,null==l?l=n.uncomment(r,m,e)?"un":(n.lineComment(r,m,e),"line"):"un"==l?n.uncomment(r,m,e):n.lineComment(r,m,e))}}),e.defineExtension("lineComment",function(o,e,r){r=r||S;var n,t,m,a,c,g,s=this,i=M(s,o),l=s.getLine(o.line);null!=l&&(n=o,t=l,!/\bstring\b/.test(s.getTokenTypeAt(E(n.line,0)))||/^[\'\"\`]/.test(t))&&((m=r.lineComment||i.lineComment)?(a=Math.min(0!=e.ch||e.line==o.line?e.line+1:e.line,s.lastLine()+1),c=null==r.padding?" ":r.padding,g=r.commentBlankLines||o.line==e.line,s.operation(function(){if(r.indent){for(var e=null,n=o.line;n<a;++n){var t=(i=s.getLine(n)).slice(0,f(i));(null==e||e.length>t.length)&&(e=t)}for(n=o.line;n<a;++n){var i=s.getLine(n),l=e.length;(g||y.test(i))&&(i.slice(0,l)!=e&&(l=f(i)),s.replaceRange(e+m+c,E(n,0),E(n,l)))}}else for(n=o.line;n<a;++n)(g||y.test(s.getLine(n)))&&s.replaceRange(m+c,E(n,0))})):(r.blockCommentStart||i.blockCommentStart)&&(r.fullLines=!0,s.blockComment(o,e,r)))}),e.defineExtension("blockComment",function(o,r,m){m=m||S;var a,c,g=this,s=M(g,o),f=m.blockCommentStart||s.blockCommentStart,d=m.blockCommentEnd||s.blockCommentEnd;f&&d?/\bcomment\b/.test(g.getTokenTypeAt(E(o.line,0)))||((a=Math.min(r.line,g.lastLine()))!=o.line&&0==r.ch&&y.test(g.getLine(a))&&--a,c=null==m.padding?" ":m.padding,o.line>a||g.operation(function(){if(0!=m.fullLines){var e=y.test(g.getLine(a));g.replaceRange(c+d,E(a)),g.replaceRange(f+c,E(o.line,0));var n=m.blockCommentLead||s.blockCommentLead;if(null!=n)for(var t=o.line+1;t<=a;++t)t==a&&!e||g.replaceRange(n+c,E(t,0))}else{var i=0==u(g.getCursor("to"),r),l=!g.somethingSelected();g.replaceRange(d,r),i&&g.setSelection(l?r:g.getCursor("from"),r),g.replaceRange(f,o)}})):(m.lineComment||s.lineComment)&&0!=m.fullLines&&g.lineComment(o,r,m)}),e.defineExtension("uncomment",function(e,n,t){t=t||S;var l,o=this,i=M(o,e),r=Math.min(0!=n.ch||n.line==e.line?n.line:n.line-1,o.lastLine()),m=Math.min(e.line,r),a=t.lineComment||i.lineComment,c=[],g=null==t.padding?" ":t.padding;e:if(a){for(var s=m;s<=r;++s){var f=o.getLine(s),d=f.indexOf(a);if(-1<d&&!/comment/.test(o.getTokenTypeAt(E(s,d+1)))&&(d=-1),-1==d&&y.test(f))break e;if(-1<d&&y.test(f.slice(0,d)))break e;c.push(f)}if(o.operation(function(){for(var e=m;e<=r;++e){var n=c[e-m],t=n.indexOf(a),i=t+a.length;t<0||(n.slice(i,i+g.length)==g&&(i+=g.length),l=!0,o.replaceRange("",E(e,t),E(e,i)))}}),l)return!0}var u=t.blockCommentStart||i.blockCommentStart,h=t.blockCommentEnd||i.blockCommentEnd;if(!u||!h)return!1;var C=t.blockCommentLead||i.blockCommentLead,p=o.getLine(m),v=p.indexOf(u);if(-1==v)return!1;var b=r==m?p:o.getLine(r),k=b.indexOf(h,r==m?v+u.length:0),L=E(m,v+1),x=E(r,k+1);if(-1==k||!/comment/.test(o.getTokenTypeAt(L))||!/comment/.test(o.getTokenTypeAt(x))||-1<o.getRange(L,x,"\n").indexOf(h))return!1;var R=-1==(T=p.lastIndexOf(u,e.ch))?-1:p.slice(0,e.ch).indexOf(h,T+u.length);if(-1!=T&&-1!=R&&R+h.length!=e.ch)return!1;R=b.indexOf(h,n.ch);var O=b.slice(n.ch).lastIndexOf(u,R-n.ch),T=-1==R||-1==O?-1:n.ch+O;return(-1==R||-1==T||T==n.ch)&&(o.operation(function(){o.replaceRange("",E(r,k-(g&&b.slice(k-g.length,k)==g?g.length:0)),E(r,k+h.length));var e=v+u.length;if(g&&p.slice(e,e+g.length)==g&&(e+=g.length),o.replaceRange("",E(m,v),E(m,e)),C)for(var n=m+1;n<=r;++n){var t,i=o.getLine(n),l=i.indexOf(C);-1==l||y.test(i.slice(0,l))||(t=l+C.length,g&&i.slice(t,t+g.length)==g&&(t+=g.length),o.replaceRange("",E(n,l),E(n,t)))}}),!0)})});
|
1
|
+
!function(e){"object"==typeof exports&&"object"==typeof module?e(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],e):e(CodeMirror)}(function(e){"use strict";var L={},x=/[^\s\u00a0]/,R=e.Pos,u=e.cmpPos;function f(e){e=e.search(x);return-1==e?0:e}function O(e,n){var t=e.getMode();return!1!==t.useInnerComments&&t.innerMode?e.getModeAt(n):t}e.commands.toggleComment=function(e){e.toggleComment()},e.defineExtension("toggleComment",function(e){e=e||L;for(var n=this,t=1/0,i=this.listSelections(),l=null,o=i.length-1;0<=o;o--){var r=i[o].from(),m=i[o].to();r.line>=t||(m.line>=t&&(m=R(t,0)),t=r.line,null==l?l=n.uncomment(r,m,e)?"un":(n.lineComment(r,m,e),"line"):"un"==l?n.uncomment(r,m,e):n.lineComment(r,m,e))}}),e.defineExtension("lineComment",function(o,e,r){r=r||L;var m,a,c,g,s=this,n=O(s,o),t=s.getLine(o.line);null!=t&&(t=t,!/\bstring\b/.test(s.getTokenTypeAt(R(o.line,0)))||/^[\'\"\`]/.test(t))&&((m=r.lineComment||n.lineComment)?(a=Math.min(0!=e.ch||e.line==o.line?e.line+1:e.line,s.lastLine()+1),c=null==r.padding?" ":r.padding,g=r.commentBlankLines||o.line==e.line,s.operation(function(){if(r.indent){for(var e=null,n=o.line;n<a;++n){var t=-1===(i=s.getLine(n)).search(x)?i:i.slice(0,f(i));(null==e||e.length>t.length)&&(e=t)}for(n=o.line;n<a;++n){var i=s.getLine(n),l=e.length;(g||x.test(i))&&(i.slice(0,l)!=e&&(l=f(i)),s.replaceRange(e+m+c,R(n,0),R(n,l)))}}else for(n=o.line;n<a;++n)(g||x.test(s.getLine(n)))&&s.replaceRange(m+c,R(n,0))})):(r.blockCommentStart||n.blockCommentStart)&&(r.fullLines=!0,s.blockComment(o,e,r)))}),e.defineExtension("blockComment",function(o,r,m){m=m||L;var a,c,g=this,s=O(g,o),f=m.blockCommentStart||s.blockCommentStart,d=m.blockCommentEnd||s.blockCommentEnd;f&&d?/\bcomment\b/.test(g.getTokenTypeAt(R(o.line,0)))||((a=Math.min(r.line,g.lastLine()))!=o.line&&0==r.ch&&x.test(g.getLine(a))&&--a,c=null==m.padding?" ":m.padding,o.line>a||g.operation(function(){if(0!=m.fullLines){var e=x.test(g.getLine(a)),n=(g.replaceRange(c+d,R(a)),g.replaceRange(f+c,R(o.line,0)),m.blockCommentLead||s.blockCommentLead);if(null!=n)for(var t=o.line+1;t<=a;++t)t==a&&!e||g.replaceRange(n+c,R(t,0))}else{var i=0==u(g.getCursor("to"),r),l=!g.somethingSelected();g.replaceRange(d,r),i&&g.setSelection(l?r:g.getCursor("from"),r),g.replaceRange(f,o)}})):(m.lineComment||s.lineComment)&&0!=m.fullLines&&g.lineComment(o,r,m)}),e.defineExtension("uncomment",function(e,n,t){t=t||L;var l,o=this,i=O(o,e),r=Math.min(0!=n.ch||n.line==e.line?n.line:n.line-1,o.lastLine()),m=Math.min(e.line,r),a=t.lineComment||i.lineComment,c=[],g=null==t.padding?" ":t.padding;e:if(a){for(var s=m;s<=r;++s){var f=o.getLine(s),d=f.indexOf(a);if(-1==(d=-1<d&&!/comment/.test(o.getTokenTypeAt(R(s,d+1)))?-1:d)&&x.test(f))break e;if(-1<d&&x.test(f.slice(0,d)))break e;c.push(f)}if(o.operation(function(){for(var e=m;e<=r;++e){var n=c[e-m],t=n.indexOf(a),i=t+a.length;t<0||(n.slice(i,i+g.length)==g&&(i+=g.length),l=!0,o.replaceRange("",R(e,t),R(e,i)))}}),l)return!0}var u=t.blockCommentStart||i.blockCommentStart,h=t.blockCommentEnd||i.blockCommentEnd;if(!u||!h)return!1;var C=t.blockCommentLead||i.blockCommentLead,p=o.getLine(m),b=p.indexOf(u);if(-1==b)return!1;var k=r==m?p:o.getLine(r),v=k.indexOf(h,r==m?b+u.length:0),t=R(m,b+1),i=R(r,v+1);if(-1==v||!/comment/.test(o.getTokenTypeAt(t))||!/comment/.test(o.getTokenTypeAt(i))||-1<o.getRange(t,i,"\n").indexOf(h))return!1;i=-1==(t=p.lastIndexOf(u,e.ch))?-1:p.slice(0,e.ch).indexOf(h,t+u.length);if(-1!=t&&-1!=i&&i+h.length!=e.ch)return!1;i=k.indexOf(h,n.ch),e=k.slice(n.ch).lastIndexOf(u,i-n.ch),t=-1==i||-1==e?-1:n.ch+e;return(-1==i||-1==t||t==n.ch)&&(o.operation(function(){o.replaceRange("",R(r,v-(g&&k.slice(v-g.length,v)==g?g.length:0)),R(r,v+h.length));var e=b+u.length;if(g&&p.slice(e,e+g.length)==g&&(e+=g.length),o.replaceRange("",R(m,b),R(m,e)),C)for(var n=m+1;n<=r;++n){var t,i=o.getLine(n),l=i.indexOf(C);-1==l||x.test(i.slice(0,l))||(t=l+C.length,g&&i.slice(t,t+g.length)==g&&(t+=g.length),o.replaceRange("",R(n,l),R(n,t)))}}),!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/edit/matchbrackets")):"function"==typeof define&&define.amd?define(["../lib/codemirror","../addon/search/searchcursor","../addon/edit/matchbrackets"],e):e(CodeMirror)}(function(u){"use strict";var r=u.commands,d=u.Pos;function t(t,n){t.extendSelectionsBy(function(e){return t.display.shift||t.doc.extend||e.empty()?function(e,t,n){if(n<0&&0==t.ch)return e.clipPos(d(t.line-1));var r=e.getLine(t.line);if(0<n&&t.ch>=r.length)return e.clipPos(d(t.line+1,0));for(var o,i="start",l=t.ch,a=l,s=n<0?0:r.length;a!=s;a+=n,0){var c=r.charAt(n<0?a-1:a),f="_"!=c&&u.isWordChar(c)?"w":"o";if("w"==f&&c.toUpperCase()==c&&(f="W"),"start"==i)"o"!=f?(i="in",o=f):l=a+n;else if("in"==i&&o!=f){if("w"==o&&"W"==f&&n<0&&a--,"W"==o&&"w"==f&&0<n){if(a==l+1){o="w";continue}a--}break}}return d(t.line,a)}(t.doc,e.head,n):n<0?e.from():e.to()})}function n(l,a){if(l.isReadOnly())return u.Pass;l.operation(function(){for(var e=l.listSelections().length,t=[],n=-1,r=0;r<e;r++){var o,i=l.listSelections()[r].head;i.line<=n||(o=d(i.line+(a?0:1),0),l.replaceRange("\n",o,null,"+insertLine"),l.indentLine(o.line,null,!0),t.push({head:o,anchor:o}),n=i.line+1)}l.setSelections(t)}),l.execCommand("indentAuto")}function c(e,t){for(var n=t.ch,r=n,o=e.getLine(t.line);n&&u.isWordChar(o.charAt(n-1));)--n;for(;r<o.length&&u.isWordChar(o.charAt(r));)++r;return{from:d(t.line,n),to:d(t.line,r),word:o.slice(n,r)}}function o(e,t){for(var n=e.listSelections(),r=[],o=0;o<n.length;o++){var i=n[o],l=e.findPosV(i.anchor,t,"line",i.anchor.goalColumn),a=e.findPosV(i.head,t,"line",i.head.goalColumn);l.goalColumn=null!=i.anchor.goalColumn?i.anchor.goalColumn:e.cursorCoords(i.anchor,"div").left,a.goalColumn=null!=i.head.goalColumn?i.head.goalColumn:e.cursorCoords(i.head,"div").left;var s={anchor:l,head:a};r.push(i),r.push(s)}e.setSelections(r)}r.goSubwordLeft=function(e){t(e,-1)},r.goSubwordRight=function(e){t(e,1)},r.scrollLineUp=function(e){var t,n=e.getScrollInfo();e.somethingSelected()||(t=e.lineAtHeight(n.top+n.clientHeight,"local"),e.getCursor().line>=t&&e.execCommand("goLineUp")),e.scrollTo(null,n.top-e.defaultTextHeight())},r.scrollLineDown=function(e){var t,n=e.getScrollInfo();e.somethingSelected()||(t=e.lineAtHeight(n.top,"local")+1,e.getCursor().line<=t&&e.execCommand("goLineDown")),e.scrollTo(null,n.top+e.defaultTextHeight())},r.splitSelectionByLine=function(e){for(var t=e.listSelections(),n=[],r=0;r<t.length;r++)for(var o=t[r].from(),i=t[r].to(),l=o.line;l<=i.line;++l)i.line>o.line&&l==i.line&&0==i.ch||n.push({anchor:l==o.line?o:d(l,0),head:l==i.line?i:d(l)});e.setSelections(n,0)},r.singleSelectionTop=function(e){var t=e.listSelections()[0];e.setSelection(t.anchor,t.head,{scroll:!1})},r.selectLine=function(e){for(var t=e.listSelections(),n=[],r=0;r<t.length;r++){var o=t[r];n.push({anchor:d(o.from().line,0),head:d(o.to().line+1,0)})}e.setSelections(n)},r.insertLineAfter=function(e){return n(e,!1)},r.insertLineBefore=function(e){return n(e,!0)},r.selectNextOccurrence=function(e){var t=e.getCursor("from"),n=e.getCursor("to"),r=e.state.sublimeFindFullWord==e.doc.sel;if(0==u.cmpPos(t,n)){var o=c(e,t);if(!o.word)return;e.setSelection(o.from,o.to),r=!0}else{var i=e.getRange(t,n),l=r?new RegExp("\\b"+i+"\\b"):i,a=e.getSearchCursor(l,n);if(!(a.findNext()||(a=e.getSearchCursor(l,d(e.firstLine(),0))).findNext())||function(e,t,n){for(var r=0;r<e.length;r++)if(0==u.cmpPos(e[r].from(),t)&&0==u.cmpPos(e[r].to(),n))return!0;return!1}(e.listSelections(),a.from(),a.to()))return;e.addSelection(a.from(),a.to())}r&&(e.state.sublimeFindFullWord=e.doc.sel)},r.skipAndSelectNextOccurrence=function(e){var t=e.getCursor("anchor"),n=e.getCursor("head");r.selectNextOccurrence(e),0!=u.cmpPos(t,n)&&e.doc.setSelections(e.doc.listSelections().filter(function(e){return e.anchor!=t||e.head!=n}))},r.addCursorToPrevLine=function(e){o(e,-1)},r.addCursorToNextLine=function(e){o(e,1)};var f="(){}[]";function i(e){for(var t=e.listSelections(),n=[],r=0;r<t.length;r++){var o=t[r],i=o.head,l=e.scanForBracket(i,-1);if(!l)return;for(;;){var a=e.scanForBracket(i,1);if(!a)return;if(a.ch==f.charAt(f.indexOf(l.ch)+1)){var s=d(l.pos.line,l.pos.ch+1);if(0!=u.cmpPos(s,o.from())||0!=u.cmpPos(a.pos,o.to())){n.push({anchor:s,head:a.pos});break}if(!(l=e.scanForBracket(l.pos,-1)))return}i=d(a.pos.line,a.pos.ch+1)}}return e.setSelections(n),1}function l(e){return e?/\bpunctuation\b/.test(e)?e:void 0:null}function a(a,s){if(a.isReadOnly())return u.Pass;for(var c,e=a.listSelections(),f=[],t=0;t<e.length;t++){var n=e[t];if(!n.empty()){for(var r=n.from().line,o=n.to().line;t<e.length-1&&e[t+1].from().line==o;)o=e[++t].to().line;e[t].to().ch||o--,f.push(r,o)}}f.length?c=!0:f.push(a.firstLine(),a.lastLine()),a.operation(function(){for(var e=[],t=0;t<f.length;t+=2){var n=f[t],r=f[t+1],o=d(n,0),i=d(r),l=a.getRange(o,i,!1);s?l.sort():l.sort(function(e,t){var n=e.toUpperCase(),r=t.toUpperCase();return n!=r&&(e=n,t=r),e<t?-1:e==t?0:1}),a.replaceRange(l,o,i),c&&e.push({anchor:o,head:d(r+1,0)})}c&&a.setSelections(e,0)})}function s(a,s){a.operation(function(){for(var e=a.listSelections(),t=[],n=[],r=0;r<e.length;r++){(l=e[r]).empty()?(t.push(r),n.push("")):n.push(s(a.getRange(l.from(),l.to())))}a.replaceSelections(n,"around","case");for(r=t.length-1;0<=r;r--){var o,i,l=e[t[r]];i&&0<u.cmpPos(l.head,i)||(i=(o=c(a,l.head)).from,a.replaceRange(s(o.word),o.from,o.to))}})}function m(e){var t=e.getCursor("from"),n=e.getCursor("to");if(0==u.cmpPos(t,n)){var r=c(e,t);if(!r.word)return;t=r.from,n=r.to}return{from:t,to:n,query:e.getRange(t,n),word:r}}function h(e,t){var n,r,o=m(e);o&&(n=o.query,r=e.getSearchCursor(n,t?o.to:o.from),(t?r.findNext():r.findPrevious())?e.setSelection(r.from(),r.to()):(r=e.getSearchCursor(n,t?d(e.firstLine(),0):e.clipPos(d(e.lastLine()))),(t?r.findNext():r.findPrevious())?e.setSelection(r.from(),r.to()):o.word&&e.setSelection(o.from,o.to)))}r.selectScope=function(e){i(e)||e.execCommand("selectAll")},r.selectBetweenBrackets=function(e){if(!i(e))return u.Pass},r.goToBracket=function(r){r.extendSelectionsBy(function(e){var t=r.scanForBracket(e.head,1,l(r.getTokenTypeAt(e.head)));if(t&&0!=u.cmpPos(t.pos,e.head))return t.pos;var n=r.scanForBracket(e.head,-1,l(r.getTokenTypeAt(d(e.head.line,e.head.ch+1))));return n&&d(n.pos.line,n.pos.ch+1)||e.head})},r.swapLineUp=function(o){if(o.isReadOnly())return u.Pass;for(var e=o.listSelections(),i=[],t=o.firstLine()-1,l=[],n=0;n<e.length;n++){var r=e[n],a=r.from().line-1,s=r.to().line;l.push({anchor:d(r.anchor.line-1,r.anchor.ch),head:d(r.head.line-1,r.head.ch)}),0!=r.to().ch||r.empty()||--s,t<a?i.push(a,s):i.length&&(i[i.length-1]=s),t=s}o.operation(function(){for(var e=0;e<i.length;e+=2){var t=i[e],n=i[e+1],r=o.getLine(t);o.replaceRange("",d(t,0),d(t+1,0),"+swapLine"),n>o.lastLine()?o.replaceRange("\n"+r,d(o.lastLine()),null,"+swapLine"):o.replaceRange(r+"\n",d(n,0),null,"+swapLine")}o.setSelections(l),o.scrollIntoView()})},r.swapLineDown=function(o){if(o.isReadOnly())return u.Pass;for(var e=o.listSelections(),i=[],t=o.lastLine()+1,n=e.length-1;0<=n;n--){var r=e[n],l=r.to().line+1,a=r.from().line;0!=r.to().ch||r.empty()||l--,l<t?i.push(l,a):i.length&&(i[i.length-1]=a),t=a}o.operation(function(){for(var e=i.length-2;0<=e;e-=2){var t=i[e],n=i[e+1],r=o.getLine(t);t==o.lastLine()?o.replaceRange("",d(t-1),d(t),"+swapLine"):o.replaceRange("",d(t,0),d(t+1,0),"+swapLine"),o.replaceRange(r+"\n",d(n,0),null,"+swapLine")}o.scrollIntoView()})},r.toggleCommentIndented=function(e){e.toggleComment({indent:!0})},r.joinLines=function(s){for(var e=s.listSelections(),c=[],t=0;t<e.length;t++){for(var n=e[t],r=n.from(),o=r.line,i=n.to().line;t<e.length-1&&e[t+1].from().line==i;)i=e[++t].to().line;c.push({start:o,end:i,anchor:!n.empty()&&r})}s.operation(function(){for(var e=0,t=[],n=0;n<c.length;n++){for(var r,o=c[n],i=o.anchor&&d(o.anchor.line-e,o.anchor.ch),l=o.start;l<=o.end;l++){var a=l-e;l==o.end&&(r=d(a,s.getLine(a).length+1)),a<s.lastLine()&&(s.replaceRange(" ",d(a),d(1+a,/^\s*/.exec(s.getLine(1+a))[0].length)),++e)}t.push({anchor:i||r,head:r})}s.setSelections(t,0)})},r.duplicateLine=function(r){r.operation(function(){for(var e=r.listSelections().length,t=0;t<e;t++){var n=r.listSelections()[t];n.empty()?r.replaceRange(r.getLine(n.head.line)+"\n",d(n.head.line,0)):r.replaceRange(r.getRange(n.from(),n.to()),n.from())}r.scrollIntoView()})},r.sortLines=function(e){a(e,!0)},r.sortLinesInsensitive=function(e){a(e,!1)},r.nextBookmark=function(e){var t=e.state.sublimeBookmarks;if(t)for(;t.length;){var n=t.shift(),r=n.find();if(r)return t.push(n),e.setSelection(r.from,r.to)}},r.prevBookmark=function(e){var t=e.state.sublimeBookmarks;if(t)for(;t.length;){t.unshift(t.pop());var n=t[t.length-1].find();if(n)return e.setSelection(n.from,n.to);t.pop()}},r.toggleBookmark=function(e){for(var t=e.listSelections(),n=e.state.sublimeBookmarks||(e.state.sublimeBookmarks=[]),r=0;r<t.length;r++){for(var o=t[r].from(),i=t[r].to(),l=t[r].empty()?e.findMarksAt(o):e.findMarks(o,i),a=0;a<l.length;a++)if(l[a].sublimeBookmark){l[a].clear();for(var s=0;s<n.length;s++)n[s]==l[a]&&n.splice(s--,1);break}a==l.length&&n.push(e.markText(o,i,{sublimeBookmark:!0,clearWhenEmpty:!1}))}},r.clearBookmarks=function(e){var t=e.state.sublimeBookmarks;if(t)for(var n=0;n<t.length;n++)t[n].clear();t.length=0},r.selectBookmarks=function(e){var t=e.state.sublimeBookmarks,n=[];if(t)for(var r=0;r<t.length;r++){var o=t[r].find();o?n.push({anchor:o.from,head:o.to}):t.splice(r--,0)}n.length&&e.setSelections(n,0)},r.smartBackspace=function(s){if(s.somethingSelected())return u.Pass;s.operation(function(){for(var e=s.listSelections(),t=s.getOption("indentUnit"),n=e.length-1;0<=n;n--){var r,o=e[n].head,i=s.getRange({line:o.line,ch:0},o),l=u.countColumn(i,null,s.getOption("tabSize")),a=s.findPosH(o,-1,"char",!1);!i||/\S/.test(i)||l%t!=0||(r=new d(o.line,u.findColumn(i,l-t,t))).ch!=o.ch&&(a=r),s.replaceRange("",a,o,"+delete")}})},r.delLineRight=function(n){n.operation(function(){for(var e=n.listSelections(),t=e.length-1;0<=t;t--)n.replaceRange("",e[t].anchor,d(e[t].to().line),"+delete");n.scrollIntoView()})},r.upcaseAtCursor=function(e){s(e,function(e){return e.toUpperCase()})},r.downcaseAtCursor=function(e){s(e,function(e){return e.toLowerCase()})},r.setSublimeMark=function(e){e.state.sublimeMark&&e.state.sublimeMark.clear(),e.state.sublimeMark=e.setBookmark(e.getCursor())},r.selectToSublimeMark=function(e){var t=e.state.sublimeMark&&e.state.sublimeMark.find();t&&e.setSelection(e.getCursor(),t)},r.deleteToSublimeMark=function(e){var t,n,r,o=e.state.sublimeMark&&e.state.sublimeMark.find();o&&(r=e.getCursor(),n=o,0<u.cmpPos(r,n)&&(t=n,n=r,r=t),e.state.sublimeKilled=e.getRange(r,n),e.replaceRange("",r,n))},r.swapWithSublimeMark=function(e){var t=e.state.sublimeMark&&e.state.sublimeMark.find();t&&(e.state.sublimeMark.clear(),e.state.sublimeMark=e.setBookmark(e.getCursor()),e.setCursor(t))},r.sublimeYank=function(e){null!=e.state.sublimeKilled&&e.replaceSelection(e.state.sublimeKilled,null,"paste")},r.showInCenter=function(e){var t=e.cursorCoords(null,"local");e.scrollTo(null,(t.top+t.bottom)/2-e.getScrollInfo().clientHeight/2)},r.findUnder=function(e){h(e,!0)},r.findUnderPrevious=function(e){h(e,!1)},r.findAllUnder=function(e){var t=m(e);if(t){for(var n=e.getSearchCursor(t.query),r=[],o=-1;n.findNext();)r.push({anchor:n.from(),head:n.to()}),n.from().line<=t.from.line&&n.from().ch<=t.from.ch&&o++;e.setSelections(r,o)}};var e=u.keyMap;e.macSublime={"Cmd-Left":"goLineStartSmart","Shift-Tab":"indentLess","Shift-Ctrl-K":"deleteLine","Alt-Q":"wrapLines","Ctrl-Left":"goSubwordLeft","Ctrl-Right":"goSubwordRight","Ctrl-Alt-Up":"scrollLineUp","Ctrl-Alt-Down":"scrollLineDown","Cmd-L":"selectLine","Shift-Cmd-L":"splitSelectionByLine",Esc:"singleSelectionTop","Cmd-Enter":"insertLineAfter","Shift-Cmd-Enter":"insertLineBefore","Cmd-D":"selectNextOccurrence","Shift-Cmd-Space":"selectScope","Shift-Cmd-M":"selectBetweenBrackets","Cmd-M":"goToBracket","Cmd-Ctrl-Up":"swapLineUp","Cmd-Ctrl-Down":"swapLineDown","Cmd-/":"toggleCommentIndented","Cmd-J":"joinLines","Shift-Cmd-D":"duplicateLine",F5:"sortLines","Cmd-F5":"sortLinesInsensitive",F2:"nextBookmark","Shift-F2":"prevBookmark","Cmd-F2":"toggleBookmark","Shift-Cmd-F2":"clearBookmarks","Alt-F2":"selectBookmarks",Backspace:"smartBackspace","Cmd-K Cmd-D":"skipAndSelectNextOccurrence","Cmd-K Cmd-K":"delLineRight","Cmd-K Cmd-U":"upcaseAtCursor","Cmd-K Cmd-L":"downcaseAtCursor","Cmd-K Cmd-Space":"setSublimeMark","Cmd-K Cmd-A":"selectToSublimeMark","Cmd-K Cmd-W":"deleteToSublimeMark","Cmd-K Cmd-X":"swapWithSublimeMark","Cmd-K Cmd-Y":"sublimeYank","Cmd-K Cmd-C":"showInCenter","Cmd-K Cmd-G":"clearBookmarks","Cmd-K Cmd-Backspace":"delLineLeft","Cmd-K Cmd-1":"foldAll","Cmd-K Cmd-0":"unfoldAll","Cmd-K Cmd-J":"unfoldAll","Ctrl-Shift-Up":"addCursorToPrevLine","Ctrl-Shift-Down":"addCursorToNextLine","Cmd-F3":"findUnder","Shift-Cmd-F3":"findUnderPrevious","Alt-F3":"findAllUnder","Shift-Cmd-[":"fold","Shift-Cmd-]":"unfold","Cmd-I":"findIncremental","Shift-Cmd-I":"findIncrementalReverse","Cmd-H":"replace",F3:"findNext","Shift-F3":"findPrev",fallthrough:"macDefault"},u.normalizeKeyMap(e.macSublime),e.pcSublime={"Shift-Tab":"indentLess","Shift-Ctrl-K":"deleteLine","Alt-Q":"wrapLines","Ctrl-T":"transposeChars","Alt-Left":"goSubwordLeft","Alt-Right":"goSubwordRight","Ctrl-Up":"scrollLineUp","Ctrl-Down":"scrollLineDown","Ctrl-L":"selectLine","Shift-Ctrl-L":"splitSelectionByLine",Esc:"singleSelectionTop","Ctrl-Enter":"insertLineAfter","Shift-Ctrl-Enter":"insertLineBefore","Ctrl-D":"selectNextOccurrence","Shift-Ctrl-Space":"selectScope","Shift-Ctrl-M":"selectBetweenBrackets","Ctrl-M":"goToBracket","Shift-Ctrl-Up":"swapLineUp","Shift-Ctrl-Down":"swapLineDown","Ctrl-/":"toggleCommentIndented","Ctrl-J":"joinLines","Shift-Ctrl-D":"duplicateLine",F9:"sortLines","Ctrl-F9":"sortLinesInsensitive",F2:"nextBookmark","Shift-F2":"prevBookmark","Ctrl-F2":"toggleBookmark","Shift-Ctrl-F2":"clearBookmarks","Alt-F2":"selectBookmarks",Backspace:"smartBackspace","Ctrl-K Ctrl-D":"skipAndSelectNextOccurrence","Ctrl-K Ctrl-K":"delLineRight","Ctrl-K Ctrl-U":"upcaseAtCursor","Ctrl-K Ctrl-L":"downcaseAtCursor","Ctrl-K Ctrl-Space":"setSublimeMark","Ctrl-K Ctrl-A":"selectToSublimeMark","Ctrl-K Ctrl-W":"deleteToSublimeMark","Ctrl-K Ctrl-X":"swapWithSublimeMark","Ctrl-K Ctrl-Y":"sublimeYank","Ctrl-K Ctrl-C":"showInCenter","Ctrl-K Ctrl-G":"clearBookmarks","Ctrl-K Ctrl-Backspace":"delLineLeft","Ctrl-K Ctrl-1":"foldAll","Ctrl-K Ctrl-0":"unfoldAll","Ctrl-K Ctrl-J":"unfoldAll","Ctrl-Alt-Up":"addCursorToPrevLine","Ctrl-Alt-Down":"addCursorToNextLine","Ctrl-F3":"findUnder","Shift-Ctrl-F3":"findUnderPrevious","Alt-F3":"findAllUnder","Shift-Ctrl-[":"fold","Shift-Ctrl-]":"unfold","Ctrl-I":"findIncremental","Shift-Ctrl-I":"findIncrementalReverse","Ctrl-H":"replace",F3:"findNext","Shift-F3":"findPrev",fallthrough:"pcDefault"},u.normalizeKeyMap(e.pcSublime);var C=e.default==e.macDefault;e.sublime=C?e.macSublime:e.pcSublime});
|
1
|
+
!function(e){"object"==typeof exports&&"object"==typeof module?e(require("../lib/codemirror"),require("../addon/search/searchcursor"),require("../addon/edit/matchbrackets")):"function"==typeof define&&define.amd?define(["../lib/codemirror","../addon/search/searchcursor","../addon/edit/matchbrackets"],e):e(CodeMirror)}(function(h){"use strict";var r=h.commands,C=h.Pos;function t(d,m){d.extendSelectionsBy(function(e){if(d.display.shift||d.doc.extend||e.empty()){var t=d.doc,n=e.head,r=m;if(r<0&&0==n.ch)return t.clipPos(C(n.line-1));var o=t.getLine(n.line);if(0<r&&n.ch>=o.length)return t.clipPos(C(n.line+1,0));for(var i,l="start",s=n.ch,a=s,c=r<0?0:o.length;a!=c;a+=r){var f=o.charAt(r<0?a-1:a),u="_"!=f&&h.isWordChar(f)?"w":"o";if("w"==u&&f.toUpperCase()==f&&(u="W"),"start"==l)"o"!=u?(l="in",i=u):s=a+r;else if("in"==l&&i!=u){if("w"==i&&"W"==u&&r<0&&a--,"W"==i&&"w"==u&&0<r){if(a==s+1){i="w";continue}a--}break}}return C(n.line,a)}return m<0?e.from():e.to()})}function n(l,s){if(l.isReadOnly())return h.Pass;l.operation(function(){for(var e=l.listSelections().length,t=[],n=-1,r=0;r<e;r++){var o,i=l.listSelections()[r].head;i.line<=n||(o=C(i.line+(s?0:1),0),l.replaceRange("\n",o,null,"+insertLine"),l.indentLine(o.line,null,!0),t.push({head:o,anchor:o}),n=i.line+1)}l.setSelections(t)}),l.execCommand("indentAuto")}function c(e,t){for(var n=t.ch,r=n,o=e.getLine(t.line);n&&h.isWordChar(o.charAt(n-1));)--n;for(;r<o.length&&h.isWordChar(o.charAt(r));)++r;return{from:C(t.line,n),to:C(t.line,r),word:o.slice(n,r)}}function o(e,t){for(var n=e.listSelections(),r=[],o=0;o<n.length;o++){var i=n[o],l=e.findPosV(i.anchor,t,"line",i.anchor.goalColumn),s=e.findPosV(i.head,t,"line",i.head.goalColumn),l=(l.goalColumn=null!=i.anchor.goalColumn?i.anchor.goalColumn:e.cursorCoords(i.anchor,"div").left,s.goalColumn=null!=i.head.goalColumn?i.head.goalColumn:e.cursorCoords(i.head,"div").left,{anchor:l,head:s});r.push(i),r.push(l)}e.setSelections(r)}r.goSubwordLeft=function(e){t(e,-1)},r.goSubwordRight=function(e){t(e,1)},r.scrollLineUp=function(e){var t,n=e.getScrollInfo();e.somethingSelected()||(t=e.lineAtHeight(n.top+n.clientHeight,"local"),e.getCursor().line>=t&&e.execCommand("goLineUp")),e.scrollTo(null,n.top-e.defaultTextHeight())},r.scrollLineDown=function(e){var t,n=e.getScrollInfo();e.somethingSelected()||(t=e.lineAtHeight(n.top,"local")+1,e.getCursor().line<=t&&e.execCommand("goLineDown")),e.scrollTo(null,n.top+e.defaultTextHeight())},r.splitSelectionByLine=function(e){for(var t=e.listSelections(),n=[],r=0;r<t.length;r++)for(var o=t[r].from(),i=t[r].to(),l=o.line;l<=i.line;++l)i.line>o.line&&l==i.line&&0==i.ch||n.push({anchor:l==o.line?o:C(l,0),head:l==i.line?i:C(l)});e.setSelections(n,0)},r.singleSelectionTop=function(e){var t=e.listSelections()[0];e.setSelection(t.anchor,t.head,{scroll:!1})},r.selectLine=function(e){for(var t=e.listSelections(),n=[],r=0;r<t.length;r++){var o=t[r];n.push({anchor:C(o.from().line,0),head:C(o.to().line+1,0)})}e.setSelections(n)},r.insertLineAfter=function(e){return n(e,!1)},r.insertLineBefore=function(e){return n(e,!0)},r.selectNextOccurrence=function(e){var t=e.getCursor("from"),n=e.getCursor("to"),r=e.state.sublimeFindFullWord==e.doc.sel;if(0==h.cmpPos(t,n)){var o=c(e,t);if(!o.word)return;e.setSelection(o.from,o.to),r=!0}else{o=e.getRange(t,n),t=r?new RegExp("\\b"+o+"\\b"):o,o=e.getSearchCursor(t,n);if(!(o.findNext()||(o=e.getSearchCursor(t,C(e.firstLine(),0))).findNext())||function(e,t,n){for(var r=0;r<e.length;r++)if(0==h.cmpPos(e[r].from(),t)&&0==h.cmpPos(e[r].to(),n))return 1;return}(e.listSelections(),o.from(),o.to()))return;e.addSelection(o.from(),o.to())}r&&(e.state.sublimeFindFullWord=e.doc.sel)},r.skipAndSelectNextOccurrence=function(e){var t=e.getCursor("anchor"),n=e.getCursor("head");r.selectNextOccurrence(e),0!=h.cmpPos(t,n)&&e.doc.setSelections(e.doc.listSelections().filter(function(e){return e.anchor!=t||e.head!=n}))},r.addCursorToPrevLine=function(e){o(e,-1)},r.addCursorToNextLine=function(e){o(e,1)};var f="(){}[]";function i(e){for(var t=e.listSelections(),n=[],r=0;r<t.length;r++){var o=t[r],i=o.head,l=e.scanForBracket(i,-1);if(!l)return;for(;;){var s=e.scanForBracket(i,1);if(!s)return;if(s.ch==f.charAt(f.indexOf(l.ch)+1)){var a=C(l.pos.line,l.pos.ch+1);if(0!=h.cmpPos(a,o.from())||0!=h.cmpPos(s.pos,o.to())){n.push({anchor:a,head:s.pos});break}if(!(l=e.scanForBracket(l.pos,-1)))return}i=C(s.pos.line,s.pos.ch+1)}}return e.setSelections(n),1}function l(e){return e?/\bpunctuation\b/.test(e)?e:void 0:null}function s(l,s,a){if(l.isReadOnly())return h.Pass;for(var c,e=l.listSelections(),f=[],t=0;t<e.length;t++){var n=e[t];if(!n.empty()){for(var r=n.from().line,o=n.to().line;t<e.length-1&&e[t+1].from().line==o;)o=e[++t].to().line;e[t].to().ch||o--,f.push(r,o)}}f.length?c=!0:f.push(l.firstLine(),l.lastLine()),l.operation(function(){for(var e=[],t=0;t<f.length;t+=2){var n=f[t],r=f[t+1],n=C(n,0),o=C(r),i=l.getRange(n,o,!1);s?i.sort(function(e,t){return e<t?-a:e==t?0:a}):i.sort(function(e,t){var n=e.toUpperCase(),r=t.toUpperCase();return n!=r&&(e=n,t=r),e<t?-a:e==t?0:a}),l.replaceRange(i,n,o),c&&e.push({anchor:n,head:C(r+1,0)})}c&&l.setSelections(e,0)})}function a(s,a){s.operation(function(){for(var e=s.listSelections(),t=[],n=[],r=0;r<e.length;r++)(l=e[r]).empty()?(t.push(r),n.push("")):n.push(a(s.getRange(l.from(),l.to())));s.replaceSelections(n,"around","case");for(r=t.length-1;0<=r;r--){var o,i,l=e[t[r]];i&&0<h.cmpPos(l.head,i)||(i=(o=c(s,l.head)).from,s.replaceRange(a(o.word),o.from,o.to))}})}function u(e){var t=e.getCursor("from"),n=e.getCursor("to");if(0==h.cmpPos(t,n)){var r=c(e,t);if(!r.word)return;t=r.from,n=r.to}return{from:t,to:n,query:e.getRange(t,n),word:r}}function d(e,t){var n,r,o=u(e);o&&(n=o.query,r=e.getSearchCursor(n,t?o.to:o.from),(t?r.findNext():r.findPrevious())?e.setSelection(r.from(),r.to()):(r=e.getSearchCursor(n,t?C(e.firstLine(),0):e.clipPos(C(e.lastLine()))),(t?r.findNext():r.findPrevious())?e.setSelection(r.from(),r.to()):o.word&&e.setSelection(o.from,o.to)))}r.selectScope=function(e){i(e)||e.execCommand("selectAll")},r.selectBetweenBrackets=function(e){if(!i(e))return h.Pass},r.goToBracket=function(n){n.extendSelectionsBy(function(e){var t=n.scanForBracket(e.head,1,l(n.getTokenTypeAt(e.head)));if(t&&0!=h.cmpPos(t.pos,e.head))return t.pos;t=n.scanForBracket(e.head,-1,l(n.getTokenTypeAt(C(e.head.line,e.head.ch+1))));return t&&C(t.pos.line,t.pos.ch+1)||e.head})},r.swapLineUp=function(o){if(o.isReadOnly())return h.Pass;for(var e=o.listSelections(),i=[],t=o.firstLine()-1,l=[],n=0;n<e.length;n++){var r=e[n],s=r.from().line-1,a=r.to().line;l.push({anchor:C(r.anchor.line-1,r.anchor.ch),head:C(r.head.line-1,r.head.ch)}),0!=r.to().ch||r.empty()||--a,t<s?i.push(s,a):i.length&&(i[i.length-1]=a),t=a}o.operation(function(){for(var e=0;e<i.length;e+=2){var t=i[e],n=i[e+1],r=o.getLine(t);o.replaceRange("",C(t,0),C(t+1,0),"+swapLine"),n>o.lastLine()?o.replaceRange("\n"+r,C(o.lastLine()),null,"+swapLine"):o.replaceRange(r+"\n",C(n,0),null,"+swapLine")}o.setSelections(l),o.scrollIntoView()})},r.swapLineDown=function(o){if(o.isReadOnly())return h.Pass;for(var e=o.listSelections(),i=[],t=o.lastLine()+1,n=e.length-1;0<=n;n--){var r=e[n],l=r.to().line+1,s=r.from().line;0!=r.to().ch||r.empty()||l--,l<t?i.push(l,s):i.length&&(i[i.length-1]=s),t=s}o.operation(function(){for(var e=i.length-2;0<=e;e-=2){var t=i[e],n=i[e+1],r=o.getLine(t);t==o.lastLine()?o.replaceRange("",C(t-1),C(t),"+swapLine"):o.replaceRange("",C(t,0),C(t+1,0),"+swapLine"),o.replaceRange(r+"\n",C(n,0),null,"+swapLine")}o.scrollIntoView()})},r.toggleCommentIndented=function(e){e.toggleComment({indent:!0})},r.joinLines=function(a){for(var e=a.listSelections(),c=[],t=0;t<e.length;t++){for(var n=e[t],r=n.from(),o=r.line,i=n.to().line;t<e.length-1&&e[t+1].from().line==i;)i=e[++t].to().line;c.push({start:o,end:i,anchor:!n.empty()&&r})}a.operation(function(){for(var e=0,t=[],n=0;n<c.length;n++){for(var r,o=c[n],i=o.anchor&&C(o.anchor.line-e,o.anchor.ch),l=o.start;l<=o.end;l++){var s=l-e;l==o.end&&(r=C(s,a.getLine(s).length+1)),s<a.lastLine()&&(a.replaceRange(" ",C(s),C(1+s,/^\s*/.exec(a.getLine(1+s))[0].length)),++e)}t.push({anchor:i||r,head:r})}a.setSelections(t,0)})},r.duplicateLine=function(r){r.operation(function(){for(var e=r.listSelections().length,t=0;t<e;t++){var n=r.listSelections()[t];n.empty()?r.replaceRange(r.getLine(n.head.line)+"\n",C(n.head.line,0)):r.replaceRange(r.getRange(n.from(),n.to()),n.from())}r.scrollIntoView()})},r.sortLines=function(e){s(e,!0,1)},r.reverseSortLines=function(e){s(e,!0,-1)},r.sortLinesInsensitive=function(e){s(e,!1,1)},r.reverseSortLinesInsensitive=function(e){s(e,!1,-1)},r.nextBookmark=function(e){var t=e.state.sublimeBookmarks;if(t)for(;t.length;){var n=t.shift(),r=n.find();if(r)return t.push(n),e.setSelection(r.from,r.to)}},r.prevBookmark=function(e){var t=e.state.sublimeBookmarks;if(t)for(;t.length;){t.unshift(t.pop());var n=t[t.length-1].find();if(n)return e.setSelection(n.from,n.to);t.pop()}},r.toggleBookmark=function(e){for(var t=e.listSelections(),n=e.state.sublimeBookmarks||(e.state.sublimeBookmarks=[]),r=0;r<t.length;r++){for(var o=t[r].from(),i=t[r].to(),l=t[r].empty()?e.findMarksAt(o):e.findMarks(o,i),s=0;s<l.length;s++)if(l[s].sublimeBookmark){l[s].clear();for(var a=0;a<n.length;a++)n[a]==l[s]&&n.splice(a--,1);break}s==l.length&&n.push(e.markText(o,i,{sublimeBookmark:!0,clearWhenEmpty:!1}))}},r.clearBookmarks=function(e){var t=e.state.sublimeBookmarks;if(t)for(var n=0;n<t.length;n++)t[n].clear();t.length=0},r.selectBookmarks=function(e){var t=e.state.sublimeBookmarks,n=[];if(t)for(var r=0;r<t.length;r++){var o=t[r].find();o?n.push({anchor:o.from,head:o.to}):t.splice(r--,0)}n.length&&e.setSelections(n,0)},r.smartBackspace=function(s){if(s.somethingSelected())return h.Pass;s.operation(function(){for(var e=s.listSelections(),t=s.getOption("indentUnit"),n=e.length-1;0<=n;n--){var r=e[n].head,o=s.getRange({line:r.line,ch:0},r),i=h.countColumn(o,null,s.getOption("tabSize")),l=s.findPosH(r,-1,"char",!1);!o||/\S/.test(o)||i%t!=0||(o=new C(r.line,h.findColumn(o,i-t,t))).ch!=r.ch&&(l=o),s.replaceRange("",l,r,"+delete")}})},r.delLineRight=function(n){n.operation(function(){for(var e=n.listSelections(),t=e.length-1;0<=t;t--)n.replaceRange("",e[t].anchor,C(e[t].to().line),"+delete");n.scrollIntoView()})},r.upcaseAtCursor=function(e){a(e,function(e){return e.toUpperCase()})},r.downcaseAtCursor=function(e){a(e,function(e){return e.toLowerCase()})},r.setSublimeMark=function(e){e.state.sublimeMark&&e.state.sublimeMark.clear(),e.state.sublimeMark=e.setBookmark(e.getCursor())},r.selectToSublimeMark=function(e){var t=e.state.sublimeMark&&e.state.sublimeMark.find();t&&e.setSelection(e.getCursor(),t)},r.deleteToSublimeMark=function(e){var t,n,r=e.state.sublimeMark&&e.state.sublimeMark.find();r&&(n=e.getCursor(),0<h.cmpPos(n,r=r)&&(t=r,r=n,n=t),e.state.sublimeKilled=e.getRange(n,r),e.replaceRange("",n,r))},r.swapWithSublimeMark=function(e){var t=e.state.sublimeMark&&e.state.sublimeMark.find();t&&(e.state.sublimeMark.clear(),e.state.sublimeMark=e.setBookmark(e.getCursor()),e.setCursor(t))},r.sublimeYank=function(e){null!=e.state.sublimeKilled&&e.replaceSelection(e.state.sublimeKilled,null,"paste")},r.showInCenter=function(e){var t=e.cursorCoords(null,"local");e.scrollTo(null,(t.top+t.bottom)/2-e.getScrollInfo().clientHeight/2)},r.findUnder=function(e){d(e,!0)},r.findUnderPrevious=function(e){d(e,!1)},r.findAllUnder=function(e){var t=u(e);if(t){for(var n=e.getSearchCursor(t.query),r=[],o=-1;n.findNext();)r.push({anchor:n.from(),head:n.to()}),n.from().line<=t.from.line&&n.from().ch<=t.from.ch&&o++;e.setSelections(r,o)}};var e=h.keyMap,m=(e.macSublime={"Cmd-Left":"goLineStartSmart","Shift-Tab":"indentLess","Shift-Ctrl-K":"deleteLine","Alt-Q":"wrapLines","Ctrl-Left":"goSubwordLeft","Ctrl-Right":"goSubwordRight","Ctrl-Alt-Up":"scrollLineUp","Ctrl-Alt-Down":"scrollLineDown","Cmd-L":"selectLine","Shift-Cmd-L":"splitSelectionByLine",Esc:"singleSelectionTop","Cmd-Enter":"insertLineAfter","Shift-Cmd-Enter":"insertLineBefore","Cmd-D":"selectNextOccurrence","Shift-Cmd-Space":"selectScope","Shift-Cmd-M":"selectBetweenBrackets","Cmd-M":"goToBracket","Cmd-Ctrl-Up":"swapLineUp","Cmd-Ctrl-Down":"swapLineDown","Cmd-/":"toggleCommentIndented","Cmd-J":"joinLines","Shift-Cmd-D":"duplicateLine",F5:"sortLines","Shift-F5":"reverseSortLines","Cmd-F5":"sortLinesInsensitive","Shift-Cmd-F5":"reverseSortLinesInsensitive",F2:"nextBookmark","Shift-F2":"prevBookmark","Cmd-F2":"toggleBookmark","Shift-Cmd-F2":"clearBookmarks","Alt-F2":"selectBookmarks",Backspace:"smartBackspace","Cmd-K Cmd-D":"skipAndSelectNextOccurrence","Cmd-K Cmd-K":"delLineRight","Cmd-K Cmd-U":"upcaseAtCursor","Cmd-K Cmd-L":"downcaseAtCursor","Cmd-K Cmd-Space":"setSublimeMark","Cmd-K Cmd-A":"selectToSublimeMark","Cmd-K Cmd-W":"deleteToSublimeMark","Cmd-K Cmd-X":"swapWithSublimeMark","Cmd-K Cmd-Y":"sublimeYank","Cmd-K Cmd-C":"showInCenter","Cmd-K Cmd-G":"clearBookmarks","Cmd-K Cmd-Backspace":"delLineLeft","Cmd-K Cmd-1":"foldAll","Cmd-K Cmd-0":"unfoldAll","Cmd-K Cmd-J":"unfoldAll","Ctrl-Shift-Up":"addCursorToPrevLine","Ctrl-Shift-Down":"addCursorToNextLine","Cmd-F3":"findUnder","Shift-Cmd-F3":"findUnderPrevious","Alt-F3":"findAllUnder","Shift-Cmd-[":"fold","Shift-Cmd-]":"unfold","Cmd-I":"findIncremental","Shift-Cmd-I":"findIncrementalReverse","Cmd-H":"replace",F3:"findNext","Shift-F3":"findPrev",fallthrough:"macDefault"},h.normalizeKeyMap(e.macSublime),e.pcSublime={"Shift-Tab":"indentLess","Shift-Ctrl-K":"deleteLine","Alt-Q":"wrapLines","Ctrl-T":"transposeChars","Alt-Left":"goSubwordLeft","Alt-Right":"goSubwordRight","Ctrl-Up":"scrollLineUp","Ctrl-Down":"scrollLineDown","Ctrl-L":"selectLine","Shift-Ctrl-L":"splitSelectionByLine",Esc:"singleSelectionTop","Ctrl-Enter":"insertLineAfter","Shift-Ctrl-Enter":"insertLineBefore","Ctrl-D":"selectNextOccurrence","Shift-Ctrl-Space":"selectScope","Shift-Ctrl-M":"selectBetweenBrackets","Ctrl-M":"goToBracket","Shift-Ctrl-Up":"swapLineUp","Shift-Ctrl-Down":"swapLineDown","Ctrl-/":"toggleCommentIndented","Ctrl-J":"joinLines","Shift-Ctrl-D":"duplicateLine",F9:"sortLines","Shift-F9":"reverseSortLines","Ctrl-F9":"sortLinesInsensitive","Shift-Ctrl-F9":"reverseSortLinesInsensitive",F2:"nextBookmark","Shift-F2":"prevBookmark","Ctrl-F2":"toggleBookmark","Shift-Ctrl-F2":"clearBookmarks","Alt-F2":"selectBookmarks",Backspace:"smartBackspace","Ctrl-K Ctrl-D":"skipAndSelectNextOccurrence","Ctrl-K Ctrl-K":"delLineRight","Ctrl-K Ctrl-U":"upcaseAtCursor","Ctrl-K Ctrl-L":"downcaseAtCursor","Ctrl-K Ctrl-Space":"setSublimeMark","Ctrl-K Ctrl-A":"selectToSublimeMark","Ctrl-K Ctrl-W":"deleteToSublimeMark","Ctrl-K Ctrl-X":"swapWithSublimeMark","Ctrl-K Ctrl-Y":"sublimeYank","Ctrl-K Ctrl-C":"showInCenter","Ctrl-K Ctrl-G":"clearBookmarks","Ctrl-K Ctrl-Backspace":"delLineLeft","Ctrl-K Ctrl-1":"foldAll","Ctrl-K Ctrl-0":"unfoldAll","Ctrl-K Ctrl-J":"unfoldAll","Ctrl-Alt-Up":"addCursorToPrevLine","Ctrl-Alt-Down":"addCursorToNextLine","Ctrl-F3":"findUnder","Shift-Ctrl-F3":"findUnderPrevious","Alt-F3":"findAllUnder","Shift-Ctrl-[":"fold","Shift-Ctrl-]":"unfold","Ctrl-I":"findIncremental","Shift-Ctrl-I":"findIncrementalReverse","Ctrl-H":"replace",F3:"findNext","Shift-F3":"findPrev",fallthrough:"pcDefault"},h.normalizeKeyMap(e.pcSublime),e.default==e.macDefault);e.sublime=m?e.macSublime:e.pcSublime});
|