tiddlywiki 5.2.1 → 5.2.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/.eslintignore +5 -12
- package/.eslintrc.yml +17 -1
- package/.github/workflows/ci.yml +3 -0
- package/bin/build-site.sh +1 -1
- package/bin/build-tw-org.sh +97 -0
- package/boot/boot.js +44 -17
- package/boot/bootprefix.js +1 -0
- package/contributing.md +1 -1
- package/core/copyright.tid +1 -1
- package/core/language/en-GB/ControlPanel.multids +3 -1
- package/core/language/en-GB/Fields.multids +4 -3
- package/core/language/en-GB/Misc.multids +1 -1
- package/core/modules/commands/init.js +1 -1
- package/core/modules/commands/savelibrarytiddlers.js +1 -1
- package/core/modules/commands/savewikifolder.js +1 -1
- package/core/modules/deserializers.js +7 -10
- package/core/modules/editor/operations/text/wrap-lines.js +5 -3
- package/core/modules/filters/crypto.js +27 -0
- package/core/modules/filters/insertbefore.js +1 -1
- package/core/modules/filters/is/draft.js +2 -2
- package/core/modules/filters/listops.js +2 -1
- package/core/modules/filters/lookup.js +29 -6
- package/core/modules/filters/prefix.js +30 -12
- package/core/modules/filters/removeprefix.js +16 -6
- package/core/modules/filters/removesuffix.js +20 -6
- package/core/modules/filters/search.js +1 -0
- package/core/modules/filters/suffix.js +32 -10
- package/core/modules/filters/untagged.js +1 -1
- package/core/modules/filters.js +4 -2
- package/core/modules/parsers/parseutils.js +2 -2
- package/core/modules/pluginswitcher.js +1 -1
- package/core/modules/savers/gitea.js +2 -2
- package/core/modules/savers/github.js +2 -2
- package/core/modules/savers/gitlab.js +2 -2
- package/core/modules/server/routes/put-tiddler.js +1 -1
- package/core/modules/server/server.js +37 -12
- package/core/modules/startup/browser-messaging.js +2 -2
- package/core/modules/startup/render.js +7 -2
- package/core/modules/startup/rootwidget.js +14 -0
- package/core/modules/startup/windows.js +22 -9
- package/core/modules/tiddler.js +3 -3
- package/core/modules/upgraders/plugins.js +1 -1
- package/core/modules/utils/crypto.js +2 -2
- package/core/modules/utils/dom/dragndrop.js +8 -6
- package/core/modules/utils/dom/scroller.js +11 -7
- package/core/modules/utils/edition-info.js +1 -5
- package/core/modules/utils/pluginmaker.js +2 -4
- package/core/modules/widgets/action-listops.js +2 -2
- package/core/modules/widgets/button.js +1 -1
- package/core/modules/widgets/draggable.js +16 -9
- package/core/modules/widgets/eventcatcher.js +34 -30
- package/core/modules/widgets/image.js +10 -0
- package/core/modules/widgets/importvariables.js +1 -1
- package/core/modules/widgets/list.js +3 -0
- package/core/modules/widgets/navigator.js +2 -17
- package/core/modules/widgets/radio.js +2 -2
- package/core/modules/widgets/scrollable.js +11 -9
- package/core/modules/widgets/widget.js +30 -14
- package/core/modules/wiki-bulkops.js +20 -15
- package/core/modules/wiki.js +39 -17
- package/core/templates/tiddlywiki5.html.tid +1 -1
- package/core/ui/ControlPanel/Cascades/FieldEditor.tid +9 -0
- package/core/ui/EditTemplate/body/default.tid +2 -2
- package/core/ui/EditTemplate/fieldEditor-default.tid +3 -0
- package/core/ui/EditTemplate/fields.tid +6 -4
- package/core/ui/EditTemplate/type.tid +1 -1
- package/core/ui/EditTemplate.tid +2 -2
- package/core/ui/MoreSideBar/plugins/Languages.tid +1 -1
- package/core/ui/MoreSideBar/plugins/Plugins.tid +1 -1
- package/core/ui/MoreSideBar/plugins/Theme.tid +1 -1
- package/core/ui/SideBar/Open.tid +2 -2
- package/core/wiki/allfields.tid +1 -1
- package/core/wiki/config/FieldEditorFilters.multids +4 -0
- package/core/wiki/config/OfficialPluginLibrary.tid +1 -1
- package/core/wiki/config/ViewTemplateBodyFilters.multids +2 -1
- package/core/wiki/macros/list.tid +2 -2
- package/core/wiki/tags/ViewTemplateBodyFilter.tid +1 -1
- package/editions/dev/tiddlers/from Heigele and Jurke/Syncadaptor.tid +2 -2
- package/editions/dynaviewdemo/tiddlers/SideBar-Open.tid +1 -1
- package/editions/fr-FR/output/images/Blurry%20Lawn.jpg +0 -0
- package/editions/fr-FR/output/images/Newnham%20Horizon.jpg +0 -0
- package/editions/fr-FR/output/index.html +5051 -0
- package/editions/fr-FR/output/text/Alice%20in%20Wonderland.tid +3709 -0
- package/editions/fr-FR/tiddlers/$ _config_ViewTemplateTitleFilters_fr-default.tid +7 -0
- package/editions/fr-FR/tiddlers/$ _core_ui_ViewTemplate_title_fr-default.tid +8 -0
- package/editions/fr-FR/tiddlers/$__deprecated.tid +9 -0
- package/editions/fr-FR/tiddlers/$__editions_fr-FR_util-macros.tid +1 -0
- package/editions/fr-FR/tiddlers/$__editions_tw5.com_doc-macros.tid +69 -5
- package/editions/fr-FR/tiddlers/$__editions_tw5.com_version-macros.tid +15 -0
- package/editions/fr-FR/tiddlers/$__editions_tw5.com_wikitext-macros.tid +2 -2
- package/editions/fr-FR/tiddlers/Block_Quotes_in_WikiText.tid +15 -8
- package/editions/fr-FR/tiddlers/CamelCase.tid +6 -3
- package/editions/fr-FR/tiddlers/Code Blocks in WikiText.tid +27 -16
- package/editions/fr-FR/tiddlers/Community Links Aggregator.tid +11 -0
- package/editions/fr-FR/tiddlers/Community.tid +6 -4
- package/editions/fr-FR/tiddlers/Creating and editing tiddlers.tid +11 -11
- package/editions/fr-FR/tiddlers/Deprecated - What does it mean.tid +17 -0
- package/editions/fr-FR/tiddlers/Developers.tid +10 -5
- package/editions/fr-FR/tiddlers/Federatial.tid +11 -0
- package/editions/fr-FR/tiddlers/Formatting in WikiText.tid +12 -12
- package/editions/fr-FR/tiddlers/Forums.tid +27 -13
- package/editions/fr-FR/tiddlers/GettingStarted.tid +16 -14
- package/editions/fr-FR/tiddlers/Glossaire en-GB -_ fr-FR.tid +3 -1
- package/editions/fr-FR/tiddlers/HTML in WikiText.tid +77 -28
- package/editions/fr-FR/tiddlers/Headings in WikiText.tid +2 -2
- package/editions/fr-FR/tiddlers/HelloThere.tid +15 -12
- package/editions/fr-FR/tiddlers/How to export tiddlers.tid +31 -0
- package/editions/fr-FR/tiddlers/ImageWidget.tid +33 -0
- package/editions/fr-FR/tiddlers/Images in WikiText.tid +69 -0
- package/editions/fr-FR/tiddlers/Importing Tiddlers.tid +26 -0
- package/editions/fr-FR/tiddlers/JeremyRuston.tid +9 -9
- package/editions/fr-FR/tiddlers/Linking in WikiText.tid +108 -19
- package/editions/fr-FR/tiddlers/ListField.tid +6 -6
- package/editions/fr-FR/tiddlers/Macros in WikiText.tid +5 -5
- package/editions/fr-FR/tiddlers/Macros.tid +17 -8
- package/editions/fr-FR/tiddlers/PermaLinks.tid +19 -19
- package/editions/fr-FR/tiddlers/Philosophy of Tiddlers.tid +2 -2
- package/editions/fr-FR/tiddlers/Saving.tid +63 -4
- package/editions/fr-FR/tiddlers/Share Plugin.tid +15 -0
- package/editions/fr-FR/tiddlers/{Sharing_a_TiddlyWiki_on_Dropbox.tid → Sharing a TiddlyWiki on Dropbox.tid } +12 -4
- package/editions/fr-FR/tiddlers/Sharing your tiddlers with others.tid +18 -0
- package/editions/fr-FR/tiddlers/Structuring TiddlyWiki.tid +6 -6
- package/editions/fr-FR/tiddlers/Styles and Classes in WikiText.tid +11 -10
- package/editions/fr-FR/tiddlers/Tagging.tid +24 -18
- package/editions/fr-FR/tiddlers/TaskManagementExample.tid +3 -1
- package/editions/fr-FR/tiddlers/TiddlerLinks.tid +5 -5
- package/editions/fr-FR/tiddlers/TiddlyFox Apocalypse.tid +46 -0
- package/editions/fr-FR/tiddlers/TiddlyFox.tid +6 -3
- package/editions/fr-FR/tiddlers/TiddlyWiki.tid +6 -4
- package/editions/fr-FR/tiddlers/_TiddlyWiki for Scholars_ by Alberto Molina.tid +2 -2
- package/editions/prerelease/tiddlers/{Release 5.2.2.tid → Release 5.2.3.tid } +15 -11
- package/editions/prerelease/tiddlers/system/PrereleaseOfficialPluginLibrary.tid +1 -1
- package/editions/prerelease/tiddlers/system/download-empty.tid +1 -0
- package/editions/test/tiddlers/tests/data/tabs-macro/expected-html-tabs-horizontal-all.tid +33 -0
- package/editions/test/tiddlers/tests/data/tabs-macro/expected-html-tabs-horizontal.tid +43 -0
- package/editions/test/tiddlers/tests/data/tabs-macro/expected-html-tabs-vertical.tid +43 -0
- package/editions/test/tiddlers/tests/test-action-widgets.js +55 -0
- package/editions/test/tiddlers/tests/test-filters.js +225 -64
- package/editions/test/tiddlers/tests/test-html-parser.js +15 -0
- package/editions/test/tiddlers/tests/test-prefixes-filter.js +5 -5
- package/editions/test/tiddlers/tests/test-tags.js +19 -0
- package/editions/test/tiddlers/tests/test-utils.js +10 -0
- package/editions/test/tiddlers/tests/test-wikitext-parser.js +14 -1
- package/editions/test/tiddlers/tests/test-wikitext-tabs-macro.js +86 -0
- package/editions/tw.org/tiddlers/$__DefaultTiddlers.tid +6 -0
- package/editions/tw.org/tiddlers/$__SiteSubtitle.tid +6 -0
- package/editions/tw.org/tiddlers/$__SiteTitle.tid +6 -0
- package/editions/tw.org/tiddlers/$__StoryList.tid +3 -0
- package/editions/tw.org/tiddlers/$__favicon.ico.png +0 -0
- package/editions/tw.org/tiddlers/$__favicon.ico.png.meta +4 -0
- package/editions/tw.org/tiddlers/$__palette.tid +6 -0
- package/editions/tw.org/tiddlers/$__palettes_BlueFlavour +165 -0
- package/editions/tw.org/tiddlers/$__palettes_BlueFlavour.meta +8 -0
- package/editions/tw.org/tiddlers/$__palettes_FlowingSun +165 -0
- package/editions/tw.org/tiddlers/$__palettes_FlowingSun.meta +8 -0
- package/editions/tw.org/tiddlers/$__themes_tiddlywiki_vanilla_metrics_bodyfontsize.tid +6 -0
- package/editions/tw.org/tiddlers/$__themes_tiddlywiki_vanilla_metrics_bodylineheight.tid +6 -0
- package/editions/tw.org/tiddlers/$__themes_tiddlywiki_vanilla_metrics_sidebarwidth.tid +6 -0
- package/editions/tw.org/tiddlers/$__themes_tiddlywiki_vanilla_options_sidebarlayout.tid +6 -0
- package/editions/tw.org/tiddlers/HelloThere.tid +14 -0
- package/editions/tw.org/tiddlers/Table of Contents.tid +11 -0
- package/editions/tw.org/tiddlers/TiddlyWiki.tid +8 -0
- package/editions/tw.org/tiddlywiki.info +30 -0
- package/editions/tw5.com/tiddlers/community/Contributor License Agreement.tid +3 -3
- package/editions/tw5.com/tiddlers/community/Forums.tid +16 -13
- package/editions/tw5.com/tiddlers/community/Signing the Contributor License Agreement.tid +2 -2
- package/editions/tw5.com/tiddlers/community/plugins/TiddlyClip by buggyjay.tid +3 -3
- package/editions/tw5.com/tiddlers/concepts/Cascades.tid +1 -0
- package/editions/tw5.com/tiddlers/concepts/Customizing EditTemplate Field Rendering.tid +31 -0
- package/editions/tw5.com/tiddlers/concepts/Field Editor Cascade.tid +17 -0
- package/editions/tw5.com/tiddlers/concepts/Filters.tid +15 -10
- package/editions/tw5.com/tiddlers/concepts/Macros.tid +1 -3
- package/editions/tw5.com/tiddlers/concepts/Pragma.tid +2 -2
- package/editions/tw5.com/tiddlers/concepts/TiddlerFields.tid +2 -1
- package/editions/tw5.com/tiddlers/demonstrations/Alice in Wonderland.tid +3707 -4
- package/editions/tw5.com/tiddlers/demonstrations/Apple.tid +6 -1
- package/editions/tw5.com/tiddlers/demonstrations/CustomStoryTiddlerTemplateDemo.tid/Styles.tid +1 -0
- package/editions/tw5.com/tiddlers/demonstrations/CustomStoryTiddlerTemplateDemo.tid/Template.tid +1 -0
- package/editions/tw5.com/tiddlers/demonstrations/CustomStoryTiddlerTemplateDemo.tid/TiddlerTemplateFilter.tid +1 -0
- package/editions/tw5.com/tiddlers/features/Importing Tiddlers.tid +1 -1
- package/editions/tw5.com/tiddlers/features/Modals.tid +2 -1
- package/editions/tw5.com/tiddlers/filters/Filter Operators.tid +9 -5
- package/editions/tw5.com/tiddlers/filters/all.tid +2 -2
- package/editions/tw5.com/tiddlers/filters/butlast.tid +3 -1
- package/editions/tw5.com/tiddlers/filters/examples/butlast.tid +4 -3
- package/editions/tw5.com/tiddlers/filters/examples/insertbefore Operator (Examples).tid +28 -0
- package/editions/tw5.com/tiddlers/filters/examples/lookup Operator (Examples).tid +5 -0
- package/editions/tw5.com/tiddlers/filters/examples/prefix.tid +4 -3
- package/editions/tw5.com/tiddlers/filters/examples/removeprefix.tid +2 -1
- package/editions/tw5.com/tiddlers/filters/examples/removesuffix.tid +2 -3
- package/editions/tw5.com/tiddlers/filters/examples/rest.tid +4 -3
- package/editions/tw5.com/tiddlers/filters/examples/search.tid +6 -1
- package/editions/tw5.com/tiddlers/filters/examples/sortan.tid +5 -1
- package/editions/tw5.com/tiddlers/filters/examples/suffix.tid +3 -2
- package/editions/tw5.com/tiddlers/filters/insertbefore Operator.tid +21 -5
- package/editions/tw5.com/tiddlers/filters/lookup Operator.tid +28 -10
- package/editions/tw5.com/tiddlers/filters/prefix.tid +17 -2
- package/editions/tw5.com/tiddlers/filters/removeprefix.tid +18 -3
- package/editions/tw5.com/tiddlers/filters/removesuffix.tid +18 -3
- package/editions/tw5.com/tiddlers/filters/search.tid +10 -9
- package/editions/tw5.com/tiddlers/filters/sha256 Operator.tid +18 -0
- package/editions/tw5.com/tiddlers/filters/subfilter Operator.tid +2 -2
- package/editions/tw5.com/tiddlers/filters/suffix.tid +17 -2
- package/editions/tw5.com/tiddlers/filters/syntax/Cascade Filter Run Prefix.tid +2 -2
- package/editions/tw5.com/tiddlers/filters/syntax/Named Filter Run Prefix.tid +1 -1
- package/editions/tw5.com/tiddlers/hellothere/HelloThere.tid +3 -3
- package/editions/tw5.com/tiddlers/howtos/Concatenating text and variables using macro substitution.tid +4 -14
- package/editions/tw5.com/tiddlers/images/New Release Banner.png +0 -0
- package/editions/tw5.com/tiddlers/macros/list-links-draggable Macro.tid +1 -1
- package/editions/tw5.com/tiddlers/messages/SampleWindowTemplate.tid +2 -2
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-close-all-windows.tid +20 -0
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-close-window.tid +39 -0
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-download-file.tid +6 -1
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-open-window.tid +16 -12
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-relink-tiddler.tid +26 -0
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-rename-tiddler.tid +4 -2
- package/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-scroll.tid +3 -0
- package/editions/tw5.com/tiddlers/plugins/Highlight Plugin.tid +3 -1
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.21.tid +6 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.22.tid +6 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.1.23.tid +6 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.0.tid +6 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.1.tid +6 -0
- package/editions/tw5.com/tiddlers/releasenotes/Release 5.2.2.tid +162 -0
- package/editions/tw5.com/tiddlers/releasenotes/Releases.tid +4 -2
- package/editions/tw5.com/tiddlers/saving/Saving on Browser with the File System Access API.tid +21 -0
- package/editions/tw5.com/tiddlers/saving/Saving on TidGi.tid +26 -0
- package/editions/tw5.com/tiddlers/saving/Saving via WebDAV.tid +3 -1
- package/editions/tw5.com/tiddlers/saving/Saving with Polly.tid +29 -0
- package/editions/tw5.com/tiddlers/system/doc-macros.tid +25 -1
- package/editions/tw5.com/tiddlers/system/doc-styles.tid +5 -1
- package/editions/tw5.com/tiddlers/system/download-empty.tid +1 -0
- package/editions/tw5.com/tiddlers/system/operator-macros.tid +4 -2
- package/editions/tw5.com/tiddlers/system/operator-template.tid +6 -3
- package/editions/tw5.com/tiddlers/system/style-guide-macros.tid +5 -1
- package/editions/tw5.com/tiddlers/system/variable-macros.tid +4 -2
- package/editions/tw5.com/tiddlers/system/wikitext-macros.tid +17 -3
- package/editions/tw5.com/tiddlers/webserver/Using HTTPS.tid +17 -2
- package/editions/tw5.com/tiddlers/webserver/WebServer API_ Get All Tiddlers.tid +1 -1
- package/editions/tw5.com/tiddlers/webserver/WebServer Authorization.tid +15 -3
- package/editions/tw5.com/tiddlers/webserver/WebServer Parameter_ admin.tid +8 -0
- package/editions/tw5.com/tiddlers/webserver/WebServer Parameter_ required-plugins.tid +8 -0
- package/editions/tw5.com/tiddlers/webserver/WebServer Parameter_ tls-passphrase.tid +10 -0
- package/editions/tw5.com/tiddlers/widgets/$__editions_tw5.com_widget-examples_qualify-transcluded.tid +14 -0
- package/editions/tw5.com/tiddlers/widgets/DraggableWidget.tid +7 -3
- package/editions/tw5.com/tiddlers/widgets/EditTextWidget.tid +1 -1
- package/editions/tw5.com/tiddlers/widgets/EventCatcherWidget.tid +7 -6
- package/editions/tw5.com/tiddlers/widgets/ImageWidget.tid +9 -1
- package/editions/tw5.com/tiddlers/widgets/LinkCatcherWidget.tid +2 -1
- package/editions/tw5.com/tiddlers/widgets/MacroCallWidget.tid +3 -1
- package/editions/tw5.com/tiddlers/widgets/MessageCatcherWidget.tid +2 -2
- package/editions/tw5.com/tiddlers/widgets/QualifyWidget.tid +39 -0
- package/editions/tw5.com/tiddlers/widgets/TranscludeWidget.tid +7 -6
- package/editions/tw5.com/tiddlers/widgets/ViewWidget.tid +26 -8
- package/editions/tw5.com/tiddlers/widgets/WikifyWidget.tid +2 -2
- package/editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid +30 -4
- package/editions/tw5.com/tiddlers/wikitext/Images in WikiText.tid +3 -3
- package/editions/tw5.com/tiddlers/wikitext/Linking in WikiText.tid +44 -1
- package/editions/tw5.com/tiddlers/wikitext/Macro Calls in WikiText.tid +3 -3
- package/editions/tw5.com/tiddlers/wikitext/Transclusion in WikiText.tid +2 -1
- package/editions/tw5.com/tiddlers/wikitext/Widgets in WikiText.tid +3 -3
- package/editions/tw5.com/tiddlers/wikitext/parser/Block Mode WikiText (Examples).tid +51 -0
- package/editions/tw5.com/tiddlers/wikitext/parser/Block Mode WikiText.tid +35 -0
- package/editions/tw5.com/tiddlers/wikitext/parser/Inline Mode WikiText.tid +26 -0
- package/editions/tw5.com/tiddlers/wikitext/parser/Places where the parser ignores WikiText.tid +14 -0
- package/editions/tw5.com/tiddlers/wikitext/parser/WikiText Parser Modes.tid +16 -0
- package/editions/tw5.com/tiddlers/wikitext/parser/WikiText parser mode transitions.tid +59 -0
- package/editions/tw5.com/tiddlers/wikitext/parser/WikiText parser mode_ HTML examples.tid +72 -0
- package/editions/tw5.com/tiddlers/wikitext/parser/WikiText parser mode_ macro examples.tid +55 -0
- package/editions/tw5.com/tiddlers/wikitext/parser/WikiText parser mode_ transclusion examples.tid +56 -0
- package/editions/tw5.com/tiddlers/wikitext/parser/table-example.tid +8 -0
- package/languages/de-DE/ControlPanel.multids +17 -0
- package/languages/de-DE/Fields.multids +6 -5
- package/languages/de-DE/SideBar.multids +1 -0
- package/languages/pl-PL/ControlPanel.multids +15 -2
- package/languages/zh-Hans/ControlPanel.multids +2 -0
- package/languages/zh-Hans/Fields.multids +4 -2
- package/languages/zh-Hans/Misc.multids +1 -1
- package/languages/zh-Hant/ControlPanel.multids +2 -0
- package/languages/zh-Hant/Fields.multids +4 -2
- package/languages/zh-Hant/Misc.multids +1 -1
- package/license +1 -1
- package/licenses/cla-individual.md +13 -1
- package/package.json +5 -3
- package/plugins/tiddlywiki/dynannotate/examples/viewtemplate.tid +3 -4
- package/plugins/tiddlywiki/highlight/files/default.min.css +9 -0
- package/plugins/tiddlywiki/highlight/files/highlight.min.js +1401 -0
- package/plugins/tiddlywiki/highlight/files/tiddlywiki.files +2 -2
- package/plugins/tiddlywiki/highlight/highlightblock.js +27 -21
- package/plugins/tiddlywiki/highlight/plugin.info +1 -1
- package/plugins/tiddlywiki/highlight/readme.tid +18 -47
- package/plugins/tiddlywiki/highlight/styles.tid +10 -5
- package/plugins/tiddlywiki/highlight/usage.tid +48 -1
- package/plugins/tiddlywiki/highlight-legacy/TypeMappings.multids +8 -0
- package/plugins/tiddlywiki/{highlight → highlight-legacy}/files/default.css +0 -0
- package/plugins/tiddlywiki/{highlight → highlight-legacy}/files/highlight.pack.js +0 -0
- package/plugins/tiddlywiki/highlight-legacy/files/tiddlywiki.files +22 -0
- package/plugins/tiddlywiki/highlight-legacy/highlightblock.js +44 -0
- package/plugins/tiddlywiki/highlight-legacy/license.tid +27 -0
- package/plugins/tiddlywiki/highlight-legacy/plugin.info +7 -0
- package/plugins/tiddlywiki/highlight-legacy/readme.tid +65 -0
- package/plugins/tiddlywiki/highlight-legacy/styles.tid +82 -0
- package/plugins/tiddlywiki/highlight-legacy/usage.tid +28 -0
- package/plugins/tiddlywiki/internals/editpreviews/raw.tid +1 -0
- package/plugins/tiddlywiki/markdown/config_renderWikiTextPragma.tid +1 -1
- package/plugins/tiddlywiki/markdown/wrapper.js +33 -22
- package/plugins/tiddlywiki/menubar/menu.tid +1 -1
- package/readme.md +2 -2
- package/themes/tiddlywiki/snowwhite/base.tid +2 -1
- package/themes/tiddlywiki/vanilla/base.tid +13 -3
- package/themes/tiddlywiki/vanilla/sticky.tid +1 -0
- package/editions/fr-FR/tiddlers/$__core_ui_ViewTemplate_title.tid +0 -46
- package/editions/fr-FR/tiddlers/Images_in_WikiText.tid +0 -48
- package/editions/fr-FR/tiddlers/ImportTiddlers.tid +0 -14
- package/editions/fr-FR/tiddlers/Sharing_your_tiddlers_with_others.tid +0 -16
- package/plugins/tiddlywiki/highlight/howto.tid +0 -10
@@ -1,6 +1,6 @@
|
|
1
1
|
created: 20130822170200000
|
2
2
|
list: [[A Gentle Guide to TiddlyWiki]] [[Discover TiddlyWiki]] [[Some of the things you can do with TiddlyWiki]] [[Ten reasons to switch to TiddlyWiki]] Examples [[What happened to the original TiddlyWiki?]] [[HelloThumbnail - TWEUM2017]]
|
3
|
-
modified:
|
3
|
+
modified: 20220325130817150
|
4
4
|
tags: TableOfContents
|
5
5
|
title: HelloThere
|
6
6
|
type: text/vnd.tiddlywiki
|
@@ -18,8 +18,8 @@ Use it to keep your [[to-do list|TaskManagementExample]], to plan an [[essay or
|
|
18
18
|
Unlike conventional online services, TiddlyWiki lets you choose where to keep your data, guaranteeing that in the decades to come you will [[still be able to use|Future Proof]] the notes you take today.
|
19
19
|
|
20
20
|
<div style="font-size:0.7em;text-align:center;margin:3em auto;">
|
21
|
-
<a href="https://
|
22
|
-
{{$:/core/images/help}}
|
21
|
+
<a href="https://talk.tiddlywiki.org/" class="tc-btn-big-green" style="border-radius:4px;background-color:#FF8C19;" target="_blank" rel="noopener noreferrer">
|
22
|
+
{{$:/core/images/help}} ~TalkTW
|
23
23
|
</a>
|
24
24
|
<a href="https://www.youtube.com/c/JeremyRuston" class="tc-btn-big-green" style="border-radius:4px;background-color:#e52d27;" target="_blank" rel="noopener noreferrer">
|
25
25
|
{{$:/core/images/video}} ~YouTube
|
@@ -1,5 +1,5 @@
|
|
1
1
|
created: 20160424150551727
|
2
|
-
modified:
|
2
|
+
modified: 20211230153027382
|
3
3
|
tags: Learning
|
4
4
|
title: Concatenating text and variables using macro substitution
|
5
5
|
type: text/vnd.tiddlywiki
|
@@ -9,9 +9,7 @@ It's a frequent use case in ~TiddlyWiki that you will want to put the results of
|
|
9
9
|
|
10
10
|
You might, for instance want to set up a template for your customer database, where links will automatically refer to additional contact information about your customer. Inside your tiddler, you might try something like this:
|
11
11
|
|
12
|
-
|
13
|
-
|warning|k
|
14
|
-
|@@font-size:1.5em;⚠@@ Warning:<br/> Don't do it this way!| `[[Additional Info|<<currentTiddler>>-Contact]]` |
|
12
|
+
<<.bad-example "`[[Additional Info|<<currentTiddler>>-Contact]]`">>
|
15
13
|
|
16
14
|
But that won't work. If you try this, the link will be interpreted very literally, and will attempt to take you to:
|
17
15
|
|
@@ -29,9 +27,7 @@ Create a macro at the top of the tiddler like this:
|
|
29
27
|
|
30
28
|
You might be tempted to invoke the new macro like this:
|
31
29
|
|
32
|
-
|
33
|
-
|@@font-size:1.5em;⚠@@ Warning:<br/> Don't do it this way!| `<<linkup <<currentTiddler>> >>` |
|
34
|
-
|
30
|
+
<<.bad-example "`<<linkup <<currentTiddler>> >>`">>
|
35
31
|
|
36
32
|
But if you do, you will find that `<<currentTiddler>>` doesn't get rendered, but instead gets passed literally.
|
37
33
|
|
@@ -53,10 +49,4 @@ Notice that in this case we don't pass an argument. Instead, we reference the va
|
|
53
49
|
|
54
50
|
```
|
55
51
|
<<linkup>>
|
56
|
-
```
|
57
|
-
|
58
|
-
<style>
|
59
|
-
.warning code {background-color:#ffff80}
|
60
|
-
table.warning {background-color:#ffff80;}
|
61
|
-
|
62
|
-
</style>
|
52
|
+
```
|
Binary file
|
@@ -1,5 +1,5 @@
|
|
1
1
|
created: 20211109165213041
|
2
|
-
modified:
|
2
|
+
modified: 20220227211343988
|
3
3
|
tags: [[Message Examples]]
|
4
4
|
title: SampleWindowTemplate
|
5
5
|
|
@@ -7,4 +7,4 @@ title: SampleWindowTemplate
|
|
7
7
|
| ''Name:'' |<$edit field=name tag="input" />|
|
8
8
|
|''Rank:'' |<$edit field=rank tag="input" />|
|
9
9
|
|
10
|
-
''Variable 'something' contains:''<<something>>
|
10
|
+
''Variable 'something' contains:'' <<something>>
|
@@ -0,0 +1,20 @@
|
|
1
|
+
created: 20220301162305764
|
2
|
+
modified: 20220301180818011
|
3
|
+
tags: Messages
|
4
|
+
title: WidgetMessage: tm-close-all-windows
|
5
|
+
type: text/vnd.tiddlywiki
|
6
|
+
|
7
|
+
<<.from-version 5.2.2>>
|
8
|
+
The `tm-close-all-windows` [[message|Messages]] closes all additional //browser// window that were opened with [[tm-open-window|WidgetMessage: tm-open-window]].
|
9
|
+
|
10
|
+
The `tm-close-window` message is best generated with the ActionSendMessageWidget, which in turn is triggered by a widget such as the ButtonWidget. It is handled by the core itself.
|
11
|
+
|
12
|
+
<$macrocall $name='wikitext-example-without-html'
|
13
|
+
src="""
|
14
|
+
<$button>Close All Windows
|
15
|
+
<$action-sendmessage
|
16
|
+
$message="tm-close-all-windows"
|
17
|
+
/>
|
18
|
+
</$button>
|
19
|
+
""" />
|
20
|
+
|
@@ -0,0 +1,39 @@
|
|
1
|
+
caption: tm-open-window
|
2
|
+
created: 20220228140417116
|
3
|
+
modified: 20220301180905777
|
4
|
+
tags: Messages
|
5
|
+
title: WidgetMessage: tm-close-window
|
6
|
+
type: text/vnd.tiddlywiki
|
7
|
+
|
8
|
+
<<.from-version 5.2.2>>
|
9
|
+
The `tm-close-window` [[message|Messages]] closes an additional //browser// window that was opened with [[tm-open-window|WidgetMessage: tm-open-window]]. Specify which window to close by setting the value of <<.param param>> to the string used as <<.param windowID>> when opening the window.
|
10
|
+
|
11
|
+
|!Name |!Description |
|
12
|
+
|param //{default param}// |String used as <<.param windowID>> when opening the window |
|
13
|
+
|
14
|
+
The `tm-close-window` message is best generated with the ActionSendMessageWidget, which in turn is triggered by a widget such as the ButtonWidget. It is handled by the core itself.
|
15
|
+
|
16
|
+
<<.tip """When used with the ActionSendMessageWidget, <<.param 'param'>> becomes <<.param '$param'>> """>>
|
17
|
+
<<.tip """To close all additional browser windows that were opened with [[tm-open-window|WidgetMessage: tm-open-window]] use [[WidgetMessage: tm-close-all-windows]]""">>
|
18
|
+
|
19
|
+
<$macrocall $name='wikitext-example-without-html'
|
20
|
+
src="""
|
21
|
+
<$button>Open Window
|
22
|
+
<$action-sendmessage
|
23
|
+
$message="tm-open-window"
|
24
|
+
$param="$:/temp/openme"
|
25
|
+
template="SampleWindowTemplate"
|
26
|
+
windowTitle="My Window Title"
|
27
|
+
width="400"
|
28
|
+
height="500"
|
29
|
+
windowID="window1"
|
30
|
+
something="I just in over in a variable, and boy is my Hashmap tired." />
|
31
|
+
</$button>
|
32
|
+
<$button>Close Window
|
33
|
+
<$action-sendmessage
|
34
|
+
$message="tm-close-window"
|
35
|
+
$param="window1"
|
36
|
+
/>
|
37
|
+
</$button>
|
38
|
+
""" />
|
39
|
+
|
@@ -1,5 +1,5 @@
|
|
1
1
|
created: 20140811112201235
|
2
|
-
modified:
|
2
|
+
modified: 20220123141646321
|
3
3
|
tags: Messages
|
4
4
|
title: WidgetMessage: tm-download-file
|
5
5
|
type: text/vnd.tiddlywiki
|
@@ -11,6 +11,11 @@ The download file message causes the current saver module to prompt the user to
|
|
11
11
|
|param |Title of a tiddler to use as a template for the new tiddler |
|
12
12
|
|paramObject |Optional hashmap of variable values to use for the rendering |
|
13
13
|
|
14
|
+
The following variable names have special behaviour:
|
15
|
+
|
16
|
+
|!Name |!Description |
|
17
|
+
|filename |Filename for the downloaded file (note that this is a hint to the browser, and the actual filename used may be different) |
|
18
|
+
|
14
19
|
The download file message is usually generated with the ButtonWidget.
|
15
20
|
|
16
21
|
The download file message is handled by the TiddlyWiki core SyncMechanism which invokes the current [[SaverModule|SaverModules]].
|
@@ -1,25 +1,29 @@
|
|
1
1
|
caption: tm-open-window
|
2
2
|
created: 20160424181447704
|
3
|
-
modified:
|
3
|
+
modified: 20220301162140993
|
4
4
|
tags: Messages
|
5
5
|
title: WidgetMessage: tm-open-window
|
6
6
|
type: text/vnd.tiddlywiki
|
7
7
|
|
8
|
-
The `tm-open-window` [[message|
|
8
|
+
The `tm-open-window` [[message|Messages]] opens a tiddler in a new //browser// window. If no parameters are specified, the current tiddler is opened in a new window. Similiar to `tm-modal` any additional parameters passed via the <<.param "paramObject">> are provided as variables to the new window.
|
9
9
|
|
10
10
|
|!Name |!Description |
|
11
|
-
|param |Title of the tiddler to be opened in a new browser window, defaults to <<.var "currentTiddler">> if empty |
|
12
|
-
|template |Template in which the tiddler will be rendered
|
11
|
+
|param //{default param}// |Title of the tiddler to be opened in a new browser window, defaults to <<.var "currentTiddler">> if empty |
|
12
|
+
|template |Template in which the tiddler will be rendered |
|
13
13
|
|windowTitle |Title string for the opened window |
|
14
14
|
|width |Width of the new browser window |
|
15
15
|
|height |Height of the new browser window |
|
16
|
-
|
|
16
|
+
|left|<<.from-version "5.2.2">> Optional, left position of new browser window|
|
17
|
+
|top|<<.from-version "5.2.2">> Optional, top position of new browser window|
|
18
|
+
|windowID|<<.from-version "5.2.2">> Optional, unique string used to identify the widow. Can be used with [[WidgetMessage: tm-close-window]] to close the window. Defaults to the value of <<.param param>> |
|
19
|
+
|//{any other params}// |Any other parameters are made available as variables within the new window |
|
17
20
|
|
18
|
-
The `tm-open-window` message is best generated with the ActionSendMessageWidget, which in turn is triggered by a widget such as the ButtonWidget.
|
19
|
-
|
20
|
-
<<.tip """When used with the ActionSendMessage Widget, <<.param 'param'>> becomes <<.param '$param'>> """>>
|
21
|
-
<<.tip """Parameters <<.param template>>, <<.param windowTitle>>, <<.param width>>, and <<.param height>> require the ActionSendMessageWidget.""">>
|
21
|
+
The `tm-open-window` message is best generated with the ActionSendMessageWidget, which in turn is triggered by a widget such as the ButtonWidget. The message is handled by the core itself.
|
22
22
|
|
23
|
+
<<.tip """When used with the ActionSendMessageWidget, <<.param 'param'>> becomes <<.param '$param'>> """>>
|
24
|
+
<<.tip """Parameters <<.param template>>, <<.param windowTitle>>, <<.param width>>, <<.param height>>, <<.param left>> and <<.param top>> require the ActionSendMessageWidget.""">>
|
25
|
+
<<.tip """<<.from-version 5.2.2>> To close a window opened with tm-open-window use [[WidgetMessage: tm-close-window]]""">>
|
26
|
+
<<.tip """<<.from-version 5.2.2>> To open a tiddler in more than one new window, use a unique value for <<.param windowID>>""">>
|
23
27
|
|
24
28
|
<$macrocall $name='wikitext-example-without-html'
|
25
29
|
src="""
|
@@ -29,9 +33,9 @@ src="""
|
|
29
33
|
$param="$:/temp/openme"
|
30
34
|
template="SampleWindowTemplate"
|
31
35
|
windowTitle="My Window Title"
|
32
|
-
width="
|
33
|
-
height="
|
34
|
-
something="
|
36
|
+
width="640"
|
37
|
+
height="480"
|
38
|
+
something="This is my new window. There are many like it, but this one is mine." />
|
35
39
|
</$button>
|
36
40
|
""" />
|
37
41
|
|
@@ -0,0 +1,26 @@
|
|
1
|
+
caption: tm-relink-tiddler
|
2
|
+
created: 20220219093748993
|
3
|
+
modified: 20220219093748993
|
4
|
+
tags: Messages navigator-message
|
5
|
+
title: WidgetMessage: tm-relink-tiddler
|
6
|
+
type: text/vnd.tiddlywiki
|
7
|
+
|
8
|
+
<<.from-version "5.2.2">> The `tm-relink-tiddler` message relinks a tiddler by deleting it and recreating it with a new title. Unlike the [[WidgetMessage: tm-rename-tiddler]] message, this message does not rename the tiddler, it just relinks the references to it.
|
9
|
+
|
10
|
+
The relink tiddler message requires the following properties on the `event` object:
|
11
|
+
|
12
|
+
|!Name |!Description |
|
13
|
+
|from |Current title of tiddler |
|
14
|
+
|to |New title of tiddler |
|
15
|
+
|renameInTags |Optional value "no" to disable renaming in tags fields of other tiddlers (defaults to "yes") |
|
16
|
+
|renameInLists |Optional value "no" to disable renaming in list fields of other tiddlers (defaults to "yes") |
|
17
|
+
|
18
|
+
The relink tiddler message is usually generated with the ButtonWidget and is handled by the core.
|
19
|
+
|
20
|
+
! Examples
|
21
|
+
|
22
|
+
To relink Tiddler1 to Tiddler2 in tags and list fields of other tiddlers:
|
23
|
+
|
24
|
+
```
|
25
|
+
<$action-sendmessage $message="tm-relink-tiddler" from="Tiddler1" to="Tiddler2" />
|
26
|
+
```
|
@@ -1,6 +1,6 @@
|
|
1
1
|
caption: tm-rename-tiddler
|
2
2
|
created: 20190909133618113
|
3
|
-
modified:
|
3
|
+
modified: 20220219093748993
|
4
4
|
tags: Messages navigator-message
|
5
5
|
title: WidgetMessage: tm-rename-tiddler
|
6
6
|
type: text/vnd.tiddlywiki
|
@@ -13,7 +13,9 @@ The `tm-rename-tiddler` message renames a tiddler by deleting it and recreating
|
|
13
13
|
|renameInTags |<<.from-version "5.1.23">> Optional value "no" to disable renaming in tags fields of other tiddlers (defaults to "yes") |
|
14
14
|
|renameInLists |<<.from-version "5.1.23">> Optional value "no" to disable renaming in list fields of other tiddlers (defaults to "yes") |
|
15
15
|
|
16
|
-
The
|
16
|
+
The very similar [[WidgetMessage: tm-relink-tiddler]] message does not rename the tiddler, it just relinks the references to it.
|
17
|
+
|
18
|
+
The rename tiddler message is usually generated with the ButtonWidget and is handled by the core.
|
17
19
|
|
18
20
|
! Examples
|
19
21
|
|
@@ -10,3 +10,6 @@ The `tm-scroll` message causes the surrounding scrollable container to scroll to
|
|
10
10
|
|!Name |!Description |
|
11
11
|
|target |Target DOM node the scrollable container should scroll to (note that this parameter can only be set via JavaScript code) |
|
12
12
|
|selector |<<.from-version "5.1.23">> Optional string [[CSS selector|https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors]] as an alternate means of identifying the target DOM node |
|
13
|
+
|animationDuration |<<.from-version "5.2.2">> Optional number specifying the animation duration in milliseconds for the scrolling. Defaults to the [[global animation duration|$:/config/AnimationDuration]]. |
|
14
|
+
|
15
|
+
<<.tip "Set `animationDuration` to `0` to scroll without animation">>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
created: 20160107223417655
|
2
2
|
list:
|
3
|
-
modified:
|
3
|
+
modified: 20220222094354907
|
4
4
|
tags: OfficialPlugins [[Plugin Editions]]
|
5
5
|
title: Highlight Plugin
|
6
6
|
type: text/vnd.tiddlywiki
|
@@ -8,3 +8,5 @@ type: text/vnd.tiddlywiki
|
|
8
8
|
The Highlight plugin provides the ability to apply syntax colouring to text.
|
9
9
|
|
10
10
|
See [ext[https://tiddlywiki.com/plugins/tiddlywiki/highlight|plugins/tiddlywiki/highlight]]
|
11
|
+
|
12
|
+
<<.warning """The latest version of the [[Highlight Plugin]] requires a modern browser that fully supports JavaScript ES6 (released in 2015). The older version is still available as the ''highlight-legacy'' plugin for users who need to use an older browser.""">>
|
@@ -8,6 +8,12 @@ type: text/vnd.tiddlywiki
|
|
8
8
|
|
9
9
|
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.1.20...v5.1.21]]//
|
10
10
|
|
11
|
+
<<.banner-credits
|
12
|
+
credit:"""Congratulations to [[Sylvain Comte|https://github.com/sycom]] for his winning design for the banner for this release (here are the [[other entries|https://groups.google.com/g/tiddlywiki/c/l47ZZzWdDb8/m/a1dnyKG0AQAJ]]).
|
13
|
+
"""
|
14
|
+
url:"https://raw.githubusercontent.com/Jermolene/TiddlyWiki5/42060acb43b329036b7436ee154bf605e90efa8e/editions/tw5.com/tiddlers/images/New%20Release%20Banner.jpg"
|
15
|
+
>>
|
16
|
+
|
11
17
|
This is a bug fix release that resolves issues introduced in the recent [[Release 5.1.20]].
|
12
18
|
|
13
19
|
!! Bug Fixes
|
@@ -8,6 +8,12 @@ type: text/vnd.tiddlywiki
|
|
8
8
|
|
9
9
|
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.1.21...v5.1.22]]//
|
10
10
|
|
11
|
+
<<.banner-credits
|
12
|
+
credit:"""Congratulations to [[Thomas Elmiger|https://github.com/telmiger]] for his winning design for the banner for this release (here are the [[other entries|https://groups.google.com/g/tiddlywiki/c/rYrja18_SfQ/m/IX-jFS4cBQAJ]]).
|
13
|
+
"""
|
14
|
+
url:"https://raw.githubusercontent.com/Jermolene/TiddlyWiki5/1ed36adab62c117849ee29d9535136eac70d3bc7/editions/tw5.com/tiddlers/images/New%20Release%20Banner.png"
|
15
|
+
>>
|
16
|
+
|
11
17
|
! Major Improvements
|
12
18
|
|
13
19
|
!! Dynamic Plugin Loading
|
@@ -12,6 +12,12 @@ type: text/vnd.tiddlywiki
|
|
12
12
|
|
13
13
|
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.1.22...v5.1.23]]//
|
14
14
|
|
15
|
+
<<.banner-credits
|
16
|
+
credit:"""Congratulations to [[Atronoush|https://github.com/atronoush]] for his winning design for the banner for this release (here are the [[other entries|https://groups.google.com/g/tiddlywiki/c/cTgPWl8b_9c/m/RghSSNKXAQAJ]]).
|
17
|
+
"""
|
18
|
+
url:"https://raw.githubusercontent.com/Jermolene/TiddlyWiki5/3c003364d2408eb27912187f57f023333cc4f4dd/editions/tw5.com/tiddlers/images/New%20Release%20Banner.png"
|
19
|
+
>>
|
20
|
+
|
15
21
|
! Performance Improvements
|
16
22
|
|
17
23
|
* <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/5206">> filter execution to use a more efficient linked list structure for intermediate results
|
@@ -12,6 +12,12 @@ type: text/vnd.tiddlywiki
|
|
12
12
|
|
13
13
|
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.1.23...v5.2.0]]//
|
14
14
|
|
15
|
+
<<.banner-credits
|
16
|
+
credit:"""Congratulations to Frank. B for his winning design for the banner for this release (here are the [[other entries|https://groups.google.com/g/tiddlywiki/c/eccIEHZoxsI/m/_MWs3EooBAAJ]]).
|
17
|
+
"""
|
18
|
+
url:"https://raw.githubusercontent.com/Jermolene/TiddlyWiki5/32b36fb2aff6bbe4f9281ee56d5bf6b8bbe5454b/editions/tw5.com/tiddlers/images/New%20Release%20Banner.png"
|
19
|
+
>>
|
20
|
+
|
15
21
|
! Highlights
|
16
22
|
|
17
23
|
!! Unrestricted Fieldnames and the New JSON Store Area
|
@@ -12,6 +12,12 @@ type: text/vnd.tiddlywiki
|
|
12
12
|
|
13
13
|
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.2.0...v5.2.1]]//
|
14
14
|
|
15
|
+
<<.banner-credits
|
16
|
+
credit:"""Congratulations to [[Mohammad Rahmani|https://github.com/kookma]] and [[Elise Springer|https://www.wesleyan.edu/academics/faculty/espringer/profile.html]] for their winning design for the banner for this release (here are the [[other entries|https://groups.google.com/g/tiddlywiki/c/GU0TPGNMPvw/m/y1SyQk_nAQAJ]]).
|
17
|
+
"""
|
18
|
+
url:"https://raw.githubusercontent.com/Jermolene/TiddlyWiki5/cb43b91ab6b14c2a16af917cfab0e5b2371502c6/editions/tw5.com/tiddlers/images/New%20Release%20Banner.png"
|
19
|
+
>>
|
20
|
+
|
15
21
|
! Highlights
|
16
22
|
|
17
23
|
!! <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6168">> New Filter Cascade Mechanism
|
@@ -0,0 +1,162 @@
|
|
1
|
+
caption: 5.2.2
|
2
|
+
created: 20220325130817150
|
3
|
+
modified: 20220325130817150
|
4
|
+
released: 20220325130817150
|
5
|
+
tags: ReleaseNotes
|
6
|
+
title: Release 5.2.2
|
7
|
+
type: text/vnd.tiddlywiki
|
8
|
+
|
9
|
+
\define contributor(username)
|
10
|
+
<a href="https://github.com/$username$" style="text-decoration:none;font-size:24px;" class="tc-tiddlylink-external" target="_blank" rel="noopener noreferrer"><img src="https://github.com/$username$.png?size=32" width="32" height="32"/> @<$text text=<<__username__>>/></a>
|
11
|
+
\end
|
12
|
+
|
13
|
+
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.2.1...v5.2.2]]//
|
14
|
+
|
15
|
+
<<.banner-credits
|
16
|
+
credit:"""Congratulations to [[Elise Springer|https://www.wesleyan.edu/academics/faculty/espringer/profile.html]] for her winning design for the banner for this release (here is the [[competition thread|https://groups.google.com/d/msgid/tiddlywiki/ad868177-3432-4f8c-bec5-5f6639d1aeddn%40googlegroups.com]]).
|
17
|
+
"""
|
18
|
+
url:"https://raw.githubusercontent.com/Jermolene/TiddlyWiki5/e26a4d8cb54fa60b8a47e3cef2c3a962535ca619/editions/tw5.com/tiddlers/images/New%20Release%20Banner.png"
|
19
|
+
>>
|
20
|
+
|
21
|
+
! Highlights
|
22
|
+
|
23
|
+
!! <<.link-badge-updated "https://github.com/Jermolene/TiddlyWiki5/pull/6427">> [[Highlight Plugin]] to use highlight.js v11.4.0
|
24
|
+
|
25
|
+
This is a major upgrade to the latest version of highlight.js. The new version has many improvements, including better support for Fortran.
|
26
|
+
|
27
|
+
<<.warning """The new version of the [[Highlight Plugin]] requires a modern browser that fully supports JavaScript ES6 (released in 2015). The older version is still available as the ''highlight-legacy'' plugin for users who need to use an older browser.""">>
|
28
|
+
|
29
|
+
!! <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/pull/6498">> support for secondary windows
|
30
|
+
|
31
|
+
The [[WidgetMessage: tm-open-window]] now supports an optional `windowID` parameter so that opened windows can be closed with the new [[WidgetMessage: tm-close-window]] message. There is also a new [[WidgetMessage: tm-close-all-windows]] message which closes all secondary windows.
|
32
|
+
|
33
|
+
!! <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6421">> support for line breaks within filtered transcluded attributes
|
34
|
+
|
35
|
+
To improve readability, it is now possible to use newlines as whitespace within filtered transcluded attributes of HTML elements and widgets. For example:
|
36
|
+
|
37
|
+
```
|
38
|
+
<span class={{{
|
39
|
+
[<currentTiddler>addsuffix[-primaryList]]
|
40
|
+
:except[<searchListState>get[text]]
|
41
|
+
:and[then[]else[tc-list-item-selected]]
|
42
|
+
}}}>
|
43
|
+
```
|
44
|
+
|
45
|
+
!! <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/6383">> inconsistent ordering of tagged tiddlers
|
46
|
+
|
47
|
+
This was a long standing bug that manifested itself in several ways.
|
48
|
+
|
49
|
+
The root cause was that the order in which tiddlers were enumerated depended upon the order in which they had been added to the store.
|
50
|
+
|
51
|
+
The effect was that lists based on enumerating tiddlers would show different results depending upon whether new tiddlers were added since the wiki was reloaded.
|
52
|
+
|
53
|
+
For example, adding a new tiddler with a given tag previously caused the new tiddler to appear at the bottom of the tag pill listing for that tag. Saving and reloading the wiki would reorder the list to put the new tiddler in the correct position.
|
54
|
+
|
55
|
+
The fix ensures that the enumeration order remains consistent.
|
56
|
+
|
57
|
+
!! <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/6553">> some incorrectly nested `<span>` and `<div>` elements
|
58
|
+
|
59
|
+
TiddlyWiki's core page layout has historically included several instances of inline `<span>` elements containing block `<div>` elements, something that is technically invalid HTML. In practice, browsers have always handled these cases leniently to make the page work but it has also been unhelpful for developers to encountering invalid HTML constructions in their first interactions with TiddlyWiki.
|
60
|
+
|
61
|
+
The immediate prompt for starting to fix these issue now is that Chrome v100 [[includes a change|https://chromium.googlesource.com/chromium/src/+/4a76c96d2a4021257e691058c1fe1fb60d9d8327]] that causes some of these misnested elements to be rendered correctly visually but to be unclickable in some situations. (The change is [[reverted|https://chromium.googlesource.com/chromium/src/+/abadd1181ca70cf3d1ac7e7878d46b1d3173a2e0]] in Chrome v102, but it still makes sense to fix it)
|
62
|
+
|
63
|
+
! Plugin Improvements
|
64
|
+
|
65
|
+
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/6428">> issue with ~LaTeX content within Markdown tiddlers
|
66
|
+
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/issues/6457">> incorrect handling of dropdown classes in the menu bar plugin
|
67
|
+
* <<.link-badge-updated "https://github.com/Jermolene/TiddlyWiki5/pull/6520">> the Dynannotate plugin to use the new [[View Template Body Cascade]] to avoid modifying the default view template.
|
68
|
+
|
69
|
+
! Translation improvements
|
70
|
+
|
71
|
+
* Polish
|
72
|
+
* Chinese
|
73
|
+
* French
|
74
|
+
|
75
|
+
! Usability Improvements
|
76
|
+
|
77
|
+
* <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/6435">> wording of drag and drop banner (from "drop here" to "drop now")
|
78
|
+
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/853a899c77766e47eade1dfa5822640ef9915637">> wrapping and wikification of field names in field viewer
|
79
|
+
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/0186c6490fbd1d8fd4de7c3fa99ccf4d129fbd80">> missing whitespace between description and MIME type in edit template dropdown for the ''type'' field
|
80
|
+
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/c7e8c87f85b54f60302ff8e396a7569d996e3f67">> incorrect usage of code view for certain system tiddlers
|
81
|
+
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/6501">> sidebar plugin listing to be sorted by name rather than description
|
82
|
+
|
83
|
+
! Widget Improvements
|
84
|
+
|
85
|
+
* <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/commit/66ae1d6930796a9eb062fdb64a755adab8f39294">> classes to the ImageWidget to indicate whether it is loading, loaded or has encountered an error
|
86
|
+
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/issues/6389">> RadioWidget not using default value if the field or index is missing
|
87
|
+
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/issues/6426">> issue with ImportVariablesWidget when importing block mode widgets
|
88
|
+
* <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/pull/6480">> DraggableWidget to support an optional drag handle
|
89
|
+
|
90
|
+
! Filter improvements
|
91
|
+
|
92
|
+
* <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6468">> support for case insensitive matching for the [[prefix Operator]] and [[suffix Operator]]
|
93
|
+
* <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/commit/1a0c831216c397c6fef8e5685e47857193411a1b">> [[sha256 Operator]]
|
94
|
+
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/6438">> crash when using deprecated regexp operands for filter operators
|
95
|
+
* <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/pull/5742">> [[lookup Operator]] to support indexes as well as fields
|
96
|
+
* <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/pull/6293">> [[search Operator]] with new 'some' flag
|
97
|
+
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/6478">> [[untagged Operator]] to consider non-existent tiddlers to be untagged
|
98
|
+
* <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/pull/6477">> [[insertbefore Operator]] to accept the position title as a parameter, instead of as a variable name in the suffix
|
99
|
+
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/6483">> [[butlast Operator]] to be consistent with the [[rest Operator]]
|
100
|
+
|
101
|
+
! Hackability Improvements
|
102
|
+
|
103
|
+
* <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6511">> [[Field Editor Cascade]] for customising how fields are displayed in the edit template
|
104
|
+
* <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6388">> support for directly specifying style properties on [[HTML elements|HTML in WikiText]] (for example, `<div style.color={{!!color}}>`)
|
105
|
+
* <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/commit/54cfda76ee353190f1cf0210b9071894fb1a5690">> support for ''code-body'' field set to ''yes'' to trigger display of a tiddler in the code view
|
106
|
+
* <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6410">> support to [[WidgetMessage: tm-scroll]] for scrolling without animating
|
107
|
+
* <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/commit/1d16206188ebd5ca7481a7f565bf5fc4c08239fd">> support for [[WidgetMessage: tm-relink-tiddler]]
|
108
|
+
* <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/pull/6470">> [[WidgetMessage: tm-open-window]] to support 'top' and 'left' parameters
|
109
|
+
* <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6523">> new ''matchSelector'' attribute to the EventCatcherWidget
|
110
|
+
|
111
|
+
! Developer Improvements
|
112
|
+
|
113
|
+
* <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6409">> support for ''renderEnd()'' method for storyviews
|
114
|
+
* <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6381">> sourceURL tags to $:/boot/boot.js and $:/boot/bootprefix.js, enabling them to be accessed in the browser debugger more easily
|
115
|
+
|
116
|
+
! Node.js Improvements
|
117
|
+
|
118
|
+
* <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/5899">> several new web server options: [[admin|WebServer Parameter: admin]], [[required-plugins|WebServer Parameter: required-plugins]] and [[tls-passphrase|WebServer Parameter: tls-passphrase]]
|
119
|
+
|
120
|
+
! Performance Improvements
|
121
|
+
|
122
|
+
* <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6327">> support for caching the [[listed Operator]]
|
123
|
+
* <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/6537">> stylesheet handling to avoid unnecessary refreshes
|
124
|
+
|
125
|
+
! Bug Fixes
|
126
|
+
|
127
|
+
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/60187dc59e6546d9ca8e6a35418f782a9627cda0">> importing/upgrading encrypted single file wikis
|
128
|
+
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/issues/6376">> [[WidgetMessage: tm-edit-text-operation]] crash with ''wrap-lines'' operation if prefix or suffix is missing
|
129
|
+
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/issues/6395">> processing of $:/tags/RawMarkupWikified/TopHead tiddlers
|
130
|
+
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/issues/6398">> issue whereby renaming tags could result in duplicate tags
|
131
|
+
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/issues/6440">> search results obscured on narrow screens
|
132
|
+
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/6540">> ActionListopsWidget bug with input list items starting with `-`, `+`, `~`, `:` or other character with a special meaning in filters
|
133
|
+
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/28a91aafa74da04842dbff4b8d0eb7a8dad5dbaa">> (and [[here|https://github.com/Jermolene/TiddlyWiki5/pull/6531]]) refreshing of the ButtonWidget when the `default` attribute changes
|
134
|
+
|
135
|
+
! Acknowledgements
|
136
|
+
|
137
|
+
[[@Jermolene|https://github.com/Jermolene]] would like to thank the contributors to this release who have generously given their time to help improve TiddlyWiki:
|
138
|
+
|
139
|
+
* <<contributor benwebber>>
|
140
|
+
* <<contributor BramChen>>
|
141
|
+
* <<contributor btheado>>
|
142
|
+
* <<contributor CodaCodr>>
|
143
|
+
* <<contributor cdruan>>
|
144
|
+
* <<contributor damscal>>
|
145
|
+
* <<contributor davout1806>>
|
146
|
+
* <<contributor EvidentlyCube>>
|
147
|
+
* <<contributor FlashSystems>>
|
148
|
+
* <<contributor flibbles>>
|
149
|
+
* <<contributor FSpark>>
|
150
|
+
* <<contributor ibnishak>>
|
151
|
+
* <<contributor jc-ose>>
|
152
|
+
* <<contributor joshuafontany>>
|
153
|
+
* <<contributor linonetwo>>
|
154
|
+
* <<contributor Marxsal>>
|
155
|
+
* <<contributor nilslindemann>>
|
156
|
+
* <<contributor oflg>>
|
157
|
+
* <<contributor pmario>>
|
158
|
+
* <<contributor rryan>>
|
159
|
+
* <<contributor saqimtiaz>>
|
160
|
+
* <<contributor slaymaker1907>>
|
161
|
+
* <<contributor tw-FRed>>
|
162
|
+
* <<contributor twMat>>
|
@@ -1,7 +1,9 @@
|
|
1
1
|
created: 20150419144523070
|
2
|
-
modified:
|
2
|
+
modified: 20220131165321472
|
3
3
|
tags: About
|
4
4
|
title: Releases
|
5
5
|
type: text/vnd.tiddlywiki
|
6
6
|
|
7
|
-
|
7
|
+
New releases of TiddlyWiki, TiddlyDesktop and TiddlyFox are announced via the [[official discussion groups|Forums]] and [[Twitter|https://twitter.com/TiddlyWiki]] (you can also subscribe to an Atom/RSS feed of [[TiddlyWiki releases from GitHub|https://github.com/jermolene/tiddlywiki5/releases.atom]])
|
8
|
+
|
9
|
+
<<tabs "[[TiddlyWiki Releases]] [[TiddlyDesktop Releases]]" "TiddlyWiki Releases" "$:/state/tab">>
|
package/editions/tw5.com/tiddlers/saving/Saving on Browser with the File System Access API.tid
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
caption: TW5-browser-nativesaver (experimental)
|
2
|
+
color: #FF8A65
|
3
|
+
created: 20220206035734757
|
4
|
+
delivery: Saver
|
5
|
+
description: Save changes using new versions of Chromium based browsers
|
6
|
+
method: save
|
7
|
+
modified: 20220206035734757
|
8
|
+
tags: Chrome Edge Opera Saving Linux Mac Windows
|
9
|
+
title: Saving on Browser with File System Access API
|
10
|
+
type: text/vnd.tiddlywiki
|
11
|
+
|
12
|
+
Tiddlywiki can save changes to the filesystem without [[downloading a new file each time|Saving with the HTML5 fallback saver]]
|
13
|
+
each time using the [[File System Access API|https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API]].
|
14
|
+
|
15
|
+
<<.warning "This API is not yet fully standardized hence this method of saving is somewhat experimental.">>
|
16
|
+
|
17
|
+
The API used by this saver works in most Chromium based browsers. See [[caniuse|https://caniuse.com/native-filesystem-api]]
|
18
|
+
for up to date information on browser support.
|
19
|
+
|
20
|
+
* [[Plugin Wiki|https://slaymaker1907.github.io/tiddlywiki/plugin-library.html]]
|
21
|
+
* [[GitHub Repo|https://github.com/slaymaker1907/TW5-browser-nativesaver]]
|
@@ -0,0 +1,26 @@
|
|
1
|
+
caption: TidGi Desktop
|
2
|
+
color: #FF8A65
|
3
|
+
community-author: LinOnetwo
|
4
|
+
created: 20220221080637764
|
5
|
+
delivery: App
|
6
|
+
description: Desktop application for serving and syncing TiddlyWiki
|
7
|
+
method: save
|
8
|
+
tags: Saving Mac Windows Linux
|
9
|
+
title: Saving on TidGi Desktop
|
10
|
+
type: text/vnd.tiddlywiki
|
11
|
+
url: https://github.com/tiddly-gittly/TidGi-Desktop/releases/latest
|
12
|
+
|
13
|
+
See its [[readme|https://github.com/tiddly-gittly/TidGi-Desktop#readme]] about details of TidGi's design decisions, here is a brief summary:
|
14
|
+
|
15
|
+
# TidGi runs [[TiddlyWiki on Node.js]] while [[TiddlyDesktop|Saving on TiddlyDesktop]] focus on single HTML wiki
|
16
|
+
# TidGi has built-in git-sync backup script
|
17
|
+
# TidGi provides some electron based feature, such as a menubar mini window and a shell executor.
|
18
|
+
|
19
|
+
!!! How to install
|
20
|
+
|
21
|
+
# Install the latest release of TidGi Desktop from {{!!url}}
|
22
|
+
# Run TidGi
|
23
|
+
# Create a new wiki, or open an existing nodejs tiddlywiki folder
|
24
|
+
# Changes are automatically saved, you can optionally configue it to sync to the github every 30min
|
25
|
+
|
26
|
+
[img[https://github.com/tiddly-gittly/TidGi-Desktop/raw/master/docs/images/preference.png]]
|
@@ -4,7 +4,7 @@ created: 20160216191710789
|
|
4
4
|
delivery: Protocol
|
5
5
|
description: Standard web protocol available on products such as Sharepoint
|
6
6
|
method: save
|
7
|
-
modified:
|
7
|
+
modified: 20220222190056634
|
8
8
|
tags: Android Chrome Firefox [[Internet Explorer]] Linux Mac Opera PHP Safari Saving Windows iOS Edge
|
9
9
|
title: Saving via WebDAV
|
10
10
|
type: text/vnd.tiddlywiki
|
@@ -66,6 +66,8 @@ When you do, an authentication dialog will come up. Use your email address that
|
|
66
66
|
|
67
67
|
You should be able to load the file and save changes back in place.
|
68
68
|
|
69
|
+
!! Paid Hosting
|
70
|
+
|
69
71
|
!!! pCloud
|
70
72
|
|
71
73
|
//''pCloud''// is cloud service with servers in Europe and the United States. When you sign up, you need to select which server location is best for you. Then in your web browser, sign in to the service. Upload the file you wish to access via the browser interface. Then, in another tab, open either
|