tiddlywiki 5.3.0 → 5.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/ci.yml +9 -2
- package/bin/build-site.sh +25 -5
- package/bin/ci-test.sh +16 -0
- package/boot/boot.js +18 -7
- package/core/images/new-journal-button.tid +1 -3
- package/core/language/en-GB/Exporters.multids +1 -1
- package/core/language/en-GB/Help/commands.tid +1 -1
- package/core/language/en-GB/Help/savewikifolder.tid +2 -2
- package/core/language/en-GB/Help/server.tid +1 -1
- package/core/language/en-GB/Types/image_svg_xml.tid +1 -1
- package/core/language/en-GB/Types/image_x-icon.tid +1 -1
- package/core/modules/commands/savetiddlers.js +1 -1
- package/core/modules/editor/engines/framed.js +1 -1
- package/core/modules/editor/engines/simple.js +1 -1
- package/core/modules/filters/all.js +5 -5
- package/core/modules/filters/encodings.js +6 -2
- package/core/modules/filters/json-ops.js +95 -1
- package/core/modules/filters/listops.js +1 -0
- package/core/modules/parsers/textparser.js +5 -4
- package/core/modules/parsers/wikiparser/rules/conditional.js +120 -0
- package/core/modules/parsers/wikiparser/rules/fnprocdef.js +2 -2
- package/core/modules/parsers/wikiparser/rules/parameters.js +1 -1
- package/core/modules/parsers/wikiparser/wikiparser.js +31 -8
- package/core/modules/savers/github.js +1 -1
- package/core/modules/startup/rootwidget.js +1 -0
- package/core/modules/startup/startup.js +5 -0
- package/core/modules/startup/windows.js +2 -1
- package/core/modules/syncer.js +160 -122
- package/core/modules/utils/dom/dom.js +3 -3
- package/core/modules/utils/dom/dragndrop.js +4 -2
- package/core/modules/utils/dom/http.js +19 -3
- package/core/modules/utils/fakedom.js +5 -1
- package/core/modules/utils/utils.js +27 -4
- package/core/modules/widgets/browse.js +10 -0
- package/core/modules/widgets/button.js +15 -3
- package/core/modules/widgets/checkbox.js +14 -1
- package/core/modules/widgets/draggable.js +16 -5
- package/core/modules/widgets/droppable.js +14 -2
- package/core/modules/widgets/image.js +19 -14
- package/core/modules/widgets/importvariables.js +1 -1
- package/core/modules/widgets/link.js +12 -2
- package/core/modules/widgets/list.js +176 -19
- package/core/modules/widgets/radio.js +4 -0
- package/core/modules/widgets/range.js +4 -0
- package/core/modules/widgets/scrollable.js +66 -1
- package/core/modules/widgets/select.js +35 -23
- package/core/modules/widgets/transclude.js +88 -45
- package/core/modules/widgets/widget.js +42 -47
- package/core/modules/wiki.js +3 -3
- package/core/templates/html-json-skinny-tiddler.tid +0 -1
- package/core/templates/html-json-tiddler.tid +1 -1
- package/core/templates/store.area.template.html.tid +4 -4
- package/core/ui/AlertTemplate.tid +1 -0
- package/core/ui/ControlPanel/Basics.tid +2 -2
- package/core/ui/EditTemplate/body/default.tid +12 -8
- package/core/ui/EditTemplate/fields.tid +2 -2
- package/core/ui/EditTemplate/type.tid +1 -1
- package/core/ui/EditTemplate.tid +1 -0
- package/core/ui/EditorToolbar/preview.tid +6 -0
- package/core/ui/ImportPreviews/Text.tid +1 -0
- package/core/ui/PageStylesheet.tid +1 -0
- package/core/ui/PageTemplate.tid +2 -1
- package/core/ui/RootTemplate.tid +1 -0
- package/core/ui/StoryTiddlerTemplate.tid +1 -0
- package/core/ui/ViewTemplate/body/default.tid +1 -0
- package/core/ui/ViewTemplate/subtitle.tid +2 -5
- package/core/ui/ViewTemplate.tid +1 -0
- package/core/wiki/config/OfficialPluginLibrary.tid +1 -1
- package/core/wiki/config/ViewTemplateBodyFilters.multids +2 -1
- package/core/wiki/macros/colour-picker.tid +6 -6
- package/core/wiki/macros/image-picker.tid +5 -5
- package/core/wiki/macros/list.tid +95 -78
- package/core/wiki/macros/tabs.tid +9 -1
- package/core/wiki/macros/tag-picker.tid +2 -2
- package/core/wiki/macros/tag.tid +2 -1
- package/core/wiki/macros/toc.tid +3 -3
- package/core/wiki/tags/ViewTemplateBodyFilter.tid +1 -2
- package/editions/de-AT/tiddlers/HelloThere.tid +2 -2
- package/editions/de-AT/tiddlers/community/Fur_Entwickler.tid +1 -1
- package/editions/de-AT/tiddlers/external/tiddlywiki.files +1 -1
- package/editions/de-AT-server/tiddlers/system/favicon.png +0 -0
- package/editions/{es-ES-server/tiddlers/system/favicon.ico.meta → de-AT-server/tiddlers/system/favicon.png.meta} +1 -1
- package/editions/dev/tiddlers/images/favicon.png +0 -0
- package/editions/{de-AT-server/tiddlers/system/favicon.ico.meta → dev/tiddlers/images/favicon.png.meta} +1 -1
- package/editions/dev/tiddlers/new/HookMechanism.tid +28 -3
- package/editions/empty/tiddlywiki.info +5 -2
- package/editions/es-ES/tiddlers/Forums.tid +4 -5
- package/editions/es-ES/tiddlers/HelloThere.tid +2 -2
- package/editions/es-ES/tiddlers/Typography.tid +1 -1
- package/editions/es-ES/tiddlers/images/favicon.png +0 -0
- package/editions/{dev/tiddlers/images/favicon.ico.meta → es-ES/tiddlers/images/favicon.png.meta} +1 -1
- package/editions/es-ES/tiddlers/images/green_favicon.png +0 -0
- package/editions/es-ES/tiddlers/images/{green_favicon.ico.meta → green_favicon.png.meta} +1 -1
- package/editions/es-ES-server/tiddlers/system/favicon.png +0 -0
- package/editions/{es-ES/tiddlers/images/favicon.ico.meta → es-ES-server/tiddlers/system/favicon.png.meta} +1 -1
- package/editions/fr-FR/tiddlers/images/favicon.png +0 -0
- package/editions/fr-FR/tiddlers/images/favicon.png.meta +2 -0
- package/editions/fr-FR/tiddlers/images/green_favicon.png +0 -0
- package/editions/fr-FR/tiddlers/images/{green_favicon.ico.meta → green_favicon.png.meta} +1 -1
- package/editions/fr-FR-server/tiddlers/system/favicon.png +0 -0
- package/editions/fr-FR-server/tiddlers/system/favicon.png.meta +2 -0
- package/editions/highlightdemo/tiddlywiki.info +1 -1
- package/editions/ja-JP/tiddlers/images/favicon.png +0 -0
- package/editions/ja-JP/tiddlers/images/favicon.png.meta +2 -0
- package/editions/ja-JP/tiddlers/images/green_favicon.png +0 -0
- package/editions/ja-JP/tiddlers/images/{green_favicon.ico.meta → green_favicon.png.meta} +1 -1
- package/editions/katexdemo/tiddlywiki.info +1 -1
- package/editions/ko-KR/tiddlers/images/favicon.png +0 -0
- package/editions/ko-KR/tiddlers/images/favicon.png.meta +2 -0
- package/editions/ko-KR/tiddlers/images/green_favicon.png +0 -0
- package/editions/ko-KR/tiddlers/images/{green_favicon.ico.meta → green_favicon.png.meta} +1 -1
- package/editions/ko-KR-server/tiddlers/system/favicon.png +0 -0
- package/editions/ko-KR-server/tiddlers/system/favicon.png.meta +2 -0
- package/editions/pluginlibrary/tiddlywiki.info +2 -2
- package/editions/prerelease/tiddlers/{Release 5.3.1.tid → Release 5.3.3.tid } +23 -21
- package/editions/prerelease/tiddlers/system/PrereleaseLocalPluginLibrary.tid +1 -1
- package/editions/prerelease/tiddlers/system/PrereleaseOfficialPluginLibrary.tid +1 -1
- package/editions/prerelease/tiddlers/system/TiddlyWiki Pre-release.tid +1 -1
- package/editions/prerelease/tiddlers/system/favicon.png +0 -0
- package/editions/prerelease/tiddlers/system/favicon.png.meta +2 -0
- package/editions/prerelease/tiddlers/system/temp-my-scroll-position.tid +3 -0
- package/editions/resumebuilder/tiddlywiki.info +1 -1
- package/editions/server/tiddlywiki.info +1 -1
- package/editions/server-external-js/tiddlywiki.info +1 -1
- package/editions/test/playwright.spec.js +25 -0
- package/editions/test/tiddlers/tests/data/conditionals/Basic.tid +26 -0
- package/editions/test/tiddlers/tests/data/conditionals/BlockMode.tid +37 -0
- package/editions/test/tiddlers/tests/data/conditionals/Else.tid +26 -0
- package/editions/test/tiddlers/tests/data/conditionals/Elseif.tid +32 -0
- package/editions/test/tiddlers/tests/data/conditionals/MissingEndIf.tid +26 -0
- package/editions/test/tiddlers/tests/data/conditionals/MultipleResults.tid +12 -0
- package/editions/test/tiddlers/tests/data/conditionals/Nested.tid +38 -0
- package/editions/test/tiddlers/tests/data/conditionals/NestedElseif.tid +60 -0
- package/editions/test/tiddlers/tests/data/functions/IndentedFunctions.tid +24 -0
- package/editions/test/tiddlers/tests/data/functions/WikifiedFunctions.tid +1 -1
- package/editions/test/tiddlers/tests/data/importvariables/WithSetWidgets.tid +23 -0
- package/editions/test/tiddlers/tests/data/importvariables/WithSetWidgets2.tid +22 -0
- package/editions/test/tiddlers/tests/data/importvariables/WithSetWidgetsAndMacros.tid +29 -0
- package/editions/test/tiddlers/tests/data/list-widget/WithExplicitTemplates.tid +29 -0
- package/editions/test/tiddlers/tests/data/list-widget/WithExplicitTemplatesInBlockMode.tid +32 -0
- package/editions/test/tiddlers/tests/data/list-widget/WithExplicitTemplatesOverriddenByAttributes.tid +33 -0
- package/editions/test/tiddlers/tests/data/list-widget/WithJoinTemplate.tid +30 -0
- package/editions/test/tiddlers/tests/data/list-widget/WithJoinTemplateInBlockMode.tid +32 -0
- package/editions/test/tiddlers/tests/data/list-widget/WithLimit.tid +25 -0
- package/editions/test/tiddlers/tests/data/list-widget/WithMissingTemplate.tid +26 -0
- package/editions/test/tiddlers/tests/data/procedures/Nested-indented.tid +20 -0
- package/editions/test/tiddlers/tests/data/procedures/TrailingNewlines.tid +22 -0
- package/editions/test/tiddlers/tests/data/transclude/CustomWidget-CodeblockOverride-TextParser.tid +20 -0
- package/editions/test/tiddlers/tests/data/transclude/CustomWidget-Simple-Indented.tid +33 -0
- package/editions/test/tiddlers/tests/data/transclude/Parameterised-Shortcut-ParametersIndented.tid +20 -0
- package/editions/test/tiddlers/tests/data/transclude/Procedures-Double-Underscore.tid +26 -0
- package/editions/test/tiddlers/tests/data/transclude/Variable-Refreshing.tid +27 -0
- package/editions/test/tiddlers/tests/data/transclude/Variable-Static.tid +15 -0
- package/editions/test/tiddlers/tests/data/widgets/DataAttributes/ButtonWidget-DataAttributes.tid +27 -0
- package/editions/test/tiddlers/tests/data/widgets/DataAttributes/CheckboxWidget-DataAttributes.tid +22 -0
- package/editions/test/tiddlers/tests/data/widgets/DataAttributes/DraggableWidget-DataAttributes.tid +27 -0
- package/editions/test/tiddlers/tests/data/widgets/DataAttributes/DroppableWidget-DataAttributes.tid +27 -0
- package/editions/test/tiddlers/tests/data/widgets/DataAttributes/LinkWidget-DataAttributes.tid +27 -0
- package/editions/test/tiddlers/tests/data/widgets/DataAttributes/OrderedStyleAttributes.tid +15 -0
- package/editions/test/tiddlers/tests/data/widgets/DataAttributes/SelectWidget-DataAttributes.tid +27 -0
- package/editions/test/tiddlers/tests/data/widgets/ElementWidgetEventAttributes.tid +15 -0
- package/editions/test/tiddlers/tests/data/widgets/ElementWidgetStyleAttributes.tid +15 -0
- package/editions/test/tiddlers/tests/data/widgets/SubstitutedAttributes.tid +5 -3
- package/editions/test/tiddlers/tests/test-filters.js +5 -4
- package/editions/test/tiddlers/tests/test-json-filters.js +40 -0
- package/editions/test/tiddlers/tests/test-utils.js +23 -0
- package/editions/test/tiddlers/tests/test-widget.js +62 -0
- package/editions/tw.org/tiddlers/$__favicon.ico.png +0 -0
- package/editions/tw.org/tiddlywiki.info +1 -1
- package/editions/tw5.com/tiddlers/_tw_shared/favicons/classic.tiddlywiki.com.png +0 -0
- package/editions/tw5.com/tiddlers/_tw_shared/favicons/{classic.tiddlywiki.com.ico.meta → classic.tiddlywiki.com.png.meta} +1 -1
- package/editions/tw5.com/tiddlers/_tw_shared/favicons/links.tiddlywiki.org.png +0 -0
- package/editions/tw5.com/tiddlers/_tw_shared/favicons/{links.tiddlywiki.org.ico.meta → links.tiddlywiki.org.png.meta} +1 -1
- package/editions/tw5.com/tiddlers/_tw_shared/favicons/tiddlywiki.com.dev.png +0 -0
- package/editions/tw5.com/tiddlers/_tw_shared/favicons/{tiddlywiki.com.dev.ico.meta → tiddlywiki.com.dev.png.meta} +1 -1
- package/editions/tw5.com/tiddlers/_tw_shared/favicons/tiddlywiki.com.png +0 -0
- package/editions/tw5.com/tiddlers/_tw_shared/favicons/{tiddlywiki.com.ico.meta → tiddlywiki.com.png.meta} +1 -1
- package/editions/tw5.com/tiddlers/_tw_shared/favicons/tiddlywiki.com.prerelease.png +0 -0
- package/editions/tw5.com/tiddlers/_tw_shared/favicons/{tiddlywiki.com.prerelease.ico.meta → tiddlywiki.com.prerelease.png.meta} +1 -1
- package/editions/tw5.com/tiddlers/_tw_shared/favicons/tiddlywiki.com.upgrade.png +0 -0
- package/editions/tw5.com/tiddlers/_tw_shared/favicons/{tiddlywiki.com.upgrade.ico.meta → tiddlywiki.com.upgrade.png.meta} +1 -1
- package/editions/tw5.com/tiddlers/_tw_shared/favicons/tiddlywiki.org.png +0 -0
- package/editions/tw5.com/tiddlers/about/Archive.tid +82 -0
- package/editions/tw5.com/tiddlers/community/Chinese Community.tid +20 -0
- package/editions/tw5.com/tiddlers/community/editions/Tidme by oflg.tid +16 -0
- package/editions/tw5.com/tiddlers/community/plugins/FSRS4TW by oflg.tid +10 -0
- package/editions/tw5.com/tiddlers/community/resources/TiddlyWiki Posts.tid +3 -3
- package/editions/tw5.com/tiddlers/community/resources/_Timimi_ Extension and executable by Riz.tid +3 -1
- package/editions/tw5.com/tiddlers/community/tutorials/GitHub Saver Tutorial by Mohammad.tid +5 -5
- package/editions/tw5.com/tiddlers/concepts/Macros.tid +7 -3
- package/editions/tw5.com/tiddlers/concepts/Title List.tid +5 -1
- package/editions/tw5.com/tiddlers/definitions/Git.tid +9 -0
- package/editions/tw5.com/tiddlers/definitions/GitHub.tid +6 -4
- package/editions/tw5.com/tiddlers/definitions/GitLab.tid +13 -0
- package/editions/tw5.com/tiddlers/demonstrations/TableOfContents/Fourth.tid +2 -0
- package/editions/tw5.com/tiddlers/demonstrations/TableOfContents/SecondThreeThree.tid +11 -1
- package/editions/tw5.com/tiddlers/demonstrations/TableOfContents/Third.tid +2 -0
- package/editions/tw5.com/tiddlers/filters/decodebase64 Operator.tid +6 -1
- package/editions/tw5.com/tiddlers/filters/encodebase64 Operator.tid +6 -1
- package/editions/tw5.com/tiddlers/filters/examples/jsonset.tid +59 -0
- package/editions/tw5.com/tiddlers/filters/examples/jsonstringify Operator (Examples).tid +7 -5
- package/editions/tw5.com/tiddlers/filters/examples/stringify_Operator_(Examples).tid +5 -3
- package/editions/tw5.com/tiddlers/filters/jsonextract.tid +8 -0
- package/editions/tw5.com/tiddlers/filters/jsonget.tid +8 -0
- package/editions/tw5.com/tiddlers/filters/jsonset.tid +64 -0
- package/editions/tw5.com/tiddlers/filters/jsonstringify Operator.tid +14 -15
- package/editions/tw5.com/tiddlers/filters/jsontype.tid +8 -0
- package/editions/tw5.com/tiddlers/filters/stringify_Operator.tid +12 -15
- package/editions/tw5.com/tiddlers/filters/substitute Operator.tid +3 -3
- package/editions/tw5.com/tiddlers/filters/syntax/Filter Expression.tid +1 -1
- package/editions/tw5.com/tiddlers/hellothere/HelloThere.tid +6 -1
- package/editions/tw5.com/tiddlers/howtos/Constructing JSON tiddlers.tid +3 -3
- package/editions/tw5.com/tiddlers/images/Favicon template.svg +296 -0
- package/editions/tw5.com/tiddlers/images/Favicon template.svg.meta +3 -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 } +1 -1
- package/editions/tw5.com/tiddlers/images/favicon.png +0 -0
- package/editions/tw5.com/tiddlers/images/favicon.png.meta +2 -0
- package/editions/tw5.com/tiddlers/images/green_favicon.png +0 -0
- package/editions/tw5.com/tiddlers/images/green_favicon.png.meta +2 -0
- package/editions/tw5.com/tiddlers/macros/CoreMacros.tid +1 -1
- package/editions/tw5.com/tiddlers/macros/TagMacro.tid +3 -1
- package/editions/tw5.com/tiddlers/macros/examples/tag.tid +22 -1
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-close-window.tid +2 -2
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-download-file.tid +3 -3
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-edit-bitmap-operation.tid +3 -3
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-edit-text-operation.tid +2 -2
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-focus-selector.tid +2 -2
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-http-request Example Random Dog.tid +90 -0
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-http-request Example Zotero.tid +4 -3
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-http-request.tid +4 -2
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-modal.tid +2 -2
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-new-tiddler.tid +3 -3
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-notify.tid +3 -3
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-open-external-window.tid +4 -3
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-open-window.tid +12 -5
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-permalink.tid +1 -1
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-save-wiki.tid +3 -3
- package/editions/tw5.com/tiddlers/pragmas/Pragma_ _procedure.tid +2 -2
- package/editions/tw5.com/tiddlers/pragmas/Pragma_ _rules.tid +2 -2
- package/editions/tw5.com/tiddlers/pragmas/Pragma_ _whitespace.tid +7 -3
- package/editions/tw5.com/tiddlers/pragmas/Pragmas.tid +3 -1
- package/editions/tw5.com/tiddlers/procedures/Procedure Definitions.tid +4 -2
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.0.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.1.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.10.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.11.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.12.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.13.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.14.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.15.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.16.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.17.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.18.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.19.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.2.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.20.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.21.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.22.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.23.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.3.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.4.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.5.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.6.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.7.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.8.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.9.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.0.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.1.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.2.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.3.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.4.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.5.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.6.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.7.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.0.tid +1 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.1.tid +87 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.3.2.tid +184 -0
- package/editions/tw5.com/tiddlers/releasenotes/Releases.tid +4 -2
- package/editions/tw5.com/tiddlers/releasenotes/TiddlyWiki Releases.tid +1 -1
- package/editions/tw5.com/tiddlers/{Saving on Browser with TiddlyStow.tid → saving/Saving on Browser with TiddlyStow.tid } +2 -2
- package/editions/tw5.com/tiddlers/saving/Saving to a Git service.tid +5 -1
- package/editions/tw5.com/tiddlers/saving/Saving via a Minimal Web Server.tid +8 -11
- package/editions/tw5.com/tiddlers/system/tw5.com-styles.tid +5 -0
- package/editions/tw5.com/tiddlers/systemtags/SystemTag_ $__tags_Macro.tid +1 -1
- package/editions/tw5.com/tiddlers/variables/Behaviour of invoked variables depends on how the variable was declared.tid +52 -0
- package/editions/tw5.com/tiddlers/variables/Behaviour of variables invoked via filter expression function call.tid +10 -0
- package/editions/tw5.com/tiddlers/variables/Behaviour of variables invoked via filter operator parameter.tid +11 -0
- package/editions/tw5.com/tiddlers/variables/Behaviour of variables invoked via normal wikitext.tid +11 -0
- package/editions/tw5.com/tiddlers/variables/Behaviour of variables invoked via widget attributes.tid +11 -0
- package/editions/tw5.com/tiddlers/variables/Variable Usage.tid +5 -49
- package/editions/tw5.com/tiddlers/widgets/ActionListopsWidget.tid +24 -2
- package/editions/tw5.com/tiddlers/widgets/ActionPopupWidget.tid +2 -2
- package/editions/tw5.com/tiddlers/widgets/BrowseWidget.tid +3 -1
- package/editions/tw5.com/tiddlers/widgets/ButtonWidget.tid +3 -1
- package/editions/tw5.com/tiddlers/widgets/CheckboxWidget.tid +3 -1
- package/editions/tw5.com/tiddlers/widgets/Custom Widgets.tid +3 -1
- package/editions/tw5.com/tiddlers/widgets/DraggableWidget.tid +3 -2
- package/editions/tw5.com/tiddlers/widgets/DroppableWidget.tid +3 -1
- package/editions/tw5.com/tiddlers/widgets/GenesisWidget.tid +1 -1
- package/editions/tw5.com/tiddlers/widgets/ImageWidget.tid +2 -1
- package/editions/tw5.com/tiddlers/widgets/LinkWidget.tid +3 -1
- package/editions/tw5.com/tiddlers/widgets/ListWidget.tid +27 -2
- package/editions/tw5.com/tiddlers/widgets/RadioWidget.tid +3 -1
- package/editions/tw5.com/tiddlers/widgets/RangeWidget.tid +3 -1
- package/editions/tw5.com/tiddlers/widgets/ScrollableWidget.tid +27 -2
- package/editions/tw5.com/tiddlers/widgets/SelectWidget.tid +4 -1
- package/editions/tw5.com/tiddlers/widgets/SetWidget.tid +17 -1
- package/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid +2 -2
- package/editions/tw5.com/tiddlers/widgets/examples/ActionListopsWidget (Examples).tid +12 -1
- package/editions/tw5.com/tiddlers/wikitext/Anchor Links using HTML.tid +1 -1
- package/editions/tw5.com/tiddlers/wikitext/Conditional Shortcut Syntax.tid +62 -0
- package/editions/tw5.com/tiddlers/wikitext/Styles and Classes in WikiText.tid +52 -19
- package/editions/tw5.com/tiddlers/wikitext/Transclusion and Substitution.tid +3 -3
- package/editions/tw5.com/tiddlers/wikitext/Variable Attribute Values.tid +5 -2
- package/editions/tw5.com/tiddlers/wikitext/Widget Attributes.tid +8 -3
- package/editions/tw5.com/tiddlers/wikitext/Widgets in WikiText.tid +1 -0
- package/editions/tw5.com/tiddlywiki.info +9 -3
- package/editions/tw5.com-server/tiddlers/system/tiddlywiki.com.server.png +0 -0
- package/editions/tw5.com-server/tiddlers/system/tiddlywiki.com.server.png.meta +2 -0
- package/editions/zh-Hans/tiddlers/images/favicon.png +0 -0
- package/editions/zh-Hans/tiddlers/images/favicon.png.meta +2 -0
- package/editions/zh-Hans/tiddlers/images/green_favicon.png +0 -0
- package/editions/zh-Hans/tiddlers/images/green_favicon.png.meta +2 -0
- package/editions/zh-Hant/tiddlers/images/favicon.png +0 -0
- package/editions/zh-Hant/tiddlers/images/favicon.png.meta +2 -0
- package/editions/zh-Hant/tiddlers/images/green_favicon.png +0 -0
- package/editions/zh-Hant/tiddlers/images/green_favicon.png.meta +2 -0
- package/languages/de-DE/Exporters.multids +1 -1
- package/languages/de-DE/Help/commands.tid +2 -2
- package/languages/de-DE/Help/server.tid +1 -1
- package/languages/de-DE/Types/image_x-icon.tid +1 -1
- package/languages/es-ES/Buttons.multids +2 -0
- package/languages/es-ES/Fields.multids +4 -0
- package/languages/es-ES/Help/listen.tid +1 -1
- package/languages/es-ES/Help/savewikifolder.tid +16 -1
- package/languages/es-ES/Help/server.tid +1 -1
- package/languages/es-ES/Misc.multids +3 -0
- package/languages/es-ES/SiteTitle.tid +1 -1
- package/languages/pl-PL/Exporters.multids +1 -1
- package/languages/pl-PL/Help/commands.tid +1 -1
- package/languages/pl-PL/Help/savewikifolder.tid +19 -4
- package/languages/pl-PL/Help/server.tid +1 -1
- package/languages/zh-Hans/Exporters.multids +1 -1
- package/languages/zh-Hans/Help/commands.tid +1 -1
- package/languages/zh-Hans/Help/savewikifolder.tid +5 -1
- package/languages/zh-Hans/Help/server.tid +1 -1
- package/languages/zh-Hans/Types/image_svg_xml.tid +1 -1
- package/languages/zh-Hans/Types/image_x-icon.tid +1 -1
- package/languages/zh-Hant/Exporters.multids +1 -1
- package/languages/zh-Hant/Help/commands.tid +1 -1
- package/languages/zh-Hant/Help/savewikifolder.tid +5 -1
- package/languages/zh-Hant/Help/server.tid +1 -1
- package/languages/zh-Hant/Types/image_svg_xml.tid +1 -1
- package/languages/zh-Hant/Types/image_x-icon.tid +1 -1
- package/licenses/cla-individual.md +20 -0
- package/package.json +4 -1
- package/playwright.config.js +46 -0
- package/plugins/tiddlywiki/codemirror/styles.tid +5 -0
- package/plugins/tiddlywiki/comments/styles.tid +8 -8
- package/plugins/tiddlywiki/dynannotate/docs/readme.tid +1 -0
- package/plugins/tiddlywiki/dynannotate/modules/dynannotate.js +28 -27
- package/plugins/tiddlywiki/evernote/modules/enex-deserializer.js +82 -23
- package/plugins/tiddlywiki/evernote/readme.tid +1 -0
- package/plugins/tiddlywiki/evernote/samples/sample-enex-with-image.xml.enex +2 -2
- package/plugins/tiddlywiki/googleanalytics/googleanalytics.js +1 -1
- package/plugins/tiddlywiki/googleanalytics/settings.tid +1 -3
- package/plugins/tiddlywiki/jasmine/jasmine-plugin.js +9 -2
- package/plugins/tiddlywiki/jasmine/run-wiki-based-tests.js +1 -1
- package/plugins/tiddlywiki/jasmine/startup.js +2 -1
- package/plugins/tiddlywiki/qrcode/barcodereader.js +90 -0
- package/plugins/tiddlywiki/qrcode/docs/barcodereader.tid +44 -0
- package/plugins/tiddlywiki/qrcode/{doc/usage.tid → docs/makeqr.tid} +4 -4
- package/plugins/tiddlywiki/qrcode/docs.tid +3 -0
- package/plugins/tiddlywiki/qrcode/{MakeContactQR.tid → examples/make/MakeContactQR.tid} +1 -1
- package/plugins/tiddlywiki/qrcode/{MakeGenericQR.tid → examples/make/MakeGenericQR.tid} +1 -1
- package/plugins/tiddlywiki/qrcode/{MakeWifiQR.tid → examples/make/MakeWifiQR.tid} +1 -1
- package/plugins/tiddlywiki/qrcode/examples/make/make.tid +5 -0
- package/plugins/tiddlywiki/qrcode/examples/read/BarCodeReader.tid +17 -0
- package/plugins/tiddlywiki/qrcode/examples/read/read.tid +5 -0
- package/plugins/tiddlywiki/qrcode/examples.tid +3 -0
- package/plugins/tiddlywiki/qrcode/files/html5-qrcode/LICENSE +201 -0
- package/plugins/tiddlywiki/qrcode/files/html5-qrcode/README.md +398 -0
- package/plugins/tiddlywiki/qrcode/files/html5-qrcode/html5-qrcode.min.js +1 -0
- package/plugins/tiddlywiki/qrcode/files/tiddlywiki.files +20 -4
- package/plugins/tiddlywiki/qrcode/makeqr.js +1 -1
- package/plugins/tiddlywiki/qrcode/plugin.info +1 -1
- package/plugins/tiddlywiki/qrcode/readme.tid +15 -0
- package/plugins/tiddlywiki/tiddlyweb/html-json-skinny-tiddler.tid +0 -1
- package/plugins/tiddlywiki/tiddlyweb/html-json-tiddler.tid +1 -2
- package/plugins/tiddlywiki/upgrade/UpgradeWizard.tid +2 -2
- package/plugins/tiddlywiki/upgrade/favicon.png +0 -0
- package/plugins/tiddlywiki/upgrade/favicon.png.meta +2 -0
- package/readme.md +1 -1
- package/themes/tiddlywiki/vanilla/base.tid +45 -14
- package/themes/tiddlywiki/vanilla/settings.multids +1 -1
- package/editions/de-AT-server/tiddlers/system/favicon.ico +0 -0
- package/editions/dev/tiddlers/images/favicon.ico +0 -0
- package/editions/es-ES/tiddlers/images/favicon.ico +0 -0
- package/editions/es-ES/tiddlers/images/green_favicon.ico +0 -0
- package/editions/es-ES-server/tiddlers/system/favicon.ico +0 -0
- package/editions/fr-FR/tiddlers/images/favicon.ico +0 -0
- package/editions/fr-FR/tiddlers/images/favicon.ico.meta +0 -2
- package/editions/fr-FR/tiddlers/images/green_favicon.ico +0 -0
- package/editions/fr-FR-server/tiddlers/system/favicon.ico +0 -0
- package/editions/fr-FR-server/tiddlers/system/favicon.ico.meta +0 -2
- package/editions/ja-JP/tiddlers/images/favicon.ico +0 -0
- package/editions/ja-JP/tiddlers/images/favicon.ico.meta +0 -2
- package/editions/ja-JP/tiddlers/images/green_favicon.ico +0 -0
- package/editions/ko-KR/tiddlers/images/favicon.ico +0 -0
- package/editions/ko-KR/tiddlers/images/favicon.ico.meta +0 -2
- package/editions/ko-KR/tiddlers/images/green_favicon.ico +0 -0
- package/editions/ko-KR-server/tiddlers/system/favicon.ico +0 -0
- package/editions/ko-KR-server/tiddlers/system/favicon.ico.meta +0 -2
- package/editions/prerelease/tiddlers/system/favicon.ico +0 -0
- package/editions/prerelease/tiddlers/system/favicon.ico.meta +0 -2
- package/editions/tw5.com/tiddlers/_tw_shared/favicons/classic.tiddlywiki.com.ico +0 -0
- package/editions/tw5.com/tiddlers/_tw_shared/favicons/links.tiddlywiki.org.ico +0 -0
- package/editions/tw5.com/tiddlers/_tw_shared/favicons/tiddlywiki.com.dev.ico +0 -0
- package/editions/tw5.com/tiddlers/_tw_shared/favicons/tiddlywiki.com.ico +0 -0
- package/editions/tw5.com/tiddlers/_tw_shared/favicons/tiddlywiki.com.prerelease.ico +0 -0
- package/editions/tw5.com/tiddlers/_tw_shared/favicons/tiddlywiki.com.upgrade.ico +0 -0
- package/editions/tw5.com/tiddlers/_tw_shared/favicons/tiddlywiki.org.ico +0 -0
- package/editions/tw5.com/tiddlers/community/editions/TiddlyMemo by oflg.tid +0 -16
- package/editions/tw5.com/tiddlers/community/tutorials/Install and run TiddlyWiki on a CentOS 6 VPS using Nginx.tid +0 -16
- package/editions/tw5.com/tiddlers/images/New Release Banner.jpg +0 -0
- package/editions/tw5.com/tiddlers/images/favicon.ico +0 -0
- package/editions/tw5.com/tiddlers/images/favicon.ico.meta +0 -2
- package/editions/tw5.com/tiddlers/images/green_favicon.ico +0 -0
- package/editions/tw5.com/tiddlers/images/green_favicon.ico.meta +0 -2
- package/editions/tw5.com-server/tiddlers/system/favicon.ico +0 -0
- package/editions/tw5.com-server/tiddlers/system/favicon.ico.meta +0 -2
- package/editions/zh-Hans/tiddlers/images/favicon.ico +0 -0
- package/editions/zh-Hans/tiddlers/images/favicon.ico.meta +0 -2
- package/editions/zh-Hans/tiddlers/images/green_favicon.ico +0 -0
- package/editions/zh-Hans/tiddlers/images/green_favicon.ico.meta +0 -2
- package/editions/zh-Hant/tiddlers/images/favicon.ico +0 -0
- package/editions/zh-Hant/tiddlers/images/favicon.ico.meta +0 -2
- package/editions/zh-Hant/tiddlers/images/green_favicon.ico +0 -0
- package/editions/zh-Hant/tiddlers/images/green_favicon.ico.meta +0 -2
- package/plugins/tiddlywiki/qrcode/doc/examples.tid +0 -3
- package/plugins/tiddlywiki/qrcode/doc/readme.tid +0 -13
- package/plugins/tiddlywiki/upgrade/favicon.ico +0 -0
- package/plugins/tiddlywiki/upgrade/favicon.ico.meta +0 -2
- /package/editions/tw5.com/tiddlers/_tw_shared/favicons/{tiddlywiki.org.ico.meta → tiddlywiki.org.png.meta} +0 -0
- /package/plugins/tiddlywiki/qrcode/files/{LICENSE → qrcode/LICENSE} +0 -0
- /package/plugins/tiddlywiki/qrcode/files/{README.md → qrcode/README.md} +0 -0
- /package/plugins/tiddlywiki/qrcode/files/{qrcode.js → qrcode/qrcode.js} +0 -0
@@ -0,0 +1,296 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
width="128"
|
6
|
+
height="128"
|
7
|
+
viewBox="0 0 128 128.00001"
|
8
|
+
version="1.1"
|
9
|
+
id="svg1"
|
10
|
+
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
|
11
|
+
sodipodi:docname="favicons.svg"
|
12
|
+
xml:space="preserve"
|
13
|
+
inkscape:export-filename="png\tiddlywiki.com.png"
|
14
|
+
inkscape:export-xdpi="96"
|
15
|
+
inkscape:export-ydpi="96"
|
16
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
17
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
18
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
20
|
+
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
|
21
|
+
id="namedview1"
|
22
|
+
pagecolor="#ffffff"
|
23
|
+
bordercolor="#666666"
|
24
|
+
borderopacity="1.0"
|
25
|
+
inkscape:showpageshadow="2"
|
26
|
+
inkscape:pageopacity="0.0"
|
27
|
+
inkscape:pagecheckerboard="true"
|
28
|
+
inkscape:deskcolor="#d1d1d1"
|
29
|
+
inkscape:document-units="px"
|
30
|
+
inkscape:zoom="7.1015625"
|
31
|
+
inkscape:cx="64.140814"
|
32
|
+
inkscape:cy="64.140814"
|
33
|
+
inkscape:window-width="1920"
|
34
|
+
inkscape:window-height="1147"
|
35
|
+
inkscape:window-x="-8"
|
36
|
+
inkscape:window-y="-8"
|
37
|
+
inkscape:window-maximized="1"
|
38
|
+
inkscape:current-layer="g11" /><defs
|
39
|
+
id="defs1"><linearGradient
|
40
|
+
id="swatch12"
|
41
|
+
inkscape:swatch="solid"
|
42
|
+
inkscape:label="server"><stop
|
43
|
+
style="stop-color:#da5577;stop-opacity:1;"
|
44
|
+
offset="0"
|
45
|
+
id="stop12" /></linearGradient><linearGradient
|
46
|
+
id="swatch11"><stop
|
47
|
+
style="stop-color:#000000;stop-opacity:1;"
|
48
|
+
offset="0"
|
49
|
+
id="stop11" /></linearGradient><linearGradient
|
50
|
+
id="swatch9"
|
51
|
+
inkscape:swatch="solid"
|
52
|
+
inkscape:label="white"><stop
|
53
|
+
style="stop-color:#ffffff;stop-opacity:1;"
|
54
|
+
offset="0"
|
55
|
+
id="stop9" /></linearGradient><linearGradient
|
56
|
+
id="swatch1"><stop
|
57
|
+
style="stop-color:#000000;stop-opacity:1;"
|
58
|
+
offset="0"
|
59
|
+
id="stop1" /></linearGradient><linearGradient
|
60
|
+
id="swatch8"
|
61
|
+
inkscape:swatch="solid"
|
62
|
+
inkscape:label="org"><stop
|
63
|
+
style="stop-color:#56bdbf;stop-opacity:1;"
|
64
|
+
offset="0"
|
65
|
+
id="stop8" /></linearGradient><linearGradient
|
66
|
+
id="swatch7"
|
67
|
+
inkscape:swatch="solid"
|
68
|
+
inkscape:label="dev"><stop
|
69
|
+
style="stop-color:#f5a622;stop-opacity:1;"
|
70
|
+
offset="0"
|
71
|
+
id="stop7" /></linearGradient><linearGradient
|
72
|
+
id="swatch6"
|
73
|
+
inkscape:swatch="solid"
|
74
|
+
inkscape:label="prerelease"><stop
|
75
|
+
style="stop-color:#000000;stop-opacity:1;"
|
76
|
+
offset="0"
|
77
|
+
id="stop6" /></linearGradient><linearGradient
|
78
|
+
id="swatch4"
|
79
|
+
inkscape:swatch="solid"
|
80
|
+
inkscape:label="static"><stop
|
81
|
+
style="stop-color:#75da4e;stop-opacity:1;"
|
82
|
+
offset="0"
|
83
|
+
id="stop4" /></linearGradient><linearGradient
|
84
|
+
id="swatch3"
|
85
|
+
inkscape:swatch="solid"
|
86
|
+
inkscape:label="main"><stop
|
87
|
+
style="stop-color:#5778d8;stop-opacity:1;"
|
88
|
+
offset="0"
|
89
|
+
id="stop3" /></linearGradient><linearGradient
|
90
|
+
inkscape:collect="always"
|
91
|
+
xlink:href="#swatch3"
|
92
|
+
id="linearGradient3"
|
93
|
+
x1="0"
|
94
|
+
y1="64"
|
95
|
+
x2="128"
|
96
|
+
y2="64"
|
97
|
+
gradientUnits="userSpaceOnUse" /><linearGradient
|
98
|
+
inkscape:collect="always"
|
99
|
+
xlink:href="#swatch4"
|
100
|
+
id="linearGradient4"
|
101
|
+
x1="0"
|
102
|
+
y1="64"
|
103
|
+
x2="128"
|
104
|
+
y2="64"
|
105
|
+
gradientUnits="userSpaceOnUse" /><clipPath
|
106
|
+
clipPathUnits="userSpaceOnUse"
|
107
|
+
id="clipPath5"><rect
|
108
|
+
style="fill:none;fill-opacity:1;stroke-width:8;stroke-linecap:round;stroke-linejoin:round"
|
109
|
+
id="rect5"
|
110
|
+
width="128"
|
111
|
+
height="128"
|
112
|
+
x="0"
|
113
|
+
y="0"
|
114
|
+
inkscape:label="clip" /></clipPath><linearGradient
|
115
|
+
inkscape:collect="always"
|
116
|
+
xlink:href="#swatch6"
|
117
|
+
id="linearGradient6"
|
118
|
+
x1="0"
|
119
|
+
y1="64"
|
120
|
+
x2="128"
|
121
|
+
y2="64"
|
122
|
+
gradientUnits="userSpaceOnUse" /><linearGradient
|
123
|
+
inkscape:collect="always"
|
124
|
+
xlink:href="#swatch7"
|
125
|
+
id="linearGradient7"
|
126
|
+
x1="0"
|
127
|
+
y1="64"
|
128
|
+
x2="128"
|
129
|
+
y2="64"
|
130
|
+
gradientUnits="userSpaceOnUse" /><linearGradient
|
131
|
+
inkscape:collect="always"
|
132
|
+
xlink:href="#swatch8"
|
133
|
+
id="linearGradient8"
|
134
|
+
x1="0"
|
135
|
+
y1="64"
|
136
|
+
x2="128"
|
137
|
+
y2="64"
|
138
|
+
gradientUnits="userSpaceOnUse" /><linearGradient
|
139
|
+
inkscape:collect="always"
|
140
|
+
xlink:href="#swatch3"
|
141
|
+
id="linearGradient1"
|
142
|
+
x1="0"
|
143
|
+
y1="64"
|
144
|
+
x2="128"
|
145
|
+
y2="64"
|
146
|
+
gradientUnits="userSpaceOnUse" /><linearGradient
|
147
|
+
inkscape:collect="always"
|
148
|
+
xlink:href="#swatch9"
|
149
|
+
id="linearGradient10"
|
150
|
+
gradientUnits="userSpaceOnUse"
|
151
|
+
x1="0"
|
152
|
+
y1="64"
|
153
|
+
x2="128"
|
154
|
+
y2="64"
|
155
|
+
gradientTransform="matrix(0.9375,0,0,0.9375,4,4)" /><linearGradient
|
156
|
+
inkscape:collect="always"
|
157
|
+
xlink:href="#swatch6"
|
158
|
+
id="linearGradient11"
|
159
|
+
x1="33"
|
160
|
+
y1="64.499634"
|
161
|
+
x2="95.999908"
|
162
|
+
y2="64.499634"
|
163
|
+
gradientUnits="userSpaceOnUse" /><linearGradient
|
164
|
+
inkscape:collect="always"
|
165
|
+
xlink:href="#swatch12"
|
166
|
+
id="linearGradient12"
|
167
|
+
x1="0"
|
168
|
+
y1="64"
|
169
|
+
x2="128"
|
170
|
+
y2="64"
|
171
|
+
gradientUnits="userSpaceOnUse" /></defs><g
|
172
|
+
inkscape:groupmode="layer"
|
173
|
+
id="layer3"
|
174
|
+
inkscape:label="tiddlywiki.com"
|
175
|
+
inkscape:highlight-color="#5778d8"><circle
|
176
|
+
style="fill:url(#linearGradient3);stroke-width:7.99998;stroke-linecap:round;stroke-linejoin:round"
|
177
|
+
id="path3"
|
178
|
+
cx="64"
|
179
|
+
cy="64"
|
180
|
+
r="64"
|
181
|
+
inkscape:label="circle" /><path
|
182
|
+
d="m 43.041717,108.67854 0.751889,0.22182 c 0.944816,-0.42273 2.84402,0.23061 3.851461,0.55003 -1.855114,-2.05655 -4.649979,-5.07657 -6.663583,-6.98047 -0.660927,-2.30497 -0.37892,-4.624354 -0.236721,-6.977384 l 0.02852,-0.194662 c -0.793713,1.883661 -1.800961,3.714696 -2.342334,5.697446 -0.633527,2.6749 2.815658,5.56097 4.153111,7.21503 z m 57.494073,11.31289 c -5.176865,-0.14634 -7.45389,-0.13375 -10.090375,-4.46924 l -2.054834,0.0589 c -2.391765,-0.10621 -1.395001,-0.0581 -2.990656,-0.13751 -2.667869,-0.10382 -2.240498,-2.63873 -2.709843,-3.97803 -0.750795,-4.5463 0.993529,-9.1161 0.938501,-13.663293 -0.01948,-1.614147 -2.303594,-7.327643 -3.119609,-9.370339 -2.558104,0.481634 -5.130085,0.573461 -7.725288,0.702779 -5.981958,-0.01466 -11.923347,-0.747185 -17.821779,-1.677423 -1.149456,4.748289 -4.566087,11.394302 -1.741972,16.220026 3.42795,4.99165 5.83352,6.37456 9.56221,6.67553 3.72865,0.30073 4.570606,4.51045 3.66851,6.01401 -0.798461,1.03913 -2.201806,1.22775 -3.394119,1.4795 l -2.384948,0.11209 c -1.876755,-0.0631 -3.554228,-0.56985 -5.226509,-1.35134 -2.792698,-1.55893 -5.677038,-4.7999 -7.820048,-7.12669 0.498909,0.92916 0.796495,2.74306 0.343977,3.58717 -1.267037,1.79491 -6.746985,1.78394 -9.256605,0.66857 -2.850888,-1.2668 -9.739741,-10.16165 -10.804821,-16.823492 2.833503,-5.358459 6.961359,-10.026002 9.049766,-15.860562 -4.552172,-2.904652 -6.990252,-7.633183 -6.673751,-12.989413 l 0.114239,-0.620021 c -4.479132,0.838514 -2.156357,0.52654 -6.97473,0.891035 C 8.0781524,68.286706 -5.4165029,57.882298 2.1821351,41.712001 c 0.4941401,-0.957532 0.9642068,-1.828092 1.8018738,-1.412334 0.6723209,0.333607 0.5757456,1.671844 0.2375704,3.155882 -4.34348771,19.321322 16.8849057,19.469204 29.9343757,15.893894 1.29515,-0.354917 3.871013,-2.745269 5.655363,-3.537694 2.916681,-1.29519 6.08244,-1.820682 9.224204,-2.199327 7.814184,-0.890406 17.205875,3.226084 21.977769,3.360498 4.77195,0.134409 11.560224,-1.14261 15.727266,-0.873733 3.023544,0.138339 5.992475,0.684094 8.909715,1.461516 1.888294,-9.200899 2.021793,-15.982204 6.498248,-17.552121 2.62723,0.414952 4.65169,3.995151 6.15018,5.908061 l 0.006,-0.0011 c 3.0518,-0.120395 5.95595,0.653873 8.84349,1.513196 5.22772,-0.741874 9.61454,-3.677579 14.23119,-5.961293 -0.0144,0.07197 -0.0899,0.09631 -0.13483,0.144733 -4.54334,3.67438 -5.17796,9.887706 -4.64341,15.633427 0.19879,2.981492 -0.6437,6.218521 -1.68521,9.271173 -1.94903,4.973519 -5.71304,10.215962 -10.08168,9.947083 -1.65151,-0.05224 -2.61091,-0.987376 -3.83837,-1.985753 -0.23812,2.022227 -1.17396,3.826663 -2.07611,5.615136 -2.08332,3.965414 -7.52746,5.712859 -12.568439,9.947104 -5.040634,4.23431 1.612996,19.356811 3.226255,22.112181 1.612994,2.75564 6.115934,3.76373 4.368644,6.25076 -0.53454,0.82135 -1.35188,1.11511 -2.2254,1.43375 z"
|
183
|
+
fill="#000000"
|
184
|
+
id="path2"
|
185
|
+
style="opacity:1;fill:#ffffff;stroke-width:1.33333"
|
186
|
+
inkscape:label="motovun"
|
187
|
+
clip-path="url(#clipPath5)" /></g><g
|
188
|
+
inkscape:groupmode="layer"
|
189
|
+
id="g4"
|
190
|
+
inkscape:label="tiddlywiki.com.static"
|
191
|
+
inkscape:highlight-color="#75da4e"
|
192
|
+
style="display:none"><circle
|
193
|
+
style="fill:url(#linearGradient4);stroke-width:7.99998;stroke-linecap:round;stroke-linejoin:round"
|
194
|
+
id="circle3"
|
195
|
+
cx="64"
|
196
|
+
cy="64"
|
197
|
+
r="64"
|
198
|
+
inkscape:label="circle" /><path
|
199
|
+
d="m 43.041717,108.67854 0.751889,0.22182 c 0.944816,-0.42273 2.84402,0.23061 3.851461,0.55003 -1.855114,-2.05655 -4.649979,-5.07657 -6.663583,-6.98047 -0.660927,-2.30497 -0.37892,-4.624354 -0.236721,-6.977384 l 0.02852,-0.194662 c -0.793713,1.883661 -1.800961,3.714696 -2.342334,5.697446 -0.633527,2.6749 2.815658,5.56097 4.153111,7.21503 z m 57.494073,11.31289 c -5.176865,-0.14634 -7.45389,-0.13375 -10.090375,-4.46924 l -2.054834,0.0589 c -2.391765,-0.10621 -1.395001,-0.0581 -2.990656,-0.13751 -2.667869,-0.10382 -2.240498,-2.63873 -2.709843,-3.97803 -0.750795,-4.5463 0.993529,-9.1161 0.938501,-13.663293 -0.01948,-1.614147 -2.303594,-7.327643 -3.119609,-9.370339 -2.558104,0.481634 -5.130085,0.573461 -7.725288,0.702779 -5.981958,-0.01466 -11.923347,-0.747185 -17.821779,-1.677423 -1.149456,4.748289 -4.566087,11.394302 -1.741972,16.220026 3.42795,4.99165 5.83352,6.37456 9.56221,6.67553 3.72865,0.30073 4.570606,4.51045 3.66851,6.01401 -0.798461,1.03913 -2.201806,1.22775 -3.394119,1.4795 l -2.384948,0.11209 c -1.876755,-0.0631 -3.554228,-0.56985 -5.226509,-1.35134 -2.792698,-1.55893 -5.677038,-4.7999 -7.820048,-7.12669 0.498909,0.92916 0.796495,2.74306 0.343977,3.58717 -1.267037,1.79491 -6.746985,1.78394 -9.256605,0.66857 -2.850888,-1.2668 -9.739741,-10.16165 -10.804821,-16.823492 2.833503,-5.358459 6.961359,-10.026002 9.049766,-15.860562 -4.552172,-2.904652 -6.990252,-7.633183 -6.673751,-12.989413 l 0.114239,-0.620021 c -4.479132,0.838514 -2.156357,0.52654 -6.97473,0.891035 C 8.0781524,68.286706 -5.4165029,57.882298 2.1821351,41.712001 c 0.4941401,-0.957532 0.9642068,-1.828092 1.8018738,-1.412334 0.6723209,0.333607 0.5757456,1.671844 0.2375704,3.155882 -4.34348771,19.321322 16.8849057,19.469204 29.9343757,15.893894 1.29515,-0.354917 3.871013,-2.745269 5.655363,-3.537694 2.916681,-1.29519 6.08244,-1.820682 9.224204,-2.199327 7.814184,-0.890406 17.205875,3.226084 21.977769,3.360498 4.77195,0.134409 11.560224,-1.14261 15.727266,-0.873733 3.023544,0.138339 5.992475,0.684094 8.909715,1.461516 1.888294,-9.200899 2.021793,-15.982204 6.498248,-17.552121 2.62723,0.414952 4.65169,3.995151 6.15018,5.908061 l 0.006,-0.0011 c 3.0518,-0.120395 5.95595,0.653873 8.84349,1.513196 5.22772,-0.741874 9.61454,-3.677579 14.23119,-5.961293 -0.0144,0.07197 -0.0899,0.09631 -0.13483,0.144733 -4.54334,3.67438 -5.17796,9.887706 -4.64341,15.633427 0.19879,2.981492 -0.6437,6.218521 -1.68521,9.271173 -1.94903,4.973519 -5.71304,10.215962 -10.08168,9.947083 -1.65151,-0.05224 -2.61091,-0.987376 -3.83837,-1.985753 -0.23812,2.022227 -1.17396,3.826663 -2.07611,5.615136 -2.08332,3.965414 -7.52746,5.712859 -12.568439,9.947104 -5.040634,4.23431 1.612996,19.356811 3.226255,22.112181 1.612994,2.75564 6.115934,3.76373 4.368644,6.25076 -0.53454,0.82135 -1.35188,1.11511 -2.2254,1.43375 z"
|
200
|
+
fill="#000000"
|
201
|
+
id="path5"
|
202
|
+
style="opacity:1;fill:#ffffff;stroke-width:1.33333"
|
203
|
+
inkscape:label="motovun"
|
204
|
+
clip-path="url(#clipPath5)" /></g><g
|
205
|
+
inkscape:groupmode="layer"
|
206
|
+
id="g6"
|
207
|
+
inkscape:label="tiddlywiki.com.prerelease"
|
208
|
+
inkscape:highlight-color="#000000"
|
209
|
+
style="display:none"><circle
|
210
|
+
style="fill:url(#linearGradient6);stroke-width:7.99998;stroke-linecap:round;stroke-linejoin:round"
|
211
|
+
id="circle5"
|
212
|
+
cx="64"
|
213
|
+
cy="64"
|
214
|
+
r="64"
|
215
|
+
inkscape:label="circle" /><path
|
216
|
+
d="m 43.041717,108.67854 0.751889,0.22182 c 0.944816,-0.42273 2.84402,0.23061 3.851461,0.55003 -1.855114,-2.05655 -4.649979,-5.07657 -6.663583,-6.98047 -0.660927,-2.30497 -0.37892,-4.624354 -0.236721,-6.977384 l 0.02852,-0.194662 c -0.793713,1.883661 -1.800961,3.714696 -2.342334,5.697446 -0.633527,2.6749 2.815658,5.56097 4.153111,7.21503 z m 57.494073,11.31289 c -5.176865,-0.14634 -7.45389,-0.13375 -10.090375,-4.46924 l -2.054834,0.0589 c -2.391765,-0.10621 -1.395001,-0.0581 -2.990656,-0.13751 -2.667869,-0.10382 -2.240498,-2.63873 -2.709843,-3.97803 -0.750795,-4.5463 0.993529,-9.1161 0.938501,-13.663293 -0.01948,-1.614147 -2.303594,-7.327643 -3.119609,-9.370339 -2.558104,0.481634 -5.130085,0.573461 -7.725288,0.702779 -5.981958,-0.01466 -11.923347,-0.747185 -17.821779,-1.677423 -1.149456,4.748289 -4.566087,11.394302 -1.741972,16.220026 3.42795,4.99165 5.83352,6.37456 9.56221,6.67553 3.72865,0.30073 4.570606,4.51045 3.66851,6.01401 -0.798461,1.03913 -2.201806,1.22775 -3.394119,1.4795 l -2.384948,0.11209 c -1.876755,-0.0631 -3.554228,-0.56985 -5.226509,-1.35134 -2.792698,-1.55893 -5.677038,-4.7999 -7.820048,-7.12669 0.498909,0.92916 0.796495,2.74306 0.343977,3.58717 -1.267037,1.79491 -6.746985,1.78394 -9.256605,0.66857 -2.850888,-1.2668 -9.739741,-10.16165 -10.804821,-16.823492 2.833503,-5.358459 6.961359,-10.026002 9.049766,-15.860562 -4.552172,-2.904652 -6.990252,-7.633183 -6.673751,-12.989413 l 0.114239,-0.620021 c -4.479132,0.838514 -2.156357,0.52654 -6.97473,0.891035 C 8.0781524,68.286706 -5.4165029,57.882298 2.1821351,41.712001 c 0.4941401,-0.957532 0.9642068,-1.828092 1.8018738,-1.412334 0.6723209,0.333607 0.5757456,1.671844 0.2375704,3.155882 -4.34348771,19.321322 16.8849057,19.469204 29.9343757,15.893894 1.29515,-0.354917 3.871013,-2.745269 5.655363,-3.537694 2.916681,-1.29519 6.08244,-1.820682 9.224204,-2.199327 7.814184,-0.890406 17.205875,3.226084 21.977769,3.360498 4.77195,0.134409 11.560224,-1.14261 15.727266,-0.873733 3.023544,0.138339 5.992475,0.684094 8.909715,1.461516 1.888294,-9.200899 2.021793,-15.982204 6.498248,-17.552121 2.62723,0.414952 4.65169,3.995151 6.15018,5.908061 l 0.006,-0.0011 c 3.0518,-0.120395 5.95595,0.653873 8.84349,1.513196 5.22772,-0.741874 9.61454,-3.677579 14.23119,-5.961293 -0.0144,0.07197 -0.0899,0.09631 -0.13483,0.144733 -4.54334,3.67438 -5.17796,9.887706 -4.64341,15.633427 0.19879,2.981492 -0.6437,6.218521 -1.68521,9.271173 -1.94903,4.973519 -5.71304,10.215962 -10.08168,9.947083 -1.65151,-0.05224 -2.61091,-0.987376 -3.83837,-1.985753 -0.23812,2.022227 -1.17396,3.826663 -2.07611,5.615136 -2.08332,3.965414 -7.52746,5.712859 -12.568439,9.947104 -5.040634,4.23431 1.612996,19.356811 3.226255,22.112181 1.612994,2.75564 6.115934,3.76373 4.368644,6.25076 -0.53454,0.82135 -1.35188,1.11511 -2.2254,1.43375 z"
|
217
|
+
fill="#000000"
|
218
|
+
id="path6"
|
219
|
+
style="opacity:1;fill:#ffffff;stroke-width:1.33333"
|
220
|
+
inkscape:label="motovun"
|
221
|
+
clip-path="url(#clipPath5)" /></g><g
|
222
|
+
inkscape:groupmode="layer"
|
223
|
+
id="g7"
|
224
|
+
inkscape:label="tiddlywiki.com.dev"
|
225
|
+
inkscape:highlight-color="#f5a622"
|
226
|
+
style="display:none"><circle
|
227
|
+
style="fill:url(#linearGradient7);stroke-width:7.99998;stroke-linecap:round;stroke-linejoin:round"
|
228
|
+
id="circle6"
|
229
|
+
cx="64"
|
230
|
+
cy="64"
|
231
|
+
r="64"
|
232
|
+
inkscape:label="circle" /><path
|
233
|
+
d="m 43.041717,108.67854 0.751889,0.22182 c 0.944816,-0.42273 2.84402,0.23061 3.851461,0.55003 -1.855114,-2.05655 -4.649979,-5.07657 -6.663583,-6.98047 -0.660927,-2.30497 -0.37892,-4.624354 -0.236721,-6.977384 l 0.02852,-0.194662 c -0.793713,1.883661 -1.800961,3.714696 -2.342334,5.697446 -0.633527,2.6749 2.815658,5.56097 4.153111,7.21503 z m 57.494073,11.31289 c -5.176865,-0.14634 -7.45389,-0.13375 -10.090375,-4.46924 l -2.054834,0.0589 c -2.391765,-0.10621 -1.395001,-0.0581 -2.990656,-0.13751 -2.667869,-0.10382 -2.240498,-2.63873 -2.709843,-3.97803 -0.750795,-4.5463 0.993529,-9.1161 0.938501,-13.663293 -0.01948,-1.614147 -2.303594,-7.327643 -3.119609,-9.370339 -2.558104,0.481634 -5.130085,0.573461 -7.725288,0.702779 -5.981958,-0.01466 -11.923347,-0.747185 -17.821779,-1.677423 -1.149456,4.748289 -4.566087,11.394302 -1.741972,16.220026 3.42795,4.99165 5.83352,6.37456 9.56221,6.67553 3.72865,0.30073 4.570606,4.51045 3.66851,6.01401 -0.798461,1.03913 -2.201806,1.22775 -3.394119,1.4795 l -2.384948,0.11209 c -1.876755,-0.0631 -3.554228,-0.56985 -5.226509,-1.35134 -2.792698,-1.55893 -5.677038,-4.7999 -7.820048,-7.12669 0.498909,0.92916 0.796495,2.74306 0.343977,3.58717 -1.267037,1.79491 -6.746985,1.78394 -9.256605,0.66857 -2.850888,-1.2668 -9.739741,-10.16165 -10.804821,-16.823492 2.833503,-5.358459 6.961359,-10.026002 9.049766,-15.860562 -4.552172,-2.904652 -6.990252,-7.633183 -6.673751,-12.989413 l 0.114239,-0.620021 c -4.479132,0.838514 -2.156357,0.52654 -6.97473,0.891035 C 8.0781524,68.286706 -5.4165029,57.882298 2.1821351,41.712001 c 0.4941401,-0.957532 0.9642068,-1.828092 1.8018738,-1.412334 0.6723209,0.333607 0.5757456,1.671844 0.2375704,3.155882 -4.34348771,19.321322 16.8849057,19.469204 29.9343757,15.893894 1.29515,-0.354917 3.871013,-2.745269 5.655363,-3.537694 2.916681,-1.29519 6.08244,-1.820682 9.224204,-2.199327 7.814184,-0.890406 17.205875,3.226084 21.977769,3.360498 4.77195,0.134409 11.560224,-1.14261 15.727266,-0.873733 3.023544,0.138339 5.992475,0.684094 8.909715,1.461516 1.888294,-9.200899 2.021793,-15.982204 6.498248,-17.552121 2.62723,0.414952 4.65169,3.995151 6.15018,5.908061 l 0.006,-0.0011 c 3.0518,-0.120395 5.95595,0.653873 8.84349,1.513196 5.22772,-0.741874 9.61454,-3.677579 14.23119,-5.961293 -0.0144,0.07197 -0.0899,0.09631 -0.13483,0.144733 -4.54334,3.67438 -5.17796,9.887706 -4.64341,15.633427 0.19879,2.981492 -0.6437,6.218521 -1.68521,9.271173 -1.94903,4.973519 -5.71304,10.215962 -10.08168,9.947083 -1.65151,-0.05224 -2.61091,-0.987376 -3.83837,-1.985753 -0.23812,2.022227 -1.17396,3.826663 -2.07611,5.615136 -2.08332,3.965414 -7.52746,5.712859 -12.568439,9.947104 -5.040634,4.23431 1.612996,19.356811 3.226255,22.112181 1.612994,2.75564 6.115934,3.76373 4.368644,6.25076 -0.53454,0.82135 -1.35188,1.11511 -2.2254,1.43375 z"
|
234
|
+
fill="#000000"
|
235
|
+
id="path7"
|
236
|
+
style="opacity:1;fill:#ffffff;stroke-width:1.33333"
|
237
|
+
inkscape:label="motovun"
|
238
|
+
clip-path="url(#clipPath5)" /></g><g
|
239
|
+
inkscape:groupmode="layer"
|
240
|
+
id="g11"
|
241
|
+
inkscape:label="tiddlywiki.com.server"
|
242
|
+
inkscape:highlight-color="#da5577"
|
243
|
+
style="display:none"><circle
|
244
|
+
style="fill:url(#linearGradient12);stroke-width:7.99998;stroke-linecap:round;stroke-linejoin:round"
|
245
|
+
id="circle11"
|
246
|
+
cx="64"
|
247
|
+
cy="64"
|
248
|
+
r="64"
|
249
|
+
inkscape:label="circle" /><path
|
250
|
+
d="m 43.041717,108.67854 0.751889,0.22182 c 0.944816,-0.42273 2.84402,0.23061 3.851461,0.55003 -1.855114,-2.05655 -4.649979,-5.07657 -6.663583,-6.98047 -0.660927,-2.30497 -0.37892,-4.624354 -0.236721,-6.977384 l 0.02852,-0.194662 c -0.793713,1.883661 -1.800961,3.714696 -2.342334,5.697446 -0.633527,2.6749 2.815658,5.56097 4.153111,7.21503 z m 57.494073,11.31289 c -5.176865,-0.14634 -7.45389,-0.13375 -10.090375,-4.46924 l -2.054834,0.0589 c -2.391765,-0.10621 -1.395001,-0.0581 -2.990656,-0.13751 -2.667869,-0.10382 -2.240498,-2.63873 -2.709843,-3.97803 -0.750795,-4.5463 0.993529,-9.1161 0.938501,-13.663293 -0.01948,-1.614147 -2.303594,-7.327643 -3.119609,-9.370339 -2.558104,0.481634 -5.130085,0.573461 -7.725288,0.702779 -5.981958,-0.01466 -11.923347,-0.747185 -17.821779,-1.677423 -1.149456,4.748289 -4.566087,11.394302 -1.741972,16.220026 3.42795,4.99165 5.83352,6.37456 9.56221,6.67553 3.72865,0.30073 4.570606,4.51045 3.66851,6.01401 -0.798461,1.03913 -2.201806,1.22775 -3.394119,1.4795 l -2.384948,0.11209 c -1.876755,-0.0631 -3.554228,-0.56985 -5.226509,-1.35134 -2.792698,-1.55893 -5.677038,-4.7999 -7.820048,-7.12669 0.498909,0.92916 0.796495,2.74306 0.343977,3.58717 -1.267037,1.79491 -6.746985,1.78394 -9.256605,0.66857 -2.850888,-1.2668 -9.739741,-10.16165 -10.804821,-16.823492 2.833503,-5.358459 6.961359,-10.026002 9.049766,-15.860562 -4.552172,-2.904652 -6.990252,-7.633183 -6.673751,-12.989413 l 0.114239,-0.620021 c -4.479132,0.838514 -2.156357,0.52654 -6.97473,0.891035 C 8.0781524,68.286706 -5.4165029,57.882298 2.1821351,41.712001 c 0.4941401,-0.957532 0.9642068,-1.828092 1.8018738,-1.412334 0.6723209,0.333607 0.5757456,1.671844 0.2375704,3.155882 -4.34348771,19.321322 16.8849057,19.469204 29.9343757,15.893894 1.29515,-0.354917 3.871013,-2.745269 5.655363,-3.537694 2.916681,-1.29519 6.08244,-1.820682 9.224204,-2.199327 7.814184,-0.890406 17.205875,3.226084 21.977769,3.360498 4.77195,0.134409 11.560224,-1.14261 15.727266,-0.873733 3.023544,0.138339 5.992475,0.684094 8.909715,1.461516 1.888294,-9.200899 2.021793,-15.982204 6.498248,-17.552121 2.62723,0.414952 4.65169,3.995151 6.15018,5.908061 l 0.006,-0.0011 c 3.0518,-0.120395 5.95595,0.653873 8.84349,1.513196 5.22772,-0.741874 9.61454,-3.677579 14.23119,-5.961293 -0.0144,0.07197 -0.0899,0.09631 -0.13483,0.144733 -4.54334,3.67438 -5.17796,9.887706 -4.64341,15.633427 0.19879,2.981492 -0.6437,6.218521 -1.68521,9.271173 -1.94903,4.973519 -5.71304,10.215962 -10.08168,9.947083 -1.65151,-0.05224 -2.61091,-0.987376 -3.83837,-1.985753 -0.23812,2.022227 -1.17396,3.826663 -2.07611,5.615136 -2.08332,3.965414 -7.52746,5.712859 -12.568439,9.947104 -5.040634,4.23431 1.612996,19.356811 3.226255,22.112181 1.612994,2.75564 6.115934,3.76373 4.368644,6.25076 -0.53454,0.82135 -1.35188,1.11511 -2.2254,1.43375 z"
|
251
|
+
fill="#000000"
|
252
|
+
id="path11"
|
253
|
+
style="opacity:1;fill:#ffffff;stroke-width:1.33333"
|
254
|
+
inkscape:label="motovun"
|
255
|
+
clip-path="url(#clipPath5)" /></g><g
|
256
|
+
inkscape:groupmode="layer"
|
257
|
+
id="g8"
|
258
|
+
inkscape:label="tiddlywiki.org"
|
259
|
+
inkscape:highlight-color="#56bdbf"
|
260
|
+
style="display:none"><circle
|
261
|
+
style="fill:url(#linearGradient8);stroke-width:7.99998;stroke-linecap:round;stroke-linejoin:round"
|
262
|
+
id="circle7"
|
263
|
+
cx="64"
|
264
|
+
cy="64"
|
265
|
+
r="64"
|
266
|
+
inkscape:label="circle" /><path
|
267
|
+
d="m 43.041717,108.67854 0.751889,0.22182 c 0.944816,-0.42273 2.84402,0.23061 3.851461,0.55003 -1.855114,-2.05655 -4.649979,-5.07657 -6.663583,-6.98047 -0.660927,-2.30497 -0.37892,-4.624354 -0.236721,-6.977384 l 0.02852,-0.194662 c -0.793713,1.883661 -1.800961,3.714696 -2.342334,5.697446 -0.633527,2.6749 2.815658,5.56097 4.153111,7.21503 z m 57.494073,11.31289 c -5.176865,-0.14634 -7.45389,-0.13375 -10.090375,-4.46924 l -2.054834,0.0589 c -2.391765,-0.10621 -1.395001,-0.0581 -2.990656,-0.13751 -2.667869,-0.10382 -2.240498,-2.63873 -2.709843,-3.97803 -0.750795,-4.5463 0.993529,-9.1161 0.938501,-13.663293 -0.01948,-1.614147 -2.303594,-7.327643 -3.119609,-9.370339 -2.558104,0.481634 -5.130085,0.573461 -7.725288,0.702779 -5.981958,-0.01466 -11.923347,-0.747185 -17.821779,-1.677423 -1.149456,4.748289 -4.566087,11.394302 -1.741972,16.220026 3.42795,4.99165 5.83352,6.37456 9.56221,6.67553 3.72865,0.30073 4.570606,4.51045 3.66851,6.01401 -0.798461,1.03913 -2.201806,1.22775 -3.394119,1.4795 l -2.384948,0.11209 c -1.876755,-0.0631 -3.554228,-0.56985 -5.226509,-1.35134 -2.792698,-1.55893 -5.677038,-4.7999 -7.820048,-7.12669 0.498909,0.92916 0.796495,2.74306 0.343977,3.58717 -1.267037,1.79491 -6.746985,1.78394 -9.256605,0.66857 -2.850888,-1.2668 -9.739741,-10.16165 -10.804821,-16.823492 2.833503,-5.358459 6.961359,-10.026002 9.049766,-15.860562 -4.552172,-2.904652 -6.990252,-7.633183 -6.673751,-12.989413 l 0.114239,-0.620021 c -4.479132,0.838514 -2.156357,0.52654 -6.97473,0.891035 C 8.0781524,68.286706 -5.4165029,57.882298 2.1821351,41.712001 c 0.4941401,-0.957532 0.9642068,-1.828092 1.8018738,-1.412334 0.6723209,0.333607 0.5757456,1.671844 0.2375704,3.155882 -4.34348771,19.321322 16.8849057,19.469204 29.9343757,15.893894 1.29515,-0.354917 3.871013,-2.745269 5.655363,-3.537694 2.916681,-1.29519 6.08244,-1.820682 9.224204,-2.199327 7.814184,-0.890406 17.205875,3.226084 21.977769,3.360498 4.77195,0.134409 11.560224,-1.14261 15.727266,-0.873733 3.023544,0.138339 5.992475,0.684094 8.909715,1.461516 1.888294,-9.200899 2.021793,-15.982204 6.498248,-17.552121 2.62723,0.414952 4.65169,3.995151 6.15018,5.908061 l 0.006,-0.0011 c 3.0518,-0.120395 5.95595,0.653873 8.84349,1.513196 5.22772,-0.741874 9.61454,-3.677579 14.23119,-5.961293 -0.0144,0.07197 -0.0899,0.09631 -0.13483,0.144733 -4.54334,3.67438 -5.17796,9.887706 -4.64341,15.633427 0.19879,2.981492 -0.6437,6.218521 -1.68521,9.271173 -1.94903,4.973519 -5.71304,10.215962 -10.08168,9.947083 -1.65151,-0.05224 -2.61091,-0.987376 -3.83837,-1.985753 -0.23812,2.022227 -1.17396,3.826663 -2.07611,5.615136 -2.08332,3.965414 -7.52746,5.712859 -12.568439,9.947104 -5.040634,4.23431 1.612996,19.356811 3.226255,22.112181 1.612994,2.75564 6.115934,3.76373 4.368644,6.25076 -0.53454,0.82135 -1.35188,1.11511 -2.2254,1.43375 z"
|
268
|
+
fill="#000000"
|
269
|
+
id="path8"
|
270
|
+
style="opacity:1;fill:#ffffff;stroke-width:1.33333"
|
271
|
+
inkscape:label="motovun"
|
272
|
+
clip-path="url(#clipPath5)" /></g><g
|
273
|
+
inkscape:groupmode="layer"
|
274
|
+
id="layer1"
|
275
|
+
inkscape:label="tiddlywiki.com.upgrade"
|
276
|
+
inkscape:highlight-color="#5778d8"
|
277
|
+
style="display:none"><g
|
278
|
+
fill-rule="evenodd"
|
279
|
+
id="g2"
|
280
|
+
style="stroke-width:0.229167"
|
281
|
+
inkscape:label="download-button"><circle
|
282
|
+
style="display:inline;fill:url(#linearGradient10);stroke-width:7.99998;stroke-linecap:round;stroke-linejoin:round"
|
283
|
+
id="circle8"
|
284
|
+
cx="64"
|
285
|
+
cy="64"
|
286
|
+
r="60"
|
287
|
+
inkscape:label="circle" /><path
|
288
|
+
d="M 64,128 C 99.346,128 128,99.346 128,64 128,28.654 99.346,0 64,0 28.654,0 0,28.654 0,64 c 0,35.346 28.654,64 64,64 z m 0,-16 C 90.51,112 112,90.51 112,64 112,37.49 90.51,16 64,16 37.49,16 16,37.49 16,64 c 0,26.51 21.49,48 48,48 z"
|
289
|
+
class="tc-image-download-button-ring"
|
290
|
+
id="path1"
|
291
|
+
style="fill:url(#linearGradient1);stroke-width:0.229167"
|
292
|
+
inkscape:label="circle" /><path
|
293
|
+
d="m 34.35,66.43 26.892,27.205 a 4.57,4.57 0 0 0 6.516,0 L 94.65,66.43 a 4.7,4.7 0 0 0 0,-6.593 4.581,4.581 0 0 0 -3.258,-1.365 h -8.46 c -2.545,0 -4.608,-2.087 -4.608,-4.661 v -15.15 c 0,-2.575 -2.063,-4.662 -4.608,-4.662 H 55.284 c -2.545,0 -4.608,2.087 -4.608,4.662 v 15.15 c 0,2.574 -2.063,4.661 -4.608,4.661 h -8.46 C 35.063,58.472 33,60.559 33,63.134 a 4.69,4.69 0 0 0 1.35,3.296 z"
|
294
|
+
id="path2-3"
|
295
|
+
style="fill:url(#linearGradient11);stroke-width:0.229167"
|
296
|
+
inkscape:label="arrow" /></g></g></svg>
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,12 +1,14 @@
|
|
1
1
|
caption: tag
|
2
2
|
created: 20141206130540337
|
3
|
-
modified:
|
3
|
+
modified: 20230725201240201
|
4
4
|
tags: Macros [[Core Macros]]
|
5
5
|
title: tag Macro
|
6
6
|
type: text/vnd.tiddlywiki
|
7
7
|
|
8
8
|
The <<.def tag>> [[macro|Macros]] generates a tag pill for a specified tag. Clicking the tag pill opens a dropdown. This can be compared to the [[tag-pill Macro]] which also features other parameters.
|
9
9
|
|
10
|
+
<<.tip """If a [[list widget|ListWidget]] generates multiple tag macros for the same tag, clicking on one of them will open dropdowns on all of them. The simplest way to prevent this is to add the `counter="transclusion"` attribute to the list widget. See the examples below for more details.""">>
|
11
|
+
|
10
12
|
!! Parameters
|
11
13
|
|
12
14
|
;tag
|
@@ -1,8 +1,29 @@
|
|
1
1
|
created: 20150221211317000
|
2
|
-
modified:
|
2
|
+
modified: 20230725203751870
|
3
3
|
tags: [[tag Macro]] [[Macro Examples]]
|
4
4
|
title: tag Macro (Examples)
|
5
5
|
type: text/vnd.tiddlywiki
|
6
6
|
|
7
7
|
<$macrocall $name=".example" n="1" eg="""<<tag>>"""/>
|
8
8
|
<$macrocall $name=".example" n="2" eg="""<<tag Concepts>>"""/>
|
9
|
+
|
10
|
+
If a [[list widget|ListWidget]] generates multiple tag macros for the same tag, clicking any of them opens dropdowns on all of them, as in the example below. This is usually unwanted.
|
11
|
+
<$macrocall $name=".example" n="3" eg="""<$list filter="[tag[HelloThere]]">
|
12
|
+
|
13
|
+
* <$link/> is tagged with: <$list filter="[<currentTiddler>tags[]]"> <<tag>> </$list>
|
14
|
+
|
15
|
+
</$list>"""/>
|
16
|
+
|
17
|
+
Adding the `counter="transclusion"` attribute to the list widget that generates multiple identical tag macros causes each of them to be identified as a unique one. Clicking on any of them opens only a single dropdown.
|
18
|
+
<$macrocall $name=".example" n="4" eg="""<$list filter="[tag[HelloThere]]" counter="transclusion">
|
19
|
+
|
20
|
+
* <$link/> is tagged with: <$list filter="[<currentTiddler>tags[]]"> <<tag>> </$list>
|
21
|
+
|
22
|
+
</$list>"""/>
|
23
|
+
|
24
|
+
A slightly more performant option is to use the `variable="transclusion"` attribute in the list widget. In this case, the variable `<<transclusion>>` has to be used inside the list widget instead of the `<<currentTiddler>>` .
|
25
|
+
<$macrocall $name=".example" n="5" eg="""<$list filter="[tag[HelloThere]]" variable="transclusion">
|
26
|
+
|
27
|
+
* <$link to=<<transclusion>>/> is tagged with: <$list filter="[<transclusion>tags[]]"> <<tag>> </$list>
|
28
|
+
|
29
|
+
</$list>"""/>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
caption: tm-open-window
|
2
2
|
created: 20220228140417116
|
3
|
-
modified:
|
3
|
+
modified: 20230723220539648
|
4
4
|
tags: Messages
|
5
5
|
title: WidgetMessage: tm-close-window
|
6
6
|
type: text/vnd.tiddlywiki
|
@@ -29,7 +29,7 @@ src="""
|
|
29
29
|
width="400"
|
30
30
|
height="500"
|
31
31
|
windowID="window1"
|
32
|
-
something="I just in
|
32
|
+
something="I just flew in on a variable, and boy is my Hashmap tired." />
|
33
33
|
</$button>
|
34
34
|
<$button>Close Window
|
35
35
|
<$action-sendmessage
|
@@ -1,15 +1,15 @@
|
|
1
|
+
caption: tm-download-file
|
1
2
|
created: 20140811112201235
|
2
|
-
modified:
|
3
|
+
modified: 20230723214745520
|
3
4
|
tags: Messages
|
4
5
|
title: WidgetMessage: tm-download-file
|
5
6
|
type: text/vnd.tiddlywiki
|
6
|
-
caption: tm-download-file
|
7
7
|
|
8
8
|
The download file message causes the current saver module to prompt the user to download the result of parsing a specified template tiddler as a file. It requires the following properties on the `event` object:
|
9
9
|
|
10
10
|
|!Name |!Description |
|
11
11
|
|param |Title of a tiddler to use as a template for the new tiddler |
|
12
|
-
|
12
|
+
|//{any other params}// |Any other parameters are made available as variables within the context of the widget message. |
|
13
13
|
|
14
14
|
The following variable names have special behaviour:
|
15
15
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
caption: tm-edit-bitmap-operation
|
2
2
|
created: 20160424204236050
|
3
|
-
modified:
|
3
|
+
modified: 20230723214716576
|
4
4
|
tags: Messages
|
5
5
|
title: WidgetMessage: tm-edit-bitmap-operation
|
6
6
|
type: text/vnd.tiddlywiki
|
@@ -30,12 +30,12 @@ Clears the contents of the image and fills it with a solid colour. Parameters in
|
|
30
30
|
\end
|
31
31
|
|
32
32
|
|
33
|
-
|
34
33
|
A `tm-edit-bitmap-operation` invokes one of the available operations on a __surrounding__ bitmap editor. Therefore the message has to be dispatched within the editor in order for it to catch it. The following properties on the `event` object are required:
|
35
34
|
|
36
35
|
|!Name |!Description |
|
37
36
|
|param |Name of the operation to be executed, see ''below'' for a list of possible operations |
|
38
|
-
|
37
|
+
|//{any other params}// |Any other parameters are made available as variables within the context of the widget message. |
|
38
|
+
|
39
39
|
|
40
40
|
The `tm-edit-bitmap-operation` message is usually generated by a ButtonWidget or an ActionWidget and is handled by the surrounding bitmap editor.
|
41
41
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
caption: tm-edit-text-operation
|
2
2
|
created: 20160424211339792
|
3
|
-
modified:
|
3
|
+
modified: 20230723214636245
|
4
4
|
tags: Messages
|
5
5
|
title: WidgetMessage: tm-edit-text-operation
|
6
6
|
type: text/vnd.tiddlywiki
|
@@ -121,7 +121,7 @@ A `tm-edit-text-operation` invokes one of the available operations on a __surrou
|
|
121
121
|
|
122
122
|
|!Name |!Description |
|
123
123
|
|param |Name of the operation to be executed, see ''below'' for a list of possible operations |
|
124
|
-
|
|
124
|
+
|//{any other params}// |Any other parameters are made available as variables within the context of the widget message. |
|
125
125
|
|
126
126
|
The `tm-edit-text-operation` message is usually generated by a ButtonWidget or an ActionWidget and is handled by the surrounding text editor.
|
127
127
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
caption: tm-focus-selector
|
2
2
|
created: 20190628162542132
|
3
|
-
modified:
|
3
|
+
modified: 20230723215122038
|
4
4
|
tags: Messages
|
5
5
|
title: WidgetMessage: tm-focus-selector
|
6
6
|
type: text/vnd.tiddlywiki
|
@@ -9,6 +9,6 @@ The `tm-focus-selector` message sets the focus to the DOM element identified by
|
|
9
9
|
|
10
10
|
|!Name |!Description |
|
11
11
|
|param |Selector identifying the DOM element to be focussed |
|
12
|
-
|
12
|
+
|//{any other params}// |Any other parameters to be passed to the [[focus()|https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/focus]] method as variables.|
|
13
13
|
|
14
14
|
<<.tip """Use preventScroll="true" to prevent the browser from scrolling to the focused element""">>
|
package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-http-request Example Random Dog.tid
ADDED
@@ -0,0 +1,90 @@
|
|
1
|
+
title: WidgetMessage: tm-http-request Example - Random Dog
|
2
|
+
tags: $:/tags/Global
|
3
|
+
|
4
|
+
\procedure download-dog(url)
|
5
|
+
|
6
|
+
\procedure completion-download-dog()
|
7
|
+
\import [subfilter{$:/core/config/GlobalImportFilter}]
|
8
|
+
<$action-log msg="In completion-download-dog"/>
|
9
|
+
<$action-log/>
|
10
|
+
<!-- Success -->
|
11
|
+
<$list filter="[<status>compare:number:gteq[200]compare:number:lteq[299]]" variable="ignore">
|
12
|
+
<!-- Create the dog tiddler -->
|
13
|
+
<$action-createtiddler
|
14
|
+
$basetitle=`$:/RandomDog/$(title)$`
|
15
|
+
text=<<data>>
|
16
|
+
tags="$:/tags/RandomDog"
|
17
|
+
type={{{ [<headers>jsonget[content-type]] }}}
|
18
|
+
credits="https://random.dog/"
|
19
|
+
>
|
20
|
+
<$action-log msg="Created tiddler" title=<<createTiddler-title>>/>
|
21
|
+
</$createtiddler>
|
22
|
+
</$list>
|
23
|
+
\end completion-download-dog
|
24
|
+
|
25
|
+
<$action-sendmessage
|
26
|
+
$message="tm-http-request"
|
27
|
+
url=<<url>>
|
28
|
+
method="GET"
|
29
|
+
binary="yes"
|
30
|
+
oncompletion=<<completion-download-dog>>
|
31
|
+
var-title=<<url>>
|
32
|
+
/>
|
33
|
+
\end download-dog
|
34
|
+
|
35
|
+
\procedure get-random-dog()
|
36
|
+
|
37
|
+
\procedure completion-get-json()
|
38
|
+
\import [subfilter{$:/core/config/GlobalImportFilter}]
|
39
|
+
<$action-log msg="In completion-get-json"/>
|
40
|
+
<$action-log/>
|
41
|
+
<!-- Success -->
|
42
|
+
<$list filter="[<status>compare:number:gteq[200]compare:number:lteq[299]]" variable="ignore">
|
43
|
+
<!-- Download the dog -->
|
44
|
+
<$macrocall $name="download-dog" url={{{ [<data>jsonget[url]] }}}/>
|
45
|
+
</$list>
|
46
|
+
\end completion-get-json
|
47
|
+
|
48
|
+
<$action-sendmessage
|
49
|
+
$message="tm-http-request"
|
50
|
+
url="https://random.dog/woof.json"
|
51
|
+
method="GET"
|
52
|
+
oncompletion=<<completion-get-json>>
|
53
|
+
/>
|
54
|
+
\end get-random-dog
|
55
|
+
|
56
|
+
!! Random Dogs
|
57
|
+
|
58
|
+
This demo uses the API of the website https://random.dog/ to import a random dog image or video.
|
59
|
+
|
60
|
+
//Note that the images and videos can be quite large, so this demo is not recommended to be used over mobile data connections.//
|
61
|
+
|
62
|
+
<$button actions=<<get-random-dog>>>
|
63
|
+
Import a random dog image or video
|
64
|
+
</$button>
|
65
|
+
|
66
|
+
<$list filter="[tag[$:/tags/RandomDog]limit[1]]" variable="ignore">
|
67
|
+
|
68
|
+
!! Imported Tiddlers
|
69
|
+
|
70
|
+
<$button>
|
71
|
+
<$action-deletetiddler $filter="[tag[$:/tags/RandomDog]]"/>
|
72
|
+
Delete all imported random dogs
|
73
|
+
</$button>
|
74
|
+
|
75
|
+
Export all imported random dogs: <$macrocall $name="exportButton" exportFilter="[tag[$:/tags/RandomDog]]" lingoBase="$:/language/Buttons/ExportTiddlers/"/>
|
76
|
+
|
77
|
+
</$list>
|
78
|
+
|
79
|
+
<ol>
|
80
|
+
<$list filter="[tag[$:/tags/RandomDog]!sort[modified]]">
|
81
|
+
<li>
|
82
|
+
<$link>
|
83
|
+
<$text text=<<currentTiddler>>/>
|
84
|
+
</$link>
|
85
|
+
<div style="width:300px;">
|
86
|
+
<$transclude $tiddler=<<currentTiddler>>/>
|
87
|
+
</div>
|
88
|
+
</li>
|
89
|
+
</$list>
|
90
|
+
</ol>
|
package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-http-request Example Zotero.tid
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
title: WidgetMessage: tm-http-request Example - Zotero
|
2
|
-
tags: $:/tags/
|
2
|
+
tags: $:/tags/Global
|
3
3
|
|
4
4
|
\procedure select-zotero-group()
|
5
5
|
Specify the Zotero group ID to import
|
6
6
|
<$edit-text tiddler="$:/config/zotero-group" tag="input"/> or
|
7
7
|
<$select tiddler="$:/config/zotero-group">
|
8
8
|
<option value="4813312">com216</option>
|
9
|
-
<option value="
|
9
|
+
<option value="4914891">steve-sunypoly</option>
|
10
10
|
<option value="4747244">idt575</option>
|
11
11
|
</$select>
|
12
12
|
\end
|
@@ -16,6 +16,7 @@ Specify the Zotero group ID to import
|
|
16
16
|
$basetitle={{{ =[[_zotero_import ]] =[<item>jsonget[key]] =[[ ]] =[<item>jsonget[title]] +[join[]] }}}
|
17
17
|
text={{{ [<item>jsonget[title]] }}}
|
18
18
|
tags="$:/tags/ZoteroImport"
|
19
|
+
zotero-group={{$:/config/zotero-group}}
|
19
20
|
>
|
20
21
|
<$action-setmultiplefields $tiddler=<<createTiddler-title>> $fields="[<item>jsonindexes[]addprefix[zotero-]]" $values="[<item>jsonindexes[]] :map[<item>jsonget<currentTiddler>else[.XXXXX.]]"/>
|
21
22
|
<$list filter="[<item>jsonindexes[creators]]" variable="creatorIndex">
|
@@ -33,7 +34,7 @@ Specify the Zotero group ID to import
|
|
33
34
|
\procedure zotero-get-items(start:"0",limit:"25")
|
34
35
|
|
35
36
|
\procedure completion()
|
36
|
-
\import [
|
37
|
+
\import [subfilter{$:/core/config/GlobalImportFilter}]
|
37
38
|
<$action-log msg="In completion"/>
|
38
39
|
<$action-log/>
|
39
40
|
<!-- Success -->
|