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
@@ -119,7 +119,7 @@ describe("WikiText parser tests", function() {
|
|
119
119
|
);
|
120
120
|
});
|
121
121
|
|
122
|
-
it("should parse comment in pragma area. Comment will be
|
122
|
+
it("should parse comment in pragma area. Comment will be invisible", function() {
|
123
123
|
expect(parse("<!-- comment in pragma area -->\n\\define aMacro()\nnothing\n\\end\n")).toEqual(
|
124
124
|
|
125
125
|
[ { type : 'set', attributes : { name : { type : 'string', value : 'aMacro' }, value : { type : 'string', value : 'nothing' } }, children : [ ], params : [ ], isMacroDefinition : true } ]
|
@@ -127,6 +127,19 @@ describe("WikiText parser tests", function() {
|
|
127
127
|
);
|
128
128
|
});
|
129
129
|
|
130
|
+
it("should block mode filtered transclusions", function() {
|
131
|
+
expect(parse("{{{ filter }}}")).toEqual(
|
132
|
+
|
133
|
+
[ { type: 'list', attributes: { filter: { type: 'string', value: ' filter ' } }, isBlock: true } ]
|
134
|
+
|
135
|
+
);
|
136
|
+
expect(parse("{{{ fil\nter }}}")).toEqual(
|
137
|
+
|
138
|
+
[ { type: 'list', attributes: { filter: { type: 'string', value: ' fil\nter ' } }, isBlock: true } ]
|
139
|
+
|
140
|
+
);
|
141
|
+
});
|
142
|
+
|
130
143
|
it("should parse inline macro calls", function() {
|
131
144
|
expect(parse("<<john>><<paul>><<george>><<ringo>>")).toEqual(
|
132
145
|
|
@@ -0,0 +1,86 @@
|
|
1
|
+
/*\
|
2
|
+
title: test-wikitext-tabs-macro.js
|
3
|
+
type: application/javascript
|
4
|
+
tags: [[$:/tags/test-spec]]
|
5
|
+
|
6
|
+
Tests the core tabs macro by comparing the HTML output with a stored template.
|
7
|
+
Intended to permit future readability improvements.
|
8
|
+
|
9
|
+
Adding new functionality will probably change the "expected" html structure.
|
10
|
+
|
11
|
+
\*/
|
12
|
+
(function(){
|
13
|
+
|
14
|
+
/*jslint node: true, browser: true */
|
15
|
+
/*global $tw: false */
|
16
|
+
"use strict";
|
17
|
+
|
18
|
+
describe("Tabs-macro HTML tests", function() {
|
19
|
+
|
20
|
+
var expected = $tw.wiki.getTiddler("expected-html-tabs-horizontal"),
|
21
|
+
expectedAll = $tw.wiki.getTiddler("expected-html-tabs-horizontal-all"),
|
22
|
+
expectedVert = $tw.wiki.getTiddler("expected-html-tabs-vertical"),
|
23
|
+
coreTabsTiddler = $tw.wiki.getTiddler("$:/core/macros/tabs");
|
24
|
+
|
25
|
+
// Create a wiki
|
26
|
+
var wiki = new $tw.Wiki();
|
27
|
+
|
28
|
+
// Add a couple of tiddlers
|
29
|
+
wiki.addTiddler({title: "TabOne", text: "Text tab 1", caption:"t 1"});
|
30
|
+
wiki.addTiddler({title: "TabTwo", text: "Text tab 2", caption:"t 2"});
|
31
|
+
// TabThree shows description used in button-template instead of caption
|
32
|
+
wiki.addTiddler({title: "TabThree", text: "Text tab 3", caption:"t 3", description:"desc"});
|
33
|
+
// Tab Four has no caption field, so title will be used
|
34
|
+
wiki.addTiddler({title: "TabFour", text: "Text tab 4"});
|
35
|
+
|
36
|
+
// Template tiddlers
|
37
|
+
wiki.addTiddler({ title: "body-template",
|
38
|
+
text: '!! <<currentTab>>\n\n<$transclude tiddler=<<currentTab>> mode="block"/>'});
|
39
|
+
wiki.addTiddler({ title: "button-template",
|
40
|
+
text: '<$transclude tiddler=<<currentTab>> field="description"><$transclude tiddler=<<currentTab>> field="caption"><$macrocall $name="currentTab" $type="text/plain" $output="text/plain"/></$transclude></$transclude>'});
|
41
|
+
// tabs macro cloned, to be used with \\import
|
42
|
+
wiki.addTiddler({title: "tabs-macro-definition", text: coreTabsTiddler.fields.text});
|
43
|
+
|
44
|
+
// horizontal tabs test uses `tabsList`, `default` and `state` -- unnamed params
|
45
|
+
wiki.addTiddler({title: "test-tabs-macro-horizontal", text: '\\import [[tabs-macro-definition]]\n<<tabs "TabOne TabTwo TabThree TabFour" "TabTwo" "$:/state/test-tab-01">>'});
|
46
|
+
|
47
|
+
// horizontal tabs test adds `template`, `buttonTemplate` and `explicitState` as named params
|
48
|
+
wiki.addTiddler({title: "test-tabs-macro-horizontal-all", text: '\\import [[tabs-macro-definition]]\n<<tabs "TabOne TabTwo TabThree TabFour" "TabTwo" "$:/state/test-tab-01" template:"body-template" buttonTemplate:"button-template" explicitState:"$:/state/explicit">>'});
|
49
|
+
|
50
|
+
// vertical tabs test. Same params as test 1
|
51
|
+
wiki.addTiddler({title: "test-tabs-macro-vertical", text: '\\import [[tabs-macro-definition]]\n<<tabs "TabOne TabTwo TabThree TabFour" "TabTwo" "$:/state/test-tab-02" "tc-vertical">>'});
|
52
|
+
|
53
|
+
/* -----------------
|
54
|
+
/ Run the tests
|
55
|
+
--------------------*/
|
56
|
+
// horizontal
|
57
|
+
it("should render horizontal tabs v5.2.1", function() {
|
58
|
+
expect(wiki.renderTiddler("text/html","test-tabs-macro-horizontal")).toBe(expected.fields.text);
|
59
|
+
});
|
60
|
+
|
61
|
+
it("should render horizontal tabs macro with all parameters modified V5.2.1", function() {
|
62
|
+
expect(wiki.renderTiddler("text/html","test-tabs-macro-horizontal-all")).toBe(expectedAll.fields.text);
|
63
|
+
});
|
64
|
+
|
65
|
+
// vertical
|
66
|
+
it("should render tabs vertical tabs v5.2.1", function() {
|
67
|
+
expect(wiki.renderTiddler("text/html","test-tabs-macro-vertical")).toBe(expectedVert.fields.text);
|
68
|
+
});
|
69
|
+
|
70
|
+
// Future tests
|
71
|
+
// horizontal
|
72
|
+
xit("should render 'horizontal' tabs from v5.2.2 and up with whitespace trim", function() {
|
73
|
+
expect(wiki.renderTiddler("text/html","test-tabs-macro-horizontal")).toBe(expected.fields.text.replace(/\n/g,""));
|
74
|
+
});
|
75
|
+
|
76
|
+
xit("should render 'horizontal' tabs from v5.2.2 and up with whitespace trim", function() {
|
77
|
+
expect(wiki.renderTiddler("text/html","test-tabs-macro-horizontal-all")).toBe(expectedAll.fields.text.replace(/\n/g,""));
|
78
|
+
});
|
79
|
+
|
80
|
+
// vertical
|
81
|
+
xit("should render 'vertical' tabs from v5.2.2 and up with whitespace trim", function() {
|
82
|
+
expect(wiki.renderTiddler("text/html","test-tabs-macro-vertical")).toBe(expectedVert.fields.text.replace(/\n/g,""));
|
83
|
+
});
|
84
|
+
});
|
85
|
+
|
86
|
+
})();
|
Binary file
|
@@ -0,0 +1,165 @@
|
|
1
|
+
: Background Tones
|
2
|
+
|
3
|
+
base03: #362b00
|
4
|
+
base02: #423607
|
5
|
+
|
6
|
+
: Content Tones
|
7
|
+
|
8
|
+
base01: #756e58
|
9
|
+
base00: #837b65
|
10
|
+
base0: #969483
|
11
|
+
base1: #a1a193
|
12
|
+
|
13
|
+
: Background Tones
|
14
|
+
|
15
|
+
base2: #d5e8ee
|
16
|
+
base3: #e3f6fd
|
17
|
+
|
18
|
+
: Accent Colors
|
19
|
+
|
20
|
+
yellow: #b58900
|
21
|
+
orange: #cb4b16
|
22
|
+
red: #dc322f
|
23
|
+
magenta: #d33682
|
24
|
+
violet: #6c71c4
|
25
|
+
blue: #268bd2
|
26
|
+
cyan: #2aa198
|
27
|
+
green: #859900
|
28
|
+
|
29
|
+
: Additional Tones (RA)
|
30
|
+
|
31
|
+
base10: #bbc0c4
|
32
|
+
violet-muted: #7c81b0
|
33
|
+
blue-muted: #4e7baa
|
34
|
+
|
35
|
+
yellow-hot: #ffcc44
|
36
|
+
orange-hot: #eb6d20
|
37
|
+
red-hot: #ff2222
|
38
|
+
blue-hot: #2298ee
|
39
|
+
green-hot: #98ee22
|
40
|
+
|
41
|
+
: Palette
|
42
|
+
|
43
|
+
: Do not use colour macro for background and foreground
|
44
|
+
background: #e3f6fd
|
45
|
+
download-foreground: <<colour background>>
|
46
|
+
dragger-foreground: <<colour background>>
|
47
|
+
dropdown-background: <<colour background>>
|
48
|
+
modal-background: <<colour background>>
|
49
|
+
sidebar-foreground-shadow: <<colour background>>
|
50
|
+
tiddler-background: <<colour background>>
|
51
|
+
tiddler-border: <<colour background>>
|
52
|
+
tiddler-link-background: <<colour background>>
|
53
|
+
tab-background-selected: <<colour background>>
|
54
|
+
dropdown-tab-background-selected: <<colour tab-background-selected>>
|
55
|
+
foreground: #837b65
|
56
|
+
dragger-background: <<colour foreground>>
|
57
|
+
tab-foreground: <<colour foreground>>
|
58
|
+
tab-foreground-selected: <<colour tab-foreground>>
|
59
|
+
sidebar-tab-foreground-selected: <<colour tab-foreground-selected>>
|
60
|
+
sidebar-tab-foreground: <<colour tab-foreground>>
|
61
|
+
sidebar-button-foreground: <<colour foreground>>
|
62
|
+
sidebar-controls-foreground: <<colour foreground>>
|
63
|
+
sidebar-foreground: <<colour foreground>>
|
64
|
+
: base03
|
65
|
+
: base02
|
66
|
+
: base01
|
67
|
+
alert-muted-foreground: <<colour base01>>
|
68
|
+
: base00
|
69
|
+
code-foreground: <<colour base00>>
|
70
|
+
message-foreground: <<colour base00>>
|
71
|
+
tag-foreground: <<colour base00>>
|
72
|
+
: base0
|
73
|
+
sidebar-tiddler-link-foreground: <<colour base0>>
|
74
|
+
: base1
|
75
|
+
muted-foreground: <<colour base1>>
|
76
|
+
blockquote-bar: <<colour muted-foreground>>
|
77
|
+
dropdown-border: <<colour muted-foreground>>
|
78
|
+
sidebar-muted-foreground: <<colour muted-foreground>>
|
79
|
+
tiddler-title-foreground: <<colour muted-foreground>>
|
80
|
+
site-title-foreground: <<colour tiddler-title-foreground>>
|
81
|
+
: base2
|
82
|
+
modal-footer-background: <<colour base2>>
|
83
|
+
page-background: <<colour base2>>
|
84
|
+
modal-backdrop: <<colour page-background>>
|
85
|
+
notification-background: <<colour page-background>>
|
86
|
+
code-background: <<colour page-background>>
|
87
|
+
code-border: <<colour code-background>>
|
88
|
+
pre-background: <<colour page-background>>
|
89
|
+
pre-border: <<colour pre-background>>
|
90
|
+
sidebar-tab-background-selected: <<colour page-background>>
|
91
|
+
table-header-background: <<colour base2>>
|
92
|
+
tag-background: <<colour base2>>
|
93
|
+
tiddler-editor-background: <<colour base2>>
|
94
|
+
tiddler-info-background: <<colour base2>>
|
95
|
+
tiddler-info-tab-background: <<colour base2>>
|
96
|
+
tab-background: <<colour base2>>
|
97
|
+
dropdown-tab-background: <<colour tab-background>>
|
98
|
+
: base3
|
99
|
+
alert-background: <<colour base3>>
|
100
|
+
message-background: <<colour base3>>
|
101
|
+
: yellow
|
102
|
+
: orange
|
103
|
+
: red
|
104
|
+
: magenta
|
105
|
+
alert-highlight: <<colour magenta>>
|
106
|
+
: violet
|
107
|
+
external-link-foreground: <<colour violet>>
|
108
|
+
: blue
|
109
|
+
: cyan
|
110
|
+
: green
|
111
|
+
: base10
|
112
|
+
tiddler-controls-foreground: <<colour base10>>
|
113
|
+
: violet-muted
|
114
|
+
external-link-foreground-visited: <<colour violet-muted>>
|
115
|
+
: blue-muted
|
116
|
+
primary: <<colour blue-muted>>
|
117
|
+
download-background: <<colour primary>>
|
118
|
+
tiddler-link-foreground: <<colour primary>>
|
119
|
+
|
120
|
+
alert-border: #b99e2f
|
121
|
+
dirty-indicator: #ff0000
|
122
|
+
dropzone-background: rgba(0,200,0,0.7)
|
123
|
+
external-link-background-hover: inherit
|
124
|
+
external-link-background-visited: inherit
|
125
|
+
external-link-background: inherit
|
126
|
+
external-link-foreground-hover: inherit
|
127
|
+
message-border: #cfd6e6
|
128
|
+
modal-border: #999999
|
129
|
+
select-tag-background:
|
130
|
+
select-tag-foreground:
|
131
|
+
sidebar-controls-foreground-hover:
|
132
|
+
sidebar-muted-foreground-hover:
|
133
|
+
sidebar-tab-background: #c5d8de
|
134
|
+
sidebar-tiddler-link-foreground-hover:
|
135
|
+
static-alert-foreground: #aaaaaa
|
136
|
+
tab-border: #cccccc
|
137
|
+
modal-footer-border: <<colour tab-border>>
|
138
|
+
modal-header-border: <<colour tab-border>>
|
139
|
+
notification-border: <<colour tab-border>>
|
140
|
+
sidebar-tab-border: <<colour tab-border>>
|
141
|
+
tab-border-selected: <<colour tab-border>>
|
142
|
+
sidebar-tab-border-selected: <<colour tab-border-selected>>
|
143
|
+
tab-divider: #d8d8d8
|
144
|
+
sidebar-tab-divider: <<colour tab-divider>>
|
145
|
+
table-border: #dddddd
|
146
|
+
table-footer-background: #a8a8a8
|
147
|
+
tiddler-controls-foreground-hover: #888888
|
148
|
+
tiddler-controls-foreground-selected: #444444
|
149
|
+
tiddler-editor-border-image: #ffffff
|
150
|
+
tiddler-editor-border: #cccccc
|
151
|
+
tiddler-editor-fields-even: #e0e8e0
|
152
|
+
tiddler-editor-fields-odd: #f0f4f0
|
153
|
+
tiddler-info-border: #dddddd
|
154
|
+
tiddler-subtitle-foreground: #c0c0c0
|
155
|
+
toolbar-new-button:
|
156
|
+
toolbar-options-button:
|
157
|
+
toolbar-save-button:
|
158
|
+
toolbar-info-button:
|
159
|
+
toolbar-edit-button:
|
160
|
+
toolbar-close-button:
|
161
|
+
toolbar-delete-button:
|
162
|
+
toolbar-cancel-button:
|
163
|
+
toolbar-done-button:
|
164
|
+
untagged-background: #999999
|
165
|
+
very-muted-foreground: #888888
|
@@ -0,0 +1,165 @@
|
|
1
|
+
: Background Tones
|
2
|
+
|
3
|
+
base03: #36002b
|
4
|
+
base02: #420736
|
5
|
+
|
6
|
+
: Content Tones
|
7
|
+
|
8
|
+
base01: #75586e
|
9
|
+
base00: #83657b
|
10
|
+
base0: #968394
|
11
|
+
base1: #a193a1
|
12
|
+
|
13
|
+
: Background Tones
|
14
|
+
|
15
|
+
base2: #d5eee8
|
16
|
+
base3: #e3fdf6
|
17
|
+
|
18
|
+
: Accent Colors
|
19
|
+
|
20
|
+
yellow: #b58900
|
21
|
+
orange: #cb4b16
|
22
|
+
red: #dc322f
|
23
|
+
magenta: #d33682
|
24
|
+
violet: #6c71c4
|
25
|
+
blue: #268bd2
|
26
|
+
cyan: #2aa198
|
27
|
+
green: #859900
|
28
|
+
|
29
|
+
: Additional Tones (RA)
|
30
|
+
|
31
|
+
base10: #bbc0c4
|
32
|
+
violet-muted: #7c81b0
|
33
|
+
blue-muted: #4e7baa
|
34
|
+
|
35
|
+
yellow-hot: #ffcc44
|
36
|
+
orange-hot: #eb6d20
|
37
|
+
red-hot: #ff2222
|
38
|
+
blue-hot: #2298ee
|
39
|
+
green-hot: #98ee22
|
40
|
+
|
41
|
+
: Palette
|
42
|
+
|
43
|
+
: Do not use colour macro for background and foreground
|
44
|
+
background: #e3fdf6
|
45
|
+
download-foreground: <<colour background>>
|
46
|
+
dragger-foreground: <<colour background>>
|
47
|
+
dropdown-background: <<colour background>>
|
48
|
+
modal-background: <<colour background>>
|
49
|
+
sidebar-foreground-shadow: <<colour background>>
|
50
|
+
tiddler-background: <<colour background>>
|
51
|
+
tiddler-border: <<colour background>>
|
52
|
+
tiddler-link-background: <<colour background>>
|
53
|
+
tab-background-selected: <<colour background>>
|
54
|
+
dropdown-tab-background-selected: <<colour tab-background-selected>>
|
55
|
+
foreground: #83657b
|
56
|
+
dragger-background: <<colour foreground>>
|
57
|
+
tab-foreground: <<colour foreground>>
|
58
|
+
tab-foreground-selected: <<colour tab-foreground>>
|
59
|
+
sidebar-tab-foreground-selected: <<colour tab-foreground-selected>>
|
60
|
+
sidebar-tab-foreground: <<colour tab-foreground>>
|
61
|
+
sidebar-button-foreground: <<colour foreground>>
|
62
|
+
sidebar-controls-foreground: <<colour foreground>>
|
63
|
+
sidebar-foreground: <<colour foreground>>
|
64
|
+
: base03
|
65
|
+
: base02
|
66
|
+
: base01
|
67
|
+
alert-muted-foreground: <<colour base01>>
|
68
|
+
: base00
|
69
|
+
code-foreground: <<colour base00>>
|
70
|
+
message-foreground: <<colour base00>>
|
71
|
+
tag-foreground: <<colour base00>>
|
72
|
+
: base0
|
73
|
+
sidebar-tiddler-link-foreground: <<colour base0>>
|
74
|
+
: base1
|
75
|
+
muted-foreground: <<colour base1>>
|
76
|
+
blockquote-bar: <<colour muted-foreground>>
|
77
|
+
dropdown-border: <<colour muted-foreground>>
|
78
|
+
sidebar-muted-foreground: <<colour muted-foreground>>
|
79
|
+
tiddler-title-foreground: <<colour muted-foreground>>
|
80
|
+
site-title-foreground: <<colour tiddler-title-foreground>>
|
81
|
+
: base2
|
82
|
+
modal-footer-background: <<colour base2>>
|
83
|
+
page-background: <<colour base2>>
|
84
|
+
modal-backdrop: <<colour page-background>>
|
85
|
+
notification-background: <<colour page-background>>
|
86
|
+
code-background: <<colour page-background>>
|
87
|
+
code-border: <<colour code-background>>
|
88
|
+
pre-background: <<colour page-background>>
|
89
|
+
pre-border: <<colour pre-background>>
|
90
|
+
sidebar-tab-background-selected: <<colour page-background>>
|
91
|
+
table-header-background: <<colour base2>>
|
92
|
+
tag-background: <<colour base2>>
|
93
|
+
tiddler-editor-background: <<colour base2>>
|
94
|
+
tiddler-info-background: <<colour base2>>
|
95
|
+
tiddler-info-tab-background: <<colour base2>>
|
96
|
+
tab-background: <<colour base2>>
|
97
|
+
dropdown-tab-background: <<colour tab-background>>
|
98
|
+
: base3
|
99
|
+
alert-background: <<colour base3>>
|
100
|
+
message-background: <<colour base3>>
|
101
|
+
: yellow
|
102
|
+
: orange
|
103
|
+
: red
|
104
|
+
: magenta
|
105
|
+
alert-highlight: <<colour magenta>>
|
106
|
+
: violet
|
107
|
+
external-link-foreground: <<colour violet>>
|
108
|
+
: blue
|
109
|
+
: cyan
|
110
|
+
: green
|
111
|
+
: base10
|
112
|
+
tiddler-controls-foreground: <<colour base10>>
|
113
|
+
: violet-muted
|
114
|
+
external-link-foreground-visited: <<colour violet-muted>>
|
115
|
+
: blue-muted
|
116
|
+
primary: <<colour blue-muted>>
|
117
|
+
download-background: <<colour primary>>
|
118
|
+
tiddler-link-foreground: <<colour primary>>
|
119
|
+
|
120
|
+
alert-border: #b99e2f
|
121
|
+
dirty-indicator: #ff0000
|
122
|
+
dropzone-background: rgba(0,200,0,0.7)
|
123
|
+
external-link-background-hover: inherit
|
124
|
+
external-link-background-visited: inherit
|
125
|
+
external-link-background: inherit
|
126
|
+
external-link-foreground-hover: inherit
|
127
|
+
message-border: #cfd6e6
|
128
|
+
modal-border: #999999
|
129
|
+
select-tag-background:
|
130
|
+
select-tag-foreground:
|
131
|
+
sidebar-controls-foreground-hover:
|
132
|
+
sidebar-muted-foreground-hover:
|
133
|
+
sidebar-tab-background: #c5ded8
|
134
|
+
sidebar-tiddler-link-foreground-hover:
|
135
|
+
static-alert-foreground: #aaaaaa
|
136
|
+
tab-border: #cccccc
|
137
|
+
modal-footer-border: <<colour tab-border>>
|
138
|
+
modal-header-border: <<colour tab-border>>
|
139
|
+
notification-border: <<colour tab-border>>
|
140
|
+
sidebar-tab-border: <<colour tab-border>>
|
141
|
+
tab-border-selected: <<colour tab-border>>
|
142
|
+
sidebar-tab-border-selected: <<colour tab-border-selected>>
|
143
|
+
tab-divider: #d8d8d8
|
144
|
+
sidebar-tab-divider: <<colour tab-divider>>
|
145
|
+
table-border: #dddddd
|
146
|
+
table-footer-background: #a8a8a8
|
147
|
+
tiddler-controls-foreground-hover: #888888
|
148
|
+
tiddler-controls-foreground-selected: #444444
|
149
|
+
tiddler-editor-border-image: #ffffff
|
150
|
+
tiddler-editor-border: #cccccc
|
151
|
+
tiddler-editor-fields-even: #e0e8e0
|
152
|
+
tiddler-editor-fields-odd: #f0f4f0
|
153
|
+
tiddler-info-border: #dddddd
|
154
|
+
tiddler-subtitle-foreground: #c0c0c0
|
155
|
+
toolbar-new-button:
|
156
|
+
toolbar-options-button:
|
157
|
+
toolbar-save-button:
|
158
|
+
toolbar-info-button:
|
159
|
+
toolbar-edit-button:
|
160
|
+
toolbar-close-button:
|
161
|
+
toolbar-delete-button:
|
162
|
+
toolbar-cancel-button:
|
163
|
+
toolbar-done-button:
|
164
|
+
untagged-background: #999999
|
165
|
+
very-muted-foreground: #888888
|
@@ -0,0 +1,14 @@
|
|
1
|
+
created: 20220318104000046
|
2
|
+
modified: 20220319080838250
|
3
|
+
title: HelloThere
|
4
|
+
type: text/vnd.tiddlywiki
|
5
|
+
|
6
|
+
This is the official hub for the TiddlyWiki community.
|
7
|
+
|
8
|
+
Other official TiddlyWiki sites include:
|
9
|
+
|
10
|
+
* [[tiddlywiki.com|https://tiddlywiki.com]] – user documentation
|
11
|
+
* [[talk.tiddlywiki.org|https://talk.tiddlywiki.org]] – user discussion forum
|
12
|
+
* [[links.tiddlywiki.org|https://links.tiddlywiki.org]] – collection of links collaboratively curated by the community
|
13
|
+
* [[tiddlywiki.com/dev|https://tiddlywiki.com/dev]] – internal JavaScript documentation
|
14
|
+
|
@@ -0,0 +1,8 @@
|
|
1
|
+
created: 20220318170042624
|
2
|
+
modified: 20220318170209825
|
3
|
+
title: TiddlyWiki
|
4
|
+
type: text/vnd.tiddlywiki
|
5
|
+
|
6
|
+
TiddlyWiki is a rich, interactive tool for manipulating complex data with structure that doesn't easily fit into conventional tools like spreadsheets or wordprocessors.
|
7
|
+
|
8
|
+
See [[tiddlywiki.com|https://tiddlywiki.com]] for more details
|
@@ -0,0 +1,30 @@
|
|
1
|
+
{
|
2
|
+
"description": "Content for https://tiddlywiki.org",
|
3
|
+
"plugins": [
|
4
|
+
"tiddlywiki/internals",
|
5
|
+
"tiddlywiki/menubar"
|
6
|
+
],
|
7
|
+
"themes": [
|
8
|
+
"tiddlywiki/vanilla",
|
9
|
+
"tiddlywiki/snowwhite"
|
10
|
+
],
|
11
|
+
"languages": [
|
12
|
+
],
|
13
|
+
"build": {
|
14
|
+
"index": [
|
15
|
+
"--savetiddlers","[tag[external-image]]","images",
|
16
|
+
"--setfield","[tag[external-image]]","_canonical_uri","$:/core/templates/canonical-uri-external-image","text/plain",
|
17
|
+
"--setfield","[tag[external-image]]","text","","text/plain",
|
18
|
+
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
|
19
|
+
"favicon": [
|
20
|
+
"--savetiddler","$:/favicon.ico","favicon.ico"],
|
21
|
+
"static": [
|
22
|
+
"--rendertiddler","$:/core/templates/static.template.html","static.html","text/plain",
|
23
|
+
"--rendertiddler","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain",
|
24
|
+
"--rendertiddlers","[!is[system]]","$:/core/templates/static.tiddler.html","static","text/plain",
|
25
|
+
"--rendertiddler","$:/core/templates/static.template.css","static/static.css","text/plain"]
|
26
|
+
},
|
27
|
+
"config": {
|
28
|
+
"retain-original-tiddler-path": true
|
29
|
+
}
|
30
|
+
}
|
@@ -1,10 +1,10 @@
|
|
1
1
|
created: 20150630205511173
|
2
|
-
modified:
|
2
|
+
modified: 20220226175543038
|
3
3
|
tags:
|
4
4
|
title: Contributor License Agreement
|
5
5
|
type: text/vnd.tiddlywiki
|
6
6
|
|
7
7
|
Like other OpenSource projects, TiddlyWiki5 needs a signed contributor license agreement from individual contributors. This is a legal agreement that allows contributors to assert that they own the copyright of their contribution, and that they agree to license it to the UnaMesa Association (the legal entity that owns TiddlyWiki on behalf of the community).
|
8
8
|
|
9
|
-
* For individuals use: [[licenses/CLA-individual|https://github.com/Jermolene/TiddlyWiki5/tree/
|
10
|
-
* For entities use: [[licenses/CLA-entity|https://github.com/Jermolene/TiddlyWiki5/tree/
|
9
|
+
* For individuals use: [[licenses/CLA-individual|https://github.com/Jermolene/TiddlyWiki5/tree/tiddlywiki-com/licenses/cla-individual.md]]
|
10
|
+
* For entities use: [[licenses/CLA-entity|https://github.com/Jermolene/TiddlyWiki5/tree/tiddlywiki-com/licenses/cla-entity.md]]
|