tiddlywiki 5.3.6 → 5.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/ci.yml +7 -7
- 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 +22 -14
- package/boot/boot.js +28 -20
- package/boot/bootprefix.js +4 -0
- package/core/acknowledgements.tid +0 -4
- package/core/copyright.tid +1 -1
- package/core/images/language.tid +5 -0
- package/core/language/en-GB/ControlPanel.multids +10 -6
- package/core/language/en-GB/Fields.multids +3 -3
- package/core/modules/commander.js +0 -5
- package/core/modules/commands/build.js +0 -5
- 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 +0 -6
- 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 +0 -5
- 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 +0 -5
- 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 +0 -5
- 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 +0 -5
- 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 +1 -6
- 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 +0 -6
- 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 +0 -5
- 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 +0 -5
- 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 +0 -5
- 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 +0 -5
- 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 +0 -5
- 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 +0 -5
- package/core/modules/utils/dom/dragndrop.js +0 -5
- package/core/modules/utils/dom/http.js +2 -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 +0 -5
- package/core/modules/utils/errors.js +0 -4
- package/core/modules/utils/escapecss.js +1 -5
- package/core/modules/utils/fakedom.js +0 -5
- package/core/modules/utils/filesystem.js +0 -5
- 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 +0 -5
- package/core/modules/utils/utils.js +0 -5
- 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 +0 -6
- package/core/modules/widgets/diff-text.js +0 -5
- package/core/modules/widgets/draggable.js +0 -5
- package/core/modules/widgets/droppable.js +0 -5
- 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 +10 -9
- 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 +0 -5
- 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 +4 -6
- 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 +38 -21
- package/core/modules/widgets/wikify.js +0 -5
- package/core/modules/wiki-bulkops.js +0 -5
- package/core/modules/wiki.js +6 -7
- package/core/palettes/Blanca.tid +18 -13
- package/core/palettes/BrightMute.tid +1 -0
- package/core/palettes/ContrastDark.tid +33 -27
- package/core/palettes/ContrastLight.tid +12 -7
- package/core/palettes/CupertinoDark.tid +33 -27
- package/core/palettes/DarkPhotos.tid +20 -15
- package/core/palettes/DesertSand.tid +11 -6
- package/core/palettes/FlexokiDark.tid +28 -28
- package/core/palettes/FlexokiLight.tid +20 -20
- package/core/palettes/GruvBoxDark.tid +22 -20
- package/core/palettes/Nord.tid +27 -25
- package/core/palettes/Rocker.tid +16 -10
- package/core/palettes/SolarFlare.tid +46 -36
- package/core/palettes/SolarizedDark.tid +16 -6
- package/core/palettes/SolarizedLight.tid +15 -5
- package/core/palettes/Twilight.tid +5 -4
- package/core/palettes/Vanilla.tid +7 -7
- 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/ui/AdvancedSearch/Standard.tid +1 -1
- package/core/ui/ControlPanel/Saving/TiddlySpot.tid +0 -6
- package/core/ui/ControlPanel/Saving/gitea.tid +1 -1
- package/core/ui/ControlPanel/Settings/DefaultTiddlerInfoTab.tid +19 -0
- package/core/ui/EditTemplate/tags.tid +1 -3
- package/core/ui/EditorToolbar/link-dropdown.tid +9 -14
- package/core/ui/ExportTiddlyWikiCore.tid +1 -1
- package/core/ui/ImportListing.tid +2 -0
- package/core/ui/PageControls/advanced-search.tid +1 -0
- package/core/ui/PageControls/controlpanel.tid +1 -0
- package/core/ui/PageControls/export-tiddlywikicore.tid +1 -1
- package/core/ui/PageControls/language.tid +1 -5
- package/core/ui/PageControls/manager.tid +1 -0
- package/core/ui/PageControls/savewiki.tid +9 -2
- package/core/ui/PageControls/tag-button.tid +1 -0
- package/core/ui/SideBar/Tools.tid +20 -25
- 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/WikiInformation.tid +122 -0
- package/core/wiki/config/OfficialPluginLibrary.tid +1 -1
- package/core/wiki/config/ViewTemplateBodyFilters.multids +1 -0
- package/core/wiki/languageswitcher.tid +2 -15
- package/core/wiki/macros/colour-picker.tid +19 -22
- package/core/wiki/macros/dumpvariables.tid +1 -1
- package/core/wiki/macros/export.tid +1 -0
- package/core/wiki/macros/image-picker.tid +13 -16
- package/core/wiki/macros/list.tid +41 -40
- package/core/wiki/macros/toc.tid +2 -3
- 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/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/dev/tiddlers/$__github-ribbon.tid +9 -0
- package/editions/dev/tiddlers/from tw5.com/JavaScript Macros.tid +1 -2
- 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 +0 -6
- 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/WidgetSubclassingMechanism.tid +0 -4
- 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/geospatialdemo/tiddlers/$__coreURL.tid +4 -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/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/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/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/commands/NamedCommandParameters.tid +24 -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/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/PermaLinks.tid +64 -0
- package/editions/ja-JP/tiddlers/concepts/Selection Constructors.tid +19 -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/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/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/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/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/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/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/What happened to the original TiddlyWiki_.tid +17 -0
- package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - MultiWikiServer.tid +11 -0
- package/editions/ja-JP/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWiki Privacy.tid +9 -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_table_of_contents_to_the_sidebar.tid +27 -0
- package/editions/ja-JP/tiddlers/howtos/Configuring the default TiddlerInfo tab.tid +19 -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/Generating Static Sites with TiddlyWiki.tid +37 -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/Making a custom journal button.tid +43 -0
- package/editions/ja-JP/tiddlers/howtos/Preserving open tiddlers at startup.tid +17 -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/Using SVG.tid +57 -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/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/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/mechanisms/AlertMechanism.tid +22 -0
- package/editions/ja-JP/tiddlers/mechanisms/DragAndDropMechanism.tid +27 -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 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/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/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/wikitext/Styles and Classes in WikiText.tid +75 -0
- package/editions/katexdemo/tiddlers/$__coreURL.tid +4 -0
- package/editions/katexdemo/tiddlywiki.info +4 -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/prerelease/tiddlers/system/PrereleaseLocalPluginLibrary.tid +1 -1
- package/editions/prerelease/tiddlers/system/PrereleaseOfficialPluginLibrary.tid +1 -1
- package/editions/prerelease/tiddlywiki.info +0 -4
- package/editions/test/tiddlers/tests/data/data-widget/ImportCompound.tid +1 -1
- package/editions/test/tiddlers/tests/data/data-widget/ImportCustomTitle.tid +1 -1
- 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/transclude/CustomWidget-RawAndSlotted.tid +34 -0
- package/editions/test/tiddlers/tests/data/widgets/SubstitutedAttributes.tid +3 -3
- 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 +0 -5
- package/editions/test/tiddlers/tests/test-checkbox-widget.js +24 -7
- 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 +1 -2
- 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 +48 -4
- package/editions/test/tiddlers/tests/test-wikitext-tabs-macro.js +0 -4
- 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 -1
- package/editions/tw.org/tiddlers/TiddlyWiki.tid +1 -1
- package/editions/tw5.com/tiddlers/$__StoryList.tid +1 -3
- package/editions/tw5.com/tiddlers/HTML Tags.tid +11 -0
- 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/_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 +2 -2
- package/editions/tw5.com/tiddlers/about/Developers.tid +0 -7
- 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/Examples.tid +1 -1
- package/editions/tw5.com/tiddlers/community/Forums.tid +0 -1
- package/editions/tw5.com/tiddlers/community/HelpingTiddlyWiki.tid +0 -2
- package/editions/tw5.com/tiddlers/community/TiddlyWiki Hangouts.tid +1 -1
- package/editions/tw5.com/tiddlers/community/TiddlyWiki on the Web.tid +1 -1
- 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 +28 -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/definitions/Definitions.tid +4 -4
- package/editions/tw5.com/tiddlers/definitions/JeremyRuston.tid +0 -2
- package/editions/tw5.com/tiddlers/demonstrations/GroupedLists.tid +8 -8
- 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/each.tid +10 -8
- package/editions/tw5.com/tiddlers/filters/else Operator.tid +4 -0
- package/editions/tw5.com/tiddlers/filters/examples/each.tid +1 -3
- package/editions/tw5.com/tiddlers/filters/syntax/Else Filter Run Prefix.tid +3 -1
- 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/gettingstarted/GettingStarted - Internet Explorer.tid +1 -1
- package/editions/tw5.com/tiddlers/hellothere/HelloThere.tid +26 -3
- package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - MultiWikiServer.tid +1 -1
- package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting Default Tiddler Colour.tid +2 -2
- package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting DefaultMissingType.tid +7 -0
- package/editions/tw5.com/tiddlers/howtos/Windows HTA Hack.tid +2 -1
- package/editions/tw5.com/tiddlers/images/New Release Banner.png +0 -0
- package/editions/tw5.com/tiddlers/languages/Japanese (Japan) Edition.tid +2 -2
- 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/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/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/releasenotes/Release 5.3.6.tid +2 -2
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.7.tid +140 -0
- package/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MultiWikiServer.tid +5 -10
- package/editions/tw5.com/tiddlers/saving/Saving with TiddlyIE.tid +2 -1
- package/editions/tw5.com/tiddlers/saving/Saving.tid +2 -2
- package/editions/tw5.com/tiddlers/system/dropbox-url-macro.js +0 -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 +1 -1
- package/editions/tw5.com/tiddlers/system/static.content.tid +8 -4
- package/editions/tw5.com/tiddlers/system/systemtag-template.tid +3 -3
- package/editions/tw5.com/tiddlers/system/tw5.com-styles.tid +19 -0
- 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/EventCatcherWidget.tid +2 -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 +2 -2
- 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/WikifyWidget.tid +23 -3
- package/editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid +1 -1
- 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 +29 -22
- package/editions/tw5.com/tiddlers/workingwithtw/TiddlyWiki Single File Privacy and Security.tid +10 -0
- package/editions/tw5.com/tiddlywiki.info +3 -3
- package/editions/tw5.com-docs/tiddlers/$__coreURL.tid +4 -0
- package/editions/tw5.com-docs/tiddlywiki.info +4 -1
- package/editions/xlsx-utils/tiddlers/$__coreURL.tid +4 -0
- package/editions/xlsx-utils/tiddlywiki.info +4 -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/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/fr-FR/ControlPanel.multids +5 -1
- package/languages/fr-FR/Fields.multids +2 -2
- package/languages/zh-Hans/ControlPanel.multids +16 -9
- 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-Hant/ControlPanel.multids +16 -9
- package/languages/zh-Hant/EditTemplate.multids +2 -0
- package/languages/zh-Hant/Search.multids +2 -0
- package/license +1 -1
- package/licenses/cla-individual.md +28 -0
- package/package.json +2 -2
- package/plugins/tiddlywiki/aws/modules/command.js +1 -2
- package/plugins/tiddlywiki/aws/modules/encodings.js +1 -2
- package/plugins/tiddlywiki/aws/modules/init.js +1 -2
- package/plugins/tiddlywiki/aws/modules/utils.js +1 -2
- package/plugins/tiddlywiki/bibtex/deserializer.js +0 -5
- package/plugins/tiddlywiki/browser-sniff/browser.js +0 -5
- package/plugins/tiddlywiki/browser-storage/rawmarkup.js +0 -4
- package/plugins/tiddlywiki/browser-storage/settings.tid +4 -2
- package/plugins/tiddlywiki/browser-storage/startup.js +0 -5
- package/plugins/tiddlywiki/browser-storage/util.js +0 -6
- package/plugins/tiddlywiki/cecily/cecily.js +0 -5
- package/plugins/tiddlywiki/classictools/modules/recipe.js +0 -5
- 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 +1 -1
- 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/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/raw-widget.js +0 -5
- package/plugins/tiddlywiki/consent-banner/startup.js +0 -5
- package/plugins/tiddlywiki/d3/barwidget.js +0 -5
- package/plugins/tiddlywiki/d3/cloudwidget.js +0 -5
- 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/dynaview.js +0 -5
- package/plugins/tiddlywiki/evernote/modules/enex-deserializer.js +15 -4
- package/plugins/tiddlywiki/external-attachments/startup.js +0 -6
- package/plugins/tiddlywiki/filesystem/filesystemadaptor.js +0 -5
- package/plugins/tiddlywiki/freelinks/plain-text.js +0 -5
- package/plugins/tiddlywiki/freelinks/text.js +0 -5
- package/plugins/tiddlywiki/geospatial/geotools.js +0 -5
- package/plugins/tiddlywiki/geospatial/operators/helper.js +0 -5
- 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 +0 -5
- package/plugins/tiddlywiki/geospatial/operators/transformation.js +0 -6
- package/plugins/tiddlywiki/geospatial/plugin.info +1 -1
- package/plugins/tiddlywiki/geospatial/startup.js +0 -5
- 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 +0 -6
- package/plugins/tiddlywiki/googleanalytics/googleanalytics.js +0 -7
- 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/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/files/tiddlywiki.files +2 -2
- package/plugins/tiddlywiki/katex/latex-parser.js +0 -5
- package/plugins/tiddlywiki/katex/wrapper.js +0 -6
- package/plugins/tiddlywiki/markdown/editor-operations/make-markdown-link.js +0 -5
- package/plugins/tiddlywiki/markdown/markdown-it-katex.js +2 -3
- package/plugins/tiddlywiki/markdown/markdown-it-tiddlywiki.js +0 -5
- package/plugins/tiddlywiki/markdown/readme.tid +19 -1
- package/plugins/tiddlywiki/markdown/wrapper.js +0 -4
- package/plugins/tiddlywiki/markdown-legacy/editor-operations/make-markdown-link.js +0 -5
- package/plugins/tiddlywiki/markdown-legacy/wrapper.js +0 -5
- package/plugins/tiddlywiki/mobiledragdrop/startup.js +0 -5
- package/plugins/tiddlywiki/nodewebkitsaver/nodewebkit.js +1 -3
- package/plugins/tiddlywiki/pluginlibrary/libraryserver.js +0 -5
- package/plugins/tiddlywiki/qrcode/barcodereader.js +0 -6
- package/plugins/tiddlywiki/qrcode/makeqr.js +0 -6
- package/plugins/tiddlywiki/railroad/components.js +0 -5
- package/plugins/tiddlywiki/railroad/parser.js +0 -5
- 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/share/rawmarkup.js +0 -5
- package/plugins/tiddlywiki/share/wizard.tid +1 -1
- package/plugins/tiddlywiki/stacked-view/plugin.info +1 -1
- package/plugins/tiddlywiki/stacked-view/stacked.js +0 -5
- 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 +0 -5
- package/plugins/tiddlywiki/text-slicer/modules/startup/slicer-startup.js +0 -5
- package/plugins/tiddlywiki/tiddlyweb/tiddlywebadaptor.js +0 -5
- package/plugins/tiddlywiki/tour/plugin.info +1 -1
- package/plugins/tiddlywiki/tw2parser/classictransclude.js +0 -5
- package/plugins/tiddlywiki/tw2parser/entry.js +0 -4
- package/plugins/tiddlywiki/tw2parser/parameteradapter.js +0 -4
- package/plugins/tiddlywiki/tw2parser/wikitextparser.js +0 -5
- package/plugins/tiddlywiki/tw2parser/wikitextrules.js +0 -5
- 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/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 +2 -2
- package/themes/tiddlywiki/starlight/arvo.woff.meta +1 -1
- package/themes/tiddlywiki/vanilla/base.tid +8 -1
- package/themes/tiddlywiki/vanilla/settings.multids +1 -1
- 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/empty/tiddlers/$__StoryList.tid +0 -2
- package/editions/multiwikiserver/tiddlers/$__StoryList.tid +0 -0
- package/editions/prerelease/tiddlers/Release 5.3.7.tid +0 -54
- package/editions/server/tiddlers/$__StoryList.tid +0 -3
- package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Gitter.tid +0 -7
- package/editions/tw5.com/tiddlers/community/links/TiddlyWiki on Twitter.tid +0 -7
- 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/roadmap/multiwikiserver/MWS - Installation using Git.tid +0 -17
- package/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MWS - Installation.tid +0 -15
- package/editions/tw5.com/tiddlers/roadmap/multiwikiserver/MWS - Usage.tid +0 -13
- package/languages/ar-PS/icon.tid +0 -7
- package/languages/ca-ES/icon.tid +0 -8
- package/languages/cs-CZ/icon.tid +0 -9
- package/languages/da-DK/icon.tid +0 -9
- package/languages/de-AT/icon.tid +0 -8
- 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/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-PH/icon.tid +0 -21
- package/languages/en-US/icon.tid +0 -29
- package/languages/es-ES/icon.tid +0 -409
- package/languages/fa-IR/icon.tid +0 -14
- package/languages/fr-FR/icon.tid +0 -5
- package/languages/he-IL/icon.tid +0 -38
- package/languages/hi-IN/icon.tid +0 -4
- package/languages/ia-IA/icon.tid +0 -13
- package/languages/it-IT/icon.tid +0 -32
- package/languages/ja-JP/icon.tid +0 -9
- package/languages/ko-KR/icon.tid +0 -15
- package/languages/mk-MK/icon.tid +0 -8
- package/languages/nl-NL/icon.tid +0 -9
- package/languages/pa-IN/icon.tid +0 -4
- package/languages/pl-PL/icon.tid +0 -7
- package/languages/pt-BR/icon.tid +0 -54
- package/languages/pt-PT/icon.tid +0 -70
- package/languages/ru-RU/icon.tid +0 -10
- package/languages/sk-SK/icon.tid +0 -17
- package/languages/sl-SI/icon.tid +0 -28
- 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/icon.tid +0 -18
- package/languages/zh-Hant/icon.tid +0 -14
- package/languages/zh-TW/icon.tid +0 -14
- /package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/doc-macros.tid +0 -0
- /package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/doc-styles.tid +0 -0
- /package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/version-macros.tid +0 -0
- /package/editions/tw5.com/tiddlers/{system → _tw_shared/doc-utilities}/wikitext-macros.tid +0 -0
@@ -6,10 +6,7 @@ module-type: storyview
|
|
6
6
|
Keeps tiddlers in a stack
|
7
7
|
|
8
8
|
\*/
|
9
|
-
(function(){
|
10
9
|
|
11
|
-
/*jslint node: true, browser: true */
|
12
|
-
/*global $tw: false */
|
13
10
|
"use strict";
|
14
11
|
|
15
12
|
var easing = "cubic-bezier(0.645, 0.045, 0.355, 1)"; // From http://easings.net/#easeInOutCubic
|
@@ -84,5 +81,3 @@ StackedListView.prototype.remove = function(widget) {
|
|
84
81
|
};
|
85
82
|
|
86
83
|
exports.stacked = StackedListView;
|
87
|
-
|
88
|
-
})();
|
@@ -6,10 +6,7 @@ module-type: saver
|
|
6
6
|
A bare bones saver for Tahoe-LAFS. It just PUTs the new HTML file back to the server at the same URL.
|
7
7
|
|
8
8
|
\*/
|
9
|
-
(function(){
|
10
9
|
|
11
|
-
/*jslint node: true, browser: true */
|
12
|
-
/*global $tw: false */
|
13
10
|
"use strict";
|
14
11
|
|
15
12
|
/*
|
@@ -53,5 +50,3 @@ Create an instance of this saver
|
|
53
50
|
exports.create = function(wiki) {
|
54
51
|
return new TahoeSaver(wiki);
|
55
52
|
};
|
56
|
-
|
57
|
-
})();
|
@@ -6,10 +6,7 @@ module-type: command
|
|
6
6
|
Command to slice a specified tiddler
|
7
7
|
|
8
8
|
\*/
|
9
|
-
(function(){
|
10
9
|
|
11
|
-
/*jslint node: true, browser: true */
|
12
|
-
/*global $tw: false */
|
13
10
|
"use strict";
|
14
11
|
|
15
12
|
var widget = require("$:/core/modules/widgets/widget.js"),
|
@@ -54,5 +51,3 @@ Command.prototype.execute = function() {
|
|
54
51
|
};
|
55
52
|
|
56
53
|
exports.Command = Command;
|
57
|
-
|
58
|
-
})();
|
@@ -6,10 +6,7 @@ module-type: filteroperator
|
|
6
6
|
Filter operator returning all the descendents of a tiddler listed in the "list" field
|
7
7
|
|
8
8
|
\*/
|
9
|
-
(function(){
|
10
9
|
|
11
|
-
/*jslint node: true, browser: true */
|
12
|
-
/*global $tw: false */
|
13
10
|
"use strict";
|
14
11
|
|
15
12
|
/*
|
@@ -34,5 +31,3 @@ exports["list-children"] = function(source,operator,options) {
|
|
34
31
|
});
|
35
32
|
return Object.keys(children);
|
36
33
|
};
|
37
|
-
|
38
|
-
})();
|
@@ -16,10 +16,7 @@ var slicer = new textSlicer.Slicer(doc,{
|
|
16
16
|
});
|
17
17
|
|
18
18
|
\*/
|
19
|
-
(function(){
|
20
19
|
|
21
|
-
/*jslint node: true, browser: true */
|
22
|
-
/*global $tw: false */
|
23
20
|
"use strict";
|
24
21
|
|
25
22
|
function Slicer(options) {
|
@@ -474,5 +471,3 @@ Slicer.prototype.makeTitle = function(prefix) {
|
|
474
471
|
};
|
475
472
|
|
476
473
|
exports.Slicer = Slicer;
|
477
|
-
|
478
|
-
})();
|
@@ -6,10 +6,7 @@ module-type: startup
|
|
6
6
|
Setup the root widget event handlers
|
7
7
|
|
8
8
|
\*/
|
9
|
-
(function(){
|
10
9
|
|
11
|
-
/*jslint node: true, browser: true */
|
12
|
-
/*global $tw: false */
|
13
10
|
"use strict";
|
14
11
|
|
15
12
|
var textSlicer = require("$:/plugins/tiddlywiki/text-slicer/modules/slicer.js");
|
@@ -47,5 +44,3 @@ exports.startup = function() {
|
|
47
44
|
});
|
48
45
|
});
|
49
46
|
};
|
50
|
-
|
51
|
-
})();
|
@@ -6,10 +6,7 @@ module-type: syncadaptor
|
|
6
6
|
A sync adaptor module for synchronising with TiddlyWeb compatible servers
|
7
7
|
|
8
8
|
\*/
|
9
|
-
(function(){
|
10
9
|
|
11
|
-
/*jslint node: true, browser: true */
|
12
|
-
/*global $tw: false */
|
13
10
|
"use strict";
|
14
11
|
|
15
12
|
var CONFIG_HOST_TIDDLER = "$:/config/tiddlyweb/host",
|
@@ -375,5 +372,3 @@ TiddlyWebAdaptor.prototype.parseEtag = function(etag) {
|
|
375
372
|
if($tw.browser && document.location.protocol.substr(0,4) === "http" ) {
|
376
373
|
exports.adaptorClass = TiddlyWebAdaptor;
|
377
374
|
}
|
378
|
-
|
379
|
-
})();
|
@@ -6,10 +6,7 @@ module-type: widget
|
|
6
6
|
Transclude widget
|
7
7
|
|
8
8
|
\*/
|
9
|
-
(function(){
|
10
9
|
|
11
|
-
/*jslint node: true, browser: true */
|
12
|
-
/*global $tw: false */
|
13
10
|
"use strict";
|
14
11
|
var sliceSeparator = "::";
|
15
12
|
var sectionSeparator = "##";
|
@@ -191,5 +188,3 @@ TranscludeWidget.prototype.refresh = function(changedTiddlers) {
|
|
191
188
|
};
|
192
189
|
|
193
190
|
exports.classictransclude = TranscludeWidget;
|
194
|
-
|
195
|
-
})();
|
@@ -3,9 +3,6 @@ title: $:/macros/tiddlywiki/entry.js
|
|
3
3
|
type: application/javascript
|
4
4
|
module-type: macro
|
5
5
|
\*/
|
6
|
-
(function(){
|
7
|
-
/*jslint node: true, browser: true */
|
8
|
-
/*global $tw: false */
|
9
6
|
"use strict";
|
10
7
|
/*
|
11
8
|
Information about this macro
|
@@ -27,4 +24,3 @@ exports.run = function(key,map) {
|
|
27
24
|
return "";
|
28
25
|
}
|
29
26
|
}
|
30
|
-
})();
|
@@ -3,10 +3,7 @@ title: $:/macros/classic/macroadapter.js
|
|
3
3
|
type: application/javascript
|
4
4
|
module-type: module
|
5
5
|
\*/
|
6
|
-
(function(){
|
7
6
|
|
8
|
-
/*jslint node: true, browser: true */
|
9
|
-
/*global $tw: false */
|
10
7
|
"use strict";
|
11
8
|
/*
|
12
9
|
Information about this module:
|
@@ -94,4 +91,3 @@ var paramadapter = {
|
|
94
91
|
exports.name = 'macroadapter';
|
95
92
|
exports.namedapter = namedapter;
|
96
93
|
exports.paramadapter = paramadapter;
|
97
|
-
})();
|
@@ -28,10 +28,7 @@ HTML nodes look like this:
|
|
28
28
|
`
|
29
29
|
|
30
30
|
\*/
|
31
|
-
(function(){
|
32
31
|
|
33
|
-
/*jslint node: true, browser: true */
|
34
|
-
/*global $tw: false */
|
35
32
|
"use strict";
|
36
33
|
|
37
34
|
/*
|
@@ -196,5 +193,3 @@ WikiTextParser.prototype.subWikifyTerm = function(output,terminatorRegExp) {
|
|
196
193
|
};
|
197
194
|
|
198
195
|
exports["text/x-tiddlywiki"] = WikiTextParser;
|
199
|
-
|
200
|
-
})();
|
@@ -6,10 +6,7 @@ module-type: module
|
|
6
6
|
Rule modules for the wikitext parser
|
7
7
|
|
8
8
|
\*/
|
9
|
-
(function(){
|
10
9
|
|
11
|
-
/*jslint node: true, browser: true */
|
12
|
-
/*global $tw: false */
|
13
10
|
"use strict";
|
14
11
|
var macroadapter = require("$:/macros/classic/macroadapter.js");
|
15
12
|
var textPrimitives = {
|
@@ -824,5 +821,3 @@ var rules = [
|
|
824
821
|
];
|
825
822
|
|
826
823
|
exports.rules = rules;
|
827
|
-
|
828
|
-
})();
|
@@ -6,10 +6,7 @@ module-type: startup
|
|
6
6
|
Twitter initialisation
|
7
7
|
|
8
8
|
\*/
|
9
|
-
(function(){
|
10
9
|
|
11
|
-
/*jslint node: true, browser: true */
|
12
|
-
/*global $tw: false */
|
13
10
|
"use strict";
|
14
11
|
|
15
12
|
// Export name and synchronous status
|
@@ -23,5 +20,3 @@ exports.startup = function() {
|
|
23
20
|
logger.alert("The plugin 'tiddlywiki/twitter' is disabled until this wiki is saved and reloaded again");
|
24
21
|
}
|
25
22
|
};
|
26
|
-
|
27
|
-
})();
|
@@ -6,10 +6,7 @@ module-type: widget
|
|
6
6
|
Twitter widget
|
7
7
|
|
8
8
|
\*/
|
9
|
-
(function(){
|
10
9
|
|
11
|
-
/*jslint node: true, browser: true */
|
12
|
-
/*global $tw: false */
|
13
10
|
"use strict";
|
14
11
|
|
15
12
|
var Widget = require("$:/core/modules/widgets/widget.js").widget;
|
@@ -140,5 +137,3 @@ TwitterWidget.prototype.refresh = function(changedTiddlers) {
|
|
140
137
|
};
|
141
138
|
|
142
139
|
exports.twitter = TwitterWidget;
|
143
|
-
|
144
|
-
})();
|
@@ -6,10 +6,7 @@ module-type: utils
|
|
6
6
|
Utility class for manipulating Twitter archives
|
7
7
|
|
8
8
|
\*/
|
9
|
-
(function(){
|
10
9
|
|
11
|
-
/*jslint node: true, browser: true */
|
12
|
-
/*global $tw: false */
|
13
10
|
"use strict";
|
14
11
|
|
15
12
|
function TwitterArchivist(options) {
|
@@ -315,5 +312,3 @@ function arrayBufferToBase64(arrayBuffer) {
|
|
315
312
|
exports.TwitterArchivist = TwitterArchivist;
|
316
313
|
exports.TwitterArchivistSourceNodeJs = TwitterArchivistSourceNodeJs;
|
317
314
|
exports.TwitterArchivistSourceBrowser = TwitterArchivistSourceBrowser;
|
318
|
-
|
319
|
-
})();
|
@@ -6,10 +6,7 @@ module-type: command
|
|
6
6
|
Read tiddlers from an unzipped Twitter archive
|
7
7
|
|
8
8
|
\*/
|
9
|
-
(function(){
|
10
9
|
|
11
|
-
/*jslint node: true, browser: true */
|
12
|
-
/*global $tw: false */
|
13
10
|
"use strict";
|
14
11
|
|
15
12
|
var widget = require("$:/core/modules/widgets/widget.js");
|
@@ -49,5 +46,3 @@ Command.prototype.execute = function() {
|
|
49
46
|
};
|
50
47
|
|
51
48
|
exports.Command = Command;
|
52
|
-
|
53
|
-
})();
|
@@ -6,10 +6,7 @@ module-type: startup
|
|
6
6
|
Twitter initialisation
|
7
7
|
|
8
8
|
\*/
|
9
|
-
(function(){
|
10
9
|
|
11
|
-
/*jslint node: true, browser: true */
|
12
|
-
/*global $tw: false */
|
13
10
|
"use strict";
|
14
11
|
|
15
12
|
// Export name and synchronous status
|
@@ -34,5 +31,3 @@ exports.startup = function() {
|
|
34
31
|
});
|
35
32
|
});
|
36
33
|
};
|
37
|
-
|
38
|
-
})();
|
@@ -6,10 +6,7 @@ module-type: startup
|
|
6
6
|
Startup module for configuring the upgrade plugin
|
7
7
|
|
8
8
|
\*/
|
9
|
-
(function(){
|
10
9
|
|
11
|
-
/*jslint node: true, browser: true */
|
12
|
-
/*global $tw: false */
|
13
10
|
"use strict";
|
14
11
|
|
15
12
|
// Export name and synchronous status
|
@@ -22,5 +19,3 @@ exports.startup = function() {
|
|
22
19
|
$tw.config.usePasswordVault = true;
|
23
20
|
$tw.config.disableAutoSave = true;
|
24
21
|
};
|
25
|
-
|
26
|
-
})();
|
@@ -6,10 +6,7 @@ module-type: tiddlerdeserializer
|
|
6
6
|
XLSX file deserializer
|
7
7
|
|
8
8
|
\*/
|
9
|
-
(function(){
|
10
9
|
|
11
|
-
/*jslint node: true, browser: true */
|
12
|
-
/*global $tw: false */
|
13
10
|
"use strict";
|
14
11
|
|
15
12
|
/*
|
@@ -26,5 +23,3 @@ exports["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"] = f
|
|
26
23
|
// Return the output tiddlers
|
27
24
|
return importer.getResults();
|
28
25
|
};
|
29
|
-
|
30
|
-
})();
|
@@ -6,10 +6,7 @@ module-type: library
|
|
6
6
|
Class to import an Excel file
|
7
7
|
|
8
8
|
\*/
|
9
|
-
(function(){
|
10
9
|
|
11
|
-
/*jslint node: true, browser: true */
|
12
|
-
/*global $tw: false */
|
13
10
|
"use strict";
|
14
11
|
|
15
12
|
var DEFAULT_IMPORT_SPEC_TITLE = "$:/config/plugins/tiddlywiki/xlsx-utils/default-import-spec";
|
@@ -201,5 +198,3 @@ XLSXImporter.prototype.findColumns = function(sheet,sheetSize) {
|
|
201
198
|
};
|
202
199
|
|
203
200
|
exports.XLSXImporter = XLSXImporter;
|
204
|
-
|
205
|
-
})();
|
@@ -6,10 +6,7 @@ module-type: startup
|
|
6
6
|
Initialisation
|
7
7
|
|
8
8
|
\*/
|
9
|
-
(function(){
|
10
9
|
|
11
|
-
/*jslint node: true, browser: true */
|
12
|
-
/*global $tw: false */
|
13
10
|
"use strict";
|
14
11
|
|
15
12
|
// Export name and synchronous status
|
@@ -25,5 +22,3 @@ exports.startup = function() {
|
|
25
22
|
logger.alert("The plugin 'xlsx-utils' requires the 'jszip' plugin to be installed");
|
26
23
|
}
|
27
24
|
};
|
28
|
-
|
29
|
-
})();
|
@@ -6,10 +6,7 @@ module-type: command
|
|
6
6
|
Command to import an xlsx file
|
7
7
|
|
8
8
|
\*/
|
9
|
-
(function(){
|
10
9
|
|
11
|
-
/*jslint node: true, browser: true */
|
12
|
-
/*global $tw: false */
|
13
10
|
"use strict";
|
14
11
|
|
15
12
|
exports.info = {
|
@@ -42,5 +39,3 @@ Command.prototype.execute = function() {
|
|
42
39
|
};
|
43
40
|
|
44
41
|
exports.Command = Command;
|
45
|
-
|
46
|
-
})();
|
package/readme.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
<h1 class="">Welcome</h1><p>Welcome to <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a>, a non-linear personal web notebook that anyone can use and keep forever, independently of any corporation.</p><p>TiddlyWiki is a complete interactive wiki in JavaScript. It can be used as a single HTML file in the browser or as a powerful Node.js application. It is highly customisable: the entire user interface is itself implemented in hackable <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/WikiText.html">WikiText</a>.</p><h2 class="">Demo</h2><p>Learn more and see it in action at <a class="tc-tiddlylink-external" href="https://tiddlywiki.com/" rel="noopener noreferrer" target="_blank">https://tiddlywiki.com/</a></p><h2 class="">Developer Documentation</h2><p>Developer documentation is in progress at <a class="tc-tiddlylink-external" href="https://tiddlywiki.com/dev/" rel="noopener noreferrer" target="_blank">https://tiddlywiki.com/dev/</a></p><h2 class="">Pull Request Previews</h2><p>Pull request previews courtesy of <a class="tc-tiddlylink-external" href="https://netlify.com" rel="noopener noreferrer" target="_blank">Netlify</a></p><p><a href="https://www.netlify.com" rel="noopener noreferrer" target="_blank"><img alt="Deploys by Netlify" src="https://www.netlify.com/v3/img/components/netlify-light.svg"></a></p><h1 class="">Join the Community</h1><p>
|
2
2
|
<h2 class="">Official Forums</h2><h3 class=""><a class="tc-tiddlylink-external" href="https://talk.tiddlywiki.org/" rel="noopener noreferrer" target="_blank">https://talk.tiddlywiki.org/</a></h3><blockquote class="tc-quote"><p>The new official forum for talking about TiddlyWiki: requests for help, <a class="tc-tiddlylink-external" href="https://talk.tiddlywiki.org/c/announcements/20" rel="noopener noreferrer" target="_blank">announcements</a> of new releases and plugins, debating new features, or just sharing experiences. You can participate via the associated website, or subscribe via email.</p><p><strong>talk.tiddlywiki.org</strong> is a community run service that we host and maintain ourselves. The modest running costs are covered by community contributions.
|
3
3
|
</p></blockquote><h4 class="">Google Groups</h4><blockquote class="tc-quote"><p>For the convenience of existing users, we also continue to operate the original TiddlyWiki group (hosted on Google Groups since 2005): <a class="tc-tiddlylink-external" href="https://groups.google.com/group/TiddlyWiki" rel="noopener noreferrer" target="_blank">https://groups.google.com/group/TiddlyWiki</a>
|
4
|
-
</p></blockquote><h2 class="">Developer Forums</h2><h2 class=""><a class="tc-tiddlylink-external" href="https://github.com/TiddlyWiki/TiddlyWiki5/graphs/contributors" rel="noopener noreferrer" target="_blank">GitHub Stats</a></h2><p>There are several resources for developers to learn more about <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> and to discuss and contribute to its development.</p><blockquote><div><img class=" tc-image-loading" src="https://repobeats.axiom.co/api/embed/b92b1b363e2b5f26837ae573a60d39b4248b50a0.svg"></div></blockquote><ul><li><a class="tc-tiddlylink-external" href="https://tiddlywiki.com/dev" rel="noopener noreferrer" target="_blank">tiddlywiki.com/dev</a> is the official developer documentation</li><li>Get involved in the <a class="tc-tiddlylink-external" href="https://github.com/TiddlyWiki/TiddlyWiki5" rel="noopener noreferrer" target="_blank">development on GitHub</a></li><li><a class="tc-tiddlylink-external" href="https://github.com/TiddlyWiki/TiddlyWiki5/discussions" rel="noopener noreferrer" target="_blank">GitHub Discussions</a> are for Q&A and open-ended discussion</li><li><a class="tc-tiddlylink-external" href="https://github.com/TiddlyWiki/TiddlyWiki5/issues" rel="noopener noreferrer" target="_blank">GitHub Issues</a> are for raising bug reports and proposing specific, actionable new ideas</li><li>The older TiddlyWikiDev Google Group is now closed in favour of <a class="tc-tiddlylink-external" href="https://talk.tiddlywiki.org/" rel="noopener noreferrer" target="_blank">Talk TiddlyWiki</a> and <a class="tc-tiddlylink-external" href="https://github.com/TiddlyWiki/TiddlyWiki5/discussions" rel="noopener noreferrer" target="_blank">GitHub Discussions</a> <ul><li>It remains a useful archive: <a class="tc-tiddlylink-external" href="https://groups.google.com/group/TiddlyWikiDev" rel="noopener noreferrer" target="_blank">https://groups.google.com/group/TiddlyWikiDev</a><ul><li>An enhanced group search facility is available on <a class="tc-tiddlylink-external" href="https://www.mail-archive.com/tiddlywikidev@googlegroups.com/" rel="noopener noreferrer" target="_blank">mail-archive.com</a></li></ul></li></ul></li
|
4
|
+
</p></blockquote><h2 class="">Developer Forums</h2><h2 class=""><a class="tc-tiddlylink-external" href="https://github.com/TiddlyWiki/TiddlyWiki5/graphs/contributors" rel="noopener noreferrer" target="_blank">GitHub Stats</a></h2><p>There are several resources for developers to learn more about <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> and to discuss and contribute to its development.</p><blockquote><div><img class=" tc-image-loading" src="https://repobeats.axiom.co/api/embed/b92b1b363e2b5f26837ae573a60d39b4248b50a0.svg"></div></blockquote><ul><li><a class="tc-tiddlylink-external" href="https://tiddlywiki.com/dev" rel="noopener noreferrer" target="_blank">tiddlywiki.com/dev</a> is the official developer documentation</li><li>Get involved in the <a class="tc-tiddlylink-external" href="https://github.com/TiddlyWiki/TiddlyWiki5" rel="noopener noreferrer" target="_blank">development on GitHub</a></li><li><a class="tc-tiddlylink-external" href="https://github.com/TiddlyWiki/TiddlyWiki5/discussions" rel="noopener noreferrer" target="_blank">GitHub Discussions</a> are for Q&A and open-ended discussion</li><li><a class="tc-tiddlylink-external" href="https://github.com/TiddlyWiki/TiddlyWiki5/issues" rel="noopener noreferrer" target="_blank">GitHub Issues</a> are for raising bug reports and proposing specific, actionable new ideas</li><li>The older TiddlyWikiDev Google Group is now closed in favour of <a class="tc-tiddlylink-external" href="https://talk.tiddlywiki.org/" rel="noopener noreferrer" target="_blank">Talk TiddlyWiki</a> and <a class="tc-tiddlylink-external" href="https://github.com/TiddlyWiki/TiddlyWiki5/discussions" rel="noopener noreferrer" target="_blank">GitHub Discussions</a> <ul><li>It remains a useful archive: <a class="tc-tiddlylink-external" href="https://groups.google.com/group/TiddlyWikiDev" rel="noopener noreferrer" target="_blank">https://groups.google.com/group/TiddlyWikiDev</a><ul><li>An enhanced group search facility is available on <a class="tc-tiddlylink-external" href="https://www.mail-archive.com/tiddlywikidev@googlegroups.com/" rel="noopener noreferrer" target="_blank">mail-archive.com</a></li></ul></li></ul></li></ul><h2 class="">Other Forums</h2><ul><li><a class="tc-tiddlylink-external" href="https://www.reddit.com/r/TiddlyWiki5/" rel="noopener noreferrer" target="_blank">TiddlyWiki Subreddit</a></li><li>Chat on Discord at <a class="tc-tiddlylink-external" href="https://discord.gg/HFFZVQ8" rel="noopener noreferrer" target="_blank">https://discord.gg/HFFZVQ8</a></li></ul><h3 class="">Documentation</h3><p>There is also a discussion group specifically for discussing <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> documentation improvement initiatives: <a class="tc-tiddlylink-external" href="https://groups.google.com/group/tiddlywikidocs" rel="noopener noreferrer" target="_blank">https://groups.google.com/group/tiddlywikidocs</a>
|
5
5
|
</p>
|
6
|
-
</p><hr><h1 class="">Installing TiddlyWiki on Node.js</h1><p>TiddlyWiki is a <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/SingleFileApplication.html">SingleFileApplication</a>, which is easy to use. For advanced users and developers there is a possibility to use a Node.js client / server configuration. This configuration is also used to build the TiddlyWiki <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/SinglePageApplication.html">SinglePageApplication</a></p><ol><li>Install <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Node.js.html">Node.js</a><ul><li>Linux: <blockquote><div><em>Debian/Ubuntu</em>:<br><code>apt install nodejs</code><br>May need to be followed up by:<br><code>apt install npm</code></div><div><em>Arch Linux</em><br><code>yay -S tiddlywiki</code> <br>(installs node and tiddlywiki)</div></blockquote></li><li>Mac<blockquote><div><code>brew install node</code></div></blockquote></li><li>Android<blockquote><div><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Serving%2520TW5%2520from%2520Android.html">Termux for Android</a></div></blockquote></li><li>Other <blockquote><div>See <a class="tc-tiddlylink-external" href="http://nodejs.org" rel="noopener noreferrer" target="_blank">http://nodejs.org</a></div></blockquote></li></ul></li><li>Open a command line terminal and type:<blockquote><div><code>npm install -g tiddlywiki</code></div><div>If it fails with an error you may need to re-run the command as an administrator:</div><div><code>sudo npm install -g tiddlywiki</code> (Mac/Linux)</div></blockquote></li><li>Ensure TiddlyWiki is installed by typing:<blockquote><div><code>tiddlywiki --version</code></div></blockquote><ul><li>In response, you should see <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> report its current version (eg "5.3.
|
6
|
+
</p><hr><h1 class="">Installing TiddlyWiki on Node.js</h1><p>TiddlyWiki is a <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/SingleFileApplication.html">SingleFileApplication</a>, which is easy to use. For advanced users and developers there is a possibility to use a Node.js client / server configuration. This configuration is also used to build the TiddlyWiki <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/SinglePageApplication.html">SinglePageApplication</a></p><ol><li>Install <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Node.js.html">Node.js</a><ul><li>Linux: <blockquote><div><em>Debian/Ubuntu</em>:<br><code>apt install nodejs</code><br>May need to be followed up by:<br><code>apt install npm</code></div><div><em>Arch Linux</em><br><code>yay -S tiddlywiki</code> <br>(installs node and tiddlywiki)</div></blockquote></li><li>Mac<blockquote><div><code>brew install node</code></div></blockquote></li><li>Android<blockquote><div><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Serving%2520TW5%2520from%2520Android.html">Termux for Android</a></div></blockquote></li><li>Other <blockquote><div>See <a class="tc-tiddlylink-external" href="http://nodejs.org" rel="noopener noreferrer" target="_blank">http://nodejs.org</a></div></blockquote></li></ul></li><li>Open a command line terminal and type:<blockquote><div><code>npm install -g tiddlywiki</code></div><div>If it fails with an error you may need to re-run the command as an administrator:</div><div><code>sudo npm install -g tiddlywiki</code> (Mac/Linux)</div></blockquote></li><li>Ensure TiddlyWiki is installed by typing:<blockquote><div><code>tiddlywiki --version</code></div></blockquote><ul><li>In response, you should see <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> report its current version (eg "5.3.7". You may also see other debugging information reported.)</li></ul></li><li>Try it out:<ol><li><code>tiddlywiki mynewwiki --init server</code> to create a folder for a new wiki that includes server-related components</li><li><code>tiddlywiki mynewwiki --listen</code> to start <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a></li><li>Visit <a class="tc-tiddlylink-external" href="http://127.0.0.1:8080/" rel="noopener noreferrer" target="_blank">http://127.0.0.1:8080/</a> in your browser</li><li>Try editing and creating tiddlers</li></ol></li><li>Optionally, make an offline copy:<ul><li>click the <span class="doc-icon"><svg class="tc-image-save-button-dynamic tc-image-button" height="22pt" viewBox="0 0 128 128" width="22pt">
|
7
7
|
<g class="tc-image-save-button-dynamic-clean">
|
8
8
|
<path d="M120.783 34.33c4.641 8.862 7.266 18.948 7.266 29.646 0 35.347-28.653 64-64 64-35.346 0-64-28.653-64-64 0-35.346 28.654-64 64-64 18.808 0 35.72 8.113 47.43 21.03l2.68-2.68c3.13-3.13 8.197-3.132 11.321-.008 3.118 3.118 3.121 8.193-.007 11.32l-4.69 4.691zm-12.058 12.058a47.876 47.876 0 013.324 17.588c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48c14.39 0 27.3 6.332 36.098 16.362L58.941 73.544 41.976 56.578c-3.127-3.127-8.201-3.123-11.32-.005-3.123 3.124-3.119 8.194.006 11.319l22.617 22.617a7.992 7.992 0 005.659 2.347c2.05 0 4.101-.783 5.667-2.349l44.12-44.12z" fill-rule="evenodd"></path>
|
9
9
|
</g>
|
@@ -1,2 +1,2 @@
|
|
1
1
|
title: $:/themes/tiddlywiki/starlight/arvo.woff
|
2
|
-
type:
|
2
|
+
type: font/woff
|
@@ -96,6 +96,12 @@ html button {
|
|
96
96
|
fill: <<colour button-foreground>>;
|
97
97
|
background: <<colour button-background>>;
|
98
98
|
border-color: <<colour button-border>>;
|
99
|
+
cursor: pointer;
|
100
|
+
}
|
101
|
+
|
102
|
+
button:disabled {
|
103
|
+
cursor: default;
|
104
|
+
color: <<colour muted-foreground>>;
|
99
105
|
}
|
100
106
|
|
101
107
|
button:disabled svg {
|
@@ -935,7 +941,8 @@ button.tc-btn-invisible.tc-remove-tag-button {
|
|
935
941
|
font-weight: normal;
|
936
942
|
}
|
937
943
|
|
938
|
-
.tc-sidebar-header .tc-sidebar-lists p
|
944
|
+
.tc-sidebar-header .tc-sidebar-lists p,
|
945
|
+
.tc-sidebar-tools-item {
|
939
946
|
margin-top: 3px;
|
940
947
|
margin-bottom: 3px;
|
941
948
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
title: $:/themes/tiddlywiki/vanilla/settings/
|
2
2
|
|
3
|
-
fontfamily: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial,
|
3
|
+
fontfamily: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", sans-serif, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"
|
4
4
|
codefontfamily: ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Consolas, "Liberation Mono", monospace
|
5
5
|
backgroundimageattachment: fixed
|
6
6
|
backgroundimagesize: auto
|
@@ -1,13 +0,0 @@
|
|
1
|
-
title: $:/languages/en-GB/icon
|
2
|
-
type: image/svg+xml
|
3
|
-
|
4
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 30" width="1200" height="600">
|
5
|
-
<clipPath id="t">
|
6
|
-
<path d="M30,15 h30 v15 z v15 h-30 z h-30 v-15 z v-15 h30 z"/>
|
7
|
-
</clipPath>
|
8
|
-
<path d="M0,0 v30 h60 v-30 z" fill="#00247d"/>
|
9
|
-
<path d="M0,0 L60,30 M60,0 L0,30" stroke="#fff" stroke-width="6"/>
|
10
|
-
<path d="M0,0 L60,30 M60,0 L0,30" clip-path="url(#t)" stroke="#cf142b" stroke-width="4"/>
|
11
|
-
<path d="M30,0 v30 M0,15 h60" stroke="#fff" stroke-width="10"/>
|
12
|
-
<path d="M30,0 v30 M0,15 h60" stroke="#cf142b" stroke-width="6"/>
|
13
|
-
</svg>
|
@@ -1,114 +0,0 @@
|
|
1
|
-
created: 20150117152607000
|
2
|
-
modified: 201804111739
|
3
|
-
tags: $:/tags/Macro
|
4
|
-
title: $:/editions/dev/doc-macros
|
5
|
-
type: text/vnd.tiddlywiki
|
6
|
-
|
7
|
-
\define .concat(1,2,3,4,5) $1$$2$$3$$4$$5$
|
8
|
-
|
9
|
-
\define .def(_) <dfn class="doc-def">$_$</dfn>
|
10
|
-
\define .em(_) <em class="doc-em">$_$</em>
|
11
|
-
\define .strong(_) <strong class="doc-strong">$_$</strong>
|
12
|
-
\define .place(_) <code class="doc-place">$_$</code>
|
13
|
-
\define .word(_) "$_$"
|
14
|
-
|
15
|
-
\define .preamble(_) :.doc-preamble $_$
|
16
|
-
\define .note(_)
|
17
|
-
@@.doc-note
|
18
|
-
;Note
|
19
|
-
: $_$
|
20
|
-
@@
|
21
|
-
\end
|
22
|
-
|
23
|
-
\define .tid(_) <code class="doc-tiddler">$_$</code>
|
24
|
-
\define .tag(_) <code class="doc-tag">$_$</code>
|
25
|
-
\define .field(_) <code class="doc-field">$_$</code>
|
26
|
-
\define .value(_) <code class="doc-value">$_$</code>
|
27
|
-
\define .op(_) <code class="doc-operator">$_$</code>
|
28
|
-
\define .var(_) <code class="doc-var">$_$</code>
|
29
|
-
\define .wid(_) <code class="doc-widget">$$_$</code>
|
30
|
-
\define .attr(_) <code class="doc-attr">$_$</code>
|
31
|
-
\define .param(_) <code class="doc-param">$_$</code>
|
32
|
-
|
33
|
-
\define .mtitle(_) $_$ Macro
|
34
|
-
\define .otitle(_) $_$ Operator
|
35
|
-
\define .vtitle(_) $_$ Variable
|
36
|
-
|
37
|
-
\define .link(_,to) <$link to="$to$">$_$</$link>
|
38
|
-
\define .clink(_,to) <span class="doc-clink"><<.link """$_$""" "$to$">></span>
|
39
|
-
\define .dlink(_,to) <$macrocall $name=".link" _=<<.def "$_$">> to="$to$">/>
|
40
|
-
\define .dlink-ex(_,to) <a href="$to$" class="tc-tiddlylink-external" target="_blank" rel="noopener noreferrer"><<.def "$_$">></a>
|
41
|
-
\define .flink(to) <$macrocall $name=".link" _=<<.field {{$to$!!caption}}>> to="$to$"/>
|
42
|
-
\define .mlink(_,to) <$macrocall $name=".link" _=<<.var "$_$">> to=<<.mtitle "$_$">>/>
|
43
|
-
\define .mlink2(_,to) <$macrocall $name=".link" _=<<.var "$_$">> to="$to$"/>
|
44
|
-
\define .olink(_) <$macrocall $name=".link" _=<<.op "$_$">> to=<<.otitle "$_$">>/>
|
45
|
-
\define .olink2(_,to) <$macrocall $name=".link" _=<<.op "$_$">> to=<<.otitle "$to$">>/>
|
46
|
-
\define .vlink(_,to) <$macrocall $name=".link" _=<<.var "$_$">> to=<<.vtitle "$_$">>/>
|
47
|
-
\define .vlink2(_,to) <$macrocall $name=".link" _=<<.var "$_$">> to="$to$"/>
|
48
|
-
\define .wlink(to) <$macrocall $name=".link" _=<<.wid {{$to$!!caption}}>> to="$to$"/>
|
49
|
-
\define .wlink2(_,to) <$macrocall $name=".link" _="$_$" to="$to$"/>
|
50
|
-
|
51
|
-
\define .key(_) <span class="doc-key">$_$</span>
|
52
|
-
\define .combokey(_) <$macrocall $name=".if" cond="$_$" then=<<.key '$_$'>>/>
|
53
|
-
\define .keycombo(1,2,3,4) <<.combokey "$1$">><<.if "$2$" +>><<.combokey "$2$">><<.if "$3$" +>><<.combokey "$3$">><<.if "$4$" +>><<.combokey "$4$">>
|
54
|
-
|
55
|
-
\define .tab(_) <span class="doc-tab">{{$_$!!caption}}</span>
|
56
|
-
\define .sidebar-tab(_) <<.tab "$:/core/ui/SideBar/$_$">>
|
57
|
-
\define .more-tab(_) <<.tab "$:/core/ui/MoreSideBar/$_$">>
|
58
|
-
\define .info-tab(_) <<.tab "$:/core/ui/TiddlerInfo/$_$">>
|
59
|
-
\define .controlpanel-tab(_) <<.tab "$:/core/ui/ControlPanel/$_$">>
|
60
|
-
\define .advancedsearch-tab(_) <<.tab "$:/core/ui/AdvancedSearch/$_$">>
|
61
|
-
\define .toc-tab() <<.tab "TableOfContents">>
|
62
|
-
\define .example-tab(_) <span class="doc-tab">$_$</span>
|
63
|
-
|
64
|
-
\define .button(_) <span class="doc-button">{{$:/core/ui/Buttons/$_$!!caption}}</span>
|
65
|
-
|
66
|
-
\define .tip(_) <div class="doc-icon-block"><div class="doc-block-icon">{{$:/core/images/tip}}</div> $_$</div>
|
67
|
-
\define .warning(_) <div class="doc-icon-block"><div class="doc-block-icon">{{$:/core/images/warning}}</div> $_$</div>
|
68
|
-
|
69
|
-
\define .state-prefix() $:/state/editions/tw5.com/
|
70
|
-
|
71
|
-
\define .lorem()
|
72
|
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
73
|
-
\end
|
74
|
-
|
75
|
-
\define .toc-lorem()
|
76
|
-
This is an example tiddler. See [[Table-of-Contents Macros (Examples)]].
|
77
|
-
|
78
|
-
<<.lorem>>
|
79
|
-
\end
|
80
|
-
|
81
|
-
\define .example(n,eg,egvar:NO-SUCH-VAR)
|
82
|
-
<div class="doc-example">
|
83
|
-
<$reveal default="$egvar$" type="match" text="NO-SUCH-VAR">
|
84
|
-
<$macrocall $name="copy-to-clipboard-above-right" src="""$eg$"""/>
|
85
|
-
<$codeblock code="""$eg$"""/>
|
86
|
-
</$reveal>
|
87
|
-
<$reveal default="$egvar$" type="nomatch" text="NO-SUCH-VAR">
|
88
|
-
<!-- allow an example to contain """ -->
|
89
|
-
<$macrocall $name="copy-to-clipboard-above-right" src=<<$egvar$>>/>
|
90
|
-
<$codeblock code=<<$egvar$>>/>
|
91
|
-
</$reveal>
|
92
|
-
<$list filter="[title<.state-prefix>addsuffix{!!title}addsuffix[/]addsuffix[$n$]]" variable=".state">
|
93
|
-
<$reveal state=<<.state>> type="nomatch" text="show">
|
94
|
-
<dl>
|
95
|
-
<dd><$button set=<<.state>> setTo="show">Try it</$button></dd>
|
96
|
-
</dl>
|
97
|
-
</$reveal>
|
98
|
-
<$reveal state=<<.state>> type="match" text="show">
|
99
|
-
<dl>
|
100
|
-
<dd><$button set=<<.state>> setTo="">Hide</$button></dd>
|
101
|
-
</dl>
|
102
|
-
<blockquote class="doc-example-result">
|
103
|
-
<$reveal default="$egvar$" type="match" text="NO-SUCH-VAR">
|
104
|
-
$eg$
|
105
|
-
</$reveal>
|
106
|
-
<$reveal default="$egvar$" type="nomatch" text="NO-SUCH-VAR">
|
107
|
-
<<$egvar$>>
|
108
|
-
</$reveal>
|
109
|
-
</blockquote>
|
110
|
-
</$reveal>
|
111
|
-
</$list>
|
112
|
-
\end
|
113
|
-
|
114
|
-
<pre><$view field="text"/></pre>
|