tiddlywiki 5.1.21 → 5.2.1
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/.eslintignore +15 -0
- package/.eslintrc.yml +267 -0
- package/.github/ISSUE_TEMPLATE/bug_report.md +43 -0
- package/.github/ISSUE_TEMPLATE/feature_request.md +20 -0
- package/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +22 -0
- package/.github/workflows/ci.yml +74 -0
- package/bin/build-site.sh +11 -2
- package/bin/{travis-pre-build.sh → ci-pre-build.sh} +0 -0
- package/bin/ci-push.sh +15 -0
- package/bin/optimise-svgs.js +79 -0
- package/bin/quick-bld.sh +1 -1
- package/bin/update-translation-from-html-file.sh +25 -0
- package/boot/boot.js +266 -93
- package/contributing.md +1 -1
- package/core/copyright.tid +1 -1
- package/core/images/add-comment.tid +1 -1
- package/core/images/advanced-search-button.tid +1 -8
- package/core/images/auto-height.tid +1 -3
- package/core/images/blank.tid +1 -1
- package/core/images/bold.tid +1 -5
- package/core/images/cancel-button.tid +1 -5
- package/core/images/chevron-down.tid +1 -6
- package/core/images/chevron-left.tid +1 -6
- package/core/images/chevron-right.tid +1 -6
- package/core/images/chevron-up.tid +1 -6
- package/core/images/clone-button.tid +1 -6
- package/core/images/close-all-button.tid +1 -8
- package/core/images/close-button.tid +1 -5
- package/core/images/close-others-button.tid +1 -5
- package/core/images/copy-clipboard.tid +1 -12
- package/core/images/delete-button.tid +1 -11
- package/core/images/done-button.tid +1 -5
- package/core/images/down-arrow.tid +1 -3
- package/core/images/download-button.tid +1 -1
- package/core/images/edit-button.tid +1 -6
- package/core/images/erase.tid +1 -5
- package/core/images/excise.tid +1 -5
- package/core/images/export-button.tid +1 -5
- package/core/images/file.tid +1 -11
- package/core/images/fixed-height.tid +1 -5
- package/core/images/fold-all-button.tid +1 -8
- package/core/images/fold-button.tid +1 -7
- package/core/images/fold-others-button.tid +1 -7
- package/core/images/folder.tid +1 -6
- package/core/images/full-screen-button.tid +1 -16
- package/core/images/github.tid +1 -5
- package/core/images/gitter.tid +1 -6
- package/core/images/globe.tid +1 -7
- package/core/images/heading-1.tid +1 -5
- package/core/images/heading-2.tid +1 -5
- package/core/images/heading-3.tid +1 -5
- package/core/images/heading-4.tid +1 -5
- package/core/images/heading-5.tid +1 -5
- package/core/images/heading-6.tid +1 -5
- package/core/images/help.tid +1 -5
- package/core/images/home-button.tid +1 -5
- package/core/images/import-button.tid +1 -5
- package/core/images/info-button.tid +1 -9
- package/core/images/italic.tid +1 -5
- package/core/images/left-arrow.tid +1 -3
- package/core/images/line-width.tid +1 -6
- package/core/images/link.tid +1 -6
- package/core/images/linkify.tid +1 -1
- package/core/images/list-bullet.tid +1 -5
- package/core/images/list-number.tid +1 -5
- package/core/images/list.tid +1 -6
- package/core/images/locked-padlock.tid +1 -5
- package/core/images/mail.tid +1 -5
- package/core/images/menu-button.tid +1 -5
- package/core/images/minus-button.tid +4 -0
- package/core/images/mono-block.tid +1 -5
- package/core/images/mono-line.tid +1 -5
- package/core/images/new-button.tid +1 -5
- package/core/images/new-here-button.tid +1 -11
- package/core/images/new-image-button.tid +1 -5
- package/core/images/new-journal-button.tid +1 -13
- package/core/images/opacity.tid +1 -7
- package/core/images/open-window.tid +1 -6
- package/core/images/options-button.tid +1 -5
- package/core/images/paint.tid +1 -5
- package/core/images/palette.tid +1 -5
- package/core/images/permalink-button.tid +1 -5
- package/core/images/permaview-button.tid +1 -5
- package/core/images/picture.tid +1 -5
- package/core/images/plugin-generic-language.tid +1 -5
- package/core/images/plugin-generic-plugin.tid +1 -5
- package/core/images/plugin-generic-theme.tid +1 -5
- package/core/images/plus-button.tid +4 -0
- package/core/images/preview-closed.tid +1 -12
- package/core/images/preview-open.tid +1 -6
- package/core/images/print-button.tid +1 -9
- package/core/images/quote.tid +1 -5
- package/core/images/refresh-button.tid +1 -5
- package/core/images/right-arrow.tid +1 -3
- package/core/images/rotate-left.tid +1 -1
- package/core/images/save-button.tid +1 -5
- package/core/images/size.tid +1 -3
- package/core/images/spiral.tid +1 -5
- package/core/images/stamp.tid +1 -5
- package/core/images/star-filled.tid +1 -5
- package/core/images/storyview-classic.tid +1 -5
- package/core/images/storyview-pop.tid +1 -5
- package/core/images/storyview-zoomin.tid +1 -5
- package/core/images/strikethrough.tid +1 -6
- package/core/images/subscript.tid +1 -5
- package/core/images/superscript.tid +1 -5
- package/core/images/tag-button.tid +1 -6
- package/core/images/theme-button.tid +1 -6
- package/core/images/timestamp-off.tid +1 -5
- package/core/images/timestamp-on.tid +1 -5
- package/core/images/tip.tid +1 -5
- package/core/images/transcludify.tid +1 -1
- package/core/images/twitter.tid +1 -5
- package/core/images/underline.tid +1 -5
- package/core/images/unfold-all-button.tid +1 -8
- package/core/images/unfold-button.tid +1 -7
- package/core/images/unlocked-padlock.tid +1 -5
- package/core/images/up-arrow.tid +1 -4
- package/core/images/video.tid +1 -5
- package/core/images/warning.tid +1 -5
- package/core/language/en-GB/ControlPanel.multids +45 -13
- package/core/language/en-GB/Docs/ModuleTypes.multids +1 -0
- package/core/language/en-GB/Docs/PaletteColours.multids +2 -0
- package/core/language/en-GB/EditTemplate.multids +6 -0
- package/core/language/en-GB/Fields.multids +2 -1
- package/core/language/en-GB/Help/listen.tid +3 -2
- package/core/language/en-GB/Help/render.tid +5 -4
- package/core/language/en-GB/Help/rendertiddlers.tid +2 -2
- package/core/language/en-GB/Help/save.tid +1 -1
- package/core/language/en-GB/Import.multids +19 -8
- package/core/language/en-GB/Misc.multids +25 -3
- package/core/language/en-GB/NewJournal.multids +0 -1
- package/core/language/en-GB/NewJournalTags.tid +3 -0
- package/core/language/en-GB/TiddlerInfo.multids +1 -1
- package/core/modules/commander.js +1 -1
- package/core/modules/commands/fetch.js +2 -2
- package/core/modules/commands/makelibrary.js +6 -6
- package/core/modules/commands/render.js +55 -54
- package/core/modules/commands/rendertiddlers.js +1 -1
- package/core/modules/commands/savelibrarytiddlers.js +11 -3
- package/core/modules/commands/savewikifolder.js +17 -3
- package/core/modules/config.js +1 -1
- package/core/modules/deserializers.js +95 -79
- package/core/modules/editor/engines/framed.js +40 -9
- package/core/modules/editor/engines/simple.js +24 -2
- package/core/modules/editor/factory.js +92 -19
- package/core/modules/editor/operations/text/focus-editor.js +17 -0
- package/core/modules/editor/operations/text/insert-text.js +23 -0
- package/core/modules/editor/operations/text/prefix-lines.js +3 -2
- package/core/modules/filterrunprefixes/all.js +25 -0
- package/core/modules/filterrunprefixes/and.js +28 -0
- package/core/modules/filterrunprefixes/cascade.js +53 -0
- package/core/modules/filterrunprefixes/else.js +27 -0
- package/core/modules/filterrunprefixes/except.js +25 -0
- package/core/modules/filterrunprefixes/filter.js +49 -0
- package/core/modules/filterrunprefixes/intersection.js +31 -0
- package/core/modules/filterrunprefixes/map.js +46 -0
- package/core/modules/filterrunprefixes/or.js +24 -0
- package/core/modules/filterrunprefixes/reduce.js +50 -0
- package/core/modules/filterrunprefixes/sort.js +62 -0
- package/core/modules/filters/all.js +3 -3
- package/core/modules/filters/backlinks.js +3 -3
- package/core/modules/filters/compare.js +40 -0
- package/core/modules/filters/contains.js +1 -1
- package/core/modules/filters/deserializers.js +27 -0
- package/core/modules/filters/duplicateslugs.js +36 -0
- package/core/modules/filters/editiondescription.js +10 -8
- package/core/modules/filters/editions.js +9 -7
- package/core/modules/filters/encodings.js +5 -15
- package/core/modules/filters/field.js +1 -1
- package/core/modules/filters/fields.js +20 -5
- package/core/modules/filters/filter.js +42 -0
- package/core/modules/filters/format/date.js +26 -0
- package/core/modules/filters/format/relativedate.js +26 -0
- package/core/modules/filters/format/titlelist.js +25 -0
- package/core/modules/filters/format.js +46 -0
- package/core/modules/filters/has.js +21 -5
- package/core/modules/filters/is/binary.js +36 -0
- package/core/modules/filters/is/draft.js +36 -0
- package/core/modules/filters/links.js +3 -3
- package/core/modules/filters/listops.js +12 -0
- package/core/modules/filters/lookup.js +1 -1
- package/core/modules/filters/math.js +117 -16
- package/core/modules/filters/moduleproperty.js +30 -0
- package/core/modules/filters/modules.js +16 -4
- package/core/modules/filters/range.js +7 -3
- package/core/modules/filters/reduce.js +60 -0
- package/core/modules/filters/regexp.js +1 -1
- package/core/modules/filters/slugify.js +23 -0
- package/core/modules/filters/sortsub.js +60 -0
- package/core/modules/filters/strings.js +101 -7
- package/core/modules/filters/tag.js +1 -1
- package/core/modules/filters/untagged.js +7 -14
- package/core/modules/filters/x-listops.js +224 -179
- package/core/modules/filters.js +115 -68
- package/core/modules/indexers/backlinks-index.js +86 -0
- package/core/modules/indexers/field-indexer.js +1 -1
- package/core/modules/indexers/tag-indexer.js +2 -2
- package/core/modules/info/platform.js +10 -2
- package/core/modules/keyboard.js +27 -5
- package/core/modules/macros/jsontiddlers.js +4 -3
- package/core/modules/macros/makedatauri.js +4 -3
- package/core/modules/macros/{uniquetitle.js → unusedtitle.js} +8 -7
- package/core/modules/parsers/audioparser.js +2 -1
- package/core/modules/parsers/binaryparser.js +49 -6
- package/core/modules/parsers/htmlparser.js +4 -2
- package/core/modules/parsers/imageparser.js +1 -0
- package/core/modules/parsers/parseutils.js +39 -9
- package/core/modules/parsers/videoparser.js +4 -2
- package/core/modules/parsers/wikiparser/rules/commentblock.js +8 -2
- package/core/modules/parsers/wikiparser/rules/commentinline.js +1 -1
- package/core/modules/parsers/wikiparser/rules/html.js +7 -10
- package/core/modules/parsers/wikiparser/rules/import.js +1 -1
- package/core/modules/parsers/wikiparser/rules/list.js +1 -1
- package/core/modules/parsers/wikiparser/rules/macrocallblock.js +24 -28
- package/core/modules/parsers/wikiparser/rules/macrocallinline.js +17 -27
- package/core/modules/parsers/wikiparser/rules/table.js +1 -1
- package/core/modules/parsers/wikiparser/wikiparser.js +52 -33
- package/core/modules/pluginswitcher.js +2 -0
- package/core/modules/saver-handler.js +7 -2
- package/core/modules/savers/andtidwiki.js +44 -18
- package/core/modules/savers/custom.js +60 -0
- package/core/modules/savers/download.js +1 -1
- package/core/modules/savers/gitea.js +136 -0
- package/core/modules/savers/github.js +6 -5
- package/core/modules/savers/gitlab.js +4 -7
- package/core/modules/savers/hyperdrive.js +64 -0
- package/core/modules/savers/put.js +6 -3
- package/core/modules/savers/tiddlyfox.js +1 -1
- package/core/modules/savers/twedit.js +1 -1
- package/core/modules/savers/upload.js +15 -3
- package/core/modules/server/authenticators/basic.js +1 -1
- package/core/modules/server/authenticators/header.js +1 -1
- package/core/modules/server/routes/delete-tiddler.js +1 -1
- package/core/modules/server/routes/get-favicon.js +1 -2
- package/core/modules/server/routes/get-file.js +19 -21
- package/core/modules/server/routes/get-index.js +1 -23
- package/core/modules/server/routes/get-login-basic.js +3 -2
- package/core/modules/server/routes/get-status.js +1 -2
- package/core/modules/server/routes/get-tiddler-html.js +3 -3
- package/core/modules/server/routes/get-tiddler.js +3 -3
- package/core/modules/server/routes/get-tiddlers-json.js +26 -13
- package/core/modules/server/routes/put-tiddler.js +2 -2
- package/core/modules/server/server.js +99 -17
- package/core/modules/startup/favicon.js +2 -2
- package/core/modules/startup/info.js +28 -18
- package/core/modules/startup/load-modules.js +3 -0
- package/core/modules/startup/plugins.js +84 -0
- package/core/modules/startup/render.js +11 -9
- package/core/modules/startup/rootwidget.js +7 -3
- package/core/modules/startup/startup.js +4 -10
- package/core/modules/startup/story.js +12 -7
- package/core/modules/startup/windows.js +5 -8
- package/core/modules/storyviews/classic.js +5 -5
- package/core/modules/storyviews/pop.js +3 -3
- package/core/modules/storyviews/zoomin.js +3 -3
- package/core/modules/syncer.js +384 -261
- package/core/modules/upgraders/plugins.js +20 -17
- package/core/modules/upgraders/system.js +5 -6
- package/core/modules/utils/base64-utf8/base64-utf8.module.js +29 -11
- package/core/modules/utils/base64-utf8/base64-utf8.module.min.js +1 -1
- package/core/modules/utils/csv.js +1 -1
- package/core/modules/utils/dom/dom.js +11 -7
- package/core/modules/utils/dom/dragndrop.js +26 -5
- package/core/modules/utils/dom/http.js +37 -5
- package/core/modules/utils/dom/modal.js +42 -6
- package/core/modules/utils/dom/popup.js +9 -34
- package/core/modules/utils/dom/scroller.js +15 -2
- package/core/modules/{startup/css-escape-polyfill.js → utils/escapecss.js} +17 -27
- package/core/modules/utils/fakedom.js +23 -3
- package/core/modules/utils/filesystem.js +225 -30
- package/core/modules/utils/linked-list.js +204 -0
- package/core/modules/utils/logger.js +48 -4
- package/core/modules/utils/performance.js +1 -1
- package/core/modules/utils/transliterate.js +8 -1
- package/core/modules/utils/utils.js +218 -19
- package/core/modules/widgets/action-confirm.js +78 -0
- package/core/modules/widgets/action-createtiddler.js +32 -4
- package/core/modules/widgets/action-deletefield.js +1 -1
- package/core/modules/widgets/action-listops.js +6 -11
- package/core/modules/widgets/action-log.js +93 -0
- package/core/modules/widgets/action-navigate.js +12 -1
- package/core/modules/widgets/action-popup.js +83 -0
- package/core/modules/widgets/action-sendmessage.js +17 -7
- package/core/modules/widgets/action-setmultiplefields.js +86 -0
- package/core/modules/widgets/browse.js +4 -0
- package/core/modules/widgets/button.js +41 -6
- package/core/modules/widgets/checkbox.js +5 -1
- package/core/modules/widgets/codeblock.js +7 -1
- package/core/modules/widgets/count.js +1 -1
- package/core/modules/widgets/draggable.js +3 -1
- package/core/modules/widgets/droppable.js +32 -18
- package/core/modules/widgets/dropzone.js +139 -31
- package/core/modules/widgets/edit-binary.js +48 -5
- package/core/modules/widgets/edit-bitmap.js +6 -6
- package/core/modules/widgets/edit-shortcut.js +3 -3
- package/core/modules/widgets/edit.js +7 -9
- package/core/modules/widgets/element.js +28 -21
- package/core/modules/widgets/entity.js +2 -1
- package/core/modules/widgets/eventcatcher.js +181 -0
- package/core/modules/widgets/fieldmangler.js +16 -30
- package/core/modules/widgets/fields.js +40 -29
- package/core/modules/widgets/image.js +5 -5
- package/core/modules/widgets/importvariables.js +38 -26
- package/core/modules/widgets/jsontiddler.js +91 -0
- package/core/modules/widgets/keyboard.js +39 -18
- package/core/modules/widgets/let.js +96 -0
- package/core/modules/widgets/link.js +15 -5
- package/core/modules/widgets/linkcatcher.js +6 -5
- package/core/modules/widgets/list.js +70 -28
- package/core/modules/widgets/log.js +30 -0
- package/core/modules/widgets/macrocall.js +16 -4
- package/core/modules/widgets/messagecatcher.js +110 -0
- package/core/modules/widgets/navigator.js +71 -40
- package/core/modules/widgets/radio.js +26 -14
- package/core/modules/widgets/range.js +94 -12
- package/core/modules/widgets/raw.js +1 -1
- package/core/modules/widgets/reveal.js +26 -4
- package/core/modules/widgets/scrollable.js +37 -24
- package/core/modules/widgets/select.js +2 -5
- package/core/modules/widgets/setmultiplevariables.js +81 -0
- package/core/modules/widgets/setvariable.js +2 -2
- package/core/modules/widgets/text.js +1 -1
- package/core/modules/widgets/tiddler.js +1 -1
- package/core/modules/widgets/transclude.js +13 -3
- package/core/modules/widgets/vars.js +3 -5
- package/core/modules/widgets/view.js +10 -3
- package/core/modules/widgets/widget.js +75 -23
- package/core/modules/widgets/wikify.js +1 -1
- package/core/modules/wiki.js +313 -123
- package/core/palettes/Blanca.tid +1 -0
- package/core/palettes/Blue.tid +1 -0
- package/core/palettes/BrightMute.tid +1 -0
- package/core/palettes/ContrastDark.tid +1 -0
- package/core/palettes/ContrastLight.tid +1 -0
- package/core/palettes/CupertinoDark.tid +130 -0
- package/core/palettes/DarkPhotos.tid +1 -0
- package/core/palettes/DesertSand.tid +139 -0
- package/core/palettes/GruvBoxDark.tid +139 -0
- package/core/palettes/Nord.tid +21 -7
- package/core/palettes/Rocker.tid +1 -0
- package/core/palettes/SolarFlare.tid +1 -0
- package/core/palettes/SolarizedDark.tid +113 -0
- package/core/palettes/SolarizedLight.tid +88 -95
- package/core/palettes/SpartanDay.tid +1 -0
- package/core/palettes/SpartanNight.tid +1 -0
- package/core/palettes/Twilight.tid +1 -0
- package/core/palettes/Vanilla.tid +20 -0
- package/core/plugin.info +1 -0
- package/core/templates/exporters/CsvFile.tid +1 -4
- package/core/templates/exporters/JsonFile.tid +1 -4
- package/core/templates/exporters/StaticRiver.tid +1 -1
- package/core/templates/exporters/TidFile.tid +1 -0
- package/core/templates/external-js/save-all-external-js.tid +3 -1
- package/core/templates/external-js/save-offline-external-js.tid +8 -0
- package/core/templates/external-js/tiddlywiki.js.tiddlers.tid +1 -1
- package/core/templates/external-js/tiddlywiki5-external-js.html.tid +3 -2
- package/core/templates/html-div-skinny-tiddler.tid +9 -0
- package/core/templates/html-div-tiddler.tid +1 -1
- package/core/templates/html-json-skinny-tiddler.tid +4 -0
- package/core/templates/html-json-tiddler.tid +3 -0
- package/core/templates/save-all.tid +2 -1
- package/core/templates/save-lazy-all.tid +3 -0
- package/core/templates/save-lazy-images.tid +3 -0
- package/core/templates/single.tiddler.window.tid +17 -22
- package/core/templates/static.area.tid +4 -0
- package/core/templates/static.tiddler.html.tid +2 -2
- package/core/templates/store.area.template.html.tid +35 -11
- package/core/templates/tiddlywiki5.html.tid +1 -1
- package/core/ui/Actions/new-image.tid +3 -2
- package/core/ui/Actions/new-journal.tid +4 -3
- package/core/ui/Actions/new-tiddler.tid +4 -1
- package/core/ui/AdvancedSearch/Filter.tid +22 -2
- package/core/ui/AdvancedSearch/FilterButtons/clear.tid +2 -1
- package/core/ui/AdvancedSearch/FilterButtons/dropdown.tid +1 -1
- package/core/ui/AdvancedSearch/Shadows.tid +25 -7
- package/core/ui/AdvancedSearch/Standard.tid +27 -8
- package/core/ui/AdvancedSearch/System.tid +24 -7
- package/core/ui/AdvancedSearch.tid +1 -1
- package/core/ui/AlertTemplate.tid +4 -2
- package/core/ui/BinaryWarning.tid +0 -4
- package/core/ui/Components/plugin-info.tid +60 -58
- package/core/ui/Components/tag-link.tid +1 -1
- package/core/ui/ControlPanel/Advanced.tid +1 -1
- package/core/ui/ControlPanel/Appearance.tid +1 -1
- package/core/ui/ControlPanel/Basics.tid +6 -1
- package/core/ui/ControlPanel/Cascades/EditTemplateBody.tid +9 -0
- package/core/ui/ControlPanel/Cascades/StoryTiddler.tid +9 -0
- package/core/ui/ControlPanel/Cascades/TiddlerColour.tid +9 -0
- package/core/ui/ControlPanel/Cascades/TiddlerIcon.tid +9 -0
- package/core/ui/ControlPanel/Cascades/ViewTemplateBody.tid +9 -0
- package/core/ui/ControlPanel/Cascades/ViewTemplateTitle.tid +9 -0
- package/core/ui/ControlPanel/Cascades.tid +9 -0
- package/core/ui/ControlPanel/Info.tid +1 -1
- package/core/ui/ControlPanel/KeyboardShortcuts.tid +2 -2
- package/core/ui/ControlPanel/Modals/AddPlugins.tid +102 -26
- package/core/ui/ControlPanel/Plugins/Add/Updates.tid +36 -0
- package/core/ui/ControlPanel/Plugins/Installed/Languages.tid +1 -0
- package/core/ui/ControlPanel/Plugins/Installed/Plugins.tid +1 -0
- package/core/ui/ControlPanel/Plugins/Installed/Themes.tid +1 -0
- package/core/ui/ControlPanel/Plugins.tid +2 -2
- package/core/ui/ControlPanel/Saving/GitHub.tid +1 -1
- package/core/ui/ControlPanel/Saving/TiddlySpot.tid +11 -6
- package/core/ui/ControlPanel/Saving/gitea.tid +16 -0
- package/core/ui/ControlPanel/Saving.tid +1 -1
- package/core/ui/ControlPanel/Toolbars.tid +1 -1
- package/core/ui/ControlPanel.tid +1 -1
- package/core/ui/DefaultSearchResultList.tid +16 -2
- package/core/ui/EditTemplate/Preview/diffs-current.tid +1 -1
- package/core/ui/EditTemplate/Preview/diffs-shadow.tid +1 -1
- package/core/ui/EditTemplate/Preview/output.tid +1 -0
- package/core/ui/EditTemplate/body/canonical-uri.tid +13 -0
- package/core/ui/EditTemplate/body/default.tid +38 -0
- package/core/ui/EditTemplate/body-editor.tid +13 -2
- package/core/ui/EditTemplate/body-toolbar-button.tid +8 -6
- package/core/ui/EditTemplate/body.tid +1 -47
- package/core/ui/EditTemplate/fields.tid +63 -20
- package/core/ui/EditTemplate/tags.tid +17 -21
- package/core/ui/EditTemplate/title.tid +2 -2
- package/core/ui/EditTemplate/type.tid +14 -2
- package/core/ui/EditTemplate.tid +13 -13
- package/core/ui/EditToolbar/cancel.tid +3 -2
- package/core/ui/EditToolbar/delete.tid +3 -2
- package/core/ui/EditToolbar/save.tid +5 -6
- package/core/ui/EditorToolbar/clear.tid +1 -1
- package/core/ui/EditorToolbar/editor-height.tid +1 -1
- package/core/ui/EditorToolbar/file-import.tid +41 -0
- package/core/ui/EditorToolbar/line-width.tid +2 -2
- package/core/ui/EditorToolbar/link-dropdown.tid +29 -11
- package/core/ui/EditorToolbar/opacity.tid +1 -1
- package/core/ui/EditorToolbar/paint.tid +1 -1
- package/core/ui/EditorToolbar/preview.tid +4 -4
- package/core/ui/EditorToolbar/rotate-left.tid +1 -1
- package/core/ui/EditorToolbar/size.tid +1 -1
- package/core/ui/EditorToolbar/stamp-dropdown-item-template.tid +53 -0
- package/core/ui/EditorToolbar/stamp-dropdown.tid +1 -43
- package/core/ui/EditorToolbar/stamp.tid +2 -1
- package/core/ui/ExportTiddlyWikiCore.tid +22 -0
- package/core/ui/ImportListing.tid +61 -18
- package/core/ui/KeyboardShortcuts/advanced-search.tid +1 -1
- package/core/ui/KeyboardShortcuts/change-sidebar-layout.tid +8 -0
- package/core/ui/KeyboardShortcuts/save-wiki.tid +7 -0
- package/core/ui/KeyboardShortcuts/switcher.tid +5 -0
- package/core/ui/KeyboardShortcuts/toggle-sidebar.tid +1 -1
- package/core/ui/LayoutSwitcher.tid +17 -0
- package/core/ui/ListItemTemplate.tid +1 -3
- package/core/ui/ListTaggedCascade.tid +14 -0
- package/core/ui/Manager/ItemSidebarTags.tid +4 -6
- package/core/ui/MoreSideBar/Plugins.tid +1 -1
- package/core/ui/PageControls/advanced-search.tid +5 -3
- package/core/ui/PageControls/closeall.tid +4 -1
- package/core/ui/PageControls/controlpanel.tid +2 -0
- package/core/ui/PageControls/encryption.tid +8 -3
- package/core/ui/PageControls/export-tiddlywikicore.tid +22 -0
- package/core/ui/PageControls/fold-all.tid +4 -1
- package/core/ui/PageControls/full-screen.tid +4 -1
- package/core/ui/PageControls/home.tid +4 -1
- package/core/ui/PageControls/import.tid +4 -1
- package/core/ui/PageControls/language.tid +2 -1
- package/core/ui/PageControls/manager.tid +5 -1
- package/core/ui/PageControls/more-page-actions.tid +4 -1
- package/core/ui/PageControls/new-image.tid +4 -1
- package/core/ui/PageControls/new-journal.tid +5 -1
- package/core/ui/PageControls/newtiddler.tid +4 -1
- package/core/ui/PageControls/palette.tid +2 -1
- package/core/ui/PageControls/print.tid +4 -1
- package/core/ui/PageControls/refresh.tid +4 -1
- package/core/ui/PageControls/savewiki.tid +4 -1
- package/core/ui/PageControls/storyview.tid +2 -1
- package/core/ui/PageControls/tag-button.tid +5 -1
- package/core/ui/PageControls/theme.tid +2 -1
- package/core/ui/PageControls/timestamp.tid +8 -3
- package/core/ui/PageControls/unfold-all.tid +4 -1
- package/core/ui/PageControls.tid +1 -1
- package/core/ui/PageTemplate/pluginreloadwarning.tid +1 -1
- package/core/ui/PageTemplate/story.tid +1 -1
- package/core/ui/PageTemplate.tid +12 -23
- package/core/ui/PaletteManager.tid +4 -4
- package/core/ui/PluginInfoDefaultContents.tid +1 -3
- package/core/ui/PluginListItemTemplate.tid +12 -6
- package/core/ui/RootTemplate.tid +4 -0
- package/core/ui/SearchResults.tid +1 -1
- package/core/ui/SideBar/More.tid +2 -2
- package/core/ui/SideBar/Open.tid +2 -2
- package/core/ui/SideBarSegments/search.tid +64 -25
- package/core/ui/SideBarSegments/tabs.tid +1 -1
- package/core/ui/StoryTiddlerTemplate.tid +3 -0
- package/core/ui/SwitcherModal.tid +11 -0
- package/core/ui/TagManager.tid +5 -0
- package/core/ui/TagPickerTagTemplate.tid +23 -0
- package/core/ui/TagTemplate.tid +2 -2
- package/core/ui/TiddlerIcon.tid +8 -0
- package/core/ui/TiddlerInfo/Advanced.tid +1 -1
- package/core/ui/TiddlerInfo.tid +1 -1
- package/core/ui/TopRightBar/menu.tid +6 -6
- package/core/ui/ViewTemplate/body/blank.tid +3 -0
- package/core/ui/ViewTemplate/body/code.tid +3 -0
- package/core/ui/ViewTemplate/body/default.tid +7 -0
- package/core/ui/ViewTemplate/{import.tid → body/import.tid} +9 -3
- package/core/ui/ViewTemplate/body/plugin.tid +10 -0
- package/core/ui/ViewTemplate/body.tid +1 -9
- package/core/ui/ViewTemplate/subtitle.tid +3 -3
- package/core/ui/ViewTemplate/title/default.tid +6 -0
- package/core/ui/ViewTemplate/title/system.tid +6 -0
- package/core/ui/ViewTemplate/title.tid +7 -18
- package/core/ui/ViewTemplate.tid +8 -1
- package/core/ui/ViewToolbar/clone.tid +0 -1
- package/core/ui/ViewToolbar/close-others.tid +0 -1
- package/core/ui/ViewToolbar/edit.tid +0 -1
- package/core/ui/ViewToolbar/fold-others.tid +0 -1
- package/core/ui/ViewToolbar/fold.tid +0 -2
- package/core/ui/ViewToolbar/info.tid +1 -0
- package/core/ui/ViewToolbar/more-tiddler-actions.tid +0 -1
- package/core/ui/ViewToolbar/new-here.tid +3 -2
- package/core/ui/ViewToolbar/new-journal-here.tid +2 -1
- package/core/ui/ViewToolbar/open-window.tid +0 -1
- package/core/ui/ViewToolbar/permalink.tid +0 -1
- package/core/ui/ViewToolbar/permaview.tid +0 -1
- package/core/wiki/config/AutoFocus.tid +2 -0
- package/core/wiki/config/EditModeFieldnameFilter.tid +3 -0
- package/core/wiki/config/EditTabIndex.tid +2 -0
- package/core/wiki/config/EditTemplateBodyFilters.multids +5 -0
- package/core/wiki/config/EditorEnableImportFilter.tid +4 -0
- package/core/wiki/config/EditorImportContentTypesFilter.tid +4 -0
- package/core/wiki/config/OfficialPluginLibrary.tid +1 -1
- package/core/wiki/config/RegisterPluginTypes.multids +7 -0
- package/core/wiki/config/SaverFilter.tid +1 -1
- package/core/wiki/config/ServerExternalFiltersDefault.tid +2 -0
- package/core/wiki/config/ShortcutInfo.multids +15 -0
- package/core/wiki/config/StoryTiddlerTemplateFilters.multids +5 -0
- package/core/wiki/config/SwitcherTargets.multids +6 -0
- package/core/wiki/config/SyncFilter.tid +1 -1
- package/core/wiki/config/SyncSystemTiddlersFromServer.tid +3 -0
- package/core/wiki/config/TiddlerColourFilters.multids +5 -0
- package/core/wiki/config/TiddlerIconFilters.multids +5 -0
- package/core/wiki/config/ViewTemplateBodyFilters.multids +8 -0
- package/core/wiki/config/ViewTemplateTitleFilters.multids +5 -0
- package/core/wiki/config/shortcuts/shortcuts-mac.multids +1 -0
- package/core/wiki/config/shortcuts/shortcuts.multids +13 -0
- package/core/wiki/currpalettepreview.tid +32 -3
- package/core/wiki/debugstylesheets.tid +9 -0
- package/core/wiki/macros/CSS.tid +2 -2
- package/core/wiki/macros/colour-picker.tid +2 -2
- package/core/wiki/macros/export.tid +10 -6
- package/core/wiki/macros/keyboard-driven-input.tid +88 -0
- package/core/wiki/macros/list.tid +8 -8
- package/core/wiki/macros/tabs.tid +8 -4
- package/core/wiki/macros/tag-picker.tid +75 -26
- package/core/wiki/macros/tag.tid +5 -3
- package/core/wiki/macros/timeline.tid +2 -3
- package/core/wiki/macros/toc.tid +5 -5
- package/core/wiki/minifocusswitcher.tid +7 -0
- package/core/wiki/peek-stylesheets.tid +3 -0
- package/core/wiki/tags/ControlPanelPlugins.tid +1 -1
- package/core/wiki/tags/EditTemplateBodyFilter.tid +2 -0
- package/core/wiki/tags/PluginLibrary.tid +2 -0
- package/core/wiki/tags/StoryTiddlerTemplateFilter.tid +2 -0
- package/core/wiki/tags/TiddlerColourFilter.tid +3 -0
- package/core/wiki/tags/TiddlerIconFilter.tid +3 -0
- package/core/wiki/tags/ViewTemplateBodyFilter.tid +3 -0
- package/core/wiki/tags/ViewTemplateTitleFilter.tid +3 -0
- package/core/wiki/title.tid +4 -1
- package/core/wiki/viewswitcher.tid +3 -6
- package/editions/de-AT/tiddlers/external/tiddlywiki.files +12 -0
- package/editions/de-AT/tiddlers/intro/HelloThumbnail_-_Latest_Version.tid +1 -1
- package/editions/de-AT/tiddlers/system/static.content.tid +2 -2
- package/editions/de-AT/tiddlywiki.info +3 -2
- package/editions/de-AT-server/tiddlywiki.info +2 -1
- package/editions/de-DE/tiddlywiki.info +3 -2
- package/editions/dev/tiddlers/Continuous Deployment.tid +3 -3
- package/editions/dev/tiddlers/HelloThere.tid +3 -1
- package/editions/dev/tiddlers/build/Releasing a new version of TiddlyWiki.tid +2 -2
- package/editions/dev/tiddlers/from Heigele and Jurke/Data-Storage.tid +1 -9
- package/editions/dev/tiddlers/from Heigele and Jurke/wikimethod module type.tid +3 -2
- package/editions/dev/tiddlers/from tw5.com/How to create plugins in the browser.tid +1 -1
- package/editions/dev/tiddlers/from tw5.com/moduletypes/SyncAdaptorModules.tid +59 -5
- package/editions/dev/tiddlers/from tw5.com/moduletypes/WikiRuleModules.tid +6 -5
- package/editions/dev/tiddlers/indexer modules.tid +55 -0
- package/editions/dev/tiddlers/new/Data Storage in Single File TiddlyWiki.tid +100 -0
- package/editions/dev/tiddlers/new/Data Storage.tid +10 -0
- package/editions/dev/tiddlers/new/HookMechanism.tid +15 -2
- package/editions/dev/tiddlers/new/Hook_ th-before-importing.tid +68 -0
- package/editions/dev/tiddlers/new/Hook_ th-closing-tiddler.tid +20 -0
- package/editions/dev/tiddlers/new/Hook__th-importing-tiddler.tid +3 -1
- package/editions/dev/tiddlers/new/Hook__th-rendering-element.tid +35 -0
- package/editions/dev/tiddlers/new/Hook_th-make-tiddler-path.tid +14 -0
- package/editions/dev/tiddlers/new/ParserSubclassingMechanism.tid +42 -0
- package/editions/dev/tiddlers/new/TiddlyWiki Drag and Drop Interop.tid +15 -0
- package/editions/dev/tiddlers/new/dragndropinterop.html +35 -0
- package/editions/dev/tiddlers/new/dragndropinterop.html.meta +3 -0
- package/editions/dev/tiddlers/new/save-dragndropinterop.tid +3 -0
- package/editions/dev/tiddlers/new/th-saving-tiddler.tid +3 -2
- package/editions/dev/tiddlers/system/static.content.tid +2 -2
- package/editions/dev/tiddlywiki.info +2 -1
- package/editions/dynaviewdemo/tiddlers/ViewTemplate.tid +4 -7
- package/editions/es-ES/tiddlers/Page_and_tiddler_layout_customisation.tid +3 -3
- package/editions/es-ES/tiddlywiki.info +3 -2
- package/editions/es-ES-server/tiddlywiki.info +2 -1
- package/editions/fr-FR/tiddlers/HelloThumbnail - Latest Version.tid +1 -1
- package/editions/fr-FR/tiddlers/Page and tiddler layout customisation.tid +3 -3
- package/editions/fr-FR/tiddlywiki.info +3 -2
- package/editions/fr-FR-server/tiddlywiki.info +2 -1
- package/editions/full/tiddlywiki.info +1 -0
- package/editions/innerwikidemo/tiddlywiki.info +2 -1
- package/editions/introduction/tiddlers/slides/TiddlyWiki.tid +1 -1
- package/editions/introduction/tiddlers/slides/Translations.tid +4 -6
- package/editions/introduction/tiddlers/system/styles.tid +2 -1
- package/editions/introduction/tiddlywiki.info +8 -1
- package/editions/ja-JP/tiddlywiki.info +3 -2
- package/editions/ko-KR/tiddlers/system/static.content.tid +2 -2
- package/editions/ko-KR/tiddlywiki.info +3 -2
- package/editions/ko-KR-server/tiddlywiki.info +2 -1
- package/editions/markdowndemo/tiddlers/HelloThere.tid +2 -29
- package/editions/markdowndemo/tiddlers/MarkdownExample.tid +20 -21
- package/editions/prerelease/tiddlers/$__StoryList.tid +5 -0
- package/editions/prerelease/tiddlers/Release 5.2.2.tid +54 -0
- package/editions/prerelease/tiddlers/system/PrereleaseLocalPluginLibrary.tid +1 -1
- package/editions/prerelease/tiddlers/system/PrereleaseOfficialPluginLibrary.tid +1 -1
- package/editions/prerelease/tiddlers/system/download-empty.tid +9 -0
- package/editions/prerelease/tiddlers/system/favicon.ico +0 -0
- package/editions/prerelease/tiddlers/system/favicon.ico.meta +2 -0
- package/editions/prerelease/tiddlers/system/stickytitles.tid +1 -1
- package/editions/prerelease/tiddlywiki.info +3 -2
- package/editions/server/tiddlywiki.info +1 -6
- package/editions/server-external-js/tiddlywiki.info +26 -0
- package/editions/share/tiddlywiki.info +14 -0
- package/editions/test/tiddlers/tests/data/deserializers/case 1.tid +4 -0
- package/editions/test/tiddlers/tests/data/deserializers/case 2.tid +12 -0
- package/editions/test/tiddlers/tests/data/deserializers/case 3.tid +18 -0
- package/editions/test/tiddlers/tests/data/deserializers/case 4.tid +19 -0
- package/editions/test/tiddlers/tests/data/deserializers/case 5.tid +20 -0
- package/editions/test/tiddlers/tests/test-backlinks.js +132 -0
- package/editions/test/tiddlers/tests/test-compare-filter.js +84 -0
- package/editions/test/tiddlers/tests/test-deserializers.js +39 -0
- package/editions/test/tiddlers/tests/test-filters.js +885 -468
- package/editions/test/tiddlers/tests/test-html-parser.js +18 -12
- package/editions/test/tiddlers/tests/test-linked-list.js +270 -0
- package/editions/test/tiddlers/tests/test-parsetextreference.js +132 -0
- package/editions/test/tiddlers/tests/test-prefixes-filter.js +440 -0
- package/editions/test/tiddlers/tests/test-tags.js +1 -1
- package/editions/test/tiddlers/tests/test-utils.js +62 -0
- package/editions/test/tiddlers/tests/test-widget.js +460 -149
- package/editions/test/tiddlers/tests/test-wikitext-parser.js +127 -20
- package/editions/tw5.com/tiddlers/$__StoryList.tid +5 -0
- package/editions/tw5.com/tiddlers/about/Developers.tid +8 -3
- package/editions/tw5.com/tiddlers/about/History of TiddlyWiki.tid +1 -1
- package/editions/tw5.com/tiddlers/{License.tid → about/License.tid} +3 -3
- package/editions/tw5.com/tiddlers/commands/BuildCommand.tid +1 -1
- package/editions/tw5.com/tiddlers/commands/NamedCommandParameters.tid +2 -2
- package/editions/tw5.com/tiddlers/community/Community Editions.tid +24 -0
- package/editions/tw5.com/tiddlers/community/Community Links Aggregator.tid +10 -0
- package/editions/tw5.com/tiddlers/community/Community Palettes.tid +24 -0
- package/editions/tw5.com/tiddlers/community/Community Plugins.tid +24 -0
- package/editions/tw5.com/tiddlers/community/Community Themes.tid +24 -0
- package/editions/tw5.com/tiddlers/community/Community.tid +5 -3
- package/editions/tw5.com/tiddlers/community/Contributing.tid +49 -13
- package/editions/tw5.com/tiddlers/community/Forums.tid +7 -11
- package/editions/tw5.com/tiddlers/community/Other Resources.tid +24 -0
- package/editions/tw5.com/tiddlers/community/TW Icons by morosanuae.tid +9 -0
- package/editions/tw5.com/tiddlers/community/TiddlyWiki Hangouts.tid +2 -2
- package/editions/tw5.com/tiddlers/community/editions/Drift by Tony K.tid +17 -0
- package/editions/tw5.com/tiddlers/community/editions/Stroll by David Gifford.tid +18 -0
- package/editions/tw5.com/tiddlers/community/editions/TiddlyResearch by Kebi.tid +25 -0
- package/editions/tw5.com/tiddlers/community/{resources → editions}/_Cardo-A Task and Project Management Wiki_ by David_Szego.tid +2 -2
- package/editions/tw5.com/tiddlers/community/{resources → editions}/_Noteself_ by Danielo Rodriguez.tid +4 -2
- package/editions/tw5.com/tiddlers/community/examples/PETTIL.tid +2 -2
- package/editions/tw5.com/tiddlers/community/examples/Reveal.js by Devin Weaver.tid +20 -0
- package/editions/tw5.com/tiddlers/community/{resources → examples}/_Lucky Sushi_ online shop by sini-Kit.tid +4 -4
- package/editions/tw5.com/tiddlers/community/palettes/Dracula for tiddlywiki.tid +22 -0
- package/editions/tw5.com/tiddlers/community/palettes/palletes by JD.tid +20 -0
- package/editions/tw5.com/tiddlers/community/{resources → plugins}/Ace Editor Plugin by Joerg Plewe.tid +2 -2
- package/editions/tw5.com/tiddlers/community/{resources → plugins}/BJHacks.tid +2 -2
- package/editions/tw5.com/tiddlers/community/{resources → plugins}/Disqus comments plugin by bimlas.tid +2 -2
- package/editions/tw5.com/tiddlers/community/{resources → plugins}/Encrypt single tiddler plugin.tid +2 -2
- package/editions/tw5.com/tiddlers/community/{resources → plugins}/Eucalys Tiddly World.tid +4 -3
- package/editions/tw5.com/tiddlers/community/plugins/Favorites by Mohammad.tid +18 -0
- package/editions/tw5.com/tiddlers/community/{resources → plugins}/Full Text Search Plugin by Rob Hoelz.tid +2 -2
- package/editions/tw5.com/tiddlers/community/{resources → plugins}/GSD5.tid +3 -3
- package/editions/tw5.com/tiddlers/community/{resources → plugins}/IndexedDB Plugin by Andreas Abeck.tid +2 -2
- package/editions/tw5.com/tiddlers/community/{resources → plugins}/Json Mangler plugin by Joshua Fontany.tid +5 -4
- package/editions/tw5.com/tiddlers/community/{resources → plugins}/Kin filter operator by bimlas.tid +2 -2
- package/editions/tw5.com/tiddlers/community/plugins/Kookma Plugin Library by Mohammad.tid +15 -0
- package/editions/tw5.com/tiddlers/community/{resources → plugins}/Leaflet_maps_plugin_by_Sylvain_Comte.tid +2 -2
- package/editions/tw5.com/tiddlers/community/{resources → plugins}/Locator plugin by bimlas.tid +2 -2
- package/editions/tw5.com/tiddlers/community/{resources → plugins}/MathJax Plugin by Martin Kantor.tid +2 -2
- package/editions/tw5.com/tiddlers/community/{resources → plugins}/Plugins by TheDiveO.tid +2 -2
- package/editions/tw5.com/tiddlers/community/plugins/Refnotes by Mohammad.tid +22 -0
- package/editions/tw5.com/tiddlers/community/plugins/Searchwikis by Mohammad.tid +21 -0
- package/editions/tw5.com/tiddlers/community/plugins/Shiraz by Mohammad.tid +32 -0
- package/editions/tw5.com/tiddlers/community/plugins/Slider by Mohammad.tid +18 -0
- package/editions/tw5.com/tiddlers/community/plugins/Tiddler Commander by Mohammad.tid +25 -0
- package/editions/tw5.com/tiddlers/community/{resources → plugins}/TiddlyClip by buggyjay.tid +2 -2
- package/editions/tw5.com/tiddlers/community/{resources → plugins}/TiddlyMap by Felix Kuppers.tid +2 -2
- package/editions/tw5.com/tiddlers/community/{resources → plugins}/TiddlyWiki for Scholars.tid +2 -2
- package/editions/tw5.com/tiddlers/community/plugins/Tiddlyshow by Mohammad.tid +16 -0
- package/editions/tw5.com/tiddlers/community/plugins/Timelines by Mohammad.tid +14 -0
- package/editions/tw5.com/tiddlers/community/{resources → plugins}/Tinka by Andreas Hahn.tid +2 -2
- package/editions/tw5.com/tiddlers/community/plugins/Todolist by Mohammad.tid +14 -0
- package/editions/tw5.com/tiddlers/community/plugins/Trashbin by Mohammad.tid +14 -0
- package/editions/tw5.com/tiddlers/community/plugins/Utility by Mohammad.tid +13 -0
- package/editions/tw5.com/tiddlers/community/{resources → plugins}/_JD Mobile Layout plugin_ by JD.tid +2 -2
- package/editions/tw5.com/tiddlers/community/{resources → plugins}/_Mal's Sandbox_ by Mal.tid +2 -2
- package/editions/tw5.com/tiddlers/community/{resources → plugins}/_SK_Plugins_ by Stephen Kimmel.tid +2 -2
- package/editions/tw5.com/tiddlers/community/{resources → plugins}/_Slides and Stories_ by Jan.tid +2 -2
- package/editions/tw5.com/tiddlers/community/{resources → plugins}/_TW5-TeXZilla_ plugin by Joe Renes.tid +2 -2
- package/editions/tw5.com/tiddlers/community/{resources → plugins}/_Tekan_ Kanban that stays with you_ by Riz.tid +2 -2
- package/editions/tw5.com/tiddlers/community/{resources → plugins}/datepicker based on Pikaday.tid +2 -2
- package/editions/tw5.com/tiddlers/community/{resources → plugins}/rboue's plugins for TiddlyWiki.tid +2 -2
- package/editions/tw5.com/tiddlers/community/{resources → plugins}/vis.js Timeline.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/BrainTest.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/Code styles and auto format settings for IDEs.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/CouchDB Adaptor.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/Filter Examples by Tobias Beer.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/Font Awesome 5 Free SVGs for TiddlyWiki by morosanuae.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/Gospel_Bubbles_by_Rev_David_Gifford.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/Grok TiddlyWiki by Soren Bjornstad.tid +16 -0
- package/editions/tw5.com/tiddlers/community/resources/Heeg.ru.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/Projectify by Nicolas Petton.tid +20 -0
- package/editions/tw5.com/tiddlers/community/resources/RegExp in Tiddlywiki by Mohammad.tid +19 -0
- package/editions/tw5.com/tiddlers/community/resources/SeeAlso by Matias Goldman.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/Semantic Colors by Mohammad.tid +22 -0
- package/editions/tw5.com/tiddlers/community/resources/TB5 a pocket full of tips by Tobias Beer.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/TW-Scripts by Mohammad.tid +22 -0
- package/editions/tw5.com/tiddlers/community/resources/TW5 Magick.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/TW5-SingleExecutable_by_Jed_Carty.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/TW5-firebase_ TiddlyWiki5 for Google Firebase by Peter Neumark.tid +27 -0
- package/editions/tw5.com/tiddlers/community/resources/TWCommunitySearch.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/TWaddle by Matias Goldman.tid +1 -1
- package/editions/tw5.com/tiddlers/community/resources/TiddlyChrome by Arlen Beiler.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/TiddlyDrive Add-on for Google Drive by Joshua Stubbs.tid +6 -4
- package/editions/tw5.com/tiddlers/community/resources/TiddlyServer by Arlen Beiler.tid +5 -3
- package/editions/tw5.com/tiddlers/community/resources/TiddlyWiki Notes.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/TiddlyWiki Posts.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/TiddlyWiki Video Tutorials by Francis Meetze.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/TiddlyWiki extensions for Sublime Text 3 by roma0104.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/TiddlyWiki extensions for ViM.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/TiddlyWiki guide FR.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/TiddlyWiki wu.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/TiddlyWiki5 Playground.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/TiddlyWiki5 Squared by Iannis Zannos.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/Twexe_ Single File Tiddlywiki5 executable.tid +29 -0
- package/editions/tw5.com/tiddlers/community/resources/Widdly by Opennota.tid +3 -3
- package/editions/tw5.com/tiddlers/community/resources/Wikilabs by PMario.tid +3 -3
- package/editions/tw5.com/tiddlers/community/resources/Wills QnD gTD.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/_ATWiki_ by Lamusia Project.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/_Dropboard_ by Reid Gould.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/_Dynamic Tables_ by Jed Carty.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/_Hacks_ by Thomas Elmiger.tid +3 -2
- package/editions/tw5.com/tiddlers/community/resources/_In My Socks_ by Jed Carty.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/_MathCell_ by Ste Wilson.tid +3 -2
- package/editions/tw5.com/tiddlers/community/resources/_TWeb.at_ by Mario Pietsch.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/_TiddlyServer_ by Matt Lauber.tid +6 -3
- package/editions/tw5.com/tiddlers/community/resources/_TiddlyWiki Knowledge Network_ by Dmitry Sokolov.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/_TiddlyWiki Toolmap_ by David Gifford.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/_TiddlyWiki5 Bourbon_ from mkt_memory.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/_TiddlyWiki5 Forum on Reddit_ by Riz.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/_Timimi_ Extension and executable by Riz.tid +24 -8
- package/editions/tw5.com/tiddlers/community/resources/_X3DOM for TiddlyWiki 5_ by Jamal Wills.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/_file-backups_ Extension Firefox by pmario.tid +5 -3
- package/editions/tw5.com/tiddlers/community/resources/_muritest_ by Simon Huber.tid +2 -2
- package/editions/tw5.com/tiddlers/community/resources/_savetiddlers_ Extension for Chrome and Firefox by buggyj.tid +4 -2
- package/editions/tw5.com/tiddlers/community/resources/twproxy by Steve Gattuso.tid +2 -2
- package/editions/tw5.com/tiddlers/community/themes/Mono theme by JD.tid +11 -0
- package/editions/tw5.com/tiddlers/community/themes/Notebook theme by Nicolas Petton.tid +19 -0
- package/editions/tw5.com/tiddlers/community/themes/Whitespace a negative-spacious webapp-nostalgic theme by JD.tid +11 -0
- package/editions/tw5.com/tiddlers/community/{resources → themes}/_Ghostwriter theme by Rory Gibson_ by Riz.tid +2 -2
- package/editions/tw5.com/tiddlers/community/{resources → themes}/_Moments-A little color won't hurt_ by Riz.tid +2 -2
- package/editions/tw5.com/tiddlers/community/tutorials/GitHub Saver Tutorial by Mohammad.tid +23 -0
- package/editions/tw5.com/tiddlers/concepts/Cascades.tid +47 -0
- package/editions/tw5.com/tiddlers/concepts/ColourPalettes.tid +1 -1
- package/editions/tw5.com/tiddlers/concepts/Concepts.tid +5 -3
- package/editions/tw5.com/tiddlers/concepts/Date Fields.tid +5 -4
- package/editions/tw5.com/tiddlers/concepts/Edit Template Body Cascade.tid +16 -0
- package/editions/tw5.com/tiddlers/concepts/InfoPanel.tid +3 -3
- package/editions/tw5.com/tiddlers/concepts/Macros.tid +2 -2
- package/editions/tw5.com/tiddlers/concepts/Messages.tid +2 -2
- package/editions/tw5.com/tiddlers/concepts/ModuleType.tid +2 -2
- package/editions/tw5.com/tiddlers/concepts/Modules.tid +1 -1
- package/editions/tw5.com/tiddlers/concepts/Order of Tagged Tiddlers.tid +1 -1
- package/editions/tw5.com/tiddlers/concepts/PermaLinks.tid +4 -4
- package/editions/tw5.com/tiddlers/concepts/Railroad Diagrams.tid +2 -1
- package/editions/tw5.com/tiddlers/concepts/ShadowTiddlers.tid +14 -3
- package/editions/tw5.com/tiddlers/concepts/Story Tiddler Template Cascade.tid +16 -0
- package/editions/tw5.com/tiddlers/concepts/Story Tiddler Template.tid +13 -0
- package/editions/tw5.com/tiddlers/concepts/SystemTags.tid +9 -8
- package/editions/tw5.com/tiddlers/concepts/TagTiddlers.tid +1 -1
- package/editions/tw5.com/tiddlers/concepts/Tiddler Colour Cascade.tid +16 -0
- package/editions/tw5.com/tiddlers/concepts/Tiddler Icon Cascade.tid +16 -0
- package/editions/tw5.com/tiddlers/concepts/TiddlerFields.tid +36 -33
- package/editions/tw5.com/tiddlers/concepts/Transclusion.tid +1 -1
- package/editions/tw5.com/tiddlers/concepts/View Template Body Cascade.tid +19 -0
- package/editions/tw5.com/tiddlers/concepts/View Template Title Cascade.tid +16 -0
- package/editions/tw5.com/tiddlers/customising/Alternative page layouts.tid +15 -0
- package/editions/tw5.com/tiddlers/customising/Configuring startup tiddlers.tid +3 -1
- package/editions/tw5.com/tiddlers/customising/Creating new toolbar buttons.tid +35 -0
- package/editions/tw5.com/tiddlers/customising/Customise TiddlyWiki.tid +6 -5
- package/editions/tw5.com/tiddlers/customising/Customising TiddlyWiki's user interface.tid +75 -0
- package/editions/tw5.com/tiddlers/customising/Customising search results.tid +19 -1
- package/editions/tw5.com/tiddlers/definitions/BT.tid +3 -2
- package/editions/tw5.com/tiddlers/definitions/Base64.tid +1 -1
- package/editions/tw5.com/tiddlers/definitions/Cascading Style Sheets.tid +1 -1
- package/editions/tw5.com/tiddlers/definitions/Comma Separated Values.tid +1 -1
- package/editions/tw5.com/tiddlers/definitions/Data URI.tid +1 -1
- package/editions/tw5.com/tiddlers/definitions/Document Object Model.tid +1 -1
- package/editions/tw5.com/tiddlers/definitions/GitHub.tid +1 -1
- package/editions/tw5.com/tiddlers/definitions/HyperText Markup Language.tid +1 -1
- package/editions/tw5.com/tiddlers/definitions/JavaScript Object Notation.tid +1 -1
- package/editions/tw5.com/tiddlers/definitions/MathML.tid +2 -2
- package/editions/tw5.com/tiddlers/definitions/OpenSource.tid +1 -1
- package/editions/tw5.com/tiddlers/definitions/Osmosoft.tid +3 -2
- package/editions/tw5.com/tiddlers/definitions/Percent Encoding.tid +1 -1
- package/editions/tw5.com/tiddlers/definitions/Quine.tid +1 -1
- package/editions/tw5.com/tiddlers/definitions/TiddlyFox.tid +2 -2
- package/editions/tw5.com/tiddlers/definitions/URI.tid +1 -1
- package/editions/tw5.com/tiddlers/definitions/Web Developer Tools.tid +7 -0
- package/editions/tw5.com/tiddlers/definitions/node-webkit.tid +2 -1
- package/editions/tw5.com/tiddlers/demonstrations/Alice in Wonderland.tid +4 -3707
- package/editions/tw5.com/tiddlers/demonstrations/Apple.tid +2 -2
- package/editions/tw5.com/tiddlers/demonstrations/Caruso - Ave Maria.tid +1 -0
- package/editions/tw5.com/tiddlers/demonstrations/CustomStoryTiddlerTemplateDemo.tid/Demo Tiddler List with Custom Story Tiddler Template.tid +10 -0
- package/editions/tw5.com/tiddlers/demonstrations/CustomStoryTiddlerTemplateDemo.tid/Styles.tid +31 -0
- package/editions/tw5.com/tiddlers/demonstrations/CustomStoryTiddlerTemplateDemo.tid/Template.tid +25 -0
- package/editions/tw5.com/tiddlers/demonstrations/CustomStoryTiddlerTemplateDemo.tid/TiddlerTemplateFilter.tid +5 -0
- package/editions/tw5.com/tiddlers/demonstrations/CustomTiddlerColourCascadeDemo/CustomTiddlerColourCascadeDemo.tid +9 -0
- package/editions/tw5.com/tiddlers/demonstrations/CustomTiddlerIconCascadeDemo/CustomTiddlerIconCascadeDemo.tid +9 -0
- package/editions/tw5.com/tiddlers/demonstrations/ImageGallery Example.tid +5 -16
- package/editions/tw5.com/tiddlers/demonstrations/KeyboardDrivenInput/Demonstration_ keyboard-driven-input Macro.tid +121 -0
- package/editions/tw5.com/tiddlers/demonstrations/KeyboardDrivenInput/kdi-demo-configtid.tid +7 -0
- package/editions/tw5.com/tiddlers/demonstrations/SampleNotification.tid +2 -1
- package/editions/tw5.com/tiddlers/demonstrations/SampleTiddlerFirst.tid +3 -1
- package/editions/tw5.com/tiddlers/demonstrations/SampleTiddlerSecond.tid +3 -1
- package/editions/tw5.com/tiddlers/demonstrations/SampleTiddlerThird.tid +3 -1
- package/editions/tw5.com/tiddlers/demonstrations/SampleWizard.tid +2 -1
- package/editions/tw5.com/tiddlers/demonstrations/SampleWizard2.tid +2 -1
- package/editions/tw5.com/tiddlers/demonstrations/TableOfContents/Contents.tid +3 -2
- package/editions/tw5.com/tiddlers/demonstrations/TableOfContents/First.tid +3 -3
- package/editions/tw5.com/tiddlers/demonstrations/TableOfContents/FirstOne.tid +2 -2
- package/editions/tw5.com/tiddlers/demonstrations/TableOfContents/FirstThree.tid +2 -2
- package/editions/tw5.com/tiddlers/demonstrations/TableOfContents/FirstTwo.tid +2 -2
- package/editions/tw5.com/tiddlers/demonstrations/TableOfContents/Fourth.tid +2 -2
- package/editions/tw5.com/tiddlers/demonstrations/TableOfContents/Second.tid +2 -2
- package/editions/tw5.com/tiddlers/demonstrations/TableOfContents/SecondOne.tid +2 -2
- package/editions/tw5.com/tiddlers/demonstrations/TableOfContents/SecondThree.tid +3 -3
- package/editions/tw5.com/tiddlers/demonstrations/TableOfContents/SecondThreeOne.tid +2 -2
- package/editions/tw5.com/tiddlers/demonstrations/TableOfContents/SecondThreeThree.tid +2 -2
- package/editions/tw5.com/tiddlers/demonstrations/TableOfContents/SecondThreeTwo.tid +2 -2
- package/editions/tw5.com/tiddlers/demonstrations/TableOfContents/SecondTwo.tid +2 -2
- package/editions/tw5.com/tiddlers/demonstrations/TableOfContents/Third.tid +3 -3
- package/editions/tw5.com/tiddlers/demonstrations/TableOfContents/ThirdOne.tid +2 -2
- package/editions/tw5.com/tiddlers/demonstrations/TableOfContents/ThirdThree.tid +2 -2
- package/editions/tw5.com/tiddlers/demonstrations/TableOfContents/ThirdTwo.tid +2 -2
- package/editions/tw5.com/tiddlers/demonstrations/Tagged with TagMacro.tid +2 -1
- package/editions/tw5.com/tiddlers/demonstrations/Tasks/Compose ballad.tid +3 -3
- package/editions/tw5.com/tiddlers/demonstrations/Tasks/Get the Ring.tid +3 -3
- package/editions/tw5.com/tiddlers/demonstrations/Tasks/Go to Mordor.tid +3 -3
- package/editions/tw5.com/tiddlers/demonstrations/Tasks/Kill the Dragon.tid +4 -4
- package/editions/tw5.com/tiddlers/demonstrations/Tasks/Make the beds.tid +3 -3
- package/editions/tw5.com/tiddlers/demonstrations/Tasks/TaskManagementExample.tid +2 -2
- package/editions/tw5.com/tiddlers/demonstrations/Tasks/TaskManagementExampleDraggable.tid +2 -2
- package/editions/tw5.com/tiddlers/demonstrations/Tasks/TaskManagementExampleDraggableTemplate.tid +1 -1
- package/editions/tw5.com/tiddlers/demonstrations/Tasks/done.tid +3 -1
- package/editions/tw5.com/tiddlers/demonstrations/Tasks/task.tid +3 -2
- package/editions/tw5.com/tiddlers/demonstrations/Weekdays/Days of the Week.tid +5 -4
- package/editions/tw5.com/tiddlers/demonstrations/Weekdays/Friday.tid +2 -1
- package/editions/tw5.com/tiddlers/demonstrations/Weekdays/Monday.tid +2 -1
- package/editions/tw5.com/tiddlers/demonstrations/Weekdays/Saturday.tid +3 -2
- package/editions/tw5.com/tiddlers/demonstrations/Weekdays/Sunday.tid +2 -1
- package/editions/tw5.com/tiddlers/demonstrations/Weekdays/Thursday.tid +2 -1
- package/editions/tw5.com/tiddlers/demonstrations/Weekdays/Tuesday.tid +2 -1
- package/editions/tw5.com/tiddlers/demonstrations/Weekdays/Wednesday.tid +2 -1
- package/editions/tw5.com/tiddlers/demonstrations/sampletag1.tid +3 -0
- package/editions/tw5.com/tiddlers/demonstrations/sampletag2.tid +3 -0
- package/editions/tw5.com/tiddlers/features/AutoSave.tid +2 -2
- package/editions/tw5.com/tiddlers/features/DateFormat.tid +15 -2
- package/editions/tw5.com/tiddlers/features/Importing Tiddlers.tid +3 -3
- package/editions/tw5.com/tiddlers/features/LazyLoading.tid +2 -3
- package/editions/tw5.com/tiddlers/features/Modals.tid +11 -2
- package/editions/tw5.com/tiddlers/features/Performance Instrumentation.tid +2 -2
- package/editions/tw5.com/tiddlers/features/SafeMode.tid +4 -2
- package/editions/tw5.com/tiddlers/features/Scalability.tid +4 -2
- package/editions/tw5.com/tiddlers/features/Searching in TiddlyWiki.tid +1 -1
- package/editions/tw5.com/tiddlers/features/StartupActions.tid +15 -6
- package/editions/tw5.com/tiddlers/fileformats/TiddlerFiles.tid +15 -4
- package/editions/tw5.com/tiddlers/filters/Filter Operators.tid +4 -4
- package/editions/tw5.com/tiddlers/filters/Introduction to filter notation.tid +11 -4
- package/editions/tw5.com/tiddlers/filters/Mathematics Operators.tid +2 -1
- package/editions/tw5.com/tiddlers/filters/acos Operator.tid +15 -0
- package/editions/tw5.com/tiddlers/filters/asin Operator.tid +15 -0
- package/editions/tw5.com/tiddlers/filters/atan Operator.tid +13 -0
- package/editions/tw5.com/tiddlers/filters/atan2 Operator.tid +15 -0
- package/editions/tw5.com/tiddlers/filters/average.tid +13 -0
- package/editions/tw5.com/tiddlers/filters/charcode.tid +17 -0
- package/editions/tw5.com/tiddlers/filters/compare Operator.tid +51 -0
- package/editions/tw5.com/tiddlers/filters/contains Operator.tid +1 -1
- package/editions/tw5.com/tiddlers/filters/cos Operator.tid +13 -0
- package/editions/tw5.com/tiddlers/filters/cycle Operator.tid +24 -0
- package/editions/tw5.com/tiddlers/filters/deserializers Operator.tid +14 -0
- package/editions/tw5.com/tiddlers/filters/duplicateslugs Operator.tid +22 -0
- package/editions/tw5.com/tiddlers/filters/each.tid +2 -2
- package/editions/tw5.com/tiddlers/filters/enlist Operator.tid +2 -3
- package/editions/tw5.com/tiddlers/filters/enlist-input Operator.tid +31 -0
- package/editions/tw5.com/tiddlers/filters/examples/Brownies.tid +9 -0
- package/editions/tw5.com/tiddlers/filters/examples/Chick Peas.tid +9 -0
- package/editions/tw5.com/tiddlers/filters/examples/How to remove stop words.tid +28 -0
- package/editions/tw5.com/tiddlers/filters/examples/Milk.tid +9 -0
- package/editions/tw5.com/tiddlers/filters/examples/Rice Pudding.tid +9 -0
- package/editions/tw5.com/tiddlers/filters/examples/acos Operator (Examples).tid +7 -0
- package/editions/tw5.com/tiddlers/filters/examples/allbefore.tid +1 -0
- package/editions/tw5.com/tiddlers/filters/examples/asin Operator (Examples).tid +7 -0
- package/editions/tw5.com/tiddlers/filters/examples/atan Operator (Examples).tid +7 -0
- package/editions/tw5.com/tiddlers/filters/examples/atan2 Operator (Examples).tid +7 -0
- package/editions/tw5.com/tiddlers/filters/examples/average Operator (Examples).tid +10 -0
- package/editions/tw5.com/tiddlers/filters/examples/charcode.tid +7 -0
- package/editions/tw5.com/tiddlers/filters/examples/compare Operator (Examples).tid +11 -0
- package/editions/tw5.com/tiddlers/filters/examples/cos Operator (Examples).tid +7 -0
- package/editions/tw5.com/tiddlers/filters/examples/cycle Operator (Examples).tid +21 -0
- package/editions/tw5.com/tiddlers/filters/examples/deserializers Operator (Examples).tid +7 -0
- package/editions/tw5.com/tiddlers/filters/examples/enlist-input Operator (Examples).tid +12 -0
- package/editions/tw5.com/tiddlers/filters/examples/fields.tid +6 -2
- package/editions/tw5.com/tiddlers/filters/examples/filter Operator (Examples).tid +23 -0
- package/editions/tw5.com/tiddlers/filters/examples/fixed Operator (Examples).tid +1 -0
- package/editions/tw5.com/tiddlers/filters/examples/format Operator (Examples).tid +31 -0
- package/editions/tw5.com/tiddlers/filters/examples/has.tid +3 -1
- package/editions/tw5.com/tiddlers/filters/examples/jsonstringify Operator (Examples).tid +2 -0
- package/editions/tw5.com/tiddlers/filters/examples/log Operator (Examples).tid +14 -0
- package/editions/tw5.com/tiddlers/filters/examples/lookup Operator (Examples).tid +2 -1
- package/editions/tw5.com/tiddlers/filters/examples/match Operator (Examples).tid +1 -1
- package/editions/tw5.com/tiddlers/filters/examples/median Operator (Examples).tid +10 -0
- package/editions/tw5.com/tiddlers/filters/examples/moduleproperty Operator (Examples).tid +11 -0
- package/editions/tw5.com/tiddlers/filters/examples/modules.tid +4 -1
- package/editions/tw5.com/tiddlers/filters/examples/pad Operator (Examples).tid +13 -0
- package/editions/tw5.com/tiddlers/filters/examples/power Operator (Examples).tid +8 -0
- package/editions/tw5.com/tiddlers/filters/examples/reduce Operator (Examples).tid +38 -0
- package/editions/tw5.com/tiddlers/filters/examples/search-replace Operator (Examples).tid +38 -0
- package/editions/tw5.com/tiddlers/filters/examples/sin Operator (Examples).tid +7 -0
- package/editions/tw5.com/tiddlers/filters/examples/sortsub Operator (Examples).tid +34 -0
- package/editions/tw5.com/tiddlers/filters/examples/standard-deviation Operator (Examples).tid +10 -0
- package/editions/tw5.com/tiddlers/filters/examples/stringify_Operator_(Examples).tid +2 -0
- package/editions/tw5.com/tiddlers/filters/examples/subfilter Operator (Examples).tid +25 -3
- package/editions/tw5.com/tiddlers/filters/examples/tan Operator (Examples).tid +7 -0
- package/editions/tw5.com/tiddlers/filters/examples/toggle Operator (Examples).tid +27 -0
- package/editions/tw5.com/tiddlers/filters/examples/trim Operator (Examples).tid +8 -0
- package/editions/tw5.com/tiddlers/filters/examples/unique Operator (Examples).tid +8 -0
- package/editions/tw5.com/tiddlers/filters/examples/variance Operator (Examples).tid +10 -0
- package/editions/tw5.com/tiddlers/filters/examples/zth Operator (Examples).tid +10 -0
- package/editions/tw5.com/tiddlers/filters/fields.tid +10 -7
- package/editions/tw5.com/tiddlers/filters/filter.tid +49 -0
- package/editions/tw5.com/tiddlers/filters/format.tid +24 -0
- package/editions/tw5.com/tiddlers/filters/has.tid +4 -3
- package/editions/tw5.com/tiddlers/filters/is.tid +10 -8
- package/editions/tw5.com/tiddlers/filters/jsonstringify Operator.tid +17 -8
- package/editions/tw5.com/tiddlers/filters/length Operator.tid +1 -1
- package/editions/tw5.com/tiddlers/filters/list.tid +2 -2
- package/editions/tw5.com/tiddlers/filters/log Operator.tid +15 -0
- package/editions/tw5.com/tiddlers/filters/median.tid +13 -0
- package/editions/tw5.com/tiddlers/filters/moduleproperty Operator.tid +12 -0
- package/editions/tw5.com/tiddlers/filters/modules.tid +8 -6
- package/editions/tw5.com/tiddlers/filters/nth.tid +9 -7
- package/editions/tw5.com/tiddlers/filters/pad Operator.tid +23 -0
- package/editions/tw5.com/tiddlers/filters/power Operator.tid +15 -0
- package/editions/tw5.com/tiddlers/filters/range.tid +22 -20
- package/editions/tw5.com/tiddlers/filters/reduce.tid +52 -0
- package/editions/tw5.com/tiddlers/filters/removeprefix.tid +2 -0
- package/editions/tw5.com/tiddlers/filters/removesuffix.tid +2 -0
- package/editions/tw5.com/tiddlers/filters/search-replace Operator.tid +28 -0
- package/editions/tw5.com/tiddlers/filters/sign Operator.tid +2 -2
- package/editions/tw5.com/tiddlers/filters/sin Operator.tid +13 -0
- package/editions/tw5.com/tiddlers/filters/slugify Operator.tid +24 -0
- package/editions/tw5.com/tiddlers/filters/sortsub Operator.tid +33 -0
- package/editions/tw5.com/tiddlers/filters/standard-deviation Operator.tid +15 -0
- package/editions/tw5.com/tiddlers/filters/storyviews.tid +1 -1
- package/editions/tw5.com/tiddlers/filters/stringify_Operator.tid +17 -9
- package/editions/tw5.com/tiddlers/filters/subfilter Operator.tid +6 -2
- package/editions/tw5.com/tiddlers/filters/syntax/Cascade Filter Run Prefix (Examples).tid +46 -0
- package/editions/tw5.com/tiddlers/filters/syntax/Cascade Filter Run Prefix.tid +20 -0
- package/editions/tw5.com/tiddlers/filters/syntax/Filter Expression.tid +34 -13
- package/editions/tw5.com/tiddlers/filters/syntax/Filter Filter Run Prefix (Examples).tid +30 -0
- package/editions/tw5.com/tiddlers/filters/syntax/Filter Filter Run Prefix.tid +27 -0
- package/editions/tw5.com/tiddlers/filters/syntax/Filter Parameter.tid +7 -2
- package/editions/tw5.com/tiddlers/filters/syntax/Filter Run Prefix (Examples).tid +21 -0
- package/editions/tw5.com/tiddlers/filters/syntax/Filter Step.tid +4 -2
- package/editions/tw5.com/tiddlers/filters/syntax/Intersection Filter Run Prefix (Examples).tid +36 -0
- package/editions/tw5.com/tiddlers/filters/syntax/Intersection Filter Run Prefix.tid +15 -0
- package/editions/tw5.com/tiddlers/filters/syntax/Map Filter Run Prefix (Examples).tid +41 -0
- package/editions/tw5.com/tiddlers/filters/syntax/Map Filter Run Prefix.tid +27 -0
- package/editions/tw5.com/tiddlers/filters/syntax/Named Filter Run Prefix.tid +10 -0
- package/editions/tw5.com/tiddlers/filters/syntax/Reduce Filter Run Prefix (Examples).tid +27 -0
- package/editions/tw5.com/tiddlers/filters/syntax/Reduce Filter Run Prefix.tid +38 -0
- package/editions/tw5.com/tiddlers/filters/syntax/Sort Filter Run Prefix (Examples).tid +33 -0
- package/editions/tw5.com/tiddlers/filters/syntax/Sort Filter Run Prefix.tid +32 -0
- package/editions/tw5.com/tiddlers/filters/tan Operator.tid +13 -0
- package/editions/tw5.com/tiddlers/filters/title.tid +1 -1
- package/editions/tw5.com/tiddlers/filters/toggle Operator.tid +26 -0
- package/editions/tw5.com/tiddlers/filters/trim Operator.tid +9 -4
- package/editions/tw5.com/tiddlers/filters/unique.tid +10 -0
- package/editions/tw5.com/tiddlers/filters/variance Operator.tid +15 -0
- package/editions/tw5.com/tiddlers/filters/zth Operator.tid +18 -0
- package/editions/tw5.com/tiddlers/gettingstarted/GettingStarted - Android.tid +2 -1
- package/editions/tw5.com/tiddlers/gettingstarted/GettingStarted - Chrome.tid +2 -1
- package/editions/tw5.com/tiddlers/gettingstarted/GettingStarted - Firefox.tid +2 -1
- package/editions/tw5.com/tiddlers/gettingstarted/GettingStarted - Internet Explorer.tid +2 -1
- package/editions/tw5.com/tiddlers/gettingstarted/GettingStarted - Node.js.tid +2 -1
- package/editions/tw5.com/tiddlers/gettingstarted/GettingStarted - Online.tid +2 -2
- package/editions/tw5.com/tiddlers/gettingstarted/GettingStarted - Safari.tid +2 -1
- package/editions/tw5.com/tiddlers/gettingstarted/GettingStarted - iOS.tid +2 -1
- package/editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid +2 -2
- package/editions/tw5.com/tiddlers/hellothere/A Gentle Guide to TiddlyWiki.tid +5 -2
- package/editions/tw5.com/tiddlers/{AllTiddlers.tid → hellothere/AllTiddlers.tid} +0 -0
- package/editions/tw5.com/tiddlers/hellothere/HelloThere.tid +4 -2
- package/editions/tw5.com/tiddlers/hellothere/HelloThumbnail.tid +1 -1
- package/editions/tw5.com/tiddlers/hellothere/Some of the things you can do with TiddlyWiki.tid +2 -2
- package/editions/tw5.com/tiddlers/hellothere/badges/ProductHunt-Badge.svg.tid +22 -0
- package/editions/tw5.com/tiddlers/hellothere/badges/ProductHunt-Link.tid +4 -0
- package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - Grok TiddlyWiki.tid +6 -0
- package/editions/tw5.com/tiddlers/hellothere/thumbnails/HelloThumbnail - TiddlyWikiLinks.tid +6 -0
- package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting Default Tiddler Icon.tid +7 -0
- package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting HtmlParserDisableSandbox.tid +13 -0
- package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting NewImageType.tid +3 -1
- package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting Search-NavigateOnEnter.tid +6 -0
- package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting ShowEditPreviewPerTiddler.tid +10 -0
- package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting_ Disable Drag and Drop.tid +19 -0
- package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting_ Disable Lazy Loading.tid +9 -0
- package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting_ Enable File Import in Editor_1.tid +12 -0
- package/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting_ Typin Refresh Delay.tid +5 -3
- package/editions/tw5.com/tiddlers/hiddensettings/Hidden Settings_ Import Content Types for Editor.tid +11 -0
- package/editions/tw5.com/tiddlers/howtos/Adding_a_table_of_contents_to_the_sidebar.tid +2 -2
- package/editions/tw5.com/tiddlers/howtos/Creating SubStories.tid +21 -33
- package/editions/tw5.com/tiddlers/howtos/Debugging Stylesheets.tid +11 -0
- package/editions/tw5.com/tiddlers/howtos/Formatting List Results as Tables with CSS - Specified Columns Methods.tid +4 -0
- package/editions/tw5.com/tiddlers/howtos/Generating Static Sites with TiddlyWiki.tid +8 -6
- package/editions/tw5.com/tiddlers/howtos/How to add a banner for GitHub contributions.tid +1 -1
- package/editions/tw5.com/tiddlers/howtos/How to apply custom styles.tid +1 -1
- package/editions/tw5.com/tiddlers/howtos/How to create a custom story tiddler template.tid +40 -0
- package/editions/tw5.com/tiddlers/howtos/How to create a custom tiddler colour rule.tid +36 -0
- package/editions/tw5.com/tiddlers/howtos/How to create a custom tiddler icon rule.tid +36 -0
- package/editions/tw5.com/tiddlers/howtos/How to create dynamic editor toolbar buttons.tid +126 -0
- package/editions/tw5.com/tiddlers/howtos/How to create keyboard shortcuts.tid +3 -3
- package/editions/tw5.com/tiddlers/howtos/How to export tiddlers.tid +4 -4
- package/editions/tw5.com/tiddlers/howtos/How to put the last modification date in a banner.tid +1 -1
- package/editions/tw5.com/tiddlers/howtos/Insert link.tid +1 -1
- package/editions/tw5.com/tiddlers/howtos/Insert picture.tid +1 -1
- package/editions/tw5.com/tiddlers/howtos/KeyboardShortcuts.tid +9 -5
- package/editions/tw5.com/tiddlers/howtos/More actions.tid +1 -1
- package/editions/tw5.com/tiddlers/howtos/Setting a favicon.tid +4 -2
- package/editions/tw5.com/tiddlers/howtos/Setting a page background image.tid +1 -1
- package/editions/tw5.com/tiddlers/howtos/Simple ways to write protect tiddlers.tid +6 -7
- package/editions/tw5.com/tiddlers/howtos/Tagging.tid +2 -2
- package/editions/tw5.com/tiddlers/howtos/Text preview.tid +14 -2
- package/editions/tw5.com/tiddlers/howtos/Upgrading.tid +1 -1
- package/editions/tw5.com/tiddlers/howtos/Using Excise.tid +2 -2
- package/editions/tw5.com/tiddlers/howtos/Using Stamp.tid +6 -7
- package/editions/tw5.com/tiddlers/howtos/Using Stylesheets.tid +10 -4
- package/editions/tw5.com/tiddlers/howtos/Windows HTA Hack.tid +3 -2
- package/editions/tw5.com/tiddlers/images/Grok TiddlyWiki.png +0 -0
- package/editions/tw5.com/tiddlers/images/Grok TiddlyWiki.png.meta +3 -0
- package/editions/tw5.com/tiddlers/images/Icon Gallery.tid +14 -0
- package/editions/tw5.com/tiddlers/images/New Release Banner.png +0 -0
- package/editions/tw5.com/tiddlers/images/{New Release Banner.jpg.meta → New Release Banner.png.meta} +0 -0
- package/editions/tw5.com/tiddlers/images/TiddlyWikiLinks.png +0 -0
- package/editions/tw5.com/tiddlers/images/TiddlyWikiLinks.png.meta +3 -0
- package/editions/tw5.com/tiddlers/languages/Japanese (Japan) Edition.tid +11 -0
- package/editions/tw5.com/tiddlers/languages/LanguageGallery.tid +2 -2
- package/editions/tw5.com/tiddlers/macros/ColourMacro.tid +2 -2
- package/editions/tw5.com/tiddlers/macros/JsonTiddlersMacro.tid +3 -1
- package/editions/tw5.com/tiddlers/macros/MakeDataUriMacro.tid +3 -1
- package/editions/tw5.com/tiddlers/macros/NowMacro.tid +3 -1
- package/editions/tw5.com/tiddlers/macros/TableOfContentsMacro.tid +3 -1
- package/editions/tw5.com/tiddlers/macros/TabsMacro.tid +6 -2
- package/editions/tw5.com/tiddlers/macros/UnusedTitleMacro.tid +28 -4
- package/editions/tw5.com/tiddlers/macros/examples/colour-picker Macro (Example 1).tid +2 -2
- package/editions/tw5.com/tiddlers/macros/examples/image-picker Macro (Example 1).tid +2 -2
- package/editions/tw5.com/tiddlers/macros/examples/image-picker Macro (Example 2).tid +2 -2
- package/editions/tw5.com/tiddlers/macros/examples/list-thumbnails Macro (Examples).tid +11 -0
- package/editions/tw5.com/tiddlers/macros/examples/qualify.tid +0 -2
- package/editions/tw5.com/tiddlers/macros/examples/unusedtitle Macro (Examples 1).tid +51 -0
- package/editions/tw5.com/tiddlers/macros/examples/unusedtitle.tid +11 -2
- package/editions/tw5.com/tiddlers/macros/keyboard-driven-input_Macro.tid +25 -0
- package/editions/tw5.com/tiddlers/macros/list-thumbnails Macro.tid +19 -0
- package/editions/tw5.com/tiddlers/macros/tag-picker_Macro.tid +2 -0
- package/editions/tw5.com/tiddlers/mechanisms/AlertMechanism.tid +1 -1
- package/editions/tw5.com/tiddlers/mechanisms/HistoryMechanism.tid +3 -3
- package/editions/tw5.com/tiddlers/mechanisms/InfoMechanism.tid +3 -1
- package/editions/tw5.com/tiddlers/mechanisms/PluginMechanism.tid +20 -10
- package/editions/tw5.com/tiddlers/mechanisms/RefreshMechanism.tid +13 -0
- package/editions/tw5.com/tiddlers/mechanisms/RefreshThrottling.tid +17 -0
- package/editions/tw5.com/tiddlers/mechanisms/StateMechanism.tid +3 -3
- package/editions/tw5.com/tiddlers/mechanisms/WikificationMechanism.tid +28 -0
- package/editions/tw5.com/tiddlers/menubar/gettingstarted.tid +6 -0
- package/editions/tw5.com/tiddlers/menubar/tagsMenuBar.tid +2 -0
- package/editions/tw5.com/tiddlers/messages/SampleModal.tid +2 -1
- package/editions/tw5.com/tiddlers/messages/SampleWindowTemplate.tid +10 -0
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-edit-text-operation.tid +27 -1
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-fold-all-tiddlers.tid +1 -1
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-fold-other-tiddlers.tid +3 -3
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-fold-tiddler.tid +13 -5
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-import-tiddlers.tid +2 -0
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-login.tid +2 -1
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-modal.tid +10 -3
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-navigate.tid +7 -1
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-open-external-window.tid +4 -4
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-open-window.tid +22 -4
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-rename-tiddler.tid +22 -0
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-scroll.tid +3 -4
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-unfold-all-tiddlers.tid +4 -4
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-unload-plugin-library.tid +18 -0
- package/editions/tw5.com/tiddlers/nodejs/Customising Tiddler File Naming.tid +40 -9
- package/editions/tw5.com/tiddlers/nodejs/Environment Variables on Node.js.tid +4 -2
- package/editions/tw5.com/tiddlers/nodejs/Installing TiddlyWiki Prerelease on Node.js.tid +2 -2
- package/editions/tw5.com/tiddlers/nodejs/Installing TiddlyWiki on Node.js.tid +12 -4
- package/editions/tw5.com/tiddlers/nodejs/Installing custom plugins on Node.js.tid +27 -0
- package/editions/tw5.com/tiddlers/nodejs/Serving TW5 from Android.tid +41 -7
- package/editions/tw5.com/tiddlers/nodejs/TiddlyWiki on Node.js.tid +3 -9
- package/editions/tw5.com/tiddlers/nodejs/Using TiddlyWiki on Node.js.tid +1 -1
- package/editions/tw5.com/tiddlers/nodejs/tiddlywiki.files_Files.tid +43 -5
- package/editions/tw5.com/tiddlers/nodejs/tiddlywiki.info_Files.tid +2 -2
- package/editions/tw5.com/tiddlers/platforms/TiddlyFox Apocalypse.tid +2 -2
- package/editions/tw5.com/tiddlers/platforms/TiddlyWiki in the Sky for TiddlyWeb.tid +3 -15
- package/editions/tw5.com/tiddlers/plugins/Consent Banner Plugin.tid +14 -0
- package/editions/tw5.com/tiddlers/plugins/Installing a plugin from the plugin library.tid +9 -6
- package/editions/tw5.com/tiddlers/plugins/JSZip Plugin.tid +7 -0
- package/editions/tw5.com/tiddlers/plugins/Manually installing a plugin.tid +4 -3
- package/editions/tw5.com/tiddlers/plugins/Plugin Dependencies.tid +13 -0
- package/editions/tw5.com/tiddlers/plugins/Plugin Types.tid +20 -0
- package/editions/tw5.com/tiddlers/plugins/PluginFolders.tid +2 -1
- package/editions/tw5.com/tiddlers/plugins/Plugin_Fields.tid +12 -12
- package/editions/tw5.com/tiddlers/plugins/Share Plugin.tid +12 -0
- package/editions/tw5.com/tiddlers/plugins/Uninstalling a plugin.tid +9 -7
- package/editions/tw5.com/tiddlers/reference/Reference.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/BetaReleases.tid +2 -2
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.22.tid +179 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.23.tid +293 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.8.tid +1 -1
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.0.tid +297 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.1.tid +118 -0
- package/editions/tw5.com/tiddlers/releasenotes/ReleaseTemplate.tid +3 -0
- package/editions/tw5.com/tiddlers/releasenotes/alpha/AlphaReleases.tid +2 -2
- package/editions/tw5.com/tiddlers/roadmap/RoadMap.tid +3 -10
- package/editions/tw5.com/tiddlers/saving/Emergency Tiddler Export.tid +4 -4
- package/editions/tw5.com/tiddlers/saving/Encryption.tid +3 -3
- package/editions/tw5.com/tiddlers/saving/Example config-tiddlyweb-host for IIS.txt.meta +1 -1
- package/editions/tw5.com/tiddlers/saving/Example package.json for IIS.txt.meta +1 -1
- package/editions/tw5.com/tiddlers/saving/Example tiddlywiki.info for IIS.txt.meta +1 -1
- package/editions/tw5.com/tiddlers/saving/Example web.config for IIS.txt.meta +1 -1
- package/editions/tw5.com/tiddlers/saving/Installing TiddlyWiki on Microsoft Internet Information Server.tid +2 -1
- package/editions/tw5.com/tiddlers/saving/Saving on Android.tid +22 -14
- package/editions/tw5.com/tiddlers/saving/Saving on Beaker Browser.tid +2 -1
- package/editions/tw5.com/tiddlers/saving/Saving on TiddlyDesktop.tid +4 -1
- package/editions/tw5.com/tiddlers/saving/Saving on TiddlyHost.tid +17 -0
- package/editions/tw5.com/tiddlers/saving/Saving on TiddlySpot.tid +24 -32
- package/editions/tw5.com/tiddlers/saving/Saving on a PHP Server.tid +5 -3
- package/editions/tw5.com/tiddlers/saving/Saving on iPad_iPhone.tid +15 -16
- package/editions/tw5.com/tiddlers/saving/Saving to a Git service.tid +10 -9
- package/editions/tw5.com/tiddlers/saving/Saving via WebDAV.tid +66 -12
- package/editions/tw5.com/tiddlers/saving/Saving via minimal Ruby server.tid +4 -2
- package/editions/tw5.com/tiddlers/saving/Saving with TW Receiver.tid +15 -0
- package/editions/tw5.com/tiddlers/saving/Saving with TiddlyFox on Android.tid +2 -2
- package/editions/tw5.com/tiddlers/saving/Saving with TiddlyFox.tid +5 -3
- package/editions/tw5.com/tiddlers/saving/Saving with TiddlyIE.tid +6 -4
- package/editions/tw5.com/tiddlers/saving/Saving with the HTML5 fallback saver.tid +5 -4
- package/editions/tw5.com/tiddlers/saving/Saving.tid +55 -24
- package/editions/tw5.com/tiddlers/saving/TiddlyWiki in the Sky for Dropbox.tid +4 -3
- package/editions/tw5.com/tiddlers/styleguide/Documentation Macros.tid +6 -2
- package/editions/tw5.com/tiddlers/styleguide/Spelling.tid +1 -1
- package/editions/tw5.com/tiddlers/styleguide/Tiddler Structure.tid +3 -1
- package/editions/tw5.com/tiddlers/system/Deprecated_-_What_does_it_mean.tid +2 -2
- package/editions/tw5.com/tiddlers/{TableOfContents.tid → system/TableOfContents.tid} +0 -0
- package/editions/tw5.com/tiddlers/system/doc-macros.tid +36 -0
- package/editions/tw5.com/tiddlers/system/doc-styles.tid +53 -2
- package/editions/tw5.com/tiddlers/system/download-empty-button.tid +4 -1
- package/editions/tw5.com/tiddlers/system/operator-macros.tid +12 -5
- package/editions/tw5.com/tiddlers/system/operator-template.tid +8 -8
- package/editions/tw5.com/tiddlers/system/static.content.tid +2 -2
- package/editions/tw5.com/tiddlers/system/tw5.com-card-template.tid +17 -0
- package/editions/tw5.com/tiddlers/system/tw5.com-styles.tid +128 -2
- package/editions/tw5.com/tiddlers/system/version-macros.tid +2 -2
- package/editions/tw5.com/tiddlers/system/wikitext-macros.tid +4 -0
- package/editions/tw5.com/tiddlers/systemtags/SystemTag_ $__tags_ControlPanel_Plugins.tid +9 -0
- package/editions/tw5.com/tiddlers/systemtags/SystemTag_ $__tags_EditorTools.tid +9 -0
- package/editions/tw5.com/tiddlers/systemtags/SystemTag_ $__tags_Image.tid +2 -2
- package/editions/tw5.com/tiddlers/systemtags/SystemTag_ $__tags_Layout.tid +9 -0
- package/editions/tw5.com/tiddlers/systemtags/SystemTag_ $__tags_Macro_View.tid +9 -0
- package/editions/tw5.com/tiddlers/systemtags/SystemTag_ $__tags_Texteditor_Snippet.tid +4 -4
- package/editions/tw5.com/tiddlers/variables/examples/Sample Headings 1-2-3.tid +2 -1
- package/editions/tw5.com/tiddlers/variables/examples/Sample Headings 3-4-5.tid +2 -1
- package/editions/tw5.com/tiddlers/variables/examples/Sample Headings 4-5-6.tid +2 -1
- package/editions/tw5.com/tiddlers/variables/modifier Variable.tid +25 -3
- package/editions/tw5.com/tiddlers/webserver/Using the external JavaScript template.tid +88 -7
- package/editions/tw5.com/tiddlers/webserver/WebServer API_ Delete Tiddler.tid +5 -1
- package/editions/tw5.com/tiddlers/webserver/WebServer API_ Get All Tiddlers.tid +15 -3
- package/editions/tw5.com/tiddlers/webserver/WebServer API_ Put Tiddler.tid +5 -1
- package/editions/tw5.com/tiddlers/webserver/WebServer Parameter_ path-prefix.tid +7 -2
- package/editions/tw5.com/tiddlers/webserver/WebServer Parameter_ port.tid +2 -1
- package/editions/tw5.com/tiddlers/webserver/WebServer Parameter_ tiddler-render-type.tid +2 -2
- package/editions/tw5.com/tiddlers/widgets/$__docs_anyField.tid +8 -0
- package/editions/tw5.com/tiddlers/widgets/ActionConfirmWidget.tid +40 -0
- package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 1.tid +26 -0
- package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 2.tid +28 -0
- package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 3.tid +28 -0
- package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Example 4.tid +28 -0
- package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget Template.tid +8 -0
- package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget.tid +39 -6
- package/editions/tw5.com/tiddlers/widgets/ActionCreateTiddlerWidget_Example.tid +7 -5
- package/editions/tw5.com/tiddlers/widgets/ActionListopsWidget.tid +53 -3
- package/editions/tw5.com/tiddlers/widgets/ActionLogWidget.tid +50 -0
- package/editions/tw5.com/tiddlers/widgets/ActionPopupWidget.tid +34 -0
- package/editions/tw5.com/tiddlers/widgets/ActionSendMessageWidget.tid +3 -1
- package/editions/tw5.com/tiddlers/widgets/ActionSetMultipleFieldsWidget.tid +31 -0
- package/editions/tw5.com/tiddlers/widgets/ActionWidget Execution Modes.tid +49 -0
- package/editions/tw5.com/tiddlers/widgets/ActionWidgets.tid +10 -7
- package/editions/tw5.com/tiddlers/widgets/BrowseWidget.tid +4 -2
- package/editions/tw5.com/tiddlers/widgets/ButtonWidget.tid +13 -11
- package/editions/tw5.com/tiddlers/widgets/CheckboxWidget.tid +3 -2
- package/editions/tw5.com/tiddlers/widgets/DraggableWidget.tid +3 -2
- package/editions/tw5.com/tiddlers/widgets/DroppableWidget.tid +3 -2
- package/editions/tw5.com/tiddlers/widgets/DropzoneWidget.tid +13 -4
- package/editions/tw5.com/tiddlers/widgets/EditTextWidget.tid +13 -18
- package/editions/tw5.com/tiddlers/widgets/EditWidget.tid +10 -4
- package/editions/tw5.com/tiddlers/widgets/EventCatcherWidget.tid +93 -0
- package/editions/tw5.com/tiddlers/widgets/FieldMangler Widget (Examples).tid +10 -0
- package/editions/tw5.com/tiddlers/widgets/FieldManglerWidget.tid +3 -3
- package/editions/tw5.com/tiddlers/widgets/FieldsWidget.tid +3 -0
- package/editions/tw5.com/tiddlers/widgets/ImportVariablesWidget.tid +1 -1
- package/editions/tw5.com/tiddlers/widgets/JSONTiddlerWidget.tid +22 -0
- package/editions/tw5.com/tiddlers/widgets/Keyboard Codes.tid +27 -0
- package/editions/tw5.com/tiddlers/widgets/KeyboardWidget.tid +26 -3
- package/editions/tw5.com/tiddlers/widgets/LetWidget.tid +57 -0
- package/editions/tw5.com/tiddlers/widgets/LinkCatcherWidget.tid +3 -3
- package/editions/tw5.com/tiddlers/widgets/LinkWidget.tid +7 -2
- package/editions/tw5.com/tiddlers/widgets/ListWidget.tid +34 -1
- package/editions/tw5.com/tiddlers/widgets/ListopsData.tid +1 -0
- package/editions/tw5.com/tiddlers/widgets/LogWidget.tid +45 -0
- package/editions/tw5.com/tiddlers/widgets/MacroCallWidget.tid +21 -7
- package/editions/tw5.com/tiddlers/widgets/MessageCatcherWidget.tid +46 -0
- package/editions/tw5.com/tiddlers/widgets/MessageHandlerWidgets.tid +13 -0
- package/editions/tw5.com/tiddlers/widgets/NavigatorWidget.tid +7 -5
- package/editions/tw5.com/tiddlers/widgets/RadioWidget Example.tid +35 -0
- package/editions/tw5.com/tiddlers/widgets/RadioWidget ExampleTemplate.tid +7 -0
- package/editions/tw5.com/tiddlers/widgets/RadioWidget.tid +11 -6
- package/editions/tw5.com/tiddlers/widgets/RangeWidget Example.tid +53 -0
- package/editions/tw5.com/tiddlers/widgets/RangeWidget.tid +16 -9
- package/editions/tw5.com/tiddlers/widgets/RevealWidget.tid +9 -8
- package/editions/tw5.com/tiddlers/widgets/SelectWidget.tid +27 -3
- package/editions/tw5.com/tiddlers/widgets/SetMultipleVariablesWidget.tid +33 -0
- package/editions/tw5.com/tiddlers/widgets/SetWidget.tid +64 -35
- package/editions/tw5.com/tiddlers/widgets/The Extended Listops Filters.tid +2 -1
- package/editions/tw5.com/tiddlers/widgets/TriggeringWidgets.tid +13 -0
- package/editions/tw5.com/tiddlers/widgets/VarsWidget.tid +7 -5
- package/editions/tw5.com/tiddlers/widgets/ViewWidget.tid +7 -2
- package/editions/tw5.com/tiddlers/wikitext/Anchor Links using HTML.tid +200 -0
- package/editions/tw5.com/tiddlers/wikitext/Block Quotes in WikiText.tid +1 -1
- package/editions/tw5.com/tiddlers/wikitext/Code Blocks in WikiText.tid +2 -2
- package/editions/tw5.com/tiddlers/wikitext/Formatting in WikiText.tid +7 -7
- package/editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid +27 -2
- package/editions/tw5.com/tiddlers/wikitext/Images in WikiText.tid +17 -2
- package/editions/tw5.com/tiddlers/wikitext/Linking in WikiText.tid +1 -1
- package/editions/tw5.com/tiddlers/wikitext/Lists in WikiText.tid +2 -2
- package/editions/tw5.com/tiddlers/wikitext/Transclusion and Substitution.tid +3 -2
- package/editions/tw5.com/tiddlers/workingwithtw/Creating and editing tiddlers.tid +6 -6
- package/editions/tw5.com/tiddlers/workingwithtw/Creating journal tiddlers.tid +3 -3
- package/editions/tw5.com/tiddlers/workingwithtw/Navigating between open tiddlers.tid +1 -1
- package/editions/tw5.com/tiddlers/workingwithtw/Performance.tid +11 -3
- package/editions/tw5.com/tiddlers/workingwithtw/Sharing your tiddlers with others.tid +5 -4
- package/editions/tw5.com/tiddlers/workingwithtw/Using links to navigate between tiddlers.tid +2 -2
- package/editions/tw5.com/tiddlywiki.info +5 -3
- package/editions/tw5.com-docs/tiddlywiki.info +2 -1
- package/editions/tw5.com-server/tiddlywiki.info +2 -1
- package/editions/tw5tank/tiddlywiki.info +3 -2
- package/editions/xlsx-utils/tiddlers/samples/Presidents and Justices.xlsx and b/package/editions/xlsx-utils/tiddlers/samples/Presidents → Justices.xlsx +0 -0
- package/editions/zh-Hans/tiddlywiki.info +2 -1
- package/editions/zh-Hant/tiddlywiki.info +2 -1
- package/languages/ar-PS/Buttons.multids +161 -0
- package/languages/ar-PS/ControlPanel.multids +258 -0
- package/languages/ar-PS/CoreReadMe.tid +8 -0
- package/languages/ar-PS/Dates.multids +90 -0
- package/languages/ar-PS/Docs/ModuleTypes.multids +2 -0
- package/languages/ar-PS/Docs/PaletteColours.multids +2 -0
- package/languages/ar-PS/EditTemplate.multids +27 -0
- package/languages/ar-PS/Exporters.multids +5 -0
- package/languages/ar-PS/Fields.multids +2 -0
- package/languages/ar-PS/Filters.multids +2 -0
- package/languages/ar-PS/GettingStarted.tid +17 -0
- package/languages/ar-PS/Import.multids +17 -0
- package/languages/ar-PS/Misc.multids +77 -0
- package/languages/ar-PS/Modals/Download.tid +13 -0
- package/languages/ar-PS/Modals/SaveInstructions.tid +22 -0
- package/languages/ar-PS/NewJournal.multids +4 -0
- package/languages/ar-PS/Notifications.multids +8 -0
- package/languages/ar-PS/Search.multids +23 -0
- package/languages/ar-PS/SideBar.multids +17 -0
- package/languages/ar-PS/SiteSubtitle.tid +3 -0
- package/languages/ar-PS/SiteTitle.tid +3 -0
- package/languages/ar-PS/ThemeTweaks.multids +2 -0
- package/languages/ar-PS/TiddlerInfo.multids +26 -0
- package/languages/ar-PS/icon.tid +7 -0
- package/languages/ar-PS/plugin.info +9 -0
- package/languages/ca-ES/Buttons.multids +24 -24
- package/languages/ca-ES/ControlPanel.multids +39 -24
- package/languages/ca-ES/Dates.multids +43 -43
- package/languages/ca-ES/Docs/ModuleTypes.multids +2 -2
- package/languages/ca-ES/Docs/PaletteColours.multids +2 -0
- package/languages/ca-ES/EditTemplate.multids +7 -1
- package/languages/ca-ES/Fields.multids +13 -12
- package/languages/ca-ES/Filters.multids +1 -1
- package/languages/ca-ES/Help/notfound.tid +1 -1
- package/languages/ca-ES/Import.multids +11 -0
- package/languages/ca-ES/Misc.multids +23 -3
- package/languages/ca-ES/Search.multids +1 -1
- package/languages/ca-ES/SideBar.multids +1 -1
- package/languages/ca-ES/Snippets/TableOfContents.tid +2 -2
- package/languages/ca-ES/ThemeTweaks.multids +17 -17
- package/languages/cs-CZ/Fields.multids +0 -1
- package/languages/cs-CZ/Misc.multids +0 -1
- package/languages/da-DK/Fields.multids +0 -1
- package/languages/da-DK/Misc.multids +0 -1
- package/languages/de-DE/ControlPanel.multids +49 -27
- package/languages/de-DE/CoreReadMe.tid +1 -1
- package/languages/de-DE/Docs/ModuleTypes.multids +2 -1
- package/languages/de-DE/Docs/PaletteColours.multids +2 -0
- package/languages/de-DE/EditTemplate.multids +9 -1
- package/languages/de-DE/Fields.multids +2 -1
- package/languages/de-DE/Help/help.tid +1 -1
- package/languages/de-DE/Help/import.tid +1 -1
- package/languages/de-DE/Help/listen.tid +3 -2
- package/languages/de-DE/Help/render.tid +2 -1
- package/languages/de-DE/Help/rendertiddlers.tid +2 -2
- package/languages/de-DE/Help/{savewikifolder.tig → savewikifolder.tid} +0 -0
- package/languages/de-DE/Import.multids +18 -7
- package/languages/de-DE/Misc.multids +26 -4
- package/languages/de-DE/NewJournal.multids +0 -1
- package/languages/de-DE/NewJournalTags.tid +3 -0
- package/languages/de-DE/Search.multids +1 -1
- package/languages/de-DE/ThemeTweaks.multids +2 -2
- package/languages/de-DE/TiddlerInfo.multids +1 -1
- package/languages/el-GR/Fields.multids +0 -1
- package/languages/el-GR/Misc.multids +1 -2
- package/languages/es-ES/Buttons.multids +29 -6
- package/languages/es-ES/ControlPanel.multids +97 -37
- package/languages/es-ES/Dates.multids +11 -1
- package/languages/es-ES/Docs/ModuleTypes.multids +8 -0
- package/languages/es-ES/Docs/PaletteColours.multids +109 -0
- package/languages/es-ES/EditTemplate.multids +18 -11
- package/languages/es-ES/Exporters.multids +2 -2
- package/languages/es-ES/Fields.multids +7 -5
- package/languages/es-ES/Filters.multids +9 -7
- package/languages/es-ES/GettingStarted.tid +1 -0
- package/languages/es-ES/Help/deletetiddlers.tid +8 -0
- package/languages/es-ES/Help/fetch.tid +38 -0
- package/languages/es-ES/Help/import.tid +24 -0
- package/languages/es-ES/Help/init.tid +1 -7
- package/languages/es-ES/Help/listen.tid +35 -0
- package/languages/es-ES/Help/load.tid +5 -2
- package/languages/es-ES/Help/makelibrary.tid +1 -3
- package/languages/es-ES/Help/password.tid +2 -1
- package/languages/es-ES/Help/render.tid +35 -0
- package/languages/es-ES/Help/rendertiddler.tid +14 -3
- package/languages/es-ES/Help/rendertiddlers.tid +6 -6
- package/languages/es-ES/Help/save.tid +25 -0
- package/languages/es-ES/Help/savetiddler.tid +3 -2
- package/languages/es-ES/Help/savetiddlers.tid +6 -3
- package/languages/es-ES/Help/savewikifolder.tid +19 -0
- package/languages/es-ES/Help/server.tid +12 -8
- package/languages/es-ES/Import.multids +23 -4
- package/languages/es-ES/Misc.multids +68 -22
- package/languages/es-ES/NewJournalTags.tid +3 -0
- package/languages/es-ES/Notifications.multids +3 -1
- package/languages/es-ES/Search.multids +1 -0
- package/languages/es-ES/SideBar.multids +1 -0
- package/languages/es-ES/ThemeTweaks.multids +42 -0
- package/languages/es-ES/TiddlerInfo.multids +2 -2
- package/languages/es-ES/Types/{application%2Fjavascript.tid → application_javascript.tid} +1 -0
- package/languages/es-ES/Types/{application%2Fjson.tid → application_json.tid} +1 -0
- package/languages/es-ES/Types/{application%2Fx-tiddler-dictionary.tid → application_x_tiddler_dictionary.tid} +1 -0
- package/languages/es-ES/Types/{image%2Fgif.tid → image_gif.tid} +1 -0
- package/languages/es-ES/Types/{image%2Fjpeg.tid → image_jpeg.tid} +1 -0
- package/languages/es-ES/Types/{image%2Fpng.tid → image_png.tid} +1 -0
- package/languages/es-ES/Types/{image%2Fsvg%2Bxml.tid → image_svg_xml.tid} +1 -0
- package/languages/es-ES/Types/{image%2Fx-icon.tid → image_x-icon.tid} +1 -0
- package/languages/es-ES/Types/{text%2Fcss.tid → text_css.tid} +1 -0
- package/languages/es-ES/Types/{text%2Fhtml.tid → text_html.tid} +1 -0
- package/languages/es-ES/Types/{text%2Fplain.tid → text_plain.tid} +1 -0
- package/languages/es-ES/Types/{text%2Fvnd.tiddlywiki.tid → text_vnd.tiddlywiki.tid} +1 -0
- package/languages/es-ES/Types/{text%2Fx-tiddlywiki.tid → text_x-tiddlywiki.tid} +1 -0
- package/languages/es-ES/plugin.info +3 -3
- package/languages/fa-IR/Misc.multids +1 -2
- package/languages/fr-FR/Buttons.multids +4 -0
- package/languages/fr-FR/ControlPanel.multids +21 -2
- package/languages/fr-FR/Docs/ModuleTypes.multids +2 -1
- package/languages/fr-FR/Docs/PaletteColours.multids +2 -0
- package/languages/fr-FR/EditTemplate.multids +8 -0
- package/languages/fr-FR/Fields.multids +2 -1
- package/languages/fr-FR/Filters.multids +3 -2
- package/languages/fr-FR/Help/listen.tid +2 -0
- package/languages/fr-FR/Help/render.tid +5 -4
- package/languages/fr-FR/Help/rendertiddler.tid +2 -0
- package/languages/fr-FR/Help/rendertiddlers.tid +4 -2
- package/languages/fr-FR/Help/savetiddler.tid +2 -0
- package/languages/fr-FR/Help/savetiddlers.tid +2 -0
- package/languages/fr-FR/Import.multids +21 -10
- package/languages/fr-FR/Misc.multids +25 -3
- package/languages/fr-FR/NewJournalTags.tid +3 -0
- package/languages/fr-FR/TiddlerInfo.multids +2 -2
- package/languages/he-IL/Fields.multids +0 -1
- package/languages/he-IL/Misc.multids +0 -1
- package/languages/hi-IN/Fields.multids +0 -1
- package/languages/hi-IN/Misc.multids +0 -1
- package/languages/ia-IA/Fields.multids +0 -1
- package/languages/ia-IA/Misc.multids +0 -1
- package/languages/it-IT/Fields.multids +0 -1
- package/languages/it-IT/Misc.multids +0 -1
- package/languages/ja-JP/Fields.multids +0 -1
- package/languages/ja-JP/Misc.multids +0 -1
- package/languages/ko-KR/Fields.multids +0 -1
- package/languages/ko-KR/Misc.multids +0 -1
- package/languages/nl-NL/Buttons.multids +2 -0
- package/languages/nl-NL/ControlPanel.multids +32 -0
- package/languages/nl-NL/Docs/PaletteColours.multids +2 -0
- package/languages/nl-NL/EditTemplate.multids +4 -0
- package/languages/nl-NL/Fields.multids +4 -1
- package/languages/nl-NL/Filters.multids +1 -0
- package/languages/nl-NL/Help/deletetiddlers.tid +8 -0
- package/languages/nl-NL/Help/savewikifolder.tid +19 -0
- package/languages/nl-NL/Import.multids +8 -0
- package/languages/nl-NL/Misc.multids +16 -3
- package/languages/pa-IN/Fields.multids +0 -1
- package/languages/pa-IN/Misc.multids +0 -1
- package/languages/pl-PL/Buttons.multids +189 -0
- package/languages/pl-PL/ControlPanel.multids +216 -0
- package/languages/pl-PL/Dates.multids +88 -0
- package/languages/pl-PL/Docs/ModuleTypes.multids +30 -0
- package/languages/pl-PL/Docs/PaletteColours.multids +109 -0
- package/languages/pl-PL/EditTemplate.multids +38 -0
- package/languages/pl-PL/Exporters.multids +7 -0
- package/languages/pl-PL/Fields.multids +39 -0
- package/languages/pl-PL/Filters.multids +16 -0
- package/languages/pl-PL/GettingStarted.tid +17 -0
- package/languages/pl-PL/Help/build.tid +12 -0
- package/languages/pl-PL/Help/clearpassword.tid +8 -0
- package/languages/pl-PL/Help/default.tid +22 -0
- package/languages/pl-PL/Help/deletetiddlers.tid +8 -0
- package/languages/pl-PL/Help/editions.tid +8 -0
- package/languages/pl-PL/Help/fetch.tid +40 -0
- package/languages/pl-PL/Help/help.tid +10 -0
- package/languages/pl-PL/Help/import.tid +24 -0
- package/languages/pl-PL/Help/init.tid +23 -0
- package/languages/pl-PL/Help/listen.tid +35 -0
- package/languages/pl-PL/Help/load.tid +19 -0
- package/languages/pl-PL/Help/makelibrary.tid +14 -0
- package/languages/pl-PL/Help/notfound.tid +3 -0
- package/languages/pl-PL/Help/output.tid +11 -0
- package/languages/pl-PL/Help/password.tid +10 -0
- package/languages/pl-PL/Help/render.tid +35 -0
- package/languages/pl-PL/Help/rendertiddler.tid +24 -0
- package/languages/pl-PL/Help/rendertiddlers.tid +20 -0
- package/languages/pl-PL/Help/save.tid +25 -0
- package/languages/pl-PL/Help/savetiddler.tid +14 -0
- package/languages/pl-PL/Help/savetiddlers.tid +16 -0
- package/languages/pl-PL/Help/savewikifolder.tid +19 -0
- package/languages/pl-PL/Help/server.tid +42 -0
- package/languages/pl-PL/Help/setfield.tid +17 -0
- package/languages/pl-PL/Help/unpackplugin.tid +8 -0
- package/languages/pl-PL/Help/verbose.tid +8 -0
- package/languages/pl-PL/Help/version.tid +8 -0
- package/languages/pl-PL/Import.multids +35 -0
- package/languages/pl-PL/Misc.multids +95 -0
- package/languages/pl-PL/Modals/Download.tid +12 -0
- package/languages/pl-PL/Modals/SaveInstructions.tid +21 -0
- package/languages/pl-PL/NewJournal.multids +4 -0
- package/languages/pl-PL/NewJournalTags.tid +3 -0
- package/languages/pl-PL/Notifications.multids +6 -0
- package/languages/pl-PL/Search.multids +21 -0
- package/languages/pl-PL/SideBar.multids +18 -0
- package/languages/pl-PL/SiteSubtitle.tid +3 -0
- package/languages/pl-PL/SiteTitle.tid +3 -0
- package/languages/pl-PL/Snippets/ListByTag.tid +5 -0
- package/languages/pl-PL/Snippets/MacroDefinition.tid +7 -0
- package/languages/pl-PL/Snippets/Table 4x3.tid +8 -0
- package/languages/pl-PL/Snippets/TableOfContents.tid +9 -0
- package/languages/pl-PL/ThemeTweaks.multids +42 -0
- package/languages/pl-PL/TiddlerInfo.multids +22 -0
- package/languages/pl-PL/Types/application_javascript.tid +5 -0
- package/languages/pl-PL/Types/application_json.tid +5 -0
- package/languages/pl-PL/Types/application_x_tiddler_dictionary.tid +5 -0
- package/languages/pl-PL/Types/image_gif.tid +5 -0
- package/languages/pl-PL/Types/image_jpeg.tid +5 -0
- package/languages/pl-PL/Types/image_png.tid +5 -0
- package/languages/pl-PL/Types/image_svg_xml.tid +5 -0
- package/languages/pl-PL/Types/image_x-icon.tid +5 -0
- package/languages/pl-PL/Types/text_css.tid +5 -0
- package/languages/pl-PL/Types/text_html.tid +5 -0
- package/languages/pl-PL/Types/text_plain.tid +5 -0
- package/languages/pl-PL/Types/text_vnd.tiddlywiki.tid +5 -0
- package/languages/pl-PL/Types/text_x-tiddlywiki.tid +5 -0
- package/languages/pl-PL/icon.tid +7 -0
- package/languages/pl-PL/plugin.info +8 -0
- package/languages/pl-PL/readme.md +1 -0
- package/languages/pt-BR/Fields.multids +0 -1
- package/languages/pt-BR/Misc.multids +0 -1
- package/languages/pt-PT/Buttons.multids +17 -6
- package/languages/pt-PT/ControlPanel.multids +43 -4
- package/languages/pt-PT/Dates.multids +33 -31
- package/languages/pt-PT/Docs/ModuleTypes.multids +4 -1
- package/languages/pt-PT/Docs/PaletteColours.multids +8 -6
- package/languages/pt-PT/EditTemplate.multids +6 -1
- package/languages/pt-PT/Fields.multids +3 -1
- package/languages/pt-PT/Filters.multids +2 -0
- package/languages/pt-PT/GettingStarted.tid +1 -1
- package/languages/pt-PT/Help/build.tid +2 -3
- package/languages/pt-PT/Help/clearpassword.tid +1 -1
- package/languages/pt-PT/Help/default.tid +1 -1
- package/languages/pt-PT/Help/deletetiddlers.tid +8 -0
- package/languages/pt-PT/Help/editions.tid +1 -1
- package/languages/pt-PT/Help/fetch.tid +38 -0
- package/languages/pt-PT/Help/help.tid +1 -1
- package/languages/pt-PT/Help/import.tid +24 -0
- package/languages/pt-PT/Help/init.tid +1 -1
- package/languages/pt-PT/Help/listen.tid +34 -0
- package/languages/pt-PT/Help/load.tid +1 -1
- package/languages/pt-PT/Help/makelibrary.tid +1 -1
- package/languages/pt-PT/Help/output.tid +1 -2
- package/languages/pt-PT/Help/password.tid +1 -2
- package/languages/pt-PT/Help/render.tid +34 -0
- package/languages/pt-PT/Help/rendertiddlers.tid +1 -1
- package/languages/pt-PT/Help/save.tid +25 -0
- package/languages/pt-PT/Help/savetiddler.tid +1 -1
- package/languages/pt-PT/Help/savetiddlers.tid +1 -1
- package/languages/pt-PT/Help/savewikifolder.tid +19 -0
- package/languages/pt-PT/Help/server.tid +1 -1
- package/languages/pt-PT/Help/setfield.tid +1 -1
- package/languages/pt-PT/Help/unpackplugin.tid +2 -2
- package/languages/pt-PT/Help/verbose.tid +1 -1
- package/languages/pt-PT/Help/version.tid +1 -1
- package/languages/pt-PT/Import.multids +8 -0
- package/languages/pt-PT/Misc.multids +8 -4
- package/languages/pt-PT/NewJournal.multids +1 -0
- package/languages/pt-PT/Notifications.multids +2 -0
- package/languages/pt-PT/Search.multids +7 -7
- package/languages/pt-PT/SideBar.multids +1 -0
- package/languages/pt-PT/SiteSubtitle.tid +1 -1
- package/languages/pt-PT/SiteTitle.tid +1 -1
- package/languages/pt-PT/ThemeTweaks.multids +2 -1
- package/languages/ru-RU/Docs/Fields.multids +0 -1
- package/languages/ru-RU/Misc.multids +0 -1
- package/languages/sk-SK/Fields.multids +0 -1
- package/languages/sk-SK/Misc.multids +0 -1
- package/languages/sl-SI/Fields.multids +0 -1
- package/languages/sl-SI/Misc.multids +1 -2
- package/languages/sv-SE/Fields.multids +0 -1
- package/languages/sv-SE/Misc.multids +0 -1
- package/languages/zh-Hans/Buttons.multids +1 -1
- package/languages/zh-Hans/ControlPanel.multids +45 -13
- package/languages/zh-Hans/Docs/ModuleTypes.multids +2 -1
- package/languages/zh-Hans/Docs/PaletteColours.multids +2 -0
- package/languages/zh-Hans/EditTemplate.multids +6 -0
- package/languages/zh-Hans/Fields.multids +2 -1
- package/languages/zh-Hans/Help/listen.tid +4 -2
- package/languages/zh-Hans/Help/render.tid +2 -2
- package/languages/zh-Hans/Help/rendertiddlers.tid +2 -2
- package/languages/zh-Hans/Help/save.tid +1 -1
- package/languages/zh-Hans/Import.multids +18 -7
- package/languages/zh-Hans/Misc.multids +28 -6
- package/languages/zh-Hans/NewJournal.multids +0 -1
- package/languages/zh-Hans/NewJournalTags.tid +3 -0
- package/languages/zh-Hans/TiddlerInfo.multids +1 -1
- package/languages/zh-Hant/Buttons.multids +1 -1
- package/languages/zh-Hant/ControlPanel.multids +47 -15
- package/languages/zh-Hant/Docs/ModuleTypes.multids +2 -1
- package/languages/zh-Hant/Docs/PaletteColours.multids +2 -0
- package/languages/zh-Hant/EditTemplate.multids +6 -0
- package/languages/zh-Hant/Fields.multids +2 -1
- package/languages/zh-Hant/Help/listen.tid +5 -3
- package/languages/zh-Hant/Help/render.tid +2 -2
- package/languages/zh-Hant/Help/rendertiddlers.tid +2 -2
- package/languages/zh-Hant/Help/save.tid +1 -1
- package/languages/zh-Hant/Import.multids +18 -7
- package/languages/zh-Hant/Misc.multids +25 -3
- package/languages/zh-Hant/NewJournal.multids +0 -1
- package/languages/zh-Hant/NewJournalTags.tid +3 -0
- package/languages/zh-Hant/TiddlerInfo.multids +1 -1
- package/license +1 -1
- package/licenses/cla-individual.md +102 -0
- package/package.json +4 -2
- package/plugins/tiddlywiki/async/plugin.info +3 -3
- package/plugins/tiddlywiki/aws/docs/help.tid +2 -2
- package/plugins/tiddlywiki/aws/docs/readme.tid +1 -0
- package/plugins/tiddlywiki/aws/modules/encodings.js +27 -0
- package/plugins/tiddlywiki/aws/plugin.info +4 -4
- package/plugins/tiddlywiki/bibtex/deserializer.js +3 -2
- package/plugins/tiddlywiki/bibtex/files/LICENSE +0 -0
- package/plugins/tiddlywiki/bibtex/files/README.md +0 -0
- package/plugins/tiddlywiki/bibtex/files/bibtexParse.js +42 -26
- package/plugins/tiddlywiki/bibtex/plugin.info +2 -2
- package/plugins/tiddlywiki/blog/plugin.info +2 -3
- package/plugins/tiddlywiki/browser-sniff/plugin.info +2 -3
- package/plugins/tiddlywiki/browser-storage/config/SaveFilter.tid +1 -1
- package/plugins/tiddlywiki/browser-storage/plugin.info +2 -3
- package/plugins/tiddlywiki/browser-storage/settings.tid +1 -1
- package/plugins/tiddlywiki/browser-storage/startup.js +1 -1
- package/plugins/tiddlywiki/cecily/plugin.info +1 -2
- package/plugins/tiddlywiki/classictools/plugin.info +2 -3
- package/plugins/tiddlywiki/codemirror/config/theme.tid +1 -1
- package/plugins/tiddlywiki/codemirror/config-language.multids +8 -1
- package/plugins/tiddlywiki/codemirror/engine.js +101 -6
- 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/plugin.info +2 -2
- package/plugins/tiddlywiki/codemirror/readme.tid +2 -13
- package/plugins/tiddlywiki/codemirror/settings/cursorBlinkRate.tid +7 -0
- package/plugins/tiddlywiki/codemirror/settings/indentUnit.tid +7 -0
- package/plugins/tiddlywiki/codemirror/settings/indentWithTabs.tid +8 -0
- package/plugins/tiddlywiki/codemirror/settings/smartIndent.tid +8 -0
- package/plugins/tiddlywiki/codemirror/settings/tabSize.tid +7 -0
- package/plugins/tiddlywiki/codemirror/styles.tid +84 -1
- package/plugins/tiddlywiki/codemirror/ui/controlpanel/settings.tid +1 -1
- package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/anyword-hint.js +2 -2
- package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/css-hint.js +2 -2
- package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/html-hint.js +2 -2
- package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/javascript-hint.js +2 -2
- package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/show-hint.js +2 -2
- package/plugins/tiddlywiki/codemirror-autocomplete/files/addon/hint/xml-hint.js +2 -2
- package/plugins/tiddlywiki/codemirror-autocomplete/plugin.info +4 -2
- package/plugins/tiddlywiki/codemirror-closebrackets/files/addon/edit/closebrackets.js +2 -2
- package/plugins/tiddlywiki/codemirror-closebrackets/files/addon/edit/matchbrackets.js +2 -2
- package/plugins/tiddlywiki/codemirror-closebrackets/plugin.info +3 -2
- package/plugins/tiddlywiki/codemirror-closetag/files/addon/edit/closetag.js +2 -2
- package/plugins/tiddlywiki/codemirror-closetag/files/addon/fold/xml-fold.js +2 -2
- package/plugins/tiddlywiki/codemirror-closetag/plugin.info +3 -2
- package/plugins/tiddlywiki/codemirror-fullscreen-editing/files/addon/fullscreen/fullscreen.js +2 -2
- package/plugins/tiddlywiki/codemirror-fullscreen-editing/plugin.info +3 -2
- package/plugins/tiddlywiki/codemirror-keymap-emacs/files/keymap/emacs.js +2 -2
- package/plugins/tiddlywiki/codemirror-keymap-emacs/plugin.info +3 -2
- package/plugins/tiddlywiki/codemirror-keymap-sublime-text/files/addons/comment/comment.js +3 -0
- package/plugins/tiddlywiki/codemirror-keymap-sublime-text/files/keymap/sublime.js +2 -2
- package/plugins/tiddlywiki/codemirror-keymap-sublime-text/files/tiddlywiki.files +7 -0
- package/plugins/tiddlywiki/codemirror-keymap-sublime-text/plugin.info +4 -2
- package/plugins/tiddlywiki/codemirror-keymap-vim/files/keymap/vim.js +2 -2
- package/plugins/tiddlywiki/codemirror-keymap-vim/plugin.info +4 -2
- package/plugins/tiddlywiki/codemirror-mode-css/files/mode/css/css.js +2 -2
- package/plugins/tiddlywiki/codemirror-mode-css/plugin.info +3 -2
- package/plugins/tiddlywiki/codemirror-mode-htmlembedded/files/addon/mode/multiplex.js +2 -2
- package/plugins/tiddlywiki/codemirror-mode-htmlembedded/files/mode/htmlembedded/htmlembedded.js +2 -2
- package/plugins/tiddlywiki/codemirror-mode-htmlembedded/plugin.info +4 -2
- package/plugins/tiddlywiki/codemirror-mode-htmlmixed/files/mode/htmlmixed/htmlmixed.js +2 -2
- package/plugins/tiddlywiki/codemirror-mode-htmlmixed/plugin.info +4 -2
- package/plugins/tiddlywiki/codemirror-mode-javascript/files/mode/javascript/javascript.js +2 -2
- package/plugins/tiddlywiki/codemirror-mode-javascript/plugin.info +3 -2
- package/plugins/tiddlywiki/codemirror-mode-markdown/files/mode/markdown/markdown.js +2 -2
- package/plugins/tiddlywiki/codemirror-mode-markdown/plugin.info +4 -2
- package/plugins/tiddlywiki/codemirror-mode-x-tiddlywiki/plugin.info +3 -2
- package/plugins/tiddlywiki/codemirror-mode-xml/files/mode/xml/xml.js +2 -2
- package/plugins/tiddlywiki/codemirror-mode-xml/plugin.info +3 -2
- package/plugins/tiddlywiki/codemirror-search-replace/files/addon/search/jump-to-line.js +2 -2
- package/plugins/tiddlywiki/codemirror-search-replace/files/addon/search/search.js +2 -2
- package/plugins/tiddlywiki/codemirror-search-replace/files/addon/search/searchcursor.js +2 -2
- package/plugins/tiddlywiki/codemirror-search-replace/plugin.info +3 -2
- package/plugins/tiddlywiki/comments/header-view-template-segment.tid +26 -2
- package/plugins/tiddlywiki/comments/plugin.info +2 -3
- package/plugins/tiddlywiki/consent-banner/banner.tid +28 -0
- package/plugins/tiddlywiki/consent-banner/blocked-embed-message-wrapper.tid +13 -0
- package/plugins/tiddlywiki/consent-banner/buttons/accept.tid +6 -0
- package/plugins/tiddlywiki/consent-banner/buttons/decline.tid +6 -0
- package/plugins/tiddlywiki/consent-banner/config/DefaultColourMappings.multids +15 -0
- package/plugins/tiddlywiki/consent-banner/config/block-embedded-content.tid +2 -0
- package/plugins/tiddlywiki/consent-banner/config/blocked-embed-message.tid +7 -0
- package/plugins/tiddlywiki/consent-banner/config/blocked-raw-message.tid +19 -0
- package/plugins/tiddlywiki/consent-banner/config/buttons.multids +8 -0
- package/plugins/tiddlywiki/consent-banner/config/cookie-consent-required.tid +2 -0
- package/plugins/tiddlywiki/consent-banner/config/greeting-message.tid +19 -0
- package/plugins/tiddlywiki/consent-banner/config/tv-block-embedded-content.tid +4 -0
- package/plugins/tiddlywiki/consent-banner/config.tid +48 -0
- package/plugins/tiddlywiki/consent-banner/docs.tid +64 -0
- package/plugins/tiddlywiki/consent-banner/plugin.info +6 -0
- package/plugins/tiddlywiki/consent-banner/raw-widget.js +69 -0
- package/plugins/tiddlywiki/consent-banner/readme.tid +10 -0
- package/plugins/tiddlywiki/consent-banner/startup.js +107 -0
- package/plugins/tiddlywiki/consent-banner/styles.tid +111 -0
- package/plugins/tiddlywiki/consent-banner/youtube-macros.tid +21 -0
- package/plugins/tiddlywiki/d3/plugin.info +2 -3
- package/plugins/tiddlywiki/dynannotate/docs/readme.tid +108 -0
- package/plugins/tiddlywiki/dynannotate/examples/combined.tid +111 -0
- package/plugins/tiddlywiki/dynannotate/examples/example-annotation-1.tid +5 -0
- package/plugins/tiddlywiki/dynannotate/examples/example-annotation-2.tid +5 -0
- package/plugins/tiddlywiki/dynannotate/examples/example-annotation-3.tid +5 -0
- package/plugins/tiddlywiki/dynannotate/examples/example-annotation-4.json +10 -0
- package/plugins/tiddlywiki/dynannotate/examples/example-text.multids +19 -0
- package/plugins/tiddlywiki/dynannotate/examples/examples.tid +4 -0
- package/plugins/tiddlywiki/dynannotate/examples/simple.tid +100 -0
- package/plugins/tiddlywiki/dynannotate/examples/snippets.tid +56 -0
- package/plugins/tiddlywiki/dynannotate/examples/viewtemplate-text.tid +98 -0
- package/plugins/tiddlywiki/dynannotate/examples/viewtemplate.tid +29 -0
- package/plugins/tiddlywiki/dynannotate/modules/dynannotate.js +418 -0
- package/plugins/tiddlywiki/dynannotate/modules/selection-tracker.js +116 -0
- package/plugins/tiddlywiki/dynannotate/modules/textmap.js +177 -0
- package/plugins/tiddlywiki/dynannotate/plugin.info +9 -0
- package/plugins/tiddlywiki/dynannotate/styles.tid +44 -0
- package/plugins/tiddlywiki/dynaview/examples/reveal-on-scroll.tid +4 -4
- package/plugins/tiddlywiki/dynaview/examples/zoomable-tooltips.tid +1 -1
- package/plugins/tiddlywiki/dynaview/macros.tid +4 -4
- package/plugins/tiddlywiki/dynaview/plugin.info +1 -2
- package/plugins/tiddlywiki/evernote/plugin.info +1 -2
- package/plugins/tiddlywiki/external-attachments/plugin.info +2 -3
- package/plugins/tiddlywiki/external-attachments/startup.js +15 -12
- package/plugins/tiddlywiki/filesystem/filesystemadaptor.js +68 -34
- package/plugins/tiddlywiki/filesystem/plugin.info +2 -3
- package/plugins/tiddlywiki/freelinks/config-Freelinks-Enable.tid +2 -0
- package/plugins/tiddlywiki/freelinks/macros-view.tid +8 -0
- package/plugins/tiddlywiki/freelinks/plain-text.js +62 -0
- package/plugins/tiddlywiki/freelinks/plugin.info +6 -0
- package/plugins/tiddlywiki/freelinks/readme.tid +42 -0
- package/plugins/tiddlywiki/freelinks/settings.tid +7 -0
- package/plugins/tiddlywiki/freelinks/styles.tid +8 -0
- package/plugins/tiddlywiki/freelinks/text.js +168 -0
- package/plugins/tiddlywiki/github-fork-ribbon/plugin.info +3 -2
- package/plugins/tiddlywiki/github-fork-ribbon/usage.tid +2 -0
- package/plugins/tiddlywiki/googleanalytics/googleanalytics.js +37 -13
- package/plugins/tiddlywiki/googleanalytics/plugin.info +2 -3
- package/plugins/tiddlywiki/googleanalytics/readme.tid +2 -0
- package/plugins/tiddlywiki/hammerjs/plugin.info +3 -3
- package/plugins/tiddlywiki/help/help.tid +10 -8
- package/plugins/tiddlywiki/help/plugin.info +2 -3
- package/plugins/tiddlywiki/highlight/files/highlight.pack.js +2 -2
- package/plugins/tiddlywiki/highlight/plugin.info +3 -3
- package/plugins/tiddlywiki/highlight/readme.tid +11 -1
- package/plugins/tiddlywiki/highlight/styles.tid +79 -1
- package/plugins/tiddlywiki/innerwiki/innerwiki.js +2 -1
- package/plugins/tiddlywiki/innerwiki/plugin.info +2 -3
- package/plugins/tiddlywiki/innerwiki/template.tid +0 -4
- package/plugins/tiddlywiki/internals/plugin.info +1 -2
- package/plugins/tiddlywiki/jasmine/files/jasmine/MIT.LICENSE +20 -0
- package/plugins/tiddlywiki/jasmine/files/jasmine/lib/command.js +283 -0
- package/plugins/tiddlywiki/jasmine/files/jasmine/lib/filters/console_spec_filter.js +10 -0
- package/plugins/tiddlywiki/jasmine/files/jasmine/lib/jasmine.js +263 -0
- package/plugins/tiddlywiki/jasmine/files/jasmine/lib/reporters/completion_reporter.js +29 -0
- package/plugins/tiddlywiki/jasmine/files/jasmine/lib/reporters/console_reporter.js +232 -0
- package/plugins/tiddlywiki/jasmine/files/{MIT.LICENSE → jasmine-core/MIT.LICENSE} +1 -1
- package/plugins/tiddlywiki/jasmine/files/jasmine-core/lib/jasmine-core/boot.js +158 -0
- package/plugins/tiddlywiki/jasmine/files/jasmine-core/lib/jasmine-core/jasmine-html.js +620 -0
- package/plugins/tiddlywiki/jasmine/files/jasmine-core/lib/jasmine-core/jasmine.css +128 -0
- package/plugins/tiddlywiki/jasmine/files/jasmine-core/lib/jasmine-core/jasmine.js +7033 -0
- package/plugins/tiddlywiki/jasmine/files/jasmine-core/lib/jasmine-core/json2.js +489 -0
- package/plugins/tiddlywiki/jasmine/files/jasmine-core/lib/jasmine-core/node_boot.js +38 -0
- package/plugins/tiddlywiki/jasmine/files/jasmine-core/lib/jasmine-core.js +37 -0
- package/plugins/tiddlywiki/jasmine/files/tiddlywiki.files +41 -18
- package/plugins/tiddlywiki/jasmine/jasmine-plugin.js +119 -57
- package/plugins/tiddlywiki/jasmine/plugin.info +2 -3
- package/plugins/tiddlywiki/jasmine/readme.tid +1 -1
- package/plugins/tiddlywiki/jasmine/update-packages.sh +30 -0
- package/plugins/tiddlywiki/jszip/docs.tid +43 -0
- package/plugins/tiddlywiki/jszip/examples.tid +36 -0
- package/plugins/tiddlywiki/jszip/plugin.info +4 -4
- package/plugins/tiddlywiki/jszip/readme.tid +1 -1
- package/plugins/tiddlywiki/jszip/startup.js +104 -0
- package/plugins/tiddlywiki/katex/config.tid +17 -0
- package/plugins/tiddlywiki/katex/files/README.md +79 -100
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_AMS-Regular.ttf +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_AMS-Regular.woff +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_AMS-Regular.woff2 +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Caligraphic-Bold.ttf +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Caligraphic-Bold.woff +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Caligraphic-Bold.woff2 +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Caligraphic-Regular.ttf +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Caligraphic-Regular.woff +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Caligraphic-Regular.woff2 +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Fraktur-Bold.ttf +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Fraktur-Bold.woff +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Fraktur-Bold.woff2 +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Fraktur-Regular.ttf +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Fraktur-Regular.woff +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Fraktur-Regular.woff2 +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Main-Bold.ttf +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Main-Bold.woff +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Main-Bold.woff2 +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Main-BoldItalic.ttf +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Main-BoldItalic.woff +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Main-BoldItalic.woff2 +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Main-Italic.ttf +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Main-Italic.woff +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Main-Italic.woff2 +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Main-Regular.ttf +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Main-Regular.woff +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Main-Regular.woff2 +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Math-BoldItalic.ttf +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Math-BoldItalic.woff +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Math-BoldItalic.woff2 +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Math-Italic.ttf +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Math-Italic.woff +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Math-Italic.woff2 +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_SansSerif-Bold.ttf +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_SansSerif-Bold.woff +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_SansSerif-Bold.woff2 +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_SansSerif-Italic.ttf +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_SansSerif-Italic.woff +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_SansSerif-Italic.woff2 +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_SansSerif-Regular.ttf +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_SansSerif-Regular.woff +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_SansSerif-Regular.woff2 +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Script-Regular.ttf +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Script-Regular.woff +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Script-Regular.woff2 +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Size1-Regular.ttf +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Size1-Regular.woff +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Size1-Regular.woff2 +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Size2-Regular.ttf +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Size2-Regular.woff +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Size2-Regular.woff2 +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Size3-Regular.ttf +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Size3-Regular.woff +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Size3-Regular.woff2 +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Size4-Regular.ttf +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Size4-Regular.woff +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Size4-Regular.woff2 +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Typewriter-Regular.ttf +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Typewriter-Regular.woff +0 -0
- package/plugins/tiddlywiki/katex/files/fonts/KaTeX_Typewriter-Regular.woff2 +0 -0
- package/plugins/tiddlywiki/katex/files/katex.css +1079 -0
- package/plugins/tiddlywiki/katex/files/katex.js +4917 -3543
- package/plugins/tiddlywiki/katex/files/katex.min.css +1 -1
- package/plugins/tiddlywiki/katex/files/katex.min.js +1 -1
- package/plugins/tiddlywiki/katex/files/katex.without-font-face.min.css +1 -1
- package/plugins/tiddlywiki/katex/files/mhchem.min.js +1 -1683
- package/plugins/tiddlywiki/katex/files/tiddlywiki.files +3 -1
- package/plugins/tiddlywiki/katex/plugin.info +4 -5
- package/plugins/tiddlywiki/katex/readme.tid +1 -1
- package/plugins/tiddlywiki/katex/styles.tid +7 -1
- package/plugins/tiddlywiki/katex/ui/config/macro.tid +137 -0
- package/plugins/tiddlywiki/katex/wrapper.js +19 -13
- package/plugins/tiddlywiki/markdown/config_breaks.tid +3 -0
- package/plugins/tiddlywiki/markdown/config_linkNewWindow.tid +3 -0
- package/plugins/tiddlywiki/markdown/config_linkify.tid +3 -0
- package/plugins/tiddlywiki/markdown/config_quotes.tid +3 -0
- package/plugins/tiddlywiki/markdown/config_renderWikiText.tid +3 -0
- package/plugins/tiddlywiki/markdown/config_renderWikiTextPragma.tid +3 -0
- package/plugins/tiddlywiki/markdown/config_typographer.tid +3 -0
- package/plugins/tiddlywiki/markdown/files/remarkable-katex-license.txt +21 -0
- package/plugins/tiddlywiki/markdown/files/remarkable-katex.js +137 -0
- package/plugins/tiddlywiki/markdown/files/remarkable-katex.min.js +20 -0
- package/plugins/tiddlywiki/markdown/files/remarkable-license.txt +22 -0
- package/plugins/tiddlywiki/markdown/files/remarkable.js +1 -0
- package/plugins/tiddlywiki/markdown/files/tiddlywiki.files +26 -2
- package/plugins/tiddlywiki/markdown/new-markdown.tid +3 -2
- package/plugins/tiddlywiki/markdown/plugin.info +3 -4
- package/plugins/tiddlywiki/markdown/readme.tid +1 -1
- package/plugins/tiddlywiki/markdown/usage.tid +15 -9
- package/plugins/tiddlywiki/markdown/wrapper.js +297 -57
- package/plugins/tiddlywiki/menubar/config-DefaultColourMappings.multids +4 -0
- package/plugins/tiddlywiki/menubar/config-MenuItemsVisibility.multids +5 -0
- package/plugins/tiddlywiki/menubar/config-TableOfContentsTag.tid +2 -0
- package/plugins/tiddlywiki/menubar/config-breakpoint.tid +2 -0
- package/plugins/tiddlywiki/menubar/config.tid +37 -0
- package/plugins/tiddlywiki/menubar/items/contents.tid +11 -0
- package/plugins/tiddlywiki/menubar/items/hamburger.tid +17 -0
- package/plugins/tiddlywiki/menubar/items/pagecontrols.tid +19 -0
- package/plugins/tiddlywiki/menubar/items/search.tid +56 -0
- package/plugins/tiddlywiki/menubar/items/server.tid +14 -0
- package/plugins/tiddlywiki/menubar/items/sidebar.tid +11 -0
- package/plugins/tiddlywiki/menubar/items/topleftbar.tid +11 -0
- package/plugins/tiddlywiki/menubar/items/toprightbar.tid +12 -0
- package/plugins/tiddlywiki/menubar/menu.tid +68 -0
- package/plugins/tiddlywiki/menubar/overrides/core-ui-PageTemplate-topleftbar.tid +3 -0
- package/plugins/tiddlywiki/menubar/overrides/core-ui-PageTemplate-toprightbar.tid +3 -0
- package/plugins/tiddlywiki/menubar/plugin.info +6 -0
- package/plugins/tiddlywiki/menubar/readme.tid +30 -0
- package/plugins/tiddlywiki/menubar/styles.tid +222 -0
- package/plugins/tiddlywiki/menubar/tags-MenuBar.tid +2 -0
- package/plugins/tiddlywiki/mobiledragdrop/plugin.info +2 -2
- package/plugins/tiddlywiki/nodewebkitsaver/plugin.info +2 -3
- package/plugins/tiddlywiki/pluginlibrary/plugin.info +1 -2
- package/plugins/tiddlywiki/powered-by-tiddlywiki/plugin.info +2 -3
- package/plugins/tiddlywiki/qrcode/ViewToolbarButton/Button.tid +3 -4
- package/plugins/tiddlywiki/qrcode/plugin.info +2 -2
- package/plugins/tiddlywiki/railroad/files/railroad-diagrams.css +10 -4
- package/plugins/tiddlywiki/railroad/files/tiddlywiki.files +1 -1
- package/plugins/tiddlywiki/railroad/plugin.info +2 -2
- package/plugins/tiddlywiki/railroad/wrapper.js +1 -1
- package/plugins/tiddlywiki/savetrail/plugin.info +2 -3
- package/plugins/tiddlywiki/savetrail/savetrail.js +4 -4
- package/plugins/tiddlywiki/sax/plugin.info +2 -2
- package/plugins/tiddlywiki/share/DefaultTiddlers.tid +3 -0
- package/plugins/tiddlywiki/share/SiteSubtitle.tid +3 -0
- package/plugins/tiddlywiki/share/SiteTitle.tid +3 -0
- package/plugins/tiddlywiki/share/above-story.tid +4 -0
- package/plugins/tiddlywiki/share/base-url.tid +2 -0
- package/plugins/tiddlywiki/share/exclusions.tid +2 -0
- package/plugins/tiddlywiki/share/filter.tid +2 -0
- package/plugins/tiddlywiki/share/plugin.info +6 -0
- package/plugins/tiddlywiki/share/pluginreloadwarning.tid +3 -0
- package/plugins/tiddlywiki/share/rawmarkup.js +114 -0
- package/plugins/tiddlywiki/share/rawmarkup.tid +8 -0
- package/plugins/tiddlywiki/share/readme.tid +9 -0
- package/plugins/tiddlywiki/share/settings.tid +7 -0
- package/plugins/tiddlywiki/share/startup-warning.css +87 -0
- package/plugins/tiddlywiki/share/startup-warning.css.meta +2 -0
- package/plugins/tiddlywiki/share/startup-warning.html +47 -0
- package/plugins/tiddlywiki/share/startup-warning.html.meta +2 -0
- package/plugins/tiddlywiki/share/styles.tid +17 -0
- package/plugins/tiddlywiki/share/wizard.tid +71 -0
- package/plugins/tiddlywiki/stacked-view/plugin.info +1 -2
- package/plugins/tiddlywiki/tahoelafs/plugin.info +1 -2
- package/plugins/tiddlywiki/text-slicer/plugin.info +3 -3
- package/plugins/tiddlywiki/text-slicer/templates/interactive/tiddler.tid +2 -2
- package/plugins/tiddlywiki/text-slicer/templates/plain/tiddler.tid +10 -10
- package/plugins/tiddlywiki/text-slicer/templates/static/tiddler.tid +10 -10
- package/plugins/tiddlywiki/text-slicer/ui/slice-toolbar-button.tid +6 -4
- package/plugins/tiddlywiki/tiddlyweb/config-tiddlers-filter.tid +2 -0
- package/plugins/tiddlywiki/tiddlyweb/configOfficialPluginLibrary.tid +7 -0
- package/plugins/tiddlywiki/tiddlyweb/css-tiddler.tid +7 -0
- package/plugins/tiddlywiki/tiddlyweb/html-div-skinny-tiddler.tid +9 -0
- package/plugins/tiddlywiki/tiddlyweb/html-div-tiddler.tid +1 -1
- package/plugins/tiddlywiki/tiddlyweb/html-json-skinny-tiddler.tid +4 -0
- package/plugins/tiddlywiki/tiddlyweb/html-json-tiddler.tid +4 -0
- package/plugins/tiddlywiki/tiddlyweb/icon-cloud.tid +4 -0
- package/plugins/tiddlywiki/tiddlyweb/javascript-tiddler.tid +7 -0
- package/plugins/tiddlywiki/tiddlyweb/plugin.info +4 -4
- package/plugins/tiddlywiki/tiddlyweb/save-offline.tid +2 -1
- package/plugins/tiddlywiki/tiddlyweb/save-wiki-button.tid +26 -0
- package/plugins/tiddlywiki/tiddlyweb/styles.tid +44 -0
- package/plugins/tiddlywiki/tiddlyweb/syncer-actions-copy-logs.tid +6 -0
- package/plugins/tiddlywiki/tiddlyweb/syncer-actions-login-status.tid +9 -0
- package/plugins/tiddlywiki/tiddlyweb/syncer-actions-login.tid +8 -0
- package/plugins/tiddlywiki/tiddlyweb/syncer-actions-logout.tid +8 -0
- package/plugins/tiddlywiki/tiddlyweb/syncer-actions-refresh.tid +9 -0
- package/plugins/tiddlywiki/tiddlyweb/syncer-actions-save-snapshot.tid +9 -0
- package/plugins/tiddlywiki/tiddlyweb/tags-syncerdropdown.tid +2 -0
- package/plugins/tiddlywiki/tiddlyweb/tiddlywebadaptor.js +41 -14
- package/plugins/tiddlywiki/translators/plugin.info +1 -2
- package/plugins/tiddlywiki/tw2parser/plugin.info +2 -2
- package/plugins/tiddlywiki/tw2parser/wikitextparser.js +1 -1
- package/plugins/tiddlywiki/tw5.com-docs/plugin.info +1 -2
- package/plugins/tiddlywiki/twitter/plugin.info +2 -3
- package/plugins/tiddlywiki/twitter/startup.js +27 -0
- package/plugins/tiddlywiki/upgrade/config.js +1 -0
- package/plugins/tiddlywiki/upgrade/plugin.info +1 -2
- package/plugins/tiddlywiki/xlsx-utils/deserializer.js +2 -1
- package/plugins/tiddlywiki/xlsx-utils/importer.js +6 -5
- package/plugins/tiddlywiki/xlsx-utils/plugin.info +3 -3
- package/plugins/tiddlywiki/xlsx-utils/xlsx-import-command.js +3 -2
- package/plugins/tiddlywiki/xmldom/plugin.info +2 -3
- package/readme.md +4 -16
- package/themes/tiddlywiki/snowwhite/base.tid +5 -1
- package/themes/tiddlywiki/starlight/styles.tid +6 -6
- package/themes/tiddlywiki/tight/base.tid +9 -5
- package/themes/tiddlywiki/vanilla/ThemeTweaks.tid +7 -3
- package/themes/tiddlywiki/vanilla/base.tid +580 -121
- package/themes/tiddlywiki/vanilla/reset.tid +169 -294
- package/themes/tiddlywiki/vanilla/settings.multids +1 -1
- package/.travis.yml +0 -34
- package/bin/travis-push.sh +0 -20
- package/core/ui/ViewTemplate/plugin.tid +0 -12
- package/editions/codemirrordemo/tiddlers/cm-theme-tiddlywiki.tid +0 -56
- package/editions/de-AT/tiddlers/bilder/New_Release_Banner.png.tid +0 -6
- package/editions/prerelease/tiddlers/Release 5.1.22.tid +0 -14
- package/editions/tw5.com/tiddlers/community/Resources.tid +0 -25
- package/editions/tw5.com/tiddlers/community/examples/Obadiah.tid +0 -10
- package/editions/tw5.com/tiddlers/community/resources/Hosting TiddlyWiki5 on GoogleDrive.tid +0 -13
- package/editions/tw5.com/tiddlers/community/resources/How Does Twederation Work by Jed Carty.tid +0 -14
- package/editions/tw5.com/tiddlers/community/resources/Plugins by Uwe Stuehler.tid +0 -13
- package/editions/tw5.com/tiddlers/community/resources/TiddlyWiki Jingle by Mans Martensson.tid +0 -18
- package/editions/tw5.com/tiddlers/community/resources/TiddlyWiki5 Coding.tid +0 -18
- package/editions/tw5.com/tiddlers/customising/Page and tiddler layout customisation.tid +0 -60
- package/editions/tw5.com/tiddlers/demonstrations/SampleAlert.tid +0 -9
- package/editions/tw5.com/tiddlers/images/New Release Banner.jpg +0 -0
- package/plugins/tiddlywiki/dynaview/examples/unreveal-on-scroll.tid +0 -28
- package/plugins/tiddlywiki/jasmine/files/jasmine-html.js +0 -681
- package/plugins/tiddlywiki/jasmine/files/jasmine.css +0 -82
- package/plugins/tiddlywiki/jasmine/files/jasmine.js +0 -2600
- package/plugins/tiddlywiki/jasmine/files/reporter.js +0 -276
- package/plugins/tiddlywiki/markdown/dialect.tid +0 -3
- package/plugins/tiddlywiki/markdown/files/markdown.js +0 -1725
- package/plugins/tiddlywiki/tiddlyweb/ServerControlPanel.tid +0 -20
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"title": "$:/plugins/tiddlywiki/tiddlyweb",
|
3
|
-
"
|
4
|
-
"
|
5
|
-
"
|
6
|
-
"
|
3
|
+
"name": "TiddlyWeb",
|
4
|
+
"description": "Sync changes from the browser to TW5 (node.js) or TiddlyWeb server",
|
5
|
+
"list": "readme",
|
6
|
+
"plugin-priority": 10
|
7
7
|
}
|
@@ -1,6 +1,7 @@
|
|
1
1
|
title: $:/plugins/tiddlywiki/tiddlyweb/save/offline
|
2
2
|
|
3
|
+
\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]
|
3
4
|
\define saveTiddlerFilter()
|
4
|
-
[is[tiddler]] -[[$:/boot/boot.css]] -[[$:/HistoryList]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] -[[$:/plugins/tiddlywiki/filesystem]] -[[$:/plugins/tiddlywiki/tiddlyweb]] +[sort[title]] $(publishFilter)$
|
5
|
+
[is[tiddler]] -[[$:/boot/boot.css]] -[prefix[$:/HistoryList]] -[status[pending]plugin-type[import]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] -[[$:/plugins/tiddlywiki/filesystem]] -[[$:/plugins/tiddlywiki/tiddlyweb]] -[prefix[$:/temp/]] +[sort[title]] $(publishFilter)$
|
5
6
|
\end
|
6
7
|
{{$:/core/templates/tiddlywiki5.html}}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
title: $:/core/ui/Buttons/save-wiki
|
2
|
+
tags: $:/tags/PageControls
|
3
|
+
caption: {{$:/plugins/tiddlywiki/tiddlyweb/icon/cloud}} Server status
|
4
|
+
description: Status of synchronisation with server
|
5
|
+
|
6
|
+
\whitespace trim
|
7
|
+
\define config-title()
|
8
|
+
$:/config/PageControlButtons/Visibility/$(listItem)$
|
9
|
+
\end
|
10
|
+
<$button popup=<<qualify "$:/state/popup/save-wiki">> tooltip="Status of synchronisation with server" aria-label="Server status" class=<<tv-config-toolbar-class>> selectedClass="tc-selected">
|
11
|
+
<span class="tc-dirty-indicator">
|
12
|
+
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
|
13
|
+
{{$:/plugins/tiddlywiki/tiddlyweb/icon/cloud}}
|
14
|
+
</$list>
|
15
|
+
<$list filter="[<tv-config-toolbar-text>match[yes]]">
|
16
|
+
<span class="tc-btn-text"><$text text="Server status"/></span>
|
17
|
+
</$list>
|
18
|
+
</span>
|
19
|
+
</$button>
|
20
|
+
<$reveal state=<<qualify "$:/state/popup/save-wiki">> type="popup" position="below" animate="yes">
|
21
|
+
<div class="tc-drop-down">
|
22
|
+
<$list filter="[all[shadows+tiddlers]tag[$:/tags/SyncerDropdown]!has[draft.of]]" variable="listItem">
|
23
|
+
<$transclude tiddler=<<listItem>>/>
|
24
|
+
</$list>
|
25
|
+
</div>
|
26
|
+
</$reveal>
|
@@ -0,0 +1,44 @@
|
|
1
|
+
title: $:/plugins/tiddlywiki/tiddlyweb/styles
|
2
|
+
tags: [[$:/tags/Stylesheet]]
|
3
|
+
|
4
|
+
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline macrocallblock
|
5
|
+
|
6
|
+
body.tc-dirty span.tc-dirty-indicator svg {
|
7
|
+
transition: fill 250ms ease-in-out;
|
8
|
+
}
|
9
|
+
|
10
|
+
body .tc-image-cloud-idle {
|
11
|
+
fill: <<colour background>>;
|
12
|
+
transition: opacity 250ms ease-in-out;
|
13
|
+
opacity: 1;
|
14
|
+
display: unset;
|
15
|
+
}
|
16
|
+
|
17
|
+
body.tc-dirty .tc-image-cloud-idle {
|
18
|
+
opacity: 0;
|
19
|
+
display: none;
|
20
|
+
}
|
21
|
+
|
22
|
+
body .tc-image-cloud-progress {
|
23
|
+
transition: opacity 250ms ease-in-out;
|
24
|
+
transform-origin: 50% 50%;
|
25
|
+
transform: rotate(359deg);
|
26
|
+
animation: animation-rotate-slow 2s infinite linear;
|
27
|
+
fill: <<colour background>>;
|
28
|
+
display: none;
|
29
|
+
opacity: 0;
|
30
|
+
}
|
31
|
+
|
32
|
+
body.tc-dirty .tc-image-cloud-progress {
|
33
|
+
opacity: 1;
|
34
|
+
display: unset;
|
35
|
+
}
|
36
|
+
|
37
|
+
@keyframes animation-rotate-slow {
|
38
|
+
from {
|
39
|
+
transform: rotate(0deg);
|
40
|
+
}
|
41
|
+
to {
|
42
|
+
transform: scale(359deg);
|
43
|
+
}
|
44
|
+
}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
title: $:/plugins/tiddlywiki/tiddlyweb/syncer-actions/login-status
|
2
|
+
tags: $:/tags/SyncerDropdown
|
3
|
+
|
4
|
+
<$reveal state="$:/status/IsLoggedIn" type="match" text="yes">
|
5
|
+
<div class="tc-drop-down-info">
|
6
|
+
You are logged in<$reveal state="$:/status/UserName" type="nomatch" text="" default=""> as <strong><$text text={{$:/status/UserName}}/></strong></$reveal><$reveal state="$:/status/IsReadOnly" type="match" text="yes" default="no"> (read-only)</$reveal>
|
7
|
+
</div>
|
8
|
+
<hr/>
|
9
|
+
</$reveal>
|
@@ -0,0 +1,8 @@
|
|
1
|
+
title: $:/plugins/tiddlywiki/tiddlyweb/syncer-actions/login
|
2
|
+
tags: $:/tags/SyncerDropdown
|
3
|
+
|
4
|
+
<$reveal state="$:/status/IsLoggedIn" type="nomatch" text="yes">
|
5
|
+
<$button message="tm-login" class="tc-btn-invisible">
|
6
|
+
{{$:/core/images/unlocked-padlock}} Login
|
7
|
+
</$button>
|
8
|
+
</$reveal>
|
@@ -0,0 +1,8 @@
|
|
1
|
+
title: $:/plugins/tiddlywiki/tiddlyweb/syncer-actions/logout
|
2
|
+
tags: $:/tags/SyncerDropdown
|
3
|
+
|
4
|
+
<$reveal state="$:/status/IsLoggedIn" type="match" text="yes">
|
5
|
+
<$button message="tm-logout" class="tc-btn-invisible">
|
6
|
+
{{$:/core/images/cancel-button}} Logout
|
7
|
+
</$button>
|
8
|
+
</$reveal>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
title: $:/plugins/tiddlywiki/tiddlyweb/syncer-actions/refresh
|
2
|
+
tags: $:/tags/SyncerDropdown
|
3
|
+
|
4
|
+
<$reveal state="$:/status/IsLoggedIn" type="match" text="yes">
|
5
|
+
<$button tooltip="Get latest changes from the server" aria-label="Refresh from server" class="tc-btn-invisible">
|
6
|
+
<$action-sendmessage $message="tm-server-refresh"/>
|
7
|
+
{{$:/core/images/refresh-button}}<span class="tc-btn-text"><$text text="Get latest changes from the server"/></span>
|
8
|
+
</$button>
|
9
|
+
</$reveal>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
title: $:/plugins/tiddlywiki/tiddlyweb/syncer-actions/save-snapshot
|
2
|
+
tags: $:/tags/SyncerDropdown
|
3
|
+
|
4
|
+
<$button class="tc-btn-invisible">
|
5
|
+
<$wikify name="site-title" text={{$:/config/SaveWikiButton/Filename}}>
|
6
|
+
<$action-sendmessage $message="tm-download-file" $param={{$:/config/SaveWikiButton/Template}} filename=<<site-title>>/>
|
7
|
+
</$wikify>
|
8
|
+
{{$:/core/images/download-button}} Save snapshot for offline use
|
9
|
+
</$button>
|
@@ -0,0 +1,2 @@
|
|
1
|
+
title: $:/tags/SyncerDropdown
|
2
|
+
list: $:/plugins/tiddlywiki/tiddlyweb/syncer-actions/login-status $:/plugins/tiddlywiki/tiddlyweb/syncer-actions/login $:/plugins/tiddlywiki/tiddlyweb/syncer-actions/refresh $:/plugins/tiddlywiki/tiddlyweb/syncer-actions/logout $:/plugins/tiddlywiki/tiddlyweb/syncer-actions/save-snapshot $:/plugins/tiddlywiki/tiddlyweb/syncer-actions/copy-logs
|
@@ -27,6 +27,12 @@ function TiddlyWebAdaptor(options) {
|
|
27
27
|
|
28
28
|
TiddlyWebAdaptor.prototype.name = "tiddlyweb";
|
29
29
|
|
30
|
+
TiddlyWebAdaptor.prototype.supportsLazyLoading = true;
|
31
|
+
|
32
|
+
TiddlyWebAdaptor.prototype.setLoggerSaveBuffer = function(loggerForSaving) {
|
33
|
+
this.logger.setSaveBuffer(loggerForSaving);
|
34
|
+
};
|
35
|
+
|
30
36
|
TiddlyWebAdaptor.prototype.isReady = function() {
|
31
37
|
return this.hasStatus;
|
32
38
|
};
|
@@ -50,6 +56,11 @@ TiddlyWebAdaptor.prototype.getTiddlerInfo = function(tiddler) {
|
|
50
56
|
};
|
51
57
|
};
|
52
58
|
|
59
|
+
TiddlyWebAdaptor.prototype.getTiddlerRevision = function(title) {
|
60
|
+
var tiddler = this.wiki.getTiddler(title);
|
61
|
+
return tiddler.fields.revision;
|
62
|
+
};
|
63
|
+
|
53
64
|
/*
|
54
65
|
Get the current status of the TiddlyWeb connection
|
55
66
|
*/
|
@@ -103,6 +114,10 @@ TiddlyWebAdaptor.prototype.login = function(username,password,callback) {
|
|
103
114
|
},
|
104
115
|
callback: function(err) {
|
105
116
|
callback(err);
|
117
|
+
},
|
118
|
+
headers: {
|
119
|
+
"accept": "application/json",
|
120
|
+
"X-Requested-With": "TiddlyWiki"
|
106
121
|
}
|
107
122
|
};
|
108
123
|
this.logger.log("Logging in:",options);
|
@@ -121,6 +136,10 @@ TiddlyWebAdaptor.prototype.logout = function(callback) {
|
|
121
136
|
},
|
122
137
|
callback: function(err,data) {
|
123
138
|
callback(err);
|
139
|
+
},
|
140
|
+
headers: {
|
141
|
+
"accept": "application/json",
|
142
|
+
"X-Requested-With": "TiddlyWiki"
|
124
143
|
}
|
125
144
|
};
|
126
145
|
this.logger.log("Logging out:",options);
|
@@ -147,6 +166,9 @@ TiddlyWebAdaptor.prototype.getSkinnyTiddlers = function(callback) {
|
|
147
166
|
var self = this;
|
148
167
|
$tw.utils.httpRequest({
|
149
168
|
url: this.host + "recipes/" + this.recipe + "/tiddlers.json",
|
169
|
+
data: {
|
170
|
+
filter: "[all[tiddlers]] -[[$:/isEncrypted]] -[prefix[$:/temp/]] -[prefix[$:/status/]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] -[[$:/library/sjcl.js]] -[[$:/core]]"
|
171
|
+
},
|
150
172
|
callback: function(err,data) {
|
151
173
|
// Check for errors
|
152
174
|
if(err) {
|
@@ -166,10 +188,10 @@ TiddlyWebAdaptor.prototype.getSkinnyTiddlers = function(callback) {
|
|
166
188
|
/*
|
167
189
|
Save a tiddler and invoke the callback with (err,adaptorInfo,revision)
|
168
190
|
*/
|
169
|
-
TiddlyWebAdaptor.prototype.saveTiddler = function(tiddler,callback) {
|
191
|
+
TiddlyWebAdaptor.prototype.saveTiddler = function(tiddler,callback,options) {
|
170
192
|
var self = this;
|
171
193
|
if(this.isReadOnly) {
|
172
|
-
return callback(null);
|
194
|
+
return callback(null,options.tiddlerInfo.adaptorInfo);
|
173
195
|
}
|
174
196
|
$tw.utils.httpRequest({
|
175
197
|
url: this.host + "recipes/" + encodeURIComponent(this.recipe) + "/tiddlers/" + encodeURIComponent(tiddler.fields.title),
|
@@ -183,11 +205,16 @@ TiddlyWebAdaptor.prototype.saveTiddler = function(tiddler,callback) {
|
|
183
205
|
return callback(err);
|
184
206
|
}
|
185
207
|
// Save the details of the new revision of the tiddler
|
186
|
-
var
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
208
|
+
var etag = request.getResponseHeader("Etag");
|
209
|
+
if(!etag) {
|
210
|
+
callback("Response from server is missing required `etag` header");
|
211
|
+
} else {
|
212
|
+
var etagInfo = self.parseEtag(etag);
|
213
|
+
// Invoke the callback
|
214
|
+
callback(null,{
|
215
|
+
bag: etagInfo.bag
|
216
|
+
},etagInfo.revision);
|
217
|
+
}
|
191
218
|
}
|
192
219
|
});
|
193
220
|
};
|
@@ -217,12 +244,12 @@ tiddlerInfo: the syncer's tiddlerInfo for this tiddler
|
|
217
244
|
TiddlyWebAdaptor.prototype.deleteTiddler = function(title,callback,options) {
|
218
245
|
var self = this;
|
219
246
|
if(this.isReadOnly) {
|
220
|
-
return callback(null);
|
247
|
+
return callback(null,options.tiddlerInfo.adaptorInfo);
|
221
248
|
}
|
222
249
|
// If we don't have a bag it means that the tiddler hasn't been seen by the server, so we don't need to delete it
|
223
|
-
var bag = options.tiddlerInfo.adaptorInfo.bag;
|
250
|
+
var bag = options.tiddlerInfo.adaptorInfo && options.tiddlerInfo.adaptorInfo.bag;
|
224
251
|
if(!bag) {
|
225
|
-
return callback(null);
|
252
|
+
return callback(null,options.tiddlerInfo.adaptorInfo);
|
226
253
|
}
|
227
254
|
// Issue HTTP request to delete the tiddler
|
228
255
|
$tw.utils.httpRequest({
|
@@ -232,8 +259,8 @@ TiddlyWebAdaptor.prototype.deleteTiddler = function(title,callback,options) {
|
|
232
259
|
if(err) {
|
233
260
|
return callback(err);
|
234
261
|
}
|
235
|
-
// Invoke the callback
|
236
|
-
callback(null);
|
262
|
+
// Invoke the callback & return null adaptorInfo
|
263
|
+
callback(null,null);
|
237
264
|
}
|
238
265
|
});
|
239
266
|
};
|
@@ -319,8 +346,8 @@ TiddlyWebAdaptor.prototype.parseEtag = function(etag) {
|
|
319
346
|
return null;
|
320
347
|
} else {
|
321
348
|
return {
|
322
|
-
bag:
|
323
|
-
title:
|
349
|
+
bag: $tw.utils.decodeURIComponentSafe(etag.substring(1,firstSlash)),
|
350
|
+
title: $tw.utils.decodeURIComponentSafe(etag.substring(firstSlash + 1,lastSlash)),
|
324
351
|
revision: etag.substring(lastSlash + 1,colon)
|
325
352
|
};
|
326
353
|
}
|
@@ -60,7 +60,7 @@ var WikiTextParser = function(type,text,options) {
|
|
60
60
|
this.output = null;
|
61
61
|
this.subWikify(this.children);
|
62
62
|
// prepend tw2 macros locally to the content
|
63
|
-
var parser =
|
63
|
+
var parser = this.wiki.parseTiddler("$:/plugins/tiddlywiki/tw2parser/macrodefs",{parseAsInline:false});
|
64
64
|
this.tree = [{
|
65
65
|
type: "element",
|
66
66
|
tag: "div",
|
@@ -0,0 +1,27 @@
|
|
1
|
+
/*\
|
2
|
+
title: $:/plugins/tiddlywiki/twitter/startup.js
|
3
|
+
type: application/javascript
|
4
|
+
module-type: startup
|
5
|
+
|
6
|
+
Twitter initialisation
|
7
|
+
|
8
|
+
\*/
|
9
|
+
(function(){
|
10
|
+
|
11
|
+
/*jslint node: true, browser: true */
|
12
|
+
/*global $tw: false */
|
13
|
+
"use strict";
|
14
|
+
|
15
|
+
// Export name and synchronous status
|
16
|
+
exports.name = "twitter";
|
17
|
+
exports.before = ["startup"];
|
18
|
+
exports.synchronous = true;
|
19
|
+
|
20
|
+
exports.startup = function() {
|
21
|
+
var logger = new $tw.utils.Logger("twitter-plugin");
|
22
|
+
if($tw.browser && !window.twttr) {
|
23
|
+
logger.alert("The plugin 'tiddlywiki/twitter' is disabled until this wiki is saved and reloaded again");
|
24
|
+
}
|
25
|
+
};
|
26
|
+
|
27
|
+
})();
|
@@ -20,7 +20,8 @@ exports["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"] = f
|
|
20
20
|
var results = [],
|
21
21
|
XLSXImporter = require("$:/plugins/tiddlywiki/xlsx-utils/importer.js").XLSXImporter,
|
22
22
|
importer = new XLSXImporter({
|
23
|
-
text: text
|
23
|
+
text: text,
|
24
|
+
wiki: $tw.wiki
|
24
25
|
});
|
25
26
|
// Return the output tiddlers
|
26
27
|
return importer.getResults();
|
@@ -18,9 +18,10 @@ var XLSX = require("$:/plugins/tiddlywiki/xlsx-utils/xlsx.js"),
|
|
18
18
|
JSZip = require("$:/plugins/tiddlywiki/jszip/jszip.js");
|
19
19
|
|
20
20
|
var XLSXImporter = function(options) {
|
21
|
+
this.wiki = options.wiki;
|
21
22
|
this.filename = options.filename;
|
22
23
|
this.text = options.text;
|
23
|
-
this.importSpec = options.importSpec ||
|
24
|
+
this.importSpec = options.importSpec || this.wiki.getTiddlerText(DEFAULT_IMPORT_SPEC_TITLE);
|
24
25
|
this.logger = new $tw.utils.Logger("xlsx-utils");
|
25
26
|
this.results = [];
|
26
27
|
if(JSZip) {
|
@@ -40,7 +41,7 @@ XLSXImporter.prototype.processWorkbook = function() {
|
|
40
41
|
this.workbook = XLSX.read(this.text,{type:"base64"});
|
41
42
|
}
|
42
43
|
// Read the root import specification
|
43
|
-
this.rootImportSpec =
|
44
|
+
this.rootImportSpec = this.wiki.getTiddler(this.importSpec);
|
44
45
|
if(this.rootImportSpec) {
|
45
46
|
// Iterate through the sheets specified in the list field
|
46
47
|
$tw.utils.each(this.rootImportSpec.fields.list || [],this.processSheet.bind(this));
|
@@ -49,7 +50,7 @@ XLSXImporter.prototype.processWorkbook = function() {
|
|
49
50
|
|
50
51
|
XLSXImporter.prototype.processSheet = function(sheetImportSpecTitle) {
|
51
52
|
// Get the sheet import specifier
|
52
|
-
this.sheetImportSpec =
|
53
|
+
this.sheetImportSpec = this.wiki.getTiddler(sheetImportSpecTitle);
|
53
54
|
if(this.sheetImportSpec) {
|
54
55
|
this.sheetName = this.sheetImportSpec.fields["import-sheet-name"];
|
55
56
|
this.sheet = this.workbook.Sheets[this.sheetName];
|
@@ -70,7 +71,7 @@ XLSXImporter.prototype.processSheet = function(sheetImportSpecTitle) {
|
|
70
71
|
};
|
71
72
|
|
72
73
|
XLSXImporter.prototype.processRow = function(rowImportSpecTitle) {
|
73
|
-
this.rowImportSpec =
|
74
|
+
this.rowImportSpec = this.wiki.getTiddler(rowImportSpecTitle);
|
74
75
|
if(this.rowImportSpec) {
|
75
76
|
this.tiddlerFields = {};
|
76
77
|
this.skipTiddler = false;
|
@@ -116,7 +117,7 @@ XLSXImporter.prototype.processRowByField = function() {
|
|
116
117
|
};
|
117
118
|
|
118
119
|
XLSXImporter.prototype.processField = function(fieldImportSpecTitle) {
|
119
|
-
var fieldImportSpec =
|
120
|
+
var fieldImportSpec = this.wiki.getTiddler(fieldImportSpecTitle);
|
120
121
|
if(fieldImportSpec) {
|
121
122
|
var fieldName = fieldImportSpec.fields["import-field-name"],
|
122
123
|
value;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"title": "$:/plugins/tiddlywiki/xlsx-utils",
|
3
|
+
"name": "XLSX Utils",
|
3
4
|
"description": "XLSX spreadsheet utilities",
|
4
|
-
"
|
5
|
-
"
|
6
|
-
"list": "readme controls license"
|
5
|
+
"list": "readme controls license",
|
6
|
+
"dependents": ["$:/plugins/tiddlywiki/jszip"]
|
7
7
|
}
|
@@ -34,9 +34,10 @@ Command.prototype.execute = function() {
|
|
34
34
|
XLSXImporter = require("$:/plugins/tiddlywiki/xlsx-utils/importer.js").XLSXImporter,
|
35
35
|
importer = new XLSXImporter({
|
36
36
|
filename: filename,
|
37
|
-
importSpec: importSpec
|
37
|
+
importSpec: importSpec,
|
38
|
+
wiki: wiki
|
38
39
|
});
|
39
|
-
|
40
|
+
wiki.addTiddlers(importer.getResults());
|
40
41
|
return null;
|
41
42
|
};
|
42
43
|
|
package/readme.md
CHANGED
@@ -1,20 +1,8 @@
|
|
1
1
|
<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><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> is a complete interactive wiki in <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/JavaScript.html">JavaScript</a>. 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><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><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><h1 class="">Join the Community</h1><p>
|
2
|
-
<h2 class="">Users</h2><p>The TiddlyWiki discussion groups are mailing lists for talking about TiddlyWiki: requests for help, announcements of new releases and plugins, debating new features, or just sharing experiences. You can participate via the associated website, or subscribe via email.</p><ul><li>The main TiddlyWiki group: <a class="tc-tiddlylink-external" href="
|
2
|
+
<h2 class="">Users</h2><p>The TiddlyWiki discussion groups are mailing lists for talking about TiddlyWiki: requests for help, announcements of new releases and plugins, debating new features, or just sharing experiences. You can participate via the associated website, or subscribe via email.</p><ul><li>The main TiddlyWiki group: <a class="tc-tiddlylink-external" href="https://groups.google.com/group/TiddlyWiki" rel="noopener noreferrer" target="_blank">https://groups.google.com/group/TiddlyWiki</a><blockquote><div>Note that you do not need a Google Account to join the discussion groups. Subscribe by sending an email to <a class="tc-tiddlylink-external" href="mailto:tiddlywiki+subscribe@googlegroups.com" rel="noopener noreferrer" target="_blank">mailto:tiddlywiki+subscribe@googlegroups.com</a>.</div></blockquote><ul><li>An enhanced group search facility is available on <a class="tc-tiddlylink-external" href="https://www.mail-archive.com/tiddlywiki@googlegroups.com/" rel="noopener noreferrer" target="_blank">mail-archive.com</a></li></ul></li><li>Watch recordings of our regular <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki%2520Hangouts.html">TiddlyWiki Hangouts</a></li><li>Follow <a class="tc-tiddlylink-external" href="http://twitter.com/TiddlyWiki" rel="noopener noreferrer" target="_blank">@TiddlyWiki on Twitter</a> for the latest news</li><li>New: Join us on our live chat at <a class="tc-tiddlylink-external" href="https://gitter.im/TiddlyWiki/public" rel="noopener noreferrer" target="_blank">https://gitter.im/TiddlyWiki/public</a> !</li><li>There is also a discord available at <a class="tc-tiddlylink-external" href="https://discord.gg/HFFZVQ8" rel="noopener noreferrer" target="_blank">https://discord.gg/HFFZVQ8</a></li></ul><h2 class="">Developers</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><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/Jermolene/TiddlyWiki5" rel="noopener noreferrer" target="_blank">development on GitHub</a><ul><li><a class="tc-tiddlylink-external" href="https://github.com/Jermolene/TiddlyWiki5/discussions" rel="noopener noreferrer" target="_blank">Discussions</a> are for Q&A and open-ended discussion</li><li><a class="tc-tiddlylink-external" href="https://github.com/Jermolene/TiddlyWiki5/issues" rel="noopener noreferrer" target="_blank">Issues</a> are for raising bug reports and proposing specific, actionable new ideas</li></ul></li><li>The older TiddlyWikiDev Google Group is now closed in favour of <a class="tc-tiddlylink-external" href="https://github.com/Jermolene/TiddlyWiki5/discussions" rel="noopener noreferrer" target="_blank">GitHub Discussions</a> but 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><li>Follow <a class="tc-tiddlylink-external" href="http://twitter.com/#!/TiddlyWiki" rel="noopener noreferrer" target="_blank">@TiddlyWiki on Twitter</a> for the latest news</li><li>Chat at <a class="tc-tiddlylink-external" href="https://gitter.im/TiddlyWiki/public" rel="noopener noreferrer" target="_blank">https://gitter.im/TiddlyWiki/public</a> (development room coming soon)</li></ul><p>New releases of <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a>, <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyDesktop.html">TiddlyDesktop</a> and <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyFox.html">TiddlyFox</a> are announced via the discussion groups and <a class="tc-tiddlylink-external" href="https://twitter.com/TiddlyWiki" rel="noopener noreferrer" target="_blank">Twitter</a> (you can also subscribe to an Atom/RSS feed of <a class="tc-tiddlylink-external" href="https://github.com/jermolene/tiddlywiki5/releases.atom" rel="noopener noreferrer" target="_blank">TiddlyWiki releases from GitHub</a>)</p><h2 class="">Documentation</h2><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>
|
3
3
|
</p>
|
4
|
-
</p><h1 class="">Installing <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> on Node.js</h1><ol><li>Install <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Node.js.html">Node.js</a><ul><li>
|
5
|
-
<g fill-rule="evenodd">
|
6
|
-
<path d="M120.78304,34.329058 C125.424287,43.1924006 128.049406,53.2778608 128.049406,63.9764502 C128.049406,99.3226742 99.3956295,127.97645 64.0494055,127.97645 C28.7031816,127.97645 0.0494055385,99.3226742 0.0494055385,63.9764502 C0.0494055385,28.6302262 28.7031816,-0.0235498012 64.0494055,-0.0235498012 C82.8568763,-0.0235498012 99.769563,8.08898558 111.479045,21.0056358 L114.159581,18.3250998 C117.289194,15.1954866 122.356036,15.1939641 125.480231,18.3181584 C128.598068,21.4359957 128.601317,26.5107804 125.473289,29.6388083 L120.78304,34.329058 Z M108.72451,46.3875877 C110.870571,51.8341374 112.049406,57.767628 112.049406,63.9764502 C112.049406,90.4861182 90.5590735,111.97645 64.0494055,111.97645 C37.5397375,111.97645 16.0494055,90.4861182 16.0494055,63.9764502 C16.0494055,37.4667822 37.5397375,15.9764502 64.0494055,15.9764502 C78.438886,15.9764502 91.3495036,22.308215 100.147097,32.3375836 L58.9411255,73.5435552 L41.975581,56.5780107 C38.8486152,53.4510448 33.7746915,53.4551552 30.6568542,56.5729924 C27.5326599,59.6971868 27.5372202,64.7670668 30.6618725,67.8917192 L53.279253,90.5090997 C54.8435723,92.073419 56.8951519,92.8541315 58.9380216,92.8558261 C60.987971,92.8559239 63.0389578,92.0731398 64.6049211,90.5071765 L108.72451,46.3875877 Z"></path>
|
7
|
-
</g>
|
8
|
-
</svg> <strong>save changes</strong> button in the sidebar, <strong>OR</strong></li><li><code>tiddlywiki mynewwiki --build index</code></li></ul></li></ol><p>The <code>-g</code> flag causes <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> to be installed globally. Without it, <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> will only be available in the directory where you installed it.</p><p>If you are using Debian or Debian-based Linux and you are receiving a <code>node: command not found</code> error though node.js package is installed, you may need to create a symbolic link between <code>nodejs</code> and <code>node</code>. Consult your distro's manual and <code>whereis</code> to correctly create a link. See github <a class="tc-tiddlylink-external" href="http://github.com/Jermolene/TiddlyWiki5/issues/1434" rel="noopener noreferrer" target="_blank">issue 1434</a></p><p>Example Debian v8.0: <code>sudo ln -s /usr/bin/nodejs /usr/bin/node</code></p><p>You can also install prior versions like this:</p><blockquote><p>npm install -g tiddlywiki@5.1.13</p></blockquote><h1 class="">Using <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> on Node.js</h1><p><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki5.html">TiddlyWiki5</a> includes a set of <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Commands.html">Commands</a> for use on the command line to perform an extensive set of operations based on <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWikiFolders.html">TiddlyWikiFolders</a>, <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlerFiles.html">TiddlerFiles</a> and <a class="tc-tiddlylink tc-tiddlylink-missing" href="https://tiddlywiki.com/static/TiddlyWikiFiles.html">TiddlyWikiFiles</a>.</p><p>For example, the following command loads the tiddlers from a <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> HTML file and then saves one of them in static HTML:</p><pre><code>tiddlywiki --verbose --load mywiki.html --rendertiddler ReadMe ./readme.html</code></pre><p>Running <code>tiddlywiki</code> from the command line boots the <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> kernel, loads the core plugins and establishes an empty wiki store. It then sequentially processes the command line arguments from left to right. The arguments are separated with spaces.</p><p><span class="doc-from-version"><svg class="tc-image-warning tc-image-button" height="22pt" viewBox="0 0 128 128" width="22pt">
|
9
|
-
<g fill-rule="evenodd">
|
10
|
-
<path d="M57.0717968,11 C60.1509982,5.66666667 67.8490018,5.66666667 70.9282032,11 L126.353829,107 C129.433031,112.333333 125.584029,119 119.425626,119 L8.57437416,119 C2.41597129,119 -1.43303051,112.333333 1.64617093,107 L57.0717968,11 Z M64,37 C59.581722,37 56,40.5820489 56,44.9935776 L56,73.0064224 C56,77.4211534 59.5907123,81 64,81 C68.418278,81 72,77.4179511 72,73.0064224 L72,44.9935776 C72,40.5788466 68.4092877,37 64,37 Z M64,104 C68.418278,104 72,100.418278 72,96 C72,91.581722 68.418278,88 64,88 C59.581722,88 56,91.581722 56,96 C56,100.418278 59.581722,104 64,104 Z"></path>
|
11
|
-
</g>
|
12
|
-
</svg> New in: 5.1.20</span> First, there can be zero or more plugin references identified by the prefix <code>+</code> for plugin names or <code>++</code> for a path to a plugin folder. These plugins are loaded in addition to any specified in the <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWikiFolders.html">TiddlyWikiFolder</a>.</p><p>The next argument is the optional path to the <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWikiFolders.html">TiddlyWikiFolder</a> to be loaded. If not present, then the current directory is used.</p><p>The commands and their individual arguments follow, each command being identified by the prefix <code>--</code>.</p><pre><code>tiddlywiki [+<pluginname> | ++<pluginpath>] [<wikipath>] [--<command> [<arg>[,<arg>]]]</code></pre><p>For example:</p><pre><code>tiddlywiki --version
|
4
|
+
</p><h1 class="">Installing <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> on Node.js</h1><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>pacman -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>Check <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> is installed by typing:<blockquote><div><code>tiddlywiki --version</code></div></blockquote></li><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.2.2"; you may also see other debugging information reported)</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 tc-image-button" height="22pt" viewBox="0 0 128 128" width="22pt"><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></svg></span> <strong>save changes</strong> button in the sidebar, <strong>OR</strong></li><li><code>tiddlywiki mynewwiki --build index</code></li></ul></li></ol><p>The <code>-g</code> flag causes <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> to be installed globally. Without it, <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> will only be available in the directory where you installed it.</p><p>If you are using Debian or Debian-based Linux and you are receiving a <code>node: command not found</code> error though node.js package is installed, you may need to create a symbolic link between <code>nodejs</code> and <code>node</code>. Consult your distro's manual and <code>whereis</code> to correctly create a link. See github <a class="tc-tiddlylink-external" href="http://github.com/Jermolene/TiddlyWiki5/issues/1434" rel="noopener noreferrer" target="_blank">issue 1434</a></p><p>Example Debian v8.0: <code>sudo ln -s /usr/bin/nodejs /usr/bin/node</code></p><p>You can also install prior versions like this:</p><blockquote><div>npm install -g tiddlywiki@5.1.13</div></blockquote><h1 class="">Using <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> on Node.js</h1><p><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki5.html">TiddlyWiki5</a> includes a set of <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Commands.html">Commands</a> for use on the command line to perform an extensive set of operations based on <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWikiFolders.html">TiddlyWikiFolders</a>, <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlerFiles.html">TiddlerFiles</a> and <a class="tc-tiddlylink tc-tiddlylink-missing" href="https://tiddlywiki.com/static/TiddlyWikiFiles.html">TiddlyWikiFiles</a>.</p><p>For example, the following command loads the tiddlers from a <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> HTML file and then saves one of them in static HTML:</p><pre><code>tiddlywiki --verbose --load mywiki.html --rendertiddler ReadMe ./readme.html</code></pre><p>Running <code>tiddlywiki</code> from the command line boots the <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> kernel, loads the core plugins and establishes an empty wiki store. It then sequentially processes the command line arguments from left to right. The arguments are separated with spaces.</p><p><span class="doc-from-version"><svg class="tc-image-warning tc-image-button" height="22pt" viewBox="0 0 128 128" width="22pt"><path d="M57.072 11c3.079-5.333 10.777-5.333 13.856 0l55.426 96c3.079 5.333-.77 12-6.928 12H8.574c-6.158 0-10.007-6.667-6.928-12l55.426-96zM64 37c-4.418 0-8 3.582-8 7.994v28.012C56 77.421 59.59 81 64 81c4.418 0 8-3.582 8-7.994V44.994C72 40.579 68.41 37 64 37zm0 67a8 8 0 100-16 8 8 0 000 16z" fill-rule="evenodd"></path></svg> New in: 5.1.20</span> First, there can be zero or more plugin references identified by the prefix <code>+</code> for plugin names or <code>++</code> for a path to a plugin folder. These plugins are loaded in addition to any specified in the <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWikiFolders.html">TiddlyWikiFolder</a>.</p><p>The next argument is the optional path to the <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWikiFolders.html">TiddlyWikiFolder</a> to be loaded. If not present, then the current directory is used.</p><p>The commands and their individual arguments follow, each command being identified by the prefix <code>--</code>.</p><pre><code>tiddlywiki [+<pluginname> | ++<pluginpath>] [<wikipath>] [--<command> [<arg>[,<arg>]]]</code></pre><p>For example:</p><pre><code>tiddlywiki --version
|
13
5
|
tiddlywiki +plugins/tiddlywiki/filesystem +plugins/tiddlywiki/tiddlyweb mywiki --listen
|
14
|
-
tiddlywiki ++./mygreatplugin mywiki --listen</code></pre><p><span class="doc-from-version"><svg class="tc-image-warning tc-image-button" height="22pt" viewBox="0 0 128 128" width="22pt">
|
15
|
-
|
16
|
-
<path d="M57.0717968,11 C60.1509982,5.66666667 67.8490018,5.66666667 70.9282032,11 L126.353829,107 C129.433031,112.333333 125.584029,119 119.425626,119 L8.57437416,119 C2.41597129,119 -1.43303051,112.333333 1.64617093,107 L57.0717968,11 Z M64,37 C59.581722,37 56,40.5820489 56,44.9935776 L56,73.0064224 C56,77.4211534 59.5907123,81 64,81 C68.418278,81 72,77.4179511 72,73.0064224 L72,44.9935776 C72,40.5788466 68.4092877,37 64,37 Z M64,104 C68.418278,104 72,100.418278 72,96 C72,91.581722 68.418278,88 64,88 C59.581722,88 56,91.581722 56,96 C56,100.418278 59.581722,104 64,104 Z"></path>
|
17
|
-
</g>
|
18
|
-
</svg> New in: 5.1.18</span> Commands such as the <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/ListenCommand.html">ListenCommand</a> that support large numbers of parameters can use <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/NamedCommandParameters.html">NamedCommandParameters</a> to make things less unwieldy. For example:</p><pre><code>tiddlywiki wikipath --listen username=jeremy port=8090</code></pre><p>See <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Commands.html">Commands</a> for a full listing of the available commands.
|
19
|
-
</p><h1 class="">Upgrading <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> on Node.js</h1><p>If you've installed <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki%2520on%2520Node.js.html">TiddlyWiki on Node.js</a> on the usual way, when a new version is released you can upgrade it with this command:</p><pre><code>npm update -g tiddlywiki</code></pre><p>On Mac or Linux you'll need to add <strong>sudo</strong> like this:</p><pre><code>sudo npm update -g tiddlywiki</code></pre><h1 class="">Also see</h1><p><ul class=""><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWikiFolders.html">TiddlyWikiFolders</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/MultiTiddlerFileSyntax.html">MultiTiddlerFileSyntax</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/MultiTiddlerFiles.html">MultiTiddlerFiles</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlerFiles.html">TiddlerFiles</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Generating%2520Static%2520Sites%2520with%2520TiddlyWiki.html">Generating Static Sites with TiddlyWiki</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/How%2520to%2520build%2520a%2520TiddlyWiki5%2520from%2520individual%2520tiddlers.html">How to build a TiddlyWiki5 from individual tiddlers</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Using%2520TiddlyWiki%2520for%2520GitHub%2520project%2520documentation.html">Using TiddlyWiki for GitHub project documentation</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Using%2520a%2520custom%2520path%2520prefix%2520with%2520the%2520client-server%2520edition.html">Using a custom path prefix with the client-server edition</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Building%2520TiddlyWikiClassic.html">Building TiddlyWikiClassic</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Customising%2520Tiddler%2520File%2520Naming.html">Customising Tiddler File Naming</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Environment%2520Variables%2520on%2520Node.js.html">Environment Variables on Node.js</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Scripts%2520for%2520TiddlyWiki%2520on%2520Node.js.html">Scripts for TiddlyWiki on Node.js</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Serving%2520TW5%2520from%2520Android.html">Serving TW5 from Android</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Working%2520with%2520the%2520TiddlyWiki5%2520repository.html">Working with the TiddlyWiki5 repository</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Installing%2520TiddlyWiki%2520on%2520Microsoft%2520Internet%2520Information%2520Server.html">Internet Information Services</a></li></ul></p><p><em>This readme file was automatically generated by <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a></em>
|
6
|
+
tiddlywiki ++./mygreatplugin mywiki --listen</code></pre><p><span class="doc-from-version"><svg class="tc-image-warning tc-image-button" height="22pt" viewBox="0 0 128 128" width="22pt"><path d="M57.072 11c3.079-5.333 10.777-5.333 13.856 0l55.426 96c3.079 5.333-.77 12-6.928 12H8.574c-6.158 0-10.007-6.667-6.928-12l55.426-96zM64 37c-4.418 0-8 3.582-8 7.994v28.012C56 77.421 59.59 81 64 81c4.418 0 8-3.582 8-7.994V44.994C72 40.579 68.41 37 64 37zm0 67a8 8 0 100-16 8 8 0 000 16z" fill-rule="evenodd"></path></svg> New in: 5.1.18</span> Commands such as the <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/ListenCommand.html">ListenCommand</a> that support large numbers of parameters can use <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/NamedCommandParameters.html">NamedCommandParameters</a> to make things less unwieldy. For example:</p><pre><code>tiddlywiki wikipath --listen username=jeremy port=8090</code></pre><p>See <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Commands.html">Commands</a> for a full listing of the available commands.
|
7
|
+
</p><h1 class="">Upgrading <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a> on Node.js</h1><p>If you've installed <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki%2520on%2520Node.js.html">TiddlyWiki on Node.js</a> on the usual way, when a new version is released you can upgrade it with this command:</p><pre><code>npm update -g tiddlywiki</code></pre><p>On Mac or Linux you'll need to add <strong>sudo</strong> like this:</p><pre><code>sudo npm update -g tiddlywiki</code></pre><h1 class="">Also see</h1><p><ul class=""><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/NamedCommandParameters.html">NamedCommandParameters</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWikiFolders.html">TiddlyWikiFolders</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/MultiTiddlerFileSyntax.html">MultiTiddlerFileSyntax</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/MultiTiddlerFiles.html">MultiTiddlerFiles</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlerFiles.html">TiddlerFiles</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Generating%2520Static%2520Sites%2520with%2520TiddlyWiki.html">Generating Static Sites with TiddlyWiki</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/How%2520to%2520build%2520a%2520TiddlyWiki5%2520from%2520individual%2520tiddlers.html">How to build a TiddlyWiki5 from individual tiddlers</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Using%2520TiddlyWiki%2520for%2520GitHub%2520project%2520documentation.html">Using TiddlyWiki for GitHub project documentation</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Using%2520a%2520custom%2520path%2520prefix%2520with%2520the%2520client-server%2520edition.html">Using a custom path prefix with the client-server edition</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Building%2520TiddlyWikiClassic.html">Building TiddlyWikiClassic</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Customising%2520Tiddler%2520File%2520Naming.html">Customising Tiddler File Naming</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Environment%2520Variables%2520on%2520Node.js.html">Environment Variables on Node.js</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Installing%2520TiddlyWiki%2520Prerelease%2520on%2520Node.js.html">Installing TiddlyWiki Prerelease on Node.js</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Installing%2520custom%2520plugins%2520on%2520Node.js.html">Installing custom plugins on Node.js</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Scripts%2520for%2520TiddlyWiki%2520on%2520Node.js.html">Scripts for TiddlyWiki on Node.js</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Serving%2520TW5%2520from%2520Android.html">Node.js on Termux</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Working%2520with%2520the%2520TiddlyWiki5%2520repository.html">Working with the TiddlyWiki5 repository</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/tiddlywiki.files%2520Files.html">tiddlywiki.files Files</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/tiddlywiki.info%2520Files.html">tiddlywiki.info Files</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Installing%2520a%2520plugin%2520from%2520the%2520plugin%2520library.html">Installing a plugin from the plugin library</a></li><li><a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/Installing%2520TiddlyWiki%2520on%2520Microsoft%2520Internet%2520Information%2520Server.html">Internet Information Services</a></li></ul></p><p><em>This readme file was automatically generated by <a class="tc-tiddlylink tc-tiddlylink-resolves" href="https://tiddlywiki.com/static/TiddlyWiki.html">TiddlyWiki</a></em>
|
20
8
|
</p>
|