├── .gitignore ├── .readthedocs.yaml ├── LICENSE ├── MANIFEST.in ├── README.md ├── RELEASING.md ├── cli_docs ├── Makefile ├── _static │ └── .gitkeep ├── builders.rst ├── conf.py ├── configuration.rst ├── index.rst ├── installation.rst └── requirements.txt ├── docs └── index.html ├── publish.sh ├── requirements.txt ├── setup.py └── tzk ├── __init__.py ├── __main__.py ├── builders.py ├── config.py ├── default_config.py ├── editions └── tzk │ ├── plugins │ ├── 3click2edit │ │ ├── _system │ │ │ └── plugins │ │ │ │ └── danielo515 │ │ │ │ └── 2click2edit │ │ │ │ ├── ClickListener.js │ │ │ │ ├── ClickListener.js.meta │ │ │ │ ├── readme.tid │ │ │ │ └── ui │ │ │ │ └── ViewTemplate.tid │ │ └── plugin.info │ ├── Calendar │ │ ├── _system │ │ │ ├── config │ │ │ │ └── bj │ │ │ │ │ ├── Calendar.json │ │ │ │ │ └── Calendar.json.meta │ │ │ ├── core │ │ │ │ └── modules │ │ │ │ │ └── widgets │ │ │ │ │ ├── macrorefresh.js │ │ │ │ │ └── macrorefresh.js.meta │ │ │ ├── macros │ │ │ │ ├── bj │ │ │ │ │ └── Calendar │ │ │ │ │ │ ├── diary.js │ │ │ │ │ │ ├── diary.js.meta │ │ │ │ │ │ ├── journalfmt.js │ │ │ │ │ │ ├── journalfmt.js.meta │ │ │ │ │ │ ├── journalslinked.js │ │ │ │ │ │ └── journalslinked.js.meta │ │ │ │ └── buggyj │ │ │ │ │ └── Calendar │ │ │ │ │ ├── base.js │ │ │ │ │ ├── base.js.meta │ │ │ │ │ ├── entry.js │ │ │ │ │ ├── entry.js.meta │ │ │ │ │ ├── entry2.js │ │ │ │ │ ├── entry2.js.meta │ │ │ │ │ ├── ifnew.js │ │ │ │ │ ├── ifnew.js.meta │ │ │ │ │ ├── refresh.js │ │ │ │ │ └── refresh.js.meta │ │ │ └── plugins │ │ │ │ └── bj │ │ │ │ ├── Calendar │ │ │ │ ├── license.tid │ │ │ │ └── readme.tid │ │ │ │ └── calendar │ │ │ │ └── sidbar.tid │ │ └── plugin.info │ ├── FontAwesome │ │ ├── _system │ │ │ └── plugins │ │ │ │ └── TheDiveO │ │ │ │ └── FontAwesome │ │ │ │ ├── fonts │ │ │ │ ├── Font Awesome 5 Free Brands.css │ │ │ │ ├── Font Awesome 5 Free Brands.css.meta │ │ │ │ ├── Font Awesome 5 Free Regular.css │ │ │ │ ├── Font Awesome 5 Free Regular.css.meta │ │ │ │ ├── Font Awesome 5 Free Solid.css │ │ │ │ └── Font Awesome 5 Free Solid.css.meta │ │ │ │ ├── history.tid │ │ │ │ ├── icon.tid │ │ │ │ ├── license.tid │ │ │ │ ├── macros │ │ │ │ ├── css settings.tid │ │ │ │ ├── fa.tid │ │ │ │ ├── fa │ │ │ │ │ └── doc.tid │ │ │ │ └── global-macros.tid │ │ │ │ ├── readme.tid │ │ │ │ ├── styles │ │ │ │ ├── extlinks.tid │ │ │ │ ├── extlinks │ │ │ │ │ ├── FontAwesome.tid │ │ │ │ │ ├── GitHub.tid │ │ │ │ │ ├── Wikipedia.tid │ │ │ │ │ └── doctypes.tid │ │ │ │ ├── fontawesome 5.css │ │ │ │ ├── fontawesome 5.css.meta │ │ │ │ └── tiddlylinks │ │ │ │ │ └── system.tid │ │ │ │ └── ui │ │ │ │ └── ControlPanel │ │ │ │ └── FontAwesome.tid │ │ └── plugin.info │ ├── TiddlyRemember │ │ ├── _system │ │ │ ├── config │ │ │ │ ├── ShortcutInfo │ │ │ │ │ ├── remembercz.tid │ │ │ │ │ └── rememberq.tid │ │ │ │ ├── TiddlyRemember │ │ │ │ │ ├── DeckMapping.tid │ │ │ │ │ ├── DefaultClasses.tid │ │ │ │ │ ├── IdPrefix.tid │ │ │ │ │ ├── TagMapping.tid │ │ │ │ │ └── snippets │ │ │ │ │ │ ├── remembercz.tid │ │ │ │ │ │ └── rememberq.tid │ │ │ │ └── shortcuts │ │ │ │ │ ├── remembercz.tid │ │ │ │ │ └── rememberq.tid │ │ │ └── plugins │ │ │ │ └── sobjornstad │ │ │ │ └── TiddlyRemember │ │ │ │ ├── icons │ │ │ │ ├── lightbulb-black.svg │ │ │ │ ├── lightbulb-black.svg.meta │ │ │ │ ├── lightbulb-white.svg │ │ │ │ └── lightbulb-white.svg.meta │ │ │ │ ├── license.txt │ │ │ │ ├── license.txt.meta │ │ │ │ ├── macros │ │ │ │ ├── insert-snippet.tid │ │ │ │ └── remember.tid │ │ │ │ ├── readme.tid │ │ │ │ ├── stylesheets │ │ │ │ └── remember.tid │ │ │ │ ├── templates │ │ │ │ ├── AnkiDecks.tid │ │ │ │ ├── AnkiTags.tid │ │ │ │ └── TiddlyRememberParseable.tid │ │ │ │ └── toolbar │ │ │ │ ├── remembercz.tid │ │ │ │ └── rememberq.tid │ │ └── plugin.info │ ├── TiddlyStretch │ │ ├── _system │ │ │ └── plugins │ │ │ │ └── sobjornstad │ │ │ │ └── TiddlyStretch │ │ │ │ ├── TiddlyStretch Macros.tid │ │ │ │ ├── doc │ │ │ │ ├── EmptyMessage.tid │ │ │ │ ├── Filter.tid │ │ │ │ ├── LargeField.tid │ │ │ │ ├── LargeMode.tid │ │ │ │ ├── LargeTemplate.tid │ │ │ │ ├── Macro.tid │ │ │ │ ├── MacroInfoTemplate.tid │ │ │ │ ├── ParameterListingTemplate.tid │ │ │ │ ├── ParametersTemplate.tid │ │ │ │ ├── SmallField.tid │ │ │ │ ├── SmallMode.tid │ │ │ │ ├── SmallTemplate.tid │ │ │ │ ├── Tiddler.tid │ │ │ │ ├── st │ │ │ │ │ ├── Identity.tid │ │ │ │ │ └── MacroSummary.tid │ │ │ │ ├── stretch-links.tid │ │ │ │ ├── stretch-template-links.tid │ │ │ │ ├── stretch-template.tid │ │ │ │ └── stretch.tid │ │ │ │ ├── license.txt │ │ │ │ ├── license.txt.meta │ │ │ │ ├── macros │ │ │ │ └── stretch.tid │ │ │ │ ├── readme.tid │ │ │ │ └── styles │ │ │ │ └── stretch.tid │ │ └── plugin.info │ ├── appear │ │ ├── _system │ │ │ └── plugins │ │ │ │ └── tobibeer │ │ │ │ └── appear │ │ │ │ ├── defaults │ │ │ │ ├── button-class.tid │ │ │ │ ├── default-state.tid │ │ │ │ ├── keep.tid │ │ │ │ ├── mode.tid │ │ │ │ └── show.tid │ │ │ │ ├── popup.js │ │ │ │ ├── popup.js.meta │ │ │ │ ├── readme.tid │ │ │ │ ├── styles.tid │ │ │ │ ├── widget.js │ │ │ │ └── widget.js.meta │ │ └── plugin.info │ ├── cmplus │ │ ├── _system │ │ │ ├── config │ │ │ │ └── codemirror │ │ │ │ │ ├── autocomplete │ │ │ │ │ └── autocomplete.meta │ │ │ └── plugins │ │ │ │ ├── adithyab │ │ │ │ └── cmplus │ │ │ │ │ ├── macros.tid │ │ │ │ │ ├── readme.tid │ │ │ │ │ ├── settings │ │ │ │ │ └── settings.meta │ │ │ │ └── tiddlywiki │ │ │ │ └── codemirror │ │ │ │ ├── addon │ │ │ │ └── hint │ │ │ │ │ ├── anyword-hint.js │ │ │ │ │ ├── anyword-hint.js.meta │ │ │ │ │ ├── show-hint.css │ │ │ │ │ ├── show-hint.css.meta │ │ │ │ │ ├── show-hint.js │ │ │ │ │ └── show-hint.js.meta │ │ │ │ └── mode │ │ │ │ └── tw5 │ │ │ │ ├── tw5.css.tid │ │ │ │ ├── tw5.js │ │ │ │ └── tw5.js.meta │ │ └── plugin.info │ ├── datepicker │ │ ├── _system │ │ │ └── plugins │ │ │ │ └── kixam │ │ │ │ └── datepicker │ │ │ │ ├── icon.tid │ │ │ │ ├── license.tid │ │ │ │ ├── pikaday.css │ │ │ │ ├── pikaday.css.meta │ │ │ │ ├── pikaday.js │ │ │ │ ├── pikaday.js.meta │ │ │ │ ├── readme.tid │ │ │ │ ├── usage.tid │ │ │ │ ├── widget.datepicker.js │ │ │ │ └── widget.datepicker.js.meta │ │ └── plugin.info │ ├── details │ │ ├── _system │ │ │ └── plugins │ │ │ │ └── telmiger │ │ │ │ └── details │ │ │ │ ├── accordion.tid │ │ │ │ ├── colours.css.tid │ │ │ │ ├── details.css.tid │ │ │ │ ├── details.js │ │ │ │ ├── details.js.meta │ │ │ │ ├── icon.tid │ │ │ │ ├── license.tid │ │ │ │ └── readme.tid │ │ └── plugin.info │ ├── leaflet │ │ ├── GeoTiddler.tid │ │ ├── _system │ │ │ ├── ext │ │ │ │ └── modules │ │ │ │ │ └── widgets │ │ │ │ │ ├── geolocation-widget.js │ │ │ │ │ └── geolocation-widget.js.meta │ │ │ └── plugins │ │ │ │ └── sycom │ │ │ │ └── leaflet │ │ │ │ ├── devDiary.tid │ │ │ │ ├── example.tid │ │ │ │ ├── example │ │ │ │ ├── leaflet_with_filter.tid │ │ │ │ ├── leaflet_with_geojsontiddler.tid │ │ │ │ ├── leaflet_with_geotiddler.tid │ │ │ │ ├── leaflet_with_non-tiddler_geo_data.tid │ │ │ │ ├── placeTiddler.tid │ │ │ │ ├── tiddlyWikiFrCommunity.json │ │ │ │ └── tiddlyWikiFrCommunity.json.meta │ │ │ │ ├── geoSyntax.tid │ │ │ │ ├── icon.tid │ │ │ │ ├── images │ │ │ │ ├── layers.svg │ │ │ │ ├── layers.svg.meta │ │ │ │ ├── marker.svg.tid │ │ │ │ ├── markershadow.svg │ │ │ │ ├── markershadow.svg.meta │ │ │ │ ├── pin.svg.tid │ │ │ │ ├── pinshadow.svg │ │ │ │ ├── pinshadow.svg.meta │ │ │ │ ├── point.svg.tid │ │ │ │ ├── pointshadow.svg │ │ │ │ └── pointshadow.svg.meta │ │ │ │ ├── lib │ │ │ │ ├── leaflet-markercluster.css │ │ │ │ ├── leaflet-markercluster.css.meta │ │ │ │ ├── leaflet-markercluster.js │ │ │ │ ├── leaflet-markercluster.js.meta │ │ │ │ ├── leaflet.css │ │ │ │ ├── leaflet.css.meta │ │ │ │ ├── leaflet.js │ │ │ │ ├── leaflet.js.meta │ │ │ │ ├── tileLayers.json │ │ │ │ └── tileLayers.json.meta │ │ │ │ ├── mapCssTweaks.css.tid │ │ │ │ ├── mapWidget.tid.js │ │ │ │ ├── mapWidget.tid.js.meta │ │ │ │ ├── markers.tid │ │ │ │ ├── readme.md │ │ │ │ ├── readme.md.meta │ │ │ │ ├── roadmap.tid │ │ │ │ ├── templates │ │ │ │ └── geoTiddler.tid │ │ │ │ ├── tileLayers.tid │ │ │ │ └── usage.tid │ │ ├── _usr_local_lib_node_modules_tiddlywiki_plugins_sycom_leaflet_example_tiddlyWikiFrCommunity.old │ │ ├── _usr_local_lib_node_modules_tiddlywiki_plugins_sycom_leaflet_example_tiddlyWikiFrCommunity.old.meta │ │ ├── geoLocationWidget.tid │ │ └── plugin.info │ ├── locator │ │ ├── _system │ │ │ ├── config │ │ │ │ └── bimlas │ │ │ │ │ └── locator │ │ │ │ │ └── fields │ │ │ │ │ ├── LINKS-IN-TEXT.tid │ │ │ │ │ ├── bag.tid │ │ │ │ │ ├── caption.tid │ │ │ │ │ ├── color.tid │ │ │ │ │ ├── created.tid │ │ │ │ │ ├── draft.of.tid │ │ │ │ │ ├── draft.title.tid │ │ │ │ │ ├── icon.tid │ │ │ │ │ ├── list-after.tid │ │ │ │ │ ├── list-before.tid │ │ │ │ │ ├── list.tid │ │ │ │ │ ├── modified.tid │ │ │ │ │ ├── revision.tid │ │ │ │ │ ├── tags.tid │ │ │ │ │ ├── text.tid │ │ │ │ │ ├── title.tid │ │ │ │ │ └── type.tid │ │ │ └── plugins │ │ │ │ └── bimlas │ │ │ │ └── locator │ │ │ │ ├── README │ │ │ │ ├── CHANGELOG.tid │ │ │ │ ├── LICENSE.tid │ │ │ │ ├── README.tid │ │ │ │ ├── TIPS.tid │ │ │ │ └── macros.tid │ │ │ │ ├── actions │ │ │ │ ├── add-field-value.tid │ │ │ │ ├── add-to-history.tid │ │ │ │ ├── move-to-another-context.tid │ │ │ │ ├── remove-field-value.tid │ │ │ │ └── remove-filters.tid │ │ │ │ ├── buttons │ │ │ │ ├── clear-search-input.tid │ │ │ │ ├── collapse-history.tid │ │ │ │ ├── context-arrow.tid │ │ │ │ ├── copy-filter-to-advanced-search.tid │ │ │ │ ├── create-new-tiddler.tid │ │ │ │ ├── go-down-to-context.tid │ │ │ │ ├── go-up-to-context.tid │ │ │ │ ├── open-field-settings.tid │ │ │ │ ├── remove-filters-of-current-field.tid │ │ │ │ ├── remove-filters.tid │ │ │ │ ├── search-in-context.tid │ │ │ │ └── toggle-context-settings.tid │ │ │ │ ├── edit-template │ │ │ │ └── locator-references.tid │ │ │ │ ├── field-templates │ │ │ │ ├── color.tid │ │ │ │ ├── edit-fields-plus-transclusion.tid │ │ │ │ ├── edit-fields.tid │ │ │ │ ├── fields-plus-transclusion.tid │ │ │ │ ├── fields.tid │ │ │ │ ├── icon.tid │ │ │ │ ├── link.tid │ │ │ │ ├── tag.tid │ │ │ │ ├── text.tid │ │ │ │ └── transclusion.tid │ │ │ │ ├── macros │ │ │ │ ├── css-classes.tid │ │ │ │ ├── filters.tid │ │ │ │ ├── javascript-filters.js │ │ │ │ ├── javascript-filters.js.meta │ │ │ │ ├── locator-fields.tid │ │ │ │ ├── locator-search.tid │ │ │ │ ├── locator-view.tid │ │ │ │ └── template-macros.tid │ │ │ │ ├── settings │ │ │ │ └── settings.tid │ │ │ │ ├── stylesheet.tid │ │ │ │ ├── templates │ │ │ │ ├── context-item.tid │ │ │ │ ├── context-settings.tid │ │ │ │ ├── field-names.tid │ │ │ │ ├── field-value-template.tid │ │ │ │ ├── field-values.tid │ │ │ │ ├── fields-filter.tid │ │ │ │ ├── history-item.tid │ │ │ │ ├── history.tid │ │ │ │ ├── list-of-context-items.tid │ │ │ │ ├── list-of-links-in-text.tid │ │ │ │ ├── search-toolbar.tid │ │ │ │ └── view-toolbar.tid │ │ │ │ └── viewtemplate │ │ │ │ ├── field-list.tid │ │ │ │ ├── fields-info.tid │ │ │ │ └── open-in-sidebar.tid │ │ └── plugin.info │ ├── moment │ │ ├── _system │ │ │ └── plugins │ │ │ │ └── kixam │ │ │ │ └── moment │ │ │ │ ├── icon.tid │ │ │ │ ├── license.tid │ │ │ │ ├── moment.js │ │ │ │ ├── moment.js.meta │ │ │ │ └── readme.tid │ │ └── plugin.info │ ├── preview │ │ ├── _system │ │ │ └── plugins │ │ │ │ └── tobibeer │ │ │ │ └── preview │ │ │ │ ├── config.tid │ │ │ │ ├── defaults │ │ │ │ ├── class.tid │ │ │ │ ├── delay.tid │ │ │ │ ├── exclude.tid │ │ │ │ ├── keys.tid │ │ │ │ ├── not.tid │ │ │ │ └── template.tid │ │ │ │ ├── keyboard.js │ │ │ │ ├── keyboard.js.meta │ │ │ │ ├── lingo │ │ │ │ ├── class.tid │ │ │ │ ├── delay.tid │ │ │ │ ├── exclude.tid │ │ │ │ ├── keys.tid │ │ │ │ ├── not.tid │ │ │ │ ├── open.tid │ │ │ │ └── template.tid │ │ │ │ ├── link.js │ │ │ │ ├── link.js.meta │ │ │ │ ├── popups.tid │ │ │ │ ├── readme.tid │ │ │ │ ├── styles.tid │ │ │ │ └── template.tid │ │ └── plugin.info │ ├── relink │ │ ├── _system │ │ │ ├── config │ │ │ │ ├── DefaultColourMappings │ │ │ │ │ └── relink-impossible.tid │ │ │ │ └── flibbles │ │ │ │ │ └── relink │ │ │ │ │ ├── PluginLibrary.tid │ │ │ │ │ ├── attributes │ │ │ │ │ ├── $action-deletefield │ │ │ │ │ │ └── $tiddler.tid │ │ │ │ │ ├── $action-deletetiddler │ │ │ │ │ │ ├── $filter.tid │ │ │ │ │ │ └── $tiddler.tid │ │ │ │ │ ├── $action-listops │ │ │ │ │ │ ├── $filter.tid │ │ │ │ │ │ └── $tiddler.tid │ │ │ │ │ ├── $action-log │ │ │ │ │ │ └── $$filter.tid │ │ │ │ │ ├── $action-navigate │ │ │ │ │ │ └── $to.tid │ │ │ │ │ ├── $action-popup │ │ │ │ │ │ └── $state.tid │ │ │ │ │ ├── $action-sendmessage │ │ │ │ │ │ ├── $names.tid │ │ │ │ │ │ └── $values.tid │ │ │ │ │ ├── $action-setfield │ │ │ │ │ │ └── $tiddler.tid │ │ │ │ │ ├── $action-setmultiplefields │ │ │ │ │ │ ├── $fields.tid │ │ │ │ │ │ ├── $indexes.tid │ │ │ │ │ │ ├── $tiddler.tid │ │ │ │ │ │ └── $values.tid │ │ │ │ │ ├── $button │ │ │ │ │ │ ├── actions.tid │ │ │ │ │ │ ├── set.tid │ │ │ │ │ │ ├── setTo.tid │ │ │ │ │ │ └── to.tid │ │ │ │ │ ├── $checkbox │ │ │ │ │ │ ├── actions.tid │ │ │ │ │ │ ├── checkactions.tid │ │ │ │ │ │ ├── tag.tid │ │ │ │ │ │ ├── tiddler.tid │ │ │ │ │ │ └── uncheckactions.tid │ │ │ │ │ ├── $count │ │ │ │ │ │ └── filter.tid │ │ │ │ │ ├── $draggable │ │ │ │ │ │ ├── filter.tid │ │ │ │ │ │ └── tiddler.tid │ │ │ │ │ ├── $droppable │ │ │ │ │ │ └── actions.tid │ │ │ │ │ ├── $dropzone │ │ │ │ │ │ └── actions.tid │ │ │ │ │ ├── $edit-bitmap │ │ │ │ │ │ └── tiddler.tid │ │ │ │ │ ├── $edit-text │ │ │ │ │ │ └── tiddler.tid │ │ │ │ │ ├── $edit │ │ │ │ │ │ ├── inputActions.tid │ │ │ │ │ │ ├── refreshTitle.tid │ │ │ │ │ │ └── tiddler.tid │ │ │ │ │ ├── $encrypt │ │ │ │ │ │ └── filter.tid │ │ │ │ │ ├── $fieldmangler │ │ │ │ │ │ └── tiddler.tid │ │ │ │ │ ├── $fields │ │ │ │ │ │ └── tiddler.tid │ │ │ │ │ ├── $genesis │ │ │ │ │ │ ├── $names.tid │ │ │ │ │ │ └── $values.tid │ │ │ │ │ ├── $image │ │ │ │ │ │ └── source.tid │ │ │ │ │ ├── $importvariables │ │ │ │ │ │ └── filter.tid │ │ │ │ │ ├── $jsontiddler │ │ │ │ │ │ └── tiddler.tid │ │ │ │ │ ├── $keyboard │ │ │ │ │ │ └── actions.tid │ │ │ │ │ ├── $link │ │ │ │ │ │ ├── to.tid │ │ │ │ │ │ └── tooltip.tid │ │ │ │ │ ├── $linkcatcher │ │ │ │ │ │ ├── actions.tid │ │ │ │ │ │ ├── set.tid │ │ │ │ │ │ └── to.tid │ │ │ │ │ ├── $list │ │ │ │ │ │ ├── editTemplate.tid │ │ │ │ │ │ ├── emptyMessage.tid │ │ │ │ │ │ ├── filter.tid │ │ │ │ │ │ ├── history.tid │ │ │ │ │ │ └── template.tid │ │ │ │ │ ├── $log │ │ │ │ │ │ └── $$filter.tid │ │ │ │ │ ├── $messagecatcher │ │ │ │ │ │ └── actions.tid │ │ │ │ │ ├── $navigator │ │ │ │ │ │ ├── history.tid │ │ │ │ │ │ └── story.tid │ │ │ │ │ ├── $radio │ │ │ │ │ │ ├── actions.tid │ │ │ │ │ │ └── tiddler.tid │ │ │ │ │ ├── $range │ │ │ │ │ │ ├── actions.tid │ │ │ │ │ │ ├── actionsStart.tid │ │ │ │ │ │ ├── actionsStop.tid │ │ │ │ │ │ └── tiddler.tid │ │ │ │ │ ├── $reveal │ │ │ │ │ │ ├── state.tid │ │ │ │ │ │ └── stateTitle.tid │ │ │ │ │ ├── $select │ │ │ │ │ │ ├── actions.tid │ │ │ │ │ │ └── tiddler.tid │ │ │ │ │ ├── $set │ │ │ │ │ │ ├── filter.tid │ │ │ │ │ │ ├── subtiddler.tid │ │ │ │ │ │ └── tiddler.tid │ │ │ │ │ ├── $setmultiplevariables │ │ │ │ │ │ ├── $names.tid │ │ │ │ │ │ └── $values.tid │ │ │ │ │ ├── $setvariable │ │ │ │ │ │ ├── filter.tid │ │ │ │ │ │ ├── subtiddler.tid │ │ │ │ │ │ └── tiddler.tid │ │ │ │ │ ├── $tiddler │ │ │ │ │ │ └── tiddler.tid │ │ │ │ │ ├── $transclude │ │ │ │ │ │ ├── $subtiddler.tid │ │ │ │ │ │ ├── $tiddler.tid │ │ │ │ │ │ ├── subtiddler.tid │ │ │ │ │ │ └── tiddler.tid │ │ │ │ │ ├── $view │ │ │ │ │ │ ├── subtiddler.tid │ │ │ │ │ │ └── tiddler.tid │ │ │ │ │ └── $wikify │ │ │ │ │ │ └── text.tid │ │ │ │ │ ├── exceptions │ │ │ │ │ └── $_ │ │ │ │ │ │ ├── DefaultTiddlers.tid │ │ │ │ │ │ └── config │ │ │ │ │ │ ├── FileSystemExtensions.tid │ │ │ │ │ │ └── FileSystemPaths.tid │ │ │ │ │ ├── fieldattributes │ │ │ │ │ ├── $action-createtiddler.tid │ │ │ │ │ ├── $action-deletefield.tid │ │ │ │ │ ├── $action-setfield.tid │ │ │ │ │ └── $jsontiddler.tid │ │ │ │ │ ├── fields │ │ │ │ │ ├── caption.tid │ │ │ │ │ ├── filter.tid │ │ │ │ │ ├── list-after.tid │ │ │ │ │ ├── list-before.tid │ │ │ │ │ ├── list.tid │ │ │ │ │ └── tags.tid │ │ │ │ │ ├── macros │ │ │ │ │ ├── colour-picker │ │ │ │ │ │ └── actions.tid │ │ │ │ │ ├── csvtiddlers │ │ │ │ │ │ └── filter.tid │ │ │ │ │ ├── datauri │ │ │ │ │ │ └── title.tid │ │ │ │ │ ├── image-picker │ │ │ │ │ │ └── actions.tid │ │ │ │ │ ├── jsontiddler │ │ │ │ │ │ └── title.tid │ │ │ │ │ ├── jsontiddlers │ │ │ │ │ │ └── filter.tid │ │ │ │ │ ├── keyboard-driven-input │ │ │ │ │ │ ├── configTiddlerFilter.tid │ │ │ │ │ │ ├── inputAcceptActions.tid │ │ │ │ │ │ ├── inputAcceptVariantActions.tid │ │ │ │ │ │ ├── inputCancelActions.tid │ │ │ │ │ │ ├── selectionStateTitle.tid │ │ │ │ │ │ ├── storeTitle.tid │ │ │ │ │ │ └── tiddler.tid │ │ │ │ │ ├── list-links-draggable │ │ │ │ │ │ ├── itemTemplate.tid │ │ │ │ │ │ └── tiddler.tid │ │ │ │ │ ├── list-links │ │ │ │ │ │ ├── emptyMessage.tid │ │ │ │ │ │ └── filter.tid │ │ │ │ │ ├── list-tagged-draggable │ │ │ │ │ │ ├── emptyMessage.tid │ │ │ │ │ │ ├── itemTemplate.tid │ │ │ │ │ │ └── tag.tid │ │ │ │ │ ├── list-thumbnails │ │ │ │ │ │ └── filter.tid │ │ │ │ │ ├── tabs │ │ │ │ │ │ ├── actions.tid │ │ │ │ │ │ ├── buttonTemplate.tid │ │ │ │ │ │ ├── default.tid │ │ │ │ │ │ ├── tabsList.tid │ │ │ │ │ │ └── template.tid │ │ │ │ │ ├── tag-picker │ │ │ │ │ │ └── actions.tid │ │ │ │ │ ├── tag-pill │ │ │ │ │ │ ├── actions.tid │ │ │ │ │ │ └── tag.tid │ │ │ │ │ ├── tag │ │ │ │ │ │ └── tag.tid │ │ │ │ │ ├── toc-expandable │ │ │ │ │ │ ├── exclude.tid │ │ │ │ │ │ ├── itemClassFilter.tid │ │ │ │ │ │ └── tag.tid │ │ │ │ │ ├── toc-selective-expandable │ │ │ │ │ │ ├── exclude.tid │ │ │ │ │ │ ├── itemClassFilter.tid │ │ │ │ │ │ └── tag.tid │ │ │ │ │ ├── toc-tabbed-external-nav │ │ │ │ │ │ ├── missingText.tid │ │ │ │ │ │ ├── selectedTiddler.tid │ │ │ │ │ │ ├── tag.tid │ │ │ │ │ │ ├── template.tid │ │ │ │ │ │ └── unselectedText.tid │ │ │ │ │ ├── toc-tabbed-internal-nav │ │ │ │ │ │ ├── missingText.tid │ │ │ │ │ │ ├── selectedTiddler.tid │ │ │ │ │ │ ├── tag.tid │ │ │ │ │ │ ├── template.tid │ │ │ │ │ │ └── unselectedText.tid │ │ │ │ │ ├── toc │ │ │ │ │ │ ├── itemClassFilter.tid │ │ │ │ │ │ └── tag.tid │ │ │ │ │ └── translink │ │ │ │ │ │ └── title.tid │ │ │ │ │ ├── messages │ │ │ │ │ └── tm-new-tiddler.tid │ │ │ │ │ ├── operators │ │ │ │ │ ├── field_title.tid │ │ │ │ │ ├── filter.tid │ │ │ │ │ ├── list.tid │ │ │ │ │ ├── relink_report.tid │ │ │ │ │ ├── subfilter.tid │ │ │ │ │ ├── tag.tid │ │ │ │ │ └── title.tid │ │ │ │ │ ├── settings │ │ │ │ │ └── default-type.tid │ │ │ │ │ └── touch-modify.tid │ │ │ ├── core │ │ │ │ └── ui │ │ │ │ │ └── EditTemplate │ │ │ │ │ └── title.tid │ │ │ ├── language │ │ │ │ ├── Docs │ │ │ │ │ └── PaletteColours │ │ │ │ │ │ └── relink-impossible.tid │ │ │ │ └── EditTemplate │ │ │ │ │ └── Title │ │ │ │ │ ├── Impossibles │ │ │ │ │ └── Prompt.tid │ │ │ │ │ ├── References │ │ │ │ │ └── Prompt.tid │ │ │ │ │ └── Relink │ │ │ │ │ └── Prompt.tid │ │ │ └── plugins │ │ │ │ └── flibbles │ │ │ │ └── relink │ │ │ │ ├── Filters │ │ │ │ ├── Missing.tid │ │ │ │ └── Orphans.tid │ │ │ │ ├── configuration.tid │ │ │ │ ├── js │ │ │ │ ├── bulkops.js │ │ │ │ ├── bulkops.js.meta │ │ │ │ ├── contexts │ │ │ │ │ ├── context.js │ │ │ │ │ ├── context.js.meta │ │ │ │ │ ├── import.js │ │ │ │ │ ├── import.js.meta │ │ │ │ │ ├── tiddler.js │ │ │ │ │ ├── tiddler.js.meta │ │ │ │ │ ├── variable.js │ │ │ │ │ ├── variable.js.meta │ │ │ │ │ ├── whitelist.js │ │ │ │ │ ├── whitelist.js.meta │ │ │ │ │ ├── widget.js │ │ │ │ │ ├── widget.js.meta │ │ │ │ │ ├── wikitext.js │ │ │ │ │ └── wikitext.js.meta │ │ │ │ ├── fieldtypes │ │ │ │ │ ├── filter.js │ │ │ │ │ ├── filter.js.meta │ │ │ │ │ ├── filter │ │ │ │ │ │ ├── function.js │ │ │ │ │ │ ├── function.js.meta │ │ │ │ │ │ ├── operators.js │ │ │ │ │ │ └── operators.js.meta │ │ │ │ │ ├── list.js │ │ │ │ │ ├── list.js.meta │ │ │ │ │ ├── reference.js │ │ │ │ │ ├── reference.js.meta │ │ │ │ │ ├── reference │ │ │ │ │ │ ├── title.js │ │ │ │ │ │ └── title.js.meta │ │ │ │ │ ├── title.js │ │ │ │ │ ├── title.js.meta │ │ │ │ │ ├── wikitext.js │ │ │ │ │ └── wikitext.js.meta │ │ │ │ ├── filteroperators │ │ │ │ │ ├── all_relinkable.js │ │ │ │ │ ├── all_relinkable.js.meta │ │ │ │ │ ├── orphans.js │ │ │ │ │ ├── orphans.js.meta │ │ │ │ │ ├── references.js │ │ │ │ │ ├── references.js.meta │ │ │ │ │ ├── relink.js │ │ │ │ │ ├── relink.js.meta │ │ │ │ │ ├── report.js │ │ │ │ │ ├── report.js.meta │ │ │ │ │ ├── signatures.js │ │ │ │ │ ├── signatures.js.meta │ │ │ │ │ ├── splitafter.js │ │ │ │ │ ├── splitafter.js.meta │ │ │ │ │ ├── wouldchange.js │ │ │ │ │ └── wouldchange.js.meta │ │ │ │ ├── indexer.js │ │ │ │ ├── indexer.js.meta │ │ │ │ ├── language.js │ │ │ │ ├── language.js.meta │ │ │ │ ├── mangler.js │ │ │ │ ├── mangler.js.meta │ │ │ │ ├── relinkoperations │ │ │ │ │ ├── fields.js │ │ │ │ │ ├── fields.js.meta │ │ │ │ │ ├── text.js │ │ │ │ │ ├── text.js.meta │ │ │ │ │ └── text │ │ │ │ │ │ ├── filtertext.js │ │ │ │ │ │ ├── filtertext.js.meta │ │ │ │ │ │ ├── listtext.js │ │ │ │ │ │ ├── listtext.js.meta │ │ │ │ │ │ ├── referencetext.js │ │ │ │ │ │ ├── referencetext.js.meta │ │ │ │ │ │ ├── titletext.js │ │ │ │ │ │ ├── titletext.js.meta │ │ │ │ │ │ ├── wikitext.js │ │ │ │ │ │ ├── wikitext.js.meta │ │ │ │ │ │ └── wikitext │ │ │ │ │ │ ├── code.js │ │ │ │ │ │ ├── code.js.meta │ │ │ │ │ │ ├── comment.js │ │ │ │ │ │ ├── comment.js.meta │ │ │ │ │ │ ├── conditional.js │ │ │ │ │ │ ├── conditional.js.meta │ │ │ │ │ │ ├── def.js │ │ │ │ │ │ ├── def.js.meta │ │ │ │ │ │ ├── def │ │ │ │ │ │ ├── body.js │ │ │ │ │ │ ├── body.js.meta │ │ │ │ │ │ ├── substitution.js │ │ │ │ │ │ └── substitution.js.meta │ │ │ │ │ │ ├── filteredtransclude.js │ │ │ │ │ │ ├── filteredtransclude.js.meta │ │ │ │ │ │ ├── fnprocdef.js │ │ │ │ │ │ ├── fnprocdef.js.meta │ │ │ │ │ │ ├── html.js │ │ │ │ │ │ ├── html.js.meta │ │ │ │ │ │ ├── html │ │ │ │ │ │ ├── attributes.js │ │ │ │ │ │ ├── attributes.js.meta │ │ │ │ │ │ ├── attributes │ │ │ │ │ │ │ ├── fields.js │ │ │ │ │ │ │ ├── fields.js.meta │ │ │ │ │ │ │ ├── macrocall.js │ │ │ │ │ │ │ ├── macrocall.js.meta │ │ │ │ │ │ │ ├── sendmessage.js │ │ │ │ │ │ │ ├── sendmessage.js.meta │ │ │ │ │ │ │ ├── transclude.js │ │ │ │ │ │ │ ├── transclude.js.meta │ │ │ │ │ │ │ ├── whitelist.js │ │ │ │ │ │ │ └── whitelist.js.meta │ │ │ │ │ │ ├── importvariables.js │ │ │ │ │ │ ├── importvariables.js.meta │ │ │ │ │ │ ├── parameters.js │ │ │ │ │ │ └── parameters.js.meta │ │ │ │ │ │ ├── image.js │ │ │ │ │ │ ├── image.js.meta │ │ │ │ │ │ ├── import.js │ │ │ │ │ │ ├── import.js.meta │ │ │ │ │ │ ├── macrocall.js │ │ │ │ │ │ ├── macrocall.js.meta │ │ │ │ │ │ ├── macrodef.js │ │ │ │ │ │ ├── macrodef.js.meta │ │ │ │ │ │ ├── parameters.js │ │ │ │ │ │ ├── parameters.js.meta │ │ │ │ │ │ ├── prettylink.js │ │ │ │ │ │ ├── prettylink.js.meta │ │ │ │ │ │ ├── quoteblock.js │ │ │ │ │ │ ├── quoteblock.js.meta │ │ │ │ │ │ ├── relink.js │ │ │ │ │ │ ├── relink.js.meta │ │ │ │ │ │ ├── rules.js │ │ │ │ │ │ ├── rules.js.meta │ │ │ │ │ │ ├── syslink.js │ │ │ │ │ │ ├── syslink.js.meta │ │ │ │ │ │ ├── table.js │ │ │ │ │ │ ├── table.js.meta │ │ │ │ │ │ ├── transclude.js │ │ │ │ │ │ ├── transclude.js.meta │ │ │ │ │ │ ├── typedblock.js │ │ │ │ │ │ ├── typedblock.js.meta │ │ │ │ │ │ ├── utils.js │ │ │ │ │ │ ├── utils.js.meta │ │ │ │ │ │ ├── whitespace.js │ │ │ │ │ │ ├── whitespace.js.meta │ │ │ │ │ │ ├── wikilink.js │ │ │ │ │ │ └── wikilink.js.meta │ │ │ │ ├── settings.js │ │ │ │ ├── settings.js.meta │ │ │ │ ├── settings │ │ │ │ │ ├── attributes.js │ │ │ │ │ ├── attributes.js.meta │ │ │ │ │ ├── exceptions.js │ │ │ │ │ ├── exceptions.js.meta │ │ │ │ │ ├── fields.js │ │ │ │ │ ├── fields.js.meta │ │ │ │ │ ├── fieldwidgets.js │ │ │ │ │ ├── fieldwidgets.js.meta │ │ │ │ │ ├── macros.js │ │ │ │ │ ├── macros.js.meta │ │ │ │ │ ├── messages.js │ │ │ │ │ ├── messages.js.meta │ │ │ │ │ ├── operators.js │ │ │ │ │ └── operators.js.meta │ │ │ │ ├── utils.js │ │ │ │ ├── utils.js.meta │ │ │ │ ├── utils │ │ │ │ │ ├── backupIndexer.js │ │ │ │ │ ├── backupIndexer.js.meta │ │ │ │ │ ├── entry.js │ │ │ │ │ ├── entry.js.meta │ │ │ │ │ ├── macrocall.js │ │ │ │ │ ├── macrocall.js.meta │ │ │ │ │ ├── macrocall │ │ │ │ │ │ ├── parameters.js │ │ │ │ │ │ └── parameters.js.meta │ │ │ │ │ ├── rebuilder.js │ │ │ │ │ ├── rebuilder.js.meta │ │ │ │ │ ├── substitution.js │ │ │ │ │ └── substitution.js.meta │ │ │ │ ├── wikimethods.js │ │ │ │ └── wikimethods.js.meta │ │ │ │ ├── language │ │ │ │ ├── Buttons │ │ │ │ │ ├── Delete │ │ │ │ │ │ └── Hint.tid │ │ │ │ │ ├── LinkToInline │ │ │ │ │ │ └── Hint.tid │ │ │ │ │ ├── NewAttribute │ │ │ │ │ │ ├── Caption.tid │ │ │ │ │ │ └── Hint.tid │ │ │ │ │ ├── NewField │ │ │ │ │ │ ├── Caption.tid │ │ │ │ │ │ └── Hint.tid │ │ │ │ │ ├── NewOperator │ │ │ │ │ │ ├── Caption.tid │ │ │ │ │ │ └── Hint.tid │ │ │ │ │ └── NewParameter │ │ │ │ │ │ ├── Caption.tid │ │ │ │ │ │ └── Hint.tid │ │ │ │ ├── Error │ │ │ │ │ ├── InvalidAttributeName.tid │ │ │ │ │ ├── InvalidElementName.tid │ │ │ │ │ ├── InvalidMacroName.tid │ │ │ │ │ ├── InvalidParameterName.tid │ │ │ │ │ ├── RelinkFilterOperator.tid │ │ │ │ │ ├── ReportFailedRelinks.tid │ │ │ │ │ └── UnrecognizedType.tid │ │ │ │ ├── Filters │ │ │ │ │ ├── Missing.tid │ │ │ │ │ └── Orphans.tid │ │ │ │ ├── Help │ │ │ │ │ ├── Attributes.tid │ │ │ │ │ ├── Fields.tid │ │ │ │ │ ├── Macros.tid │ │ │ │ │ └── Operators.tid │ │ │ │ ├── SideBar │ │ │ │ │ ├── Missing │ │ │ │ │ │ └── Caption.tid │ │ │ │ │ └── Orphans │ │ │ │ │ │ └── Caption.tid │ │ │ │ ├── TiddlerInfo │ │ │ │ │ └── References │ │ │ │ │ │ ├── Caption.tid │ │ │ │ │ │ ├── Description.tid │ │ │ │ │ │ └── Empty.tid │ │ │ │ ├── Warning │ │ │ │ │ └── OldRelinkTextOperator.tid │ │ │ │ └── ui │ │ │ │ │ ├── Attributes │ │ │ │ │ └── Caption.tid │ │ │ │ │ ├── Fields │ │ │ │ │ └── Caption.tid │ │ │ │ │ ├── Macros │ │ │ │ │ └── Caption.tid │ │ │ │ │ └── Operators │ │ │ │ │ └── Caption.tid │ │ │ │ ├── license.tid │ │ │ │ ├── readme.tid │ │ │ │ └── ui │ │ │ │ ├── ListItemTemplate.tid │ │ │ │ ├── ListItemWithBlurbTemplate.tid │ │ │ │ ├── MissingTemplate.tid │ │ │ │ ├── MoreSideBar │ │ │ │ ├── Missing.tid │ │ │ │ └── Orphans.tid │ │ │ │ ├── TiddlerInfo │ │ │ │ ├── References.tid │ │ │ │ └── ReferencesTemplate.tid │ │ │ │ ├── components │ │ │ │ ├── button-delete.tid │ │ │ │ ├── select-fieldtype.tid │ │ │ │ └── tables.tid │ │ │ │ ├── configuration │ │ │ │ ├── Attributes.tid │ │ │ │ ├── Fields.tid │ │ │ │ ├── Macros.tid │ │ │ │ └── Operators.tid │ │ │ │ └── stylesheet.css.tid │ │ └── plugin.info │ ├── shuffle │ │ ├── _system │ │ │ └── plugins │ │ │ │ └── mklauber │ │ │ │ └── shuffle │ │ │ │ ├── readme.tid │ │ │ │ ├── seedrandom.js │ │ │ │ ├── seedrandom.js.meta │ │ │ │ ├── shuffle.js │ │ │ │ ├── shuffle.js.meta │ │ │ │ ├── startup.js │ │ │ │ └── startup.js.meta │ │ └── plugin.info │ ├── tables │ │ ├── _system │ │ │ └── plugins │ │ │ │ └── aaldrich │ │ │ │ └── tables │ │ │ │ ├── button.tid │ │ │ │ ├── button │ │ │ │ └── image.tid │ │ │ │ ├── defaults │ │ │ │ ├── defaults.meta │ │ │ │ ├── editor │ │ │ │ ├── navigation.tid │ │ │ │ ├── open.tid │ │ │ │ ├── templates.tid │ │ │ │ └── view.tid │ │ │ │ ├── macro.tid │ │ │ │ ├── pagination.tid │ │ │ │ ├── readme.tid │ │ │ │ ├── style │ │ │ │ ├── dark.tid │ │ │ │ ├── default.tid │ │ │ │ ├── invisible.tid │ │ │ │ ├── standard.tid │ │ │ │ └── tight.tid │ │ │ │ ├── template │ │ │ │ ├── body │ │ │ │ │ ├── anything.tid │ │ │ │ │ ├── button.tid │ │ │ │ │ ├── checkbox.tid │ │ │ │ │ ├── date.tid │ │ │ │ │ ├── default.tid │ │ │ │ │ ├── delete.tid │ │ │ │ │ ├── edit-input.tid │ │ │ │ │ ├── edit-textarea.tid │ │ │ │ │ ├── edit.tid │ │ │ │ │ ├── expand-many.tid │ │ │ │ │ ├── expand-one.tid │ │ │ │ │ ├── index.tid │ │ │ │ │ ├── radio.tid │ │ │ │ │ ├── tags.tid │ │ │ │ │ └── title.tid │ │ │ │ ├── expand │ │ │ │ │ ├── edit.tid │ │ │ │ │ └── transclude.tid │ │ │ │ ├── footer │ │ │ │ │ ├── default.tid │ │ │ │ │ ├── disabled.tid │ │ │ │ │ └── empty.tid │ │ │ │ ├── header │ │ │ │ │ ├── button.tid │ │ │ │ │ ├── checkbox.tid │ │ │ │ │ ├── default.tid │ │ │ │ │ ├── delete.tid │ │ │ │ │ ├── disabled.tid │ │ │ │ │ ├── empty.tid │ │ │ │ │ └── expand.tid │ │ │ │ └── pagination │ │ │ │ │ └── default.tid │ │ │ │ └── view.tid │ │ └── plugin.info │ └── tidgraph │ │ ├── _system │ │ └── plugins │ │ │ └── ihm │ │ │ ├── templates │ │ │ ├── collapse.tid │ │ │ └── expand.tid │ │ │ ├── tidgraph │ │ │ ├── changelog.tid │ │ │ ├── documentation.tid │ │ │ ├── readme.tid │ │ │ ├── stylesheet.css │ │ │ ├── stylesheet.css.meta │ │ │ ├── tidgraph.png │ │ │ ├── tidgraph.png.meta │ │ │ ├── utils.js │ │ │ └── utils.js.meta │ │ │ └── widgets │ │ │ ├── tidgraph.js │ │ │ └── tidgraph.js.meta │ │ └── plugin.info │ ├── tiddlers │ ├── Attachment.tid │ ├── Bibliography.tid │ ├── Class.tid │ ├── Conversation.tid │ ├── CopyrightNotice.tid │ ├── Footnote.tid │ ├── Idea.tid │ ├── Image.tid │ ├── Index.tid │ ├── Journal.tid │ ├── JournalCalendar.tid │ ├── Meta.tid │ ├── NeedsAttention.tid │ ├── NeedsExcision.tid │ ├── NeedsPhotograph.tid │ ├── NeedsRemoval.tid │ ├── Notes.tid │ ├── OpenQuestion.tid │ ├── OurNamingConventions.tid │ ├── PAO.tid │ ├── Place.tid │ ├── PrivateChunk.tid │ ├── Public.tid │ ├── PublicHomepage.tid │ ├── Publication.tid │ ├── RecentIdeas.tid │ ├── ReferenceExplorer.tid │ ├── Sink.tid │ ├── Source.tid │ ├── Stub.tid │ ├── Subtiddler.tid │ ├── TODO.tid │ ├── Tool.tid │ ├── UpdateStatuses.tid │ ├── ZettelkastenCardType.tid │ └── _system │ │ ├── DefaultTiddlers.tid │ │ ├── HistoryList.json │ │ ├── HistoryList.json.meta │ │ ├── Import.tid │ │ ├── SiteSubtitle.tid │ │ ├── SiteTitle.tid │ │ ├── StoryList.tid │ │ ├── TagSaver.tid │ │ ├── config │ │ ├── AnimationDuration.tid │ │ ├── DefaultSidebarTab.tid │ │ ├── DownloadSaver │ │ │ └── AutoSave.tid │ │ ├── EditTabIndex.tid │ │ ├── EditorToolbarButtons │ │ │ └── Visibility │ │ │ │ └── $_ │ │ │ │ └── core │ │ │ │ └── ui │ │ │ │ └── EditorToolbar │ │ │ │ └── do-thing.tid │ │ ├── Manager │ │ │ ├── Filter.tid │ │ │ ├── Show.tid │ │ │ ├── Sort.tid │ │ │ ├── System.tid │ │ │ └── Tag.tid │ │ ├── Navigation │ │ │ └── UpdateAddressBar.tid │ │ ├── NewJournal │ │ │ └── Title.tid │ │ ├── PageControlButtons │ │ │ └── Visibility │ │ │ │ └── $_ │ │ │ │ ├── core │ │ │ │ └── ui │ │ │ │ │ └── Buttons │ │ │ │ │ ├── advanced-search.tid │ │ │ │ │ ├── close-all.tid │ │ │ │ │ ├── control-panel.tid │ │ │ │ │ ├── full-screen.tid │ │ │ │ │ ├── home.tid │ │ │ │ │ ├── import.tid │ │ │ │ │ ├── more-page-actions.tid │ │ │ │ │ ├── new-journal.tid │ │ │ │ │ ├── new-tiddler.tid │ │ │ │ │ ├── permaview.tid │ │ │ │ │ ├── save-wiki.tid │ │ │ │ │ ├── tag-manager.tid │ │ │ │ │ └── timestamp.tid │ │ │ │ ├── plugins │ │ │ │ └── aaldrich │ │ │ │ │ └── tables │ │ │ │ │ └── button.tid │ │ │ │ └── sib │ │ │ │ ├── Buttons │ │ │ │ ├── NewDate.tid │ │ │ │ ├── NewSource.tid │ │ │ │ └── ReadingInbox.tid │ │ │ │ └── NewSourceButton.tid │ │ ├── Performance │ │ │ └── Instrumentation.tid │ │ ├── Plugins │ │ │ └── Disabled │ │ │ │ └── $_ │ │ │ │ └── plugins │ │ │ │ ├── MaxGyver83 │ │ │ │ └── tw5-keyboard-navigation.tid │ │ │ │ ├── TheDiveO │ │ │ │ └── FontAwesome.tid │ │ │ │ ├── adithyab │ │ │ │ └── cmplus.tid │ │ │ │ ├── bimlas │ │ │ │ └── locator.tid │ │ │ │ ├── flibbles │ │ │ │ └── relink.tid │ │ │ │ ├── frd │ │ │ │ └── simplecalendar.tid │ │ │ │ ├── kantorsite │ │ │ │ └── mathjax.tid │ │ │ │ ├── kixam │ │ │ │ ├── datepicker.tid │ │ │ │ └── moment.tid │ │ │ │ ├── kookma │ │ │ │ └── refnotes.tid │ │ │ │ ├── sk │ │ │ │ └── FancyQuotes.tid │ │ │ │ ├── sobjornstad │ │ │ │ └── 3click2edit.tid │ │ │ │ ├── sycom │ │ │ │ └── leaflet.tid │ │ │ │ ├── telmiger │ │ │ │ └── details.tid │ │ │ │ └── tiddlywiki │ │ │ │ ├── codemirror-autocomplete.tid │ │ │ │ ├── codemirror-closebrackets.tid │ │ │ │ ├── codemirror-keymap-vim.tid │ │ │ │ ├── codemirror-search-replace.tid │ │ │ │ ├── codemirror.tid │ │ │ │ ├── highlight.tid │ │ │ │ └── katex.tid │ │ ├── PublicContactInfo │ │ ├── PublicContactInfo.meta │ │ ├── RelinkOnRename.tid │ │ ├── ShortcutInfo │ │ │ └── excise-private-chunk.tid │ │ ├── TiddlerInfo │ │ │ └── Mode.tid │ │ ├── Tiddlers │ │ │ └── TitleLinks.tid │ │ ├── TiddlyRemember │ │ │ └── TagMapping.tid │ │ ├── TimestampDisable.tid │ │ ├── Toolbar │ │ │ ├── ButtonClass.tid │ │ │ └── Text.tid │ │ ├── ViewToolbarButtons │ │ │ └── Visibility │ │ │ │ ├── $_ │ │ │ │ ├── core │ │ │ │ │ └── ui │ │ │ │ │ │ └── Buttons │ │ │ │ │ │ ├── clone.tid │ │ │ │ │ │ ├── close-others.tid │ │ │ │ │ │ ├── edit.tid │ │ │ │ │ │ ├── export-tiddler.tid │ │ │ │ │ │ ├── fold-bar.tid │ │ │ │ │ │ ├── info.tid │ │ │ │ │ │ ├── new-here.tid │ │ │ │ │ │ ├── new-journal-here.tid │ │ │ │ │ │ └── permalink.tid │ │ │ │ ├── plugins │ │ │ │ │ └── bimlas │ │ │ │ │ │ └── locator │ │ │ │ │ │ └── viewtemplate │ │ │ │ │ │ └── open-in-sidebar.tid │ │ │ │ └── sib │ │ │ │ │ ├── Buttons │ │ │ │ │ ├── CopyPublicZettelkastenLink.tid │ │ │ │ │ └── CopyTitleReference.tid │ │ │ │ │ ├── CopyPublicZettelkastenLink.tid │ │ │ │ │ └── CopyTitleReference.tid │ │ │ │ └── DoCopyTitleReference.tid │ │ ├── WikiParserRules │ │ │ └── Inline │ │ │ │ ├── dash.tid │ │ │ │ └── wikilink.tid │ │ ├── bimlas │ │ │ └── locator │ │ │ │ └── fields │ │ │ │ └── parent.tid │ │ ├── bj │ │ │ ├── Calendar.json │ │ │ └── Calendar.json.meta │ │ ├── codemirror │ │ │ ├── keyMap │ │ │ ├── keyMap.meta │ │ │ ├── theme │ │ │ └── theme.meta │ │ ├── flibbles │ │ │ └── relink │ │ │ │ ├── fields │ │ │ │ ├── author.tid │ │ │ │ ├── bibliography.tid │ │ │ │ ├── condition.tid │ │ │ │ ├── description.tid │ │ │ │ ├── entrypoint.tid │ │ │ │ ├── memberof.tid │ │ │ │ ├── participants.tid │ │ │ │ ├── people.tid │ │ │ │ ├── places.tid │ │ │ │ ├── ri-date-goal.tid │ │ │ │ ├── ri-date-resolved.tid │ │ │ │ ├── ri-date-summary.tid │ │ │ │ ├── ri-date-with.tid │ │ │ │ ├── ri-source.tid │ │ │ │ ├── spouse.tid │ │ │ │ └── universe.tid │ │ │ │ └── macros │ │ │ │ ├── expando │ │ │ │ └── tiddler.tid │ │ │ │ ├── fnote │ │ │ │ └── note.tid │ │ │ │ ├── jsub │ │ │ │ └── subpart.tid │ │ │ │ ├── stretch-links │ │ │ │ └── filter.tid │ │ │ │ ├── stretch-template-links │ │ │ │ ├── filter.tid │ │ │ │ ├── largeTemplate.tid │ │ │ │ └── smallTemplate.tid │ │ │ │ ├── stretch-template │ │ │ │ ├── largeTemplate.tid │ │ │ │ ├── smallTemplate.tid │ │ │ │ └── tiddler.tid │ │ │ │ ├── stretch │ │ │ │ └── tiddler.tid │ │ │ │ └── summarize │ │ │ │ └── tiddler.tid │ │ ├── shortcuts-mac │ │ │ └── save-tiddler.tid │ │ ├── shortcuts-not-mac │ │ │ └── save-tiddler.tid │ │ ├── shortcuts │ │ │ ├── cancel-edit-tiddler.tid │ │ │ ├── excise-private-chunk.tid │ │ │ ├── save-tiddler.tid │ │ │ └── sidebar-search.tid │ │ ├── sib │ │ │ ├── CurrentEditionPublicity.tid │ │ │ ├── IsPublicEdition.tid │ │ │ └── TopBarHeight.tid │ │ ├── sobjornstad │ │ │ ├── AccessCode.tid │ │ │ ├── PublicZettelkastenUrl.tid │ │ │ └── UserEmail.tid │ │ └── zettelkasten │ │ │ ├── Build │ │ │ └── KillPhrases.tid │ │ │ ├── FeatureFlags │ │ │ ├── Clock.tid │ │ │ ├── CopyrightFooter.tid │ │ │ ├── EditorPublicLine.tid │ │ │ ├── EpistemicStatus.tid │ │ │ ├── GisTools.tid │ │ │ ├── MarkStaleUpdated.tid │ │ │ ├── MediaRating.tid │ │ │ ├── MicrolinkMetadataLine.tid │ │ │ ├── OpenTopBar.tid │ │ │ ├── SidebarInfoLinks.tid │ │ │ ├── SpoilerBanner.tid │ │ │ └── ViewerPublicLine.tid │ │ │ ├── GettingStartedWizardCurr.tid │ │ │ ├── SideBar │ │ │ └── Visibility │ │ │ │ └── $_ │ │ │ │ ├── core │ │ │ │ └── ui │ │ │ │ │ └── SideBar │ │ │ │ │ ├── More.tid │ │ │ │ │ ├── Open.tid │ │ │ │ │ ├── Recent.tid │ │ │ │ │ └── Tools.tid │ │ │ │ ├── plugins │ │ │ │ ├── bj │ │ │ │ │ └── calendar │ │ │ │ │ │ └── sidbar.tid │ │ │ │ └── kookma │ │ │ │ │ └── refnotes │ │ │ │ │ └── ui │ │ │ │ │ └── bibtexlibrary.tid │ │ │ │ └── sib │ │ │ │ └── SideBar │ │ │ │ ├── Explore.tid │ │ │ │ └── Write.tid │ │ │ ├── SplashScreenMessage.tid │ │ │ ├── copyright │ │ │ ├── Content.tid │ │ │ ├── InitialNotice.tid │ │ │ ├── MIT.tid │ │ │ ├── System.tid │ │ │ └── UserNotice.tid │ │ │ └── gis │ │ │ ├── GMapsApiKey.txt │ │ │ └── GMapsApiKey.txt.meta │ │ ├── core │ │ ├── Filters │ │ │ └── AllTags.tid │ │ ├── macros │ │ │ └── tag-picker.tid │ │ ├── modules │ │ │ └── editor-operations │ │ │ │ └── text │ │ │ │ ├── fancyquotes.js │ │ │ │ └── fancyquotes.js.meta │ │ ├── templates │ │ │ └── canonical-uri-external-image.tid │ │ └── ui │ │ │ ├── DefaultSearchResultList.tid │ │ │ ├── EditorToolbar │ │ │ ├── linkify.tid │ │ │ └── transcludify.tid │ │ │ ├── MoreSideBar │ │ │ └── Recent.tid │ │ │ ├── SideBar │ │ │ ├── Open.tid │ │ │ └── Recent.tid │ │ │ ├── SideBarSegments │ │ │ └── tabs.tid │ │ │ └── ViewTemplate │ │ │ ├── subtitle.tid │ │ │ └── title.tid │ │ ├── inmysocks │ │ └── macros │ │ │ ├── day-diff.js │ │ │ └── day-diff.js.meta │ │ ├── isEncrypted.tid │ │ ├── layout.tid │ │ ├── palette.tid │ │ ├── palettes │ │ ├── BlueZettel │ │ └── BlueZettel.meta │ │ ├── plugins │ │ ├── TheDiveO │ │ │ └── FontAwesome │ │ │ │ └── styles │ │ │ │ ├── extlinks.tid │ │ │ │ └── extlinks │ │ │ │ ├── mailto.tid │ │ │ │ ├── randomthoughts.tid │ │ │ │ └── soren.tid │ │ ├── frd │ │ │ └── simplecalendar │ │ │ │ ├── CalendarConfigDefault.json │ │ │ │ └── CalendarConfigDefault.json.meta │ │ ├── kookma │ │ │ └── refnotes │ │ │ │ └── styles │ │ │ │ ├── footnote-counter.css │ │ │ │ └── footnote-counter.css.meta │ │ ├── sobjornstad │ │ │ ├── TiddlyRemember │ │ │ │ └── toolbar │ │ │ │ │ └── remembercz.tid │ │ │ └── TiddlyStretch │ │ │ │ └── macros │ │ │ │ └── stretch.tid │ │ ├── telmiger │ │ │ └── details │ │ │ │ └── colours.css.tid │ │ ├── tiddlywiki │ │ │ └── codemirror │ │ │ │ ├── addon │ │ │ │ └── hint │ │ │ │ │ ├── anyword-hint.js2.js │ │ │ │ │ └── anyword-hint.js2.js.meta │ │ │ │ └── mode │ │ │ │ └── tw5 │ │ │ │ ├── tw5.css.tid │ │ │ │ ├── tw5.css2.tid │ │ │ │ ├── tw5.js2.js │ │ │ │ └── tw5.js2.js.meta │ │ └── tobibeer │ │ │ └── preview │ │ │ ├── defaults │ │ │ ├── delay.tid │ │ │ ├── exclude.tid │ │ │ └── keys.tid │ │ │ └── template.tid │ │ ├── sib │ │ ├── Buttons │ │ │ ├── Checkpoint.tid │ │ │ ├── CopyPublicZettelkastenLink.tid │ │ │ ├── CopyTitleReference.tid │ │ │ ├── NewSource.tid │ │ │ ├── ReadingInbox.tid │ │ │ ├── Tools.tid │ │ │ └── excise-private-chunk.tid │ │ ├── CheckpointDropdown.tid │ │ ├── Documentation.tid │ │ ├── Documentation │ │ │ ├── Functions.tid │ │ │ ├── Macros.tid │ │ │ ├── Procedures.tid │ │ │ └── ViewTemplates.tid │ │ ├── EpistemicStatus │ │ │ ├── Display.tid │ │ │ ├── confident.tid │ │ │ ├── likely.tid │ │ │ ├── mythological.tid │ │ │ ├── personal.tid │ │ │ ├── possible.tid │ │ │ ├── probably-wrong.tid │ │ │ └── unlikely.tid │ │ ├── Fonts │ │ │ ├── SourceSansPro.txt │ │ │ └── SourceSansPro.txt.meta │ │ ├── Functions │ │ │ ├── ff.tid │ │ │ ├── public.tid │ │ │ └── separate-number.tid │ │ ├── GettingStarted.tid │ │ ├── GettingStarted │ │ │ ├── Copyright.tid │ │ │ ├── NextSteps.tid │ │ │ ├── ReferenceExplorer.tid │ │ │ ├── ThingsToDo.tid │ │ │ ├── Title.tid │ │ │ ├── Warning.tid │ │ │ └── ZettelkastenCardTypes.tid │ │ ├── Macros │ │ │ ├── camel-wrap.tid │ │ │ ├── ff.tid │ │ │ └── float-image.tid │ │ ├── MediaRating │ │ │ ├── Display.tid │ │ │ ├── average.tid │ │ │ ├── classic.tid │ │ │ ├── distinguished.tid │ │ │ ├── good.tid │ │ │ ├── great.tid │ │ │ ├── irrational.tid │ │ │ ├── poor.tid │ │ │ └── skimmable.tid │ │ ├── Overrides │ │ │ ├── CodeMirrorPopupFix.css │ │ │ ├── CodeMirrorPopupFix.css.meta │ │ │ └── details-background-color.tid │ │ ├── Procedures │ │ │ ├── _delta-interest.tid │ │ │ ├── ap.tid │ │ │ ├── cb.tid │ │ │ ├── check-item.tid │ │ │ ├── clarify.tid │ │ │ ├── colorsplotch.tid │ │ │ ├── conference-session.tid │ │ │ ├── fnote.tid │ │ │ ├── jsub.tid │ │ │ ├── privateperson.tid │ │ │ ├── rt.tid │ │ │ ├── speaker.tid │ │ │ ├── star-rating.tid │ │ │ ├── subreddit.tid │ │ │ └── summarize.tid │ │ ├── RawMarkup │ │ │ ├── ClockTicker.tid │ │ │ ├── SimpleAnalytics.html │ │ │ ├── SimpleAnalytics.html.meta │ │ │ └── SplashScreen.tid │ │ ├── Reviewer │ │ │ ├── Dateops.tid │ │ │ ├── SchedulableTemplate.tid │ │ │ ├── SchedulerMacros.tid │ │ │ └── Tiddlers due for review.tid │ │ ├── Savers │ │ │ └── microlinks.tid │ │ ├── Search │ │ │ ├── TypeSearch.tid │ │ │ └── TypeSearchItemTemplate.tid │ │ ├── SideBar │ │ │ ├── Explore.tid │ │ │ ├── Explore │ │ │ │ └── Bibliographies.tid │ │ │ ├── InfoLinks.tid │ │ │ ├── Journal.tid │ │ │ ├── Write.tid │ │ │ └── Write │ │ │ │ └── Stub.tid │ │ ├── Snippets │ │ │ └── TiddlyRememberDetailsWidget.tid │ │ ├── StorySaver │ │ │ └── Saver.tid │ │ ├── Templates │ │ │ ├── Automatic │ │ │ │ ├── CheckpointList.tid │ │ │ │ ├── Clock.tid │ │ │ │ ├── Date.tid │ │ │ │ ├── Event.tid │ │ │ │ ├── FrozenTiddlerEditWarning.tid │ │ │ │ ├── JournalNavigation.tid │ │ │ │ ├── MacroDescription.tid │ │ │ │ ├── MissingTiddlerCreationNotification.tid │ │ │ │ ├── MissingTiddlerQuickCreate.tid │ │ │ │ ├── OpenTopBar.tid │ │ │ │ ├── PrivateChunkParentNotice.tid │ │ │ │ ├── Publicity │ │ │ │ │ ├── EditorPublicLine.tid │ │ │ │ │ ├── LevelDisplay.tid │ │ │ │ │ ├── PrivateEditionTemplate.tid │ │ │ │ │ └── ViewerPublicLine.tid │ │ │ │ ├── ReaderActions.tid │ │ │ │ ├── RomanticInterest.tid │ │ │ │ ├── Source.tid │ │ │ │ ├── SpoilerBanner.tid │ │ │ │ ├── StoryRiverFooter.tid │ │ │ │ ├── Subtiddler.tid │ │ │ │ ├── TiddlerTypeIcon.tid │ │ │ │ ├── TypeTagChecker.tid │ │ │ │ ├── Untitled.tid │ │ │ │ ├── UpdateStatus.tid │ │ │ │ └── ViewTemplateDescription.tid │ │ │ ├── Export │ │ │ │ └── SabbaticalUpdateCabCrosspost.tid │ │ │ ├── General │ │ │ │ ├── IdentityTemplate.tid │ │ │ │ └── TabCaptionTemplate.tid │ │ │ ├── TableColumns │ │ │ │ ├── BookRating.tid │ │ │ │ └── ThanksgivingDate.tid │ │ │ └── Topical │ │ │ │ ├── AnkiPattern.tid │ │ │ │ ├── AnkiPattern │ │ │ │ ├── Common.tid │ │ │ │ ├── Edit.tid │ │ │ │ └── View.tid │ │ │ │ ├── BibliographyList.tid │ │ │ │ ├── Build2020SessionDetails.tid │ │ │ │ ├── CaptionDescriptionStretch.tid │ │ │ │ ├── ConferenceSessionDetails.tid │ │ │ │ ├── ConferenceSessionStretch.tid │ │ │ │ ├── DateSummaryStretch.tid │ │ │ │ ├── DatesWithRomanticInterestSidebarTab.tid │ │ │ │ ├── JournalPersonPlaceExplorer.tid │ │ │ │ ├── JournalSubtiddlerStretch.tid │ │ │ │ ├── MaudWikiImport.tid │ │ │ │ ├── MinnesotaStateParkInfo.tid │ │ │ │ ├── PublicHomepageTab.tid │ │ │ │ ├── ReadingList │ │ │ │ ├── LargeTemplate.tid │ │ │ │ ├── Rating.tid │ │ │ │ └── SmallTemplate.tid │ │ │ │ ├── RiStatusLine.tid │ │ │ │ ├── SabbaticalUpdates │ │ │ │ ├── DateNavigation.tid │ │ │ │ └── ReadOnZettelkasten.tid │ │ │ │ ├── TitleDescriptionStretch.tid │ │ │ │ └── WhoIAmTab.tid │ │ ├── Tools.tid │ │ ├── Tools │ │ │ ├── FeatureFlags.tid │ │ │ ├── FieldEditor.tid │ │ │ ├── LowLinkTiddlers.tid │ │ │ ├── MissingPeople.tid │ │ │ ├── PaletteBrowser.tid │ │ │ ├── Publicizer.tid │ │ │ ├── ReadingInbox.tid │ │ │ ├── RelationshipValueTool.tid │ │ │ ├── SmartOrphanList.tid │ │ │ ├── SmartOrphanList │ │ │ │ └── Table.tid │ │ │ ├── Statistics.tid │ │ │ ├── TagReplace.tid │ │ │ ├── Tray.tid │ │ │ └── Tray │ │ │ │ └── Template.tid │ │ ├── Widgets │ │ │ ├── example.tid │ │ │ ├── extlink.tid │ │ │ ├── float.tid │ │ │ ├── fnote.tid │ │ │ ├── iex.tid │ │ │ └── prevnext-navigation.tid │ │ ├── gis │ │ │ ├── AddInfo.tid │ │ │ ├── DrivingDirections.tid │ │ │ ├── Info.tid │ │ │ ├── MappingTools.tid │ │ │ └── SatelliteMap.tid │ │ ├── gui │ │ │ ├── KillPhrases.tid │ │ │ └── SidebarTabSelector.tid │ │ ├── indite │ │ │ ├── ChildListItemTemplate.tid │ │ │ ├── InditeChildren.tid │ │ │ ├── Sidebar.tid │ │ │ ├── Stylesheet.tid │ │ │ ├── ViewTemplate.tid │ │ │ └── macros.tid │ │ ├── js │ │ │ ├── ListSubscriptionsWidget.js │ │ │ ├── ListSubscriptionsWidget.js.meta │ │ │ ├── SendFeedbackWidget.js │ │ │ ├── SendFeedbackWidget.js.meta │ │ │ ├── SubscriptionManagementWidget.js │ │ │ ├── SubscriptionManagementWidget.js.meta │ │ │ ├── dateadd.js │ │ │ ├── dateadd.js.meta │ │ │ ├── excise-private-chunk.js │ │ │ ├── excise-private-chunk.js.meta │ │ │ └── thirdparty │ │ │ │ └── TiddlyTools │ │ │ │ └── Time │ │ │ │ ├── action-timeout.js │ │ │ │ └── action-timeout.js.meta │ │ ├── refexplorer │ │ │ ├── All.tid │ │ │ ├── Footnotes.tid │ │ │ ├── GlobalJournalSubtiddlerFilter.tid │ │ │ ├── Ideas.tid │ │ │ ├── Journal.tid │ │ │ ├── LinkGraph.tid │ │ │ ├── LinkTypeTemplate.tid │ │ │ ├── PAO.tid │ │ │ ├── Places.tid │ │ │ ├── RT.tid │ │ │ ├── ReferenceExplorer.tid │ │ │ ├── Sinks.tid │ │ │ ├── Sources.tid │ │ │ ├── Subtiddlers.tid │ │ │ └── Widget.tid │ │ └── styles │ │ │ ├── ExampleWidget.tid │ │ │ ├── FourColMode.css │ │ │ ├── FourColMode.css.meta │ │ │ ├── GeneralStyles.tid │ │ │ ├── OpenTopBar.tid │ │ │ ├── Publicity.tid │ │ │ ├── ReferenceExplorer.tid │ │ │ ├── Subtitle.tid │ │ │ ├── body.tid │ │ │ ├── footnote.tid │ │ │ └── hr.tid │ │ ├── status │ │ └── RequireReloadDueToPluginChange.tid │ │ ├── tags │ │ ├── EditTemplate.tid │ │ ├── EditorToolbar.tid │ │ ├── PageTemplate.tid │ │ ├── ReferenceExplorerTab.tid │ │ ├── SideBar.tid │ │ ├── Stylesheet.tid │ │ └── ViewTemplate.tid │ │ ├── theme.tid │ │ └── themes │ │ └── tiddlywiki │ │ └── vanilla │ │ ├── metrics │ │ ├── bodyfontsize.tid │ │ ├── sidebarbreakpoint.tid │ │ ├── sidebarwidth.tid │ │ ├── storyright.tid │ │ ├── storywidth.tid │ │ └── tiddlerwidth.tid │ │ ├── options │ │ ├── sidebarlayout.tid │ │ └── stickytitles.tid │ │ ├── settings │ │ ├── backgroundimage.tid │ │ ├── codefontfamily.tid │ │ ├── editorfontfamily.tid │ │ └── fontfamily.tid │ │ └── sticky.tid │ └── tiddlywiki.info ├── git.py ├── tw.py └── util.py /.gitignore: -------------------------------------------------------------------------------- 1 | __pycache__/ 2 | .vscode/ 3 | venv/ 4 | *.egg-info/ 5 | cli_docs/_build/ 6 | dist/ 7 | build/ 8 | .pypi_token -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- 1 | recursive-include tzk/editions * 2 | -------------------------------------------------------------------------------- /cli_docs/_static/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sobjornstad/tzk/b8187ce0e888ce05709e2147f006f1ffabd10735/cli_docs/_static/.gitkeep -------------------------------------------------------------------------------- /cli_docs/requirements.txt: -------------------------------------------------------------------------------- 1 | # docs 2 | sphinx>=5.0.0 # newer versions display function names in the wrong color? 3 | sphinx_rtd_theme==0.5.2 4 | Jinja2<3.1 # https://github.com/readthedocs/readthedocs.org/issues/9038 5 | -------------------------------------------------------------------------------- /publish.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | set -e 3 | 4 | . venv/bin/activate 5 | rm -rf build/ 6 | rm -f dist/* 7 | mkdir -p dist 8 | python setup.py sdist bdist_wheel 9 | TWINE_PASSWORD=$(cat .pypi_token) twine upload --username '__token__' dist/* 10 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | # this package 2 | -e . 3 | 4 | # docs 5 | sphinx==4.2.0 # newer versions display function names in the wrong color? 6 | sphinx_rtd_theme==0.5.2 7 | Jinja2<3.1 # https://github.com/readthedocs/readthedocs.org/issues/9038 8 | 9 | # dev tools 10 | build 11 | setuptools 12 | twine 13 | wheel 14 | -------------------------------------------------------------------------------- /tzk/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sobjornstad/tzk/b8187ce0e888ce05709e2147f006f1ffabd10735/tzk/__init__.py -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/3click2edit/_system/plugins/danielo515/2click2edit/ClickListener.js.meta: -------------------------------------------------------------------------------- 1 | module-type: widget 2 | title: $:/plugins/danielo515/2click2edit/ClickListener.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/3click2edit/_system/plugins/danielo515/2click2edit/ui/ViewTemplate.tid: -------------------------------------------------------------------------------- 1 | tags: $:/tags/ViewTemplate 2 | title: $:/plugins/danielo515/2click2edit/ui/ViewTemplate 3 | type: text/vnd.tiddlywiki 4 | 5 | <$click> -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/Calendar/_system/config/bj/Calendar.json.meta: -------------------------------------------------------------------------------- 1 | module-type: library 2 | title: $:/config/bj/Calendar.json 3 | type: application/json -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/Calendar/_system/core/modules/widgets/macrorefresh.js.meta: -------------------------------------------------------------------------------- 1 | module-type: widget 2 | title: $:/core/modules/widgets/macrorefresh.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/Calendar/_system/macros/bj/Calendar/diary.js.meta: -------------------------------------------------------------------------------- 1 | module-type: global 2 | title: $:/macros/bj/Calendar/diary.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/Calendar/_system/macros/bj/Calendar/journalfmt.js.meta: -------------------------------------------------------------------------------- 1 | module-type: global 2 | title: $:/macros/bj/Calendar/journalfmt.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/Calendar/_system/macros/bj/Calendar/journalslinked.js.meta: -------------------------------------------------------------------------------- 1 | module-type: global 2 | title: $:/macros/bj/Calendar/journalslinked.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/Calendar/_system/macros/buggyj/Calendar/base.js.meta: -------------------------------------------------------------------------------- 1 | module-type: macro 2 | title: $:/macros/buggyj/Calendar/base.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/Calendar/_system/macros/buggyj/Calendar/entry.js.meta: -------------------------------------------------------------------------------- 1 | module-type: macro 2 | title: $:/macros/buggyj/Calendar/entry.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/Calendar/_system/macros/buggyj/Calendar/entry2.js.meta: -------------------------------------------------------------------------------- 1 | module-type: macro 2 | title: $:/macros/buggyj/Calendar/entry2.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/Calendar/_system/macros/buggyj/Calendar/ifnew.js.meta: -------------------------------------------------------------------------------- 1 | module-type: widget 2 | title: $:/macros/buggyj/Calendar/ifnew.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/Calendar/_system/macros/buggyj/Calendar/refresh.js.meta: -------------------------------------------------------------------------------- 1 | module-type: macro 2 | title: $:/macros/buggyj/Calendar/refresh.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/Calendar/_system/plugins/bj/Calendar/readme.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/bj/Calendar/readme 2 | 3 | For documentation see the project home at 4 | http://bjtools.tiddlyspot.com#ExtendableCalendar 5 | -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/FontAwesome/_system/plugins/TheDiveO/FontAwesome/fonts/Font Awesome 5 Free Brands.css.meta: -------------------------------------------------------------------------------- 1 | tags: $:/tags/Stylesheet 2 | title: $:/plugins/TheDiveO/FontAwesome/fonts/Font Awesome 5 Free Brands.css 3 | type: text/css -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/FontAwesome/_system/plugins/TheDiveO/FontAwesome/fonts/Font Awesome 5 Free Regular.css.meta: -------------------------------------------------------------------------------- 1 | tags: $:/tags/Stylesheet 2 | title: $:/plugins/TheDiveO/FontAwesome/fonts/Font Awesome 5 Free Regular.css 3 | type: text/css -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/FontAwesome/_system/plugins/TheDiveO/FontAwesome/fonts/Font Awesome 5 Free Solid.css.meta: -------------------------------------------------------------------------------- 1 | tags: $:/tags/Stylesheet 2 | title: $:/plugins/TheDiveO/FontAwesome/fonts/Font Awesome 5 Free Solid.css 3 | type: text/css -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/FontAwesome/_system/plugins/TheDiveO/FontAwesome/styles/fontawesome 5.css.meta: -------------------------------------------------------------------------------- 1 | tags: $:/tags/Stylesheet 2 | title: $:/plugins/TheDiveO/FontAwesome/styles/fontawesome 5.css 3 | type: text/css -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/TiddlyRemember/_system/config/ShortcutInfo/remembercz.tid: -------------------------------------------------------------------------------- 1 | created: 20200926193600000 2 | modified: 20200926193600000 3 | tags: 4 | title: $:/config/ShortcutInfo/remembercz 5 | type: text/vnd.tiddlywiki 6 | 7 | Create a new `remembercz` macro snippet -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/TiddlyRemember/_system/config/ShortcutInfo/rememberq.tid: -------------------------------------------------------------------------------- 1 | created: 20200926193600000 2 | modified: 20200926193600000 3 | tags: 4 | title: $:/config/ShortcutInfo/rememberq 5 | type: text/vnd.tiddlywiki 6 | 7 | Create a new `rememberq` macro snippet -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/TiddlyRemember/_system/config/TiddlyRemember/DeckMapping.tid: -------------------------------------------------------------------------------- 1 | created: 20200516223625569 2 | modified: 20200516223658777 3 | tags: 4 | title: $:/config/TiddlyRemember/DeckMapping -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/TiddlyRemember/_system/config/TiddlyRemember/DefaultClasses.tid: -------------------------------------------------------------------------------- 1 | created: 20210925145600000 2 | modified: 20210925145600000 3 | tags: 4 | title: $:/config/TiddlyRemember/DefaultClasses 5 | type: text/vnd.tiddlywiki -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/TiddlyRemember/_system/config/TiddlyRemember/IdPrefix.tid: -------------------------------------------------------------------------------- 1 | created: 20200516223625569 2 | modified: 20200516223658777 3 | tags: 4 | title: $:/config/TiddlyRemember/IdPrefix -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/TiddlyRemember/_system/config/TiddlyRemember/TagMapping.tid: -------------------------------------------------------------------------------- 1 | created: 20200516190911842 2 | modified: 20200516223231730 3 | tags: 4 | title: $:/config/TiddlyRemember/TagMapping -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/TiddlyRemember/_system/config/TiddlyRemember/snippets/remembercz.tid: -------------------------------------------------------------------------------- 1 | created: 20210929144900000 2 | modified: 20210929144900000 3 | tags: 4 | title: $:/config/TiddlyRemember/snippets/remembercz 5 | 6 | <> -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/TiddlyRemember/_system/config/TiddlyRemember/snippets/rememberq.tid: -------------------------------------------------------------------------------- 1 | created: 20210929144900000 2 | modified: 20210929144900000 3 | tags: 4 | title: $:/config/TiddlyRemember/snippets/rememberq 5 | 6 | <> -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/TiddlyRemember/_system/config/shortcuts/remembercz.tid: -------------------------------------------------------------------------------- 1 | created: 20200926193600000 2 | modified: 20200926193600000 3 | tags: 4 | title: $:/config/shortcuts/remembercz 5 | type: text/vnd.tiddlywiki 6 | 7 | alt-shift-R -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/TiddlyRemember/_system/config/shortcuts/rememberq.tid: -------------------------------------------------------------------------------- 1 | created: 20200926193600000 2 | modified: 20200926193600000 3 | tags: 4 | title: $:/config/shortcuts/rememberq 5 | type: text/vnd.tiddlywiki 6 | 7 | alt-R -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/TiddlyRemember/_system/plugins/sobjornstad/TiddlyRemember/icons/lightbulb-black.svg.meta: -------------------------------------------------------------------------------- 1 | created: 20200517161140014 2 | modified: 20200517161732249 3 | title: $:/plugins/sobjornstad/TiddlyRemember/icons/lightbulb-black.svg 4 | type: image/svg+xml -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/TiddlyRemember/_system/plugins/sobjornstad/TiddlyRemember/icons/lightbulb-white.svg.meta: -------------------------------------------------------------------------------- 1 | created: 20200517161252694 2 | modified: 20200517161645377 3 | title: $:/plugins/sobjornstad/TiddlyRemember/icons/lightbulb-white.svg 4 | type: image/svg+xml -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/TiddlyRemember/_system/plugins/sobjornstad/TiddlyRemember/license.txt.meta: -------------------------------------------------------------------------------- 1 | title: $:/plugins/sobjornstad/TiddlyRemember/license 2 | type: text/plain -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/TiddlyStretch/_system/plugins/sobjornstad/TiddlyStretch/doc/st/Identity.tid: -------------------------------------------------------------------------------- 1 | created: 20210304023945301 2 | modified: 20210306022158599 3 | tags: 4 | title: $:/plugins/sobjornstad/TiddlyStretch/doc/st/Identity 5 | type: text/vnd.tiddlywiki 6 | 7 | {{!!text}} 8 | -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/TiddlyStretch/_system/plugins/sobjornstad/TiddlyStretch/doc/st/MacroSummary.tid: -------------------------------------------------------------------------------- 1 | created: 20210304023959526 2 | modified: 20210306022211394 3 | tags: 4 | title: $:/plugins/sobjornstad/TiddlyStretch/doc/st/MacroSummary 5 | type: text/vnd.tiddlywiki 6 | 7 | {{!!name}}: {{!!description}} 8 | -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/TiddlyStretch/_system/plugins/sobjornstad/TiddlyStretch/license.txt.meta: -------------------------------------------------------------------------------- 1 | title: $:/plugins/sobjornstad/TiddlyStretch/license 2 | type: text/plain -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/appear/_system/plugins/tobibeer/appear/defaults/button-class.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/tobibeer/appear/defaults/button-class 2 | 3 | tc-btn-invisible tc-tiddlylink -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/appear/_system/plugins/tobibeer/appear/defaults/default-state.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/tobibeer/appear/defaults/default-state 2 | 3 | $:/temp/appear/ -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/appear/_system/plugins/tobibeer/appear/defaults/keep.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/tobibeer/appear/defaults/keep 2 | 3 | yes -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/appear/_system/plugins/tobibeer/appear/defaults/mode.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/tobibeer/appear/defaults/mode 2 | 3 | block -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/appear/_system/plugins/tobibeer/appear/defaults/show.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/tobibeer/appear/defaults/show 2 | 3 | » -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/appear/_system/plugins/tobibeer/appear/popup.js.meta: -------------------------------------------------------------------------------- 1 | module-type: utils 2 | title: $:/plugins/tobibeer/appear/popup.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/appear/_system/plugins/tobibeer/appear/widget.js.meta: -------------------------------------------------------------------------------- 1 | module-type: widget 2 | title: $:/plugins/tobibeer/appear/widget.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/cmplus/_system/config/codemirror/autocomplete: -------------------------------------------------------------------------------- 1 | { 2 | "Ctrl-Space": "autocomplete" 3 | } -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/cmplus/_system/config/codemirror/autocomplete.meta: -------------------------------------------------------------------------------- 1 | created: 20210328004023360 2 | extend: extraKeys 3 | modified: 20210328004023360 4 | title: $:/config/codemirror/autocomplete 5 | type: json -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/cmplus/_system/plugins/adithyab/cmplus/macros.tid: -------------------------------------------------------------------------------- 1 | created: 20210328020051916 2 | modified: 20210328053732117 3 | tags: $:/tags/Macro 4 | title: $:/plugins/adithyab/cmplus/macros 5 | type: text/vnd.tiddlywiki 6 | 7 | \define cmcolour(name) 8 | {{$:/plugins/adithyab/cmplus/settings##$name$}} 9 | \end -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/cmplus/_system/plugins/adithyab/cmplus/readme.tid: -------------------------------------------------------------------------------- 1 | created: 20210328060842133 2 | modified: 20210328060929665 3 | tags: 4 | title: $:/plugins/adithyab/cmplus/readme 5 | type: text/vnd.tiddlywiki 6 | 7 | !! TW5 CodeMirrorPlus 8 | Towards making a better editor for TiddlyWiki5. 9 | -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/cmplus/_system/plugins/adithyab/cmplus/settings.meta: -------------------------------------------------------------------------------- 1 | created: 20210328015904035 2 | modified: 20210328054754059 3 | tags: 4 | title: $:/plugins/adithyab/cmplus/settings 5 | type: application/x-tiddler-dictionary -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/cmplus/_system/plugins/tiddlywiki/codemirror/addon/hint/anyword-hint.js.meta: -------------------------------------------------------------------------------- 1 | created: 20210328004232522 2 | modified: 20210328010801763 3 | module-type: codemirror 4 | title: $:/plugins/tiddlywiki/codemirror/addon/hint/anyword-hint.js 5 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/cmplus/_system/plugins/tiddlywiki/codemirror/addon/hint/show-hint.css.meta: -------------------------------------------------------------------------------- 1 | created: 20210328012141944 2 | modified: 20210328012141944 3 | tags: $:/tags/Stylesheet 4 | title: $:/plugins/tiddlywiki/codemirror/addon/hint/show-hint.css 5 | type: text/css -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/cmplus/_system/plugins/tiddlywiki/codemirror/addon/hint/show-hint.js.meta: -------------------------------------------------------------------------------- 1 | created: 20210328012150088 2 | modified: 20210328012150088 3 | module-type: codemirror 4 | title: $:/plugins/tiddlywiki/codemirror/addon/hint/show-hint.js 5 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/cmplus/_system/plugins/tiddlywiki/codemirror/mode/tw5/tw5.js.meta: -------------------------------------------------------------------------------- 1 | created: 20200818164318584 2 | modified: 20210327052450347 3 | module-type: codemirror 4 | revision: 1 5 | title: $:/plugins/tiddlywiki/codemirror/mode/tw5/tw5.js 6 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/datepicker/_system/plugins/kixam/datepicker/pikaday.css.meta: -------------------------------------------------------------------------------- 1 | tags: $:/tags/Stylesheet 2 | title: $:/plugins/kixam/datepicker/pikaday.css 3 | type: text/css -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/datepicker/_system/plugins/kixam/datepicker/pikaday.js.meta: -------------------------------------------------------------------------------- 1 | module-type: library 2 | title: $:/plugins/kixam/datepicker/pikaday.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/datepicker/_system/plugins/kixam/datepicker/readme.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/kixam/datepicker/readme 2 | 3 | ! ~DatePicker 4 | 5 | A plugin for [[TiddlyWiki|http://tiddlywiki.com]] 5, that provides [[Pikaday|https://github.com/dbushell/Pikaday]]. 6 | -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/datepicker/_system/plugins/kixam/datepicker/widget.datepicker.js.meta: -------------------------------------------------------------------------------- 1 | module-type: widget 2 | title: $:/plugins/kixam/datepicker/widget.datepicker.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/details/_system/plugins/telmiger/details/details.js.meta: -------------------------------------------------------------------------------- 1 | created: 20170124173619910 2 | creator: Thomas Elmiger 3 | modified: 20200219093956587 4 | modifier: Thomas Elmiger 5 | module-type: widget 6 | tags: Plugins 7 | title: $:/plugins/telmiger/details/details.js 8 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/leaflet/_system/ext/modules/widgets/geolocation-widget.js.meta: -------------------------------------------------------------------------------- 1 | module-type: widget 2 | title: $:/ext/modules/widgets/geolocation-widget.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/leaflet/_system/plugins/sycom/leaflet/example/tiddlyWikiFrCommunity.json.meta: -------------------------------------------------------------------------------- 1 | color: #dd0000 2 | created: 20161025143416000 3 | modified: 20180602193416000 4 | source: https://umap.openstreetmap.fr/fr/map/tiddlywikifr_65983 5 | tags: example leaflet geojson 6 | title: $:/plugins/sycom/leaflet/example/tiddlyWikiFrCommunity 7 | type: application/json -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/leaflet/_system/plugins/sycom/leaflet/images/layers.svg.meta: -------------------------------------------------------------------------------- 1 | created: 20161028202401905 2 | modified: 20180531154011600 3 | tags: $:/tags/Image 4 | title: $:/plugins/sycom/leaflet/images/layers.svg 5 | type: image/svg+xml -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/leaflet/_system/plugins/sycom/leaflet/images/markershadow.svg.meta: -------------------------------------------------------------------------------- 1 | created: 20161028202401905 2 | marker_dim: 50 40 0 40 3 | modified: 20180531155500000 4 | tags: $:/tags/Image 5 | title: $:/plugins/sycom/leaflet/images/markershadow.svg 6 | type: image/svg+xml -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/leaflet/_system/plugins/sycom/leaflet/images/pinshadow.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/leaflet/_system/plugins/sycom/leaflet/images/pinshadow.svg.meta: -------------------------------------------------------------------------------- 1 | created: 20170129162401910 2 | marker_dim: 15 15 5 7 3 | modified: 20180531155000000 4 | tags: $:/tags/Image 5 | title: $:/plugins/sycom/leaflet/images/pinshadow.svg 6 | type: image/svg+xml -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/leaflet/_system/plugins/sycom/leaflet/images/pointshadow.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/leaflet/_system/plugins/sycom/leaflet/images/pointshadow.svg.meta: -------------------------------------------------------------------------------- 1 | created: 20170129162401910 2 | marker_dim: 15 15 0 12 3 | modified: 20180531165600000 4 | tags: $:/tags/Image 5 | title: $:/plugins/sycom/leaflet/images/pointshadow.svg 6 | type: image/svg+xml -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/leaflet/_system/plugins/sycom/leaflet/lib/leaflet-markercluster.css.meta: -------------------------------------------------------------------------------- 1 | tags: $:/tags/Stylesheet 2 | title: $:/plugins/sycom/leaflet/lib/leaflet-markercluster.css 3 | type: text/css -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/leaflet/_system/plugins/sycom/leaflet/lib/leaflet-markercluster.js.meta: -------------------------------------------------------------------------------- 1 | module-type: library 2 | title: $:/plugins/sycom/leaflet/lib/leaflet-markercluster.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/leaflet/_system/plugins/sycom/leaflet/lib/leaflet.css.meta: -------------------------------------------------------------------------------- 1 | tags: $:/tags/Stylesheet 2 | title: $:/plugins/sycom/leaflet/lib/leaflet.css 3 | type: text/css -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/leaflet/_system/plugins/sycom/leaflet/lib/leaflet.js.meta: -------------------------------------------------------------------------------- 1 | module-type: library 2 | title: $:/plugins/sycom/leaflet/lib/leaflet.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/leaflet/_system/plugins/sycom/leaflet/lib/tileLayers.json.meta: -------------------------------------------------------------------------------- 1 | title: $:/plugins/sycom/leaflet/lib/tileLayers.json 2 | type: application/json -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/leaflet/_system/plugins/sycom/leaflet/mapWidget.tid.js.meta: -------------------------------------------------------------------------------- 1 | created: 20151028202401905 2 | modified: 20170318234011605 3 | module-type: widget 4 | title: $:/plugins/sycom/leaflet/mapWidget.tid 5 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/leaflet/_system/plugins/sycom/leaflet/readme.md.meta: -------------------------------------------------------------------------------- 1 | caption: Readme 2 | created: 20151119173416000 3 | modified: 20190401172200000 4 | title: $:/plugins/sycom/leaflet/readme 5 | type: text/x-markdown -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/leaflet/_usr_local_lib_node_modules_tiddlywiki_plugins_sycom_leaflet_example_tiddlyWikiFrCommunity.old.meta: -------------------------------------------------------------------------------- 1 | title: /usr/local/lib/node_modules/tiddlywiki/plugins/sycom/leaflet/example/tiddlyWikiFrCommunity.old 2 | type: .old -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/locator/_system/config/bimlas/locator/fields/LINKS-IN-TEXT.tid: -------------------------------------------------------------------------------- 1 | field-direction: from 2 | tags: 3 | title: $:/config/bimlas/locator/fields/LINKS-IN-TEXT 4 | type: text/vnd.tiddlywiki 5 | 6 | $:/plugins/bimlas/locator/field-templates/link -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/locator/_system/config/bimlas/locator/fields/bag.tid: -------------------------------------------------------------------------------- 1 | hide-in-nested-fields-filter: yes 2 | hide-in-regular-fields-filter: yes 3 | tags: 4 | title: $:/config/bimlas/locator/fields/bag 5 | type: text/vnd.tiddlywiki -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/locator/_system/config/bimlas/locator/fields/caption.tid: -------------------------------------------------------------------------------- 1 | hide-in-nested-fields-filter: yes 2 | tags: 3 | title: $:/config/bimlas/locator/fields/caption 4 | type: text/vnd.tiddlywiki -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/locator/_system/config/bimlas/locator/fields/color.tid: -------------------------------------------------------------------------------- 1 | tags: 2 | title: $:/config/bimlas/locator/fields/color 3 | type: text/vnd.tiddlywiki 4 | 5 | $:/plugins/bimlas/locator/field-templates/color -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/locator/_system/config/bimlas/locator/fields/created.tid: -------------------------------------------------------------------------------- 1 | hide-in-nested-fields-filter: yes 2 | hide-in-regular-fields-filter: yes 3 | tags: 4 | title: $:/config/bimlas/locator/fields/created 5 | type: text/vnd.tiddlywiki -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/locator/_system/config/bimlas/locator/fields/draft.of.tid: -------------------------------------------------------------------------------- 1 | hide-in-nested-fields-filter: yes 2 | hide-in-regular-fields-filter: yes 3 | tags: 4 | title: $:/config/bimlas/locator/fields/draft.of 5 | type: text/vnd.tiddlywiki -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/locator/_system/config/bimlas/locator/fields/draft.title.tid: -------------------------------------------------------------------------------- 1 | hide-in-nested-fields-filter: yes 2 | hide-in-regular-fields-filter: yes 3 | tags: 4 | title: $:/config/bimlas/locator/fields/draft.title 5 | type: text/vnd.tiddlywiki -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/locator/_system/config/bimlas/locator/fields/icon.tid: -------------------------------------------------------------------------------- 1 | tags: 2 | title: $:/config/bimlas/locator/fields/icon 3 | type: text/vnd.tiddlywiki 4 | 5 | $:/plugins/bimlas/locator/field-templates/icon -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/locator/_system/config/bimlas/locator/fields/list-after.tid: -------------------------------------------------------------------------------- 1 | hide-in-nested-fields-filter: yes 2 | hide-in-regular-fields-filter: yes 3 | tags: 4 | title: $:/config/bimlas/locator/fields/list-after 5 | type: text/vnd.tiddlywiki 6 | 7 | $:/plugins/bimlas/locator/field-templates/link -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/locator/_system/config/bimlas/locator/fields/list-before.tid: -------------------------------------------------------------------------------- 1 | hide-in-nested-fields-filter: yes 2 | hide-in-regular-fields-filter: yes 3 | tags: 4 | title: $:/config/bimlas/locator/fields/list-before 5 | type: text/vnd.tiddlywiki 6 | 7 | $:/plugins/bimlas/locator/field-templates/link -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/locator/_system/config/bimlas/locator/fields/list.tid: -------------------------------------------------------------------------------- 1 | field-type: list 2 | hide-in-nested-fields-filter: yes 3 | hide-in-regular-fields-filter: yes 4 | tags: 5 | title: $:/config/bimlas/locator/fields/list 6 | type: text/vnd.tiddlywiki 7 | 8 | $:/plugins/bimlas/locator/field-templates/link -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/locator/_system/config/bimlas/locator/fields/modified.tid: -------------------------------------------------------------------------------- 1 | hide-in-nested-fields-filter: yes 2 | hide-in-regular-fields-filter: yes 3 | tags: 4 | title: $:/config/bimlas/locator/fields/modified 5 | type: text/vnd.tiddlywiki -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/locator/_system/config/bimlas/locator/fields/revision.tid: -------------------------------------------------------------------------------- 1 | hide-in-nested-fields-filter: yes 2 | hide-in-regular-fields-filter: yes 3 | tags: 4 | title: $:/config/bimlas/locator/fields/revision 5 | type: text/vnd.tiddlywiki -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/locator/_system/config/bimlas/locator/fields/tags.tid: -------------------------------------------------------------------------------- 1 | field-direction: to 2 | field-type: list 3 | tags: 4 | title: $:/config/bimlas/locator/fields/tags 5 | type: text/vnd.tiddlywiki 6 | 7 | $:/plugins/bimlas/locator/field-templates/tag -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/locator/_system/config/bimlas/locator/fields/text.tid: -------------------------------------------------------------------------------- 1 | hide-in-nested-fields-filter: yes 2 | hide-in-regular-fields-filter: yes 3 | tags: 4 | title: $:/config/bimlas/locator/fields/text 5 | type: text/vnd.tiddlywiki -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/locator/_system/config/bimlas/locator/fields/title.tid: -------------------------------------------------------------------------------- 1 | hide-in-nested-fields-filter: yes 2 | hide-in-regular-fields-filter: yes 3 | tags: 4 | title: $:/config/bimlas/locator/fields/title 5 | type: text/vnd.tiddlywiki 6 | 7 | $:/plugins/bimlas/locator/field-templates/link -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/locator/_system/config/bimlas/locator/fields/type.tid: -------------------------------------------------------------------------------- 1 | hide-in-nested-fields-filter: yes 2 | tags: 3 | title: $:/config/bimlas/locator/fields/type 4 | type: text/vnd.tiddlywiki -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/locator/_system/plugins/bimlas/locator/actions/add-to-history.tid: -------------------------------------------------------------------------------- 1 | tags: $:/tags/Actions 2 | title: $:/plugins/bimlas/locator/actions/add-to-history 3 | type: text/vnd.tiddlywiki 4 | 5 | <$action-listops $tiddler=<> $field="history" $subfilter="[all[current]]"/> 6 | {{$:/plugins/bimlas/locator/actions/remove-filters}} 7 | -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/locator/_system/plugins/bimlas/locator/buttons/context-arrow.tid: -------------------------------------------------------------------------------- 1 | tags: 2 | title: $:/plugins/bimlas/locator/buttons/context-arrow 3 | type: text/vnd.tiddlywiki 4 | 5 | <$list filter="[titlefield:invert-direction[yes]]" emptyMessage={{$:/core/images/right-arrow}}> 6 | {{$:/core/images/left-arrow}} 7 | 8 | -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/locator/_system/plugins/bimlas/locator/field-templates/color.tid: -------------------------------------------------------------------------------- 1 | caption: Color 2 | tags: $:/tags/bimlas/locator/field-templates 3 | title: $:/plugins/bimlas/locator/field-templates/color 4 | type: text/vnd.tiddlywiki 5 | 6 | > disabled> <$view field="title"/> -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/locator/_system/plugins/bimlas/locator/field-templates/tag.tid: -------------------------------------------------------------------------------- 1 | caption: Tag 2 | tags: $:/tags/bimlas/locator/field-templates 3 | title: $:/plugins/bimlas/locator/field-templates/tag 4 | type: text/vnd.tiddlywiki 5 | 6 | <> -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/locator/_system/plugins/bimlas/locator/field-templates/text.tid: -------------------------------------------------------------------------------- 1 | caption: Text 2 | tags: $:/tags/bimlas/locator/field-templates 3 | title: $:/plugins/bimlas/locator/field-templates/text 4 | type: text/vnd.tiddlywiki 5 | 6 | <$view field="title"/> -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/locator/_system/plugins/bimlas/locator/macros/css-classes.tid: -------------------------------------------------------------------------------- 1 | tags: 2 | title: $:/plugins/bimlas/locator/macros/css-classes 3 | type: text/vnd.tiddlywiki 4 | 5 | \define link-button-class(additionalClasses) tc-btn-invisible tc-tiddlylink bimlas-locator $additionalClasses$ 6 | \define menu-list-item-class() tc-menu-list-item bimlas-locator -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/locator/_system/plugins/bimlas/locator/macros/javascript-filters.js.meta: -------------------------------------------------------------------------------- 1 | module-type: filteroperator 2 | title: $:/plugins/bimlas/locator/macros/javascript-filters.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/locator/_system/plugins/bimlas/locator/templates/history-item.tid: -------------------------------------------------------------------------------- 1 | tags: 2 | title: $:/plugins/bimlas/locator/templates/history-item 3 | type: text/vnd.tiddlywiki 4 | 5 | {{||$:/plugins/bimlas/locator/buttons/go-up-to-context}} 6 | {{||$:/plugins/bimlas/locator/field-templates/link}} -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/locator/_system/plugins/bimlas/locator/templates/list-of-links-in-text.tid: -------------------------------------------------------------------------------- 1 | tags: 2 | title: $:/plugins/bimlas/locator/templates/list-of-links-in-text 3 | type: text/vnd.tiddlywiki 4 | 5 | <$list filter="[subfiltersort[]]"> 6 | {{||$:/plugins/bimlas/locator/templates/context-item}} 7 | -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/moment/_system/plugins/kixam/moment/moment.js.meta: -------------------------------------------------------------------------------- 1 | module-type: library 2 | title: $:/plugins/kixam/moment/moment.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/moment/_system/plugins/kixam/moment/readme.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/kixam/moment/readme 2 | 3 | ! moment.js 4 | 5 | A plugin for [[TiddlyWiki|http://tiddlywiki.com]] 5, that provides the [[moment.js library|http://momentjs.com]]. 6 | -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/preview/_system/plugins/tobibeer/preview/defaults/class.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/tobibeer/preview/defaults/class 2 | 3 | tc-popup-keep -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/preview/_system/plugins/tobibeer/preview/defaults/delay.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/tobibeer/preview/defaults/delay 2 | 3 | 1500 -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/preview/_system/plugins/tobibeer/preview/defaults/exclude.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/tobibeer/preview/defaults/exclude 2 | 3 | [is[system]] [all[shadows]] [!has[text]] -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/preview/_system/plugins/tobibeer/preview/defaults/keys.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/tobibeer/preview/defaults/keys 2 | 3 | CTRL -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/preview/_system/plugins/tobibeer/preview/defaults/not.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/tobibeer/preview/defaults/not 2 | 3 | tc-drop-down tc-sidebar-scrollable tc-topbar tc-tiddler-title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/preview/_system/plugins/tobibeer/preview/defaults/template.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/tobibeer/preview/defaults/template 2 | 3 | $:/plugins/tobibeer/preview/template -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/preview/_system/plugins/tobibeer/preview/keyboard.js.meta: -------------------------------------------------------------------------------- 1 | module-type: utils 2 | title: $:/plugins/tobibeer/preview/keyboard.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/preview/_system/plugins/tobibeer/preview/lingo/class.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/tobibeer/preview/lingo/class 2 | 3 | css classes applied to the popup -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/preview/_system/plugins/tobibeer/preview/lingo/delay.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/tobibeer/preview/lingo/delay 2 | 3 | delay popup for this many milliseconds -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/preview/_system/plugins/tobibeer/preview/lingo/exclude.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/tobibeer/preview/lingo/exclude 2 | 3 | no preview for links to tiddlers matching this filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/preview/_system/plugins/tobibeer/preview/lingo/keys.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/tobibeer/preview/lingo/keys 2 | 3 | modifier keys to trigger popup directly on-hover (ctrl, alt+shift, meta, etc...) -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/preview/_system/plugins/tobibeer/preview/lingo/not.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/tobibeer/preview/lingo/not 2 | 3 | no preview for links inside elements with these classes -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/preview/_system/plugins/tobibeer/preview/lingo/open.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/tobibeer/preview/lingo/open 2 | 3 | view at ''<>'' -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/preview/_system/plugins/tobibeer/preview/lingo/template.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/tobibeer/preview/lingo/template 2 | 3 | the preview template -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/preview/_system/plugins/tobibeer/preview/link.js.meta: -------------------------------------------------------------------------------- 1 | module-type: startup 2 | title: $:/plugins/tobibeer/preview/link.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/preview/_system/plugins/tobibeer/preview/styles.tid: -------------------------------------------------------------------------------- 1 | tags: $:/tags/Stylesheet 2 | title: $:/plugins/tobibeer/preview/styles 3 | 4 | .tc-popup.tc-preview-tiddler{ 5 | max-width:600px; 6 | width:100%; 7 | padding:1em; 8 | } -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/preview/_system/plugins/tobibeer/preview/template.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/tobibeer/preview/template 2 | 3 | {{||$:/core/ui/ViewTemplate/tags}} 4 | 5 | <$transclude mode="block"/> -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/DefaultColourMappings/relink-impossible.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/DefaultColourMappings/relink-impossible 2 | 3 | <> -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$action-deletefield/$tiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$action-deletefield/$tiddler 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$action-deletetiddler/$filter.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$action-deletetiddler/$filter 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$action-deletetiddler/$tiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$action-deletetiddler/$tiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$action-listops/$filter.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$action-listops/$filter 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$action-listops/$tiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$action-listops/$tiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$action-log/$$filter.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$action-log/$$filter 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$action-navigate/$to.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$action-navigate/$to 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$action-popup/$state.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$action-popup/$state 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$action-sendmessage/$names.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$action-sendmessage/$names 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$action-sendmessage/$values.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$action-sendmessage/$values 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$action-setfield/$tiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$action-setfield/$tiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$action-setmultiplefields/$fields.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$action-setmultiplefields/$fields 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$action-setmultiplefields/$indexes.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$action-setmultiplefields/$indexes 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$action-setmultiplefields/$tiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$action-setmultiplefields/$tiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$action-setmultiplefields/$values.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$action-setmultiplefields/$values 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$button/actions.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$button/actions 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$button/set.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$button/set 2 | 3 | reference -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$button/setTo.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$button/setTo 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$button/to.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$button/to 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$checkbox/actions.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$checkbox/actions 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$checkbox/checkactions.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$checkbox/checkactions 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$checkbox/tag.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$checkbox/tag 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$checkbox/tiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$checkbox/tiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$checkbox/uncheckactions.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$checkbox/uncheckactions 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$count/filter.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$count/filter 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$draggable/filter.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$draggable/filter 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$draggable/tiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$draggable/tiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$droppable/actions.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$droppable/actions 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$dropzone/actions.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$dropzone/actions 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$edit-bitmap/tiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$edit-bitmap/tiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$edit-text/tiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$edit-text/tiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$edit/inputActions.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$edit/inputActions 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$edit/refreshTitle.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$edit/refreshTitle 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$edit/tiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$edit/tiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$encrypt/filter.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$encrypt/filter 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$fieldmangler/tiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$fieldmangler/tiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$fields/tiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$fields/tiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$genesis/$names.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$genesis/$names 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$genesis/$values.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$genesis/$values 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$image/source.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$image/source 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$importvariables/filter.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$importvariables/filter 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$jsontiddler/tiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$jsontiddler/tiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$keyboard/actions.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$keyboard/actions 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$link/to.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$link/to 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$link/tooltip.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$link/tooltip 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$linkcatcher/actions.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$linkcatcher/actions 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$linkcatcher/set.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$linkcatcher/set 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$linkcatcher/to.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$linkcatcher/to 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$list/editTemplate.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$list/editTemplate 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$list/emptyMessage.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$list/emptyMessage 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$list/filter.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$list/filter 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$list/history.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$list/history 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$list/template.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$list/template 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$log/$$filter.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$log/$$filter 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$messagecatcher/actions.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$messagecatcher/actions 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$navigator/history.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$navigator/history 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$navigator/story.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$navigator/story 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$radio/actions.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$radio/actions 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$radio/tiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$radio/tiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$range/actions.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$range/actions 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$range/actionsStart.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$range/actionsStart 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$range/actionsStop.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$range/actionsStop 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$range/tiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$range/tiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$reveal/state.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$reveal/state 2 | 3 | reference -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$reveal/stateTitle.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$reveal/stateTitle 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$select/actions.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$select/actions 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$select/tiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$select/tiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$set/filter.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$set/filter 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$set/subtiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$set/subtiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$set/tiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$set/tiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$setmultiplevariables/$names.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$setmultiplevariables/$names 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$setmultiplevariables/$values.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$setmultiplevariables/$values 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$setvariable/filter.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$setvariable/filter 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$setvariable/subtiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$setvariable/subtiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$setvariable/tiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$setvariable/tiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$tiddler/tiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$tiddler/tiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$transclude/$subtiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$transclude/$subtiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$transclude/$tiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$transclude/$tiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$transclude/subtiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$transclude/subtiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$transclude/tiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$transclude/tiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$view/subtiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$view/subtiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$view/tiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$view/tiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/attributes/$wikify/text.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/attributes/$wikify/text 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/exceptions/$_/DefaultTiddlers.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/exceptions/$:/DefaultTiddlers 2 | 3 | application/x-tiddler-filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/exceptions/$_/config/FileSystemExtensions.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/exceptions/$:/config/FileSystemExtensions 2 | 3 | application/x-tiddler-filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/exceptions/$_/config/FileSystemPaths.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/exceptions/$:/config/FileSystemPaths 2 | 3 | application/x-tiddler-filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/fieldattributes/$action-createtiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/fieldattributes/$action-createtiddler 2 | 3 | ([^$].*) -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/fieldattributes/$action-deletefield.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/fieldattributes/$action-deletefield 2 | 3 | ([^$].*) -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/fieldattributes/$action-setfield.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/fieldattributes/$action-setfield 2 | 3 | ([^$].*) -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/fieldattributes/$jsontiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/fieldattributes/$jsontiddler 2 | 3 | \$(.*) -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/fields/caption.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/fields/caption 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/fields/filter.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/fields/filter 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/fields/list-after.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/fields/list-after 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/fields/list-before.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/fields/list-before 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/fields/list.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/fields/list 2 | 3 | list -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/fields/tags.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/fields/tags 2 | 3 | list -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/colour-picker/actions.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/colour-picker/actions 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/csvtiddlers/filter.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/csvtiddlers/filter 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/datauri/title.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/datauri/title 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/image-picker/actions.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/image-picker/actions 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/jsontiddler/title.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/jsontiddler/title 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/jsontiddlers/filter.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/jsontiddlers/filter 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/keyboard-driven-input/configTiddlerFilter.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/keyboard-driven-input/configTiddlerFilter 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/keyboard-driven-input/inputAcceptActions.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/keyboard-driven-input/inputAcceptActions 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/keyboard-driven-input/inputAcceptVariantActions.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/keyboard-driven-input/inputAcceptVariantActions 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/keyboard-driven-input/inputCancelActions.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/keyboard-driven-input/inputCancelActions 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/keyboard-driven-input/selectionStateTitle.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/keyboard-driven-input/selectionStateTitle 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/keyboard-driven-input/storeTitle.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/keyboard-driven-input/storeTitle 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/keyboard-driven-input/tiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/keyboard-driven-input/tiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/list-links-draggable/itemTemplate.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/list-links-draggable/itemTemplate 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/list-links-draggable/tiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/list-links-draggable/tiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/list-links/emptyMessage.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/list-links/emptyMessage 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/list-links/filter.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/list-links/filter 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/list-tagged-draggable/emptyMessage.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/list-tagged-draggable/emptyMessage 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/list-tagged-draggable/itemTemplate.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/list-tagged-draggable/itemTemplate 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/list-tagged-draggable/tag.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/list-tagged-draggable/tag 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/list-thumbnails/filter.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/list-thumbnails/filter 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/tabs/actions.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/tabs/actions 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/tabs/buttonTemplate.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/tabs/buttonTemplate 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/tabs/default.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/tabs/default 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/tabs/tabsList.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/tabs/tabsList 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/tabs/template.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/tabs/template 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/tag-picker/actions.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/tag-picker/actions 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/tag-pill/actions.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/tag-pill/actions 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/tag-pill/tag.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/tag-pill/tag 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/tag/tag.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/tag/tag 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/toc-expandable/exclude.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/toc-expandable/exclude 2 | 3 | list -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/toc-expandable/itemClassFilter.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/toc-expandable/itemClassFilter 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/toc-expandable/tag.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/toc-expandable/tag 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/toc-selective-expandable/exclude.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/toc-selective-expandable/exclude 2 | 3 | list -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/toc-selective-expandable/itemClassFilter.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/toc-selective-expandable/itemClassFilter 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/toc-selective-expandable/tag.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/toc-selective-expandable/tag 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/toc-tabbed-external-nav/missingText.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/toc-tabbed-external-nav/missingText 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/toc-tabbed-external-nav/selectedTiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/toc-tabbed-external-nav/selectedTiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/toc-tabbed-external-nav/tag.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/toc-tabbed-external-nav/tag 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/toc-tabbed-external-nav/template.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/toc-tabbed-external-nav/template 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/toc-tabbed-external-nav/unselectedText.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/toc-tabbed-external-nav/unselectedText 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/toc-tabbed-internal-nav/missingText.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/toc-tabbed-internal-nav/missingText 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/toc-tabbed-internal-nav/selectedTiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/toc-tabbed-internal-nav/selectedTiddler 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/toc-tabbed-internal-nav/tag.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/toc-tabbed-internal-nav/tag 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/toc-tabbed-internal-nav/template.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/toc-tabbed-internal-nav/template 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/toc-tabbed-internal-nav/unselectedText.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/toc-tabbed-internal-nav/unselectedText 2 | 3 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/toc/itemClassFilter.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/toc/itemClassFilter 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/toc/tag.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/toc/tag 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/macros/translink/title.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/translink/title 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/messages/tm-new-tiddler.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/messages/tm-new-tiddler 2 | 3 | (.*) -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/operators/field_title.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/operators/field:title 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/operators/filter.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/operators/filter 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/operators/list.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/operators/list 2 | 3 | reference -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/operators/relink_report.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/operators/relink:report 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/operators/subfilter.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/operators/subfilter 2 | 3 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/operators/tag.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/operators/tag 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/operators/title.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/operators/title 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/settings/default-type.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/settings/default-type 2 | 3 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/config/flibbles/relink/touch-modify.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/touch-modify 2 | 3 | yes -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/language/Docs/PaletteColours/relink-impossible.tid: -------------------------------------------------------------------------------- 1 | title: $:/language/Docs/PaletteColours/relink-impossible 2 | 3 | Relink link impossible -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/language/EditTemplate/Title/Impossibles/Prompt.tid: -------------------------------------------------------------------------------- 1 | title: $:/language/EditTemplate/Title/Impossibles/Prompt 2 | 3 | ''Warning:'' Not all references in the following tiddlers can be updated by //Relink// due to the complexity of the new title: -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/language/EditTemplate/Title/References/Prompt.tid: -------------------------------------------------------------------------------- 1 | title: $:/language/EditTemplate/Title/References/Prompt 2 | 3 | The following tiddlers will be updated if relinking: -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/language/EditTemplate/Title/Relink/Prompt.tid: -------------------------------------------------------------------------------- 1 | title: $:/language/EditTemplate/Title/Relink/Prompt 2 | 3 | Use //Relink// to update ''<$text text=<>/>'' to ''<$text text=<>/>'' across all other tiddlers -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/Filters/Missing.tid: -------------------------------------------------------------------------------- 1 | description: {{$:/plugins/flibbles/relink/language/Filters/Missing}} 2 | filter: [all[]!is[system]relink:references:hard[]!is[tiddler]!is[shadow]!prefix[$:/tags/]sort[title]] -[[]] 3 | tags: $:/tags/Filter 4 | title: $:/plugins/flibbles/relink/Filters/Missing -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/Filters/Orphans.tid: -------------------------------------------------------------------------------- 1 | description: {{$:/plugins/flibbles/relink/language/Filters/Orphans}} 2 | filter: [relink:orphans[]!is[system]sort[title]] 3 | tags: $:/tags/Filter 4 | title: $:/plugins/flibbles/relink/Filters/Orphans -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/configuration.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/configuration 2 | 3 | \whitespace trim 4 |
5 | <> 6 |
7 | -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/bulkops.js.meta: -------------------------------------------------------------------------------- 1 | module-type: startup 2 | title: $:/plugins/flibbles/relink/js/bulkops.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/contexts/context.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkcontext 2 | title: $:/plugins/flibbles/relink/js/contexts/context.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/contexts/import.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkcontext 2 | title: $:/plugins/flibbles/relink/js/contexts/import.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/contexts/tiddler.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkcontext 2 | title: $:/plugins/flibbles/relink/js/contexts/tiddler.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/contexts/variable.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkcontext 2 | title: $:/plugins/flibbles/relink/js/contexts/variable.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/contexts/whitelist.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkcontext 2 | title: $:/plugins/flibbles/relink/js/contexts/whitelist.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/contexts/widget.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkcontext 2 | title: $:/plugins/flibbles/relink/js/contexts/widget.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/contexts/wikitext.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkcontext 2 | title: $:/plugins/flibbles/relink/js/contexts/wikitext.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/fieldtypes/filter.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkfieldtype 2 | title: $:/plugins/flibbles/relink/js/fieldtypes/filter.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/fieldtypes/filter/function.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkfilter 2 | title: $:/plugins/flibbles/relink/js/fieldtypes/filter/function.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/fieldtypes/filter/operators.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkfilter 2 | title: $:/plugins/flibbles/relink/js/fieldtypes/filter/operators.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/fieldtypes/list.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkfieldtype 2 | title: $:/plugins/flibbles/relink/js/fieldtypes/list.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/fieldtypes/reference.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkfieldtype 2 | title: $:/plugins/flibbles/relink/js/fieldtypes/reference.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/fieldtypes/reference/title.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkreference 2 | title: $:/plugins/flibbles/relink/js/fieldtypes/reference/title.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/fieldtypes/title.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkfieldtype 2 | title: $:/plugins/flibbles/relink/js/fieldtypes/title.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/fieldtypes/wikitext.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkfieldtype 2 | title: $:/plugins/flibbles/relink/js/fieldtypes/wikitext.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/filteroperators/all_relinkable.js.meta: -------------------------------------------------------------------------------- 1 | module-type: allfilteroperator 2 | title: $:/plugins/flibbles/relink/js/filteroperators/all_relinkable.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/filteroperators/orphans.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkfilteroperator 2 | title: $:/plugins/flibbles/relink/js/filteroperators/orphans.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/filteroperators/references.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkfilteroperator 2 | title: $:/plugins/flibbles/relink/js/filteroperators/references.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/filteroperators/relink.js.meta: -------------------------------------------------------------------------------- 1 | module-type: filteroperator 2 | title: $:/plugins/flibbles/relink/js/filteroperators/relink.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/filteroperators/report.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkfilteroperator 2 | title: $:/plugins/flibbles/relink/js/filteroperators/report.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/filteroperators/signatures.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkfilteroperator 2 | title: $:/plugins/flibbles/relink/js/filteroperators/signatures.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/filteroperators/splitafter.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkfilteroperator 2 | title: $:/plugins/flibbles/relink/js/filteroperators/splitafter.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/filteroperators/wouldchange.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkfilteroperator 2 | title: $:/plugins/flibbles/relink/js/filteroperators/wouldchange.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/indexer.js.meta: -------------------------------------------------------------------------------- 1 | module-type: indexer 2 | title: $:/plugins/flibbles/relink/js/indexer.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/language.js.meta: -------------------------------------------------------------------------------- 1 | module-type: library 2 | title: $:/plugins/flibbles/relink/js/language.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/mangler.js.meta: -------------------------------------------------------------------------------- 1 | module-type: widget 2 | title: $:/plugins/flibbles/relink/js/mangler.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/fields.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkoperator 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/fields.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkoperator 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/filtertext.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinktext 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/filtertext.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/listtext.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinktext 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/listtext.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/referencetext.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinktext 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/referencetext.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/titletext.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinktext 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/titletext.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinktext 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/code.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkwikitextrule 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/code.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/comment.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkwikitextrule 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/comment.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/conditional.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkwikitextrule 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/conditional.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/def.js.meta: -------------------------------------------------------------------------------- 1 | module-type: library 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/def.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/def/body.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkdef 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/def/body.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/def/substitution.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkdef 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/def/substitution.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/filteredtransclude.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkwikitextrule 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/filteredtransclude.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/fnprocdef.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkwikitextrule 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/fnprocdef.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/html.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkwikitextrule 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/html.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/html/attributes.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkhtml 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/html/attributes.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/html/attributes/fields.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkhtmlattributes 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/html/attributes/fields.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/html/attributes/macrocall.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkhtmlattributes 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/html/attributes/macrocall.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/html/attributes/sendmessage.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkhtmlattributes 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/html/attributes/sendmessage.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/html/attributes/transclude.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkhtmlattributes 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/html/attributes/transclude.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/html/attributes/whitelist.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkhtmlattributes 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/html/attributes/whitelist.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/html/importvariables.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkhtml 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/html/importvariables.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/html/parameters.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkhtml 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/html/parameters.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/image.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkwikitextrule 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/image.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/import.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkwikitextrule 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/import.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/macrocall.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkwikitextrule 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/macrocall.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/macrodef.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkwikitextrule 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/macrodef.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/parameters.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkwikitextrule 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/parameters.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/prettylink.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkwikitextrule 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/prettylink.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/quoteblock.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkwikitextrule 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/quoteblock.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/relink.js.meta: -------------------------------------------------------------------------------- 1 | module-type: wikirule 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/relink.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/rules.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkwikitextrule 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/rules.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/syslink.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkwikitextrule 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/syslink.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/table.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkwikitextrule 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/table.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/transclude.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkwikitextrule 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/transclude.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/typedblock.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkwikitextrule 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/typedblock.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/utils.js.meta: -------------------------------------------------------------------------------- 1 | module-type: library 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/utils.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/whitespace.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkwikitextrule 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/whitespace.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/relinkoperations/text/wikitext/wikilink.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkwikitextrule 2 | title: $:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/wikilink.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/settings.js: -------------------------------------------------------------------------------- 1 | /*\ 2 | module-type: library 3 | 4 | This handles the fetching and distribution of relink settings. 5 | 6 | \*/ 7 | 8 | var utils = require('./utils'); 9 | 10 | ///// Legacy. You used to be able to access the type from utils. 11 | exports.getType = utils.getType; 12 | ///// 13 | -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/settings.js.meta: -------------------------------------------------------------------------------- 1 | module-type: library 2 | title: $:/plugins/flibbles/relink/js/settings.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/settings/attributes.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinksetting 2 | title: $:/plugins/flibbles/relink/js/settings/attributes.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/settings/exceptions.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinksetting 2 | the type they really are. Sort of like how $: /DefaultTiddlers is actually 3 | title: $:/plugins/flibbles/relink/js/settings/exceptions.js 4 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/settings/fields.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinksetting 2 | title: $:/plugins/flibbles/relink/js/settings/fields.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/settings/fieldwidgets.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinksetting 2 | title: $:/plugins/flibbles/relink/js/settings/fieldwidgets.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/settings/macros.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinksetting 2 | title: $:/plugins/flibbles/relink/js/settings/macros.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/settings/messages.js: -------------------------------------------------------------------------------- 1 | /*\ 2 | 3 | Factory method for creating the message regexp cache. 4 | 5 | \*/ 6 | 7 | exports.name = "messages"; 8 | 9 | exports.generate = function(messages, tiddler, key) { 10 | messages[key] = new RegExp(tiddler.fields.text.trim()); 11 | }; 12 | -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/settings/messages.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinksetting 2 | title: $:/plugins/flibbles/relink/js/settings/messages.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/settings/operators.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinksetting 2 | title: $:/plugins/flibbles/relink/js/settings/operators.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/utils.js.meta: -------------------------------------------------------------------------------- 1 | module-type: library 2 | title: $:/plugins/flibbles/relink/js/utils.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/utils/backupIndexer.js.meta: -------------------------------------------------------------------------------- 1 | module-type: library 2 | title: $:/plugins/flibbles/relink/js/utils/backupIndexer.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/utils/entry.js.meta: -------------------------------------------------------------------------------- 1 | module-type: library 2 | title: $:/plugins/flibbles/relink/js/utils/entry.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/utils/macrocall.js.meta: -------------------------------------------------------------------------------- 1 | module-type: library 2 | title: $:/plugins/flibbles/relink/js/utils/macrocall.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/utils/macrocall/parameters.js.meta: -------------------------------------------------------------------------------- 1 | module-type: relinkmacrocall 2 | title: $:/plugins/flibbles/relink/js/utils/macrocall/parameters.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/utils/rebuilder.js.meta: -------------------------------------------------------------------------------- 1 | module-type: library 2 | title: $:/plugins/flibbles/relink/js/utils/rebuilder.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/utils/substitution.js.meta: -------------------------------------------------------------------------------- 1 | module-type: library 2 | title: $:/plugins/flibbles/relink/js/utils/substitution.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/js/wikimethods.js.meta: -------------------------------------------------------------------------------- 1 | module-type: wikimethod 2 | title: $:/plugins/flibbles/relink/js/wikimethods.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/Buttons/Delete/Hint.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/Buttons/Delete/Hint 2 | 3 | delete -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/Buttons/LinkToInline/Hint.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/Buttons/LinkToInline/Hint 2 | 3 | go to defining tiddler -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/Buttons/NewAttribute/Caption.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/Buttons/NewAttribute/Caption 2 | 3 | add -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/Buttons/NewAttribute/Hint.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/Buttons/NewAttribute/Hint 2 | 3 | Specify a new widget/element attribute to be updated whenever a tiddler is renamed -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/Buttons/NewField/Caption.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/Buttons/NewField/Caption 2 | 3 | add -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/Buttons/NewField/Hint.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/Buttons/NewField/Hint 2 | 3 | Specify a new field to be updated whenever a tiddler is renamed -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/Buttons/NewOperator/Caption.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/Buttons/NewOperator/Caption 2 | 3 | add -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/Buttons/NewOperator/Hint.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/Buttons/NewOperator/Hint 2 | 3 | Specify a new filter operator to be considered whenever a tiddler is renamed -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/Buttons/NewParameter/Caption.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/Buttons/NewParameter/Caption 2 | 3 | add -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/Buttons/NewParameter/Hint.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/Buttons/NewParameter/Hint 2 | 3 | Specify a new macro parameter to be updated whenever a tiddler is renamed -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/Error/InvalidElementName.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/Error/InvalidElementName 2 | 3 | Illegal characters in element/widget name "<$text text=<>/>". Element tags can only contain letters and the characters hyphen (`-`) and dollar sign (`$`) -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/Error/InvalidMacroName.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/Error/InvalidMacroName 2 | 3 | Illegal characters in macro name "<$text text=<>/>". Macros cannot contain whitespace -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/Error/InvalidParameterName.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/Error/InvalidParameterName 2 | 3 | Illegal characters in parameter name "<$text text=<>/>". Parameters can only contain letters, digits, and the characters underscore (`_`) and hyphen (`-`) -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/Error/RelinkFilterOperator.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/Error/RelinkFilterOperator 2 | 3 | Filter Error: Unknown suffix for the 'relink' filter operator -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/Error/ReportFailedRelinks.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/Error/ReportFailedRelinks 2 | 3 | Relink could not update '<>' to '<>' inside the following tiddlers: -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/Error/UnrecognizedType.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/Error/UnrecognizedType 2 | 3 | Relink parse error: Unrecognized field type '<>' -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/Filters/Missing.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/Filters/Missing 2 | 3 | //Relink// Missing tiddlers -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/Filters/Orphans.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/Filters/Orphans 2 | 3 | //Relink// Orphans tiddlers -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/Help/Attributes.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/Help/Attributes 2 | 3 | See the Attributes documentation page for details. -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/Help/Fields.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/Help/Fields 2 | 3 | See the Fields documentation page for details. -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/Help/Macros.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/Help/Macros 2 | 3 | See the Macros documentation page for details. -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/Help/Operators.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/Help/Operators 2 | 3 | See the Operators documentation page for details. -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/SideBar/Missing/Caption.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/SideBar/Missing/Caption 2 | 3 | //Relink//
Missing -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/SideBar/Orphans/Caption.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/SideBar/Orphans/Caption 2 | 3 | //Relink//
Orphans -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/TiddlerInfo/References/Caption.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/TiddlerInfo/References/Caption 2 | 3 | //Relink// References -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/TiddlerInfo/References/Description.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/TiddlerInfo/References/Description 2 | 3 | The following tiddlers contain fields, links, macros, transclusions, or widgets referencing this one: -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/TiddlerInfo/References/Empty.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/TiddlerInfo/References/Empty 2 | 3 | No tiddlers contain any fields, links, macros, transclusions, or widgets referencing this one -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/ui/Attributes/Caption.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/ui/Attributes/Caption 2 | 3 | Attributes -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/ui/Fields/Caption.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/ui/Fields/Caption 2 | 3 | Fields -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/ui/Macros/Caption.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/ui/Macros/Caption 2 | 3 | Macros -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/relink/_system/plugins/flibbles/relink/language/ui/Operators/Caption.tid: -------------------------------------------------------------------------------- 1 | title: $:/plugins/flibbles/relink/language/ui/Operators/Caption 2 | 3 | Operators -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/shuffle/_system/plugins/mklauber/shuffle/seedrandom.js.meta: -------------------------------------------------------------------------------- 1 | created: 20180220123939614 2 | modified: 20180220125617309 3 | module-type: library 4 | tags: 5 | title: $:/plugins/mklauber/shuffle/seedrandom.js 6 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/shuffle/_system/plugins/mklauber/shuffle/shuffle.js.meta: -------------------------------------------------------------------------------- 1 | caption: A filter Operator to randomize the order of the list passed to it. 2 | created: 20150811171933696 3 | modified: 20180220125039203 4 | module-type: filteroperator 5 | title: $:/plugins/mklauber/shuffle/shuffle.js 6 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/shuffle/_system/plugins/mklauber/shuffle/startup.js: -------------------------------------------------------------------------------- 1 | exports.name = "shuffle" 2 | exports.before = ["render"] 3 | exports.startup = function() { 4 | $tw.modules.execute('$:/plugins/mklauber/shuffle/seedrandom.js'); 5 | } 6 | -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/shuffle/_system/plugins/mklauber/shuffle/startup.js.meta: -------------------------------------------------------------------------------- 1 | created: 20180220133753576 2 | modified: 20180220133920300 3 | module-type: startup 4 | tags: 5 | title: $:/plugins/mklauber/shuffle/startup.js 6 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/tables/_system/plugins/aaldrich/tables/template/expand/edit.tid: -------------------------------------------------------------------------------- 1 | created: 20190714035903654 2 | modified: 20190816062006055 3 | tags: $:/tags/table/ExpandTemplate 4 | tbl-template-name: edit 5 | title: $:/plugins/aaldrich/tables/template/expand/edit 6 | 7 | <$edit class="tbl-inpt-edit" tiddler=<> field=text tag=textarea/> -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/tables/_system/plugins/aaldrich/tables/template/footer/disabled.tid: -------------------------------------------------------------------------------- 1 | created: 20170205234107408 2 | modified: 20191205210029064 3 | revision: 0 4 | tags: $:/tags/table/FooterTemplate 5 | tbl-column-list: ID id 6 | title: $:/plugins/aaldrich/tables/template/footer/disabled 7 | 8 | 9 | <> 10 | -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/tables/_system/plugins/aaldrich/tables/template/header/disabled.tid: -------------------------------------------------------------------------------- 1 | created: 20170205233518589 2 | modified: 20191205210234858 3 | revision: 0 4 | tags: $:/tags/table/HeaderTemplate 5 | tbl-column-list: ID id 6 | title: $:/plugins/aaldrich/tables/template/header/disabled 7 | 8 | 9 | <> 10 | -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/tables/_system/plugins/aaldrich/tables/template/header/empty.tid: -------------------------------------------------------------------------------- 1 | created: 20190714062216671 2 | modified: 20191214044612648 3 | revision: 0 4 | tags: $:/tags/table/HeaderTemplate 5 | tbl-column-list: tbl-anything tbl-index tbl-radio 6 | title: $:/plugins/aaldrich/tables/template/header/empty 7 | 8 | 9 | -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/tidgraph/_system/plugins/ihm/tidgraph/changelog.tid: -------------------------------------------------------------------------------- 1 | created: 20151024161547099 2 | creator: ihm4u 3 | modified: 20151031061347109 4 | modifier: ihm4u 5 | tags: 6 | title: $:/plugins/ihm/tidgraph/changelog 7 | 8 | For the complete changelog see 9 | 10 | https://ihm4u.github.io/tw5plugs/#Tidgraph%20-%20Changelog 11 | -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/tidgraph/_system/plugins/ihm/tidgraph/stylesheet.css.meta: -------------------------------------------------------------------------------- 1 | tags: $:/tags/Stylesheet 2 | title: $:/plugins/ihm/tidgraph/stylesheet 3 | type: text/css -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/tidgraph/_system/plugins/ihm/tidgraph/tidgraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sobjornstad/tzk/b8187ce0e888ce05709e2147f006f1ffabd10735/tzk/editions/tzk/plugins/tidgraph/_system/plugins/ihm/tidgraph/tidgraph.png -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/tidgraph/_system/plugins/ihm/tidgraph/tidgraph.png.meta: -------------------------------------------------------------------------------- 1 | created: 20151024064703806 2 | modified: 20151024064720670 3 | title: $:/plugins/ihm/tidgraph/tidgraph.png 4 | type: image/png -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/tidgraph/_system/plugins/ihm/tidgraph/utils.js.meta: -------------------------------------------------------------------------------- 1 | module-type: library 2 | title: $:/plugins/ihm/tidgraph/utils.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/plugins/tidgraph/_system/plugins/ihm/widgets/tidgraph.js.meta: -------------------------------------------------------------------------------- 1 | module-type: widget 2 | title: $:/plugins/ihm/widgets/tidgraph.js 3 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/DefaultTiddlers.tid: -------------------------------------------------------------------------------- 1 | created: 20200118003419923 2 | creator: soren 3 | modified: 20200804182428572 4 | modifier: soren 5 | title: $:/DefaultTiddlers 6 | type: text/vnd.tiddlywiki 7 | 8 | $:/sib/GettingStarted -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/HistoryList.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "title": "GettingStarted" 4 | }, 5 | { 6 | "title": "Community" 7 | } 8 | ] -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/HistoryList.json.meta: -------------------------------------------------------------------------------- 1 | created: 20230416171729512 2 | current-tiddler: Community 3 | modified: 20240725212126011 4 | title: $:/HistoryList 5 | type: application/json -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/Import.tid: -------------------------------------------------------------------------------- 1 | modified: 20240718141701795 2 | modifier: soren 3 | status: complete 4 | title: $:/Import 5 | type: text/vnd.tiddlywiki 6 | 7 | The following tiddlers were imported: 8 | 9 | # [[relationship-archetypes.png]] -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/SiteSubtitle.tid: -------------------------------------------------------------------------------- 1 | created: 20200118003902418 2 | creator: soren 3 | modified: 20200118003906515 4 | modifier: soren 5 | title: $:/SiteSubtitle 6 | type: text/vnd.tiddlywiki 7 | 8 | Say something clever about it here -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/SiteTitle.tid: -------------------------------------------------------------------------------- 1 | created: 20200118003822985 2 | creator: soren 3 | modified: 20240316202241738 4 | modifier: soren 5 | title: $:/SiteTitle 6 | type: text/vnd.tiddlywiki 7 | 8 | My TiddlyZettelKasten -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/StoryList.tid: -------------------------------------------------------------------------------- 1 | list: Community ColivingPossibilities $:/AdvancedSearch $:/sib/Templates/Automatic/Publicity/PrivateEditionTemplate $:/PrivateEdition/Greta 2024WildGooseFestivalTrip [[2024-07-14 Sun]] 2 | title: $:/StoryList -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/AnimationDuration.tid: -------------------------------------------------------------------------------- 1 | created: 20200118003418275 2 | creator: soren 3 | modified: 20200118003419972 4 | modifier: soren 5 | title: $:/config/AnimationDuration 6 | type: text/vnd.tiddlywiki 7 | 8 | 200 -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/DefaultSidebarTab.tid: -------------------------------------------------------------------------------- 1 | created: 20200118003657706 2 | creator: soren 3 | modified: 20200118003658921 4 | modifier: soren 5 | title: $:/config/DefaultSidebarTab 6 | type: text/vnd.tiddlywiki 7 | 8 | $:/core/ui/SideBar/More -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/DownloadSaver/AutoSave.tid: -------------------------------------------------------------------------------- 1 | created: 20200226002847048 2 | modified: 20200226002849153 3 | title: $:/config/DownloadSaver/AutoSave 4 | type: text/vnd.tiddlywiki 5 | 6 | no -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/EditTabIndex.tid: -------------------------------------------------------------------------------- 1 | created: 20200515033855017 2 | modified: 20200515033900734 3 | tags: 4 | title: $:/config/EditTabIndex 5 | type: text/vnd.tiddlywiki 6 | 7 | 1 -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/EditorToolbarButtons/Visibility/$_/core/ui/EditorToolbar/do-thing.tid: -------------------------------------------------------------------------------- 1 | created: 20210928031215487 2 | creator: soren 3 | modified: 20210928031216652 4 | modifier: soren 5 | title: $:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/do-thing 6 | type: text/vnd.tiddlywiki 7 | 8 | show -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Manager/Filter.tid: -------------------------------------------------------------------------------- 1 | created: 20200226225437497 2 | modified: 20200301191728127 3 | title: $:/config/Manager/Filter 4 | type: text/vnd.tiddlywiki -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Manager/Show.tid: -------------------------------------------------------------------------------- 1 | created: 20200125221910159 2 | modified: 20200510003949538 3 | title: $:/config/Manager/Show 4 | type: text/vnd.tiddlywiki 5 | 6 | tiddlers -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Manager/Sort.tid: -------------------------------------------------------------------------------- 1 | created: 20200225231329450 2 | modified: 20210102053655395 3 | title: $:/config/Manager/Sort 4 | type: text/vnd.tiddlywiki 5 | 6 | text -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Manager/System.tid: -------------------------------------------------------------------------------- 1 | created: 20200225231355813 2 | modified: 20200225231357995 3 | title: $:/config/Manager/System 4 | type: text/vnd.tiddlywiki 5 | 6 | system -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Manager/Tag.tid: -------------------------------------------------------------------------------- 1 | created: 20200225231334446 2 | modified: 20210102053649967 3 | title: $:/config/Manager/Tag 4 | type: text/vnd.tiddlywiki 5 | 6 | Source -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Navigation/UpdateAddressBar.tid: -------------------------------------------------------------------------------- 1 | created: 20230416140641682 2 | creator: soren 3 | modified: 20230416140641711 4 | modifier: soren 5 | title: $:/config/Navigation/UpdateAddressBar 6 | type: text/vnd.tiddlywiki 7 | 8 | permaview -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/NewJournal/Title.tid: -------------------------------------------------------------------------------- 1 | created: 20200425021836647 2 | modified: 20200425022040020 3 | title: $:/config/NewJournal/Title 4 | type: text/vnd.tiddlywiki 5 | 6 | YYYY-0MM-0DD ddd -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/PageControlButtons/Visibility/$_/core/ui/Buttons/advanced-search.tid: -------------------------------------------------------------------------------- 1 | created: 20210102053710313 2 | modified: 20210102053627345 3 | title: $:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/advanced-search 4 | type: text/vnd.tiddlywiki 5 | 6 | hide -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/PageControlButtons/Visibility/$_/core/ui/Buttons/close-all.tid: -------------------------------------------------------------------------------- 1 | created: 20200913160459794 2 | modified: 20200913160708406 3 | title: $:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/close-all 4 | type: text/vnd.tiddlywiki 5 | 6 | hide -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/PageControlButtons/Visibility/$_/core/ui/Buttons/control-panel.tid: -------------------------------------------------------------------------------- 1 | created: 20200913160724199 2 | modified: 20200913160920405 3 | title: $:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/control-panel 4 | type: text/vnd.tiddlywiki 5 | 6 | show -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/PageControlButtons/Visibility/$_/core/ui/Buttons/full-screen.tid: -------------------------------------------------------------------------------- 1 | created: 20200404141720140 2 | creator: soren 3 | modified: 20200404141727487 4 | modifier: soren 5 | title: $:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/full-screen 6 | type: text/vnd.tiddlywiki 7 | 8 | hide -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/PageControlButtons/Visibility/$_/core/ui/Buttons/home.tid: -------------------------------------------------------------------------------- 1 | created: 20200323004119552 2 | modified: 20200913160059735 3 | title: $:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/home 4 | type: text/vnd.tiddlywiki 5 | 6 | hide -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/PageControlButtons/Visibility/$_/core/ui/Buttons/import.tid: -------------------------------------------------------------------------------- 1 | created: 20210102053930923 2 | modified: 20210202033953029 3 | title: $:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/import 4 | type: text/vnd.tiddlywiki 5 | 6 | hide -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/PageControlButtons/Visibility/$_/core/ui/Buttons/more-page-actions.tid: -------------------------------------------------------------------------------- 1 | created: 20200329180402644 2 | modified: 20200425031432070 3 | title: $:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/more-page-actions 4 | type: text/vnd.tiddlywiki 5 | 6 | hide -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/PageControlButtons/Visibility/$_/core/ui/Buttons/new-journal.tid: -------------------------------------------------------------------------------- 1 | created: 20200125221848147 2 | modified: 20230830215242714 3 | title: $:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-journal 4 | type: text/vnd.tiddlywiki 5 | 6 | show -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/PageControlButtons/Visibility/$_/core/ui/Buttons/new-tiddler.tid: -------------------------------------------------------------------------------- 1 | created: 20200404141647796 2 | creator: soren 3 | modified: 20200913160849302 4 | modifier: soren 5 | title: $:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-tiddler 6 | type: text/vnd.tiddlywiki 7 | 8 | show -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/PageControlButtons/Visibility/$_/core/ui/Buttons/permaview.tid: -------------------------------------------------------------------------------- 1 | created: 20200329180357772 2 | modified: 20200329180359920 3 | title: $:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/permaview 4 | type: text/vnd.tiddlywiki 5 | 6 | hide -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/PageControlButtons/Visibility/$_/core/ui/Buttons/save-wiki.tid: -------------------------------------------------------------------------------- 1 | created: 20200425031326114 2 | modified: 20200425031326136 3 | title: $:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/save-wiki 4 | type: text/vnd.tiddlywiki 5 | 6 | hide -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/PageControlButtons/Visibility/$_/core/ui/Buttons/tag-manager.tid: -------------------------------------------------------------------------------- 1 | created: 20200425031433809 2 | modified: 20200425031433831 3 | title: $:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/tag-manager 4 | type: text/vnd.tiddlywiki 5 | 6 | show -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/PageControlButtons/Visibility/$_/core/ui/Buttons/timestamp.tid: -------------------------------------------------------------------------------- 1 | created: 20200404141704643 2 | creator: soren 3 | modified: 20210509011208732 4 | modifier: soren 5 | title: $:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/timestamp 6 | type: text/vnd.tiddlywiki 7 | 8 | hide -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/PageControlButtons/Visibility/$_/plugins/aaldrich/tables/button.tid: -------------------------------------------------------------------------------- 1 | created: 20200322013805236 2 | creator: soren 3 | modified: 20200322013806469 4 | modifier: soren 5 | title: $:/config/PageControlButtons/Visibility/$:/plugins/aaldrich/tables/button 6 | type: text/vnd.tiddlywiki 7 | 8 | hide -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/PageControlButtons/Visibility/$_/sib/Buttons/NewDate.tid: -------------------------------------------------------------------------------- 1 | created: 20230405213734859 2 | creator: soren 3 | modified: 20230405213734872 4 | modifier: soren 5 | title: $:/config/PageControlButtons/Visibility/$:/sib/Buttons/NewDate 6 | type: text/vnd.tiddlywiki 7 | 8 | hide -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/PageControlButtons/Visibility/$_/sib/Buttons/NewSource.tid: -------------------------------------------------------------------------------- 1 | created: 20210525001028932 2 | creator: soren 3 | modified: 20240718012024587 4 | modifier: soren 5 | title: $:/config/PageControlButtons/Visibility/$:/sib/Buttons/NewSource 6 | type: text/vnd.tiddlywiki 7 | 8 | show -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/PageControlButtons/Visibility/$_/sib/Buttons/ReadingInbox.tid: -------------------------------------------------------------------------------- 1 | created: 20210525001112107 2 | modified: 20210525001215732 3 | title: $:/config/PageControlButtons/Visibility/$:/sib/Buttons/ReadingInbox 4 | type: text/vnd.tiddlywiki 5 | 6 | show -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/PageControlButtons/Visibility/$_/sib/NewSourceButton.tid: -------------------------------------------------------------------------------- 1 | created: 20200913160857999 2 | modified: 20210307212022651 3 | tags: 4 | title: $:/config/PageControlButtons/Visibility/$:/sib/NewSourceButton 5 | type: text/vnd.tiddlywiki 6 | 7 | show -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Performance/Instrumentation.tid: -------------------------------------------------------------------------------- 1 | created: 20210721001042152 2 | creator: soren 3 | modified: 20240601212228780 4 | modifier: soren 5 | title: $:/config/Performance/Instrumentation 6 | type: text/vnd.tiddlywiki 7 | 8 | no -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Plugins/Disabled/$_/plugins/MaxGyver83/tw5-keyboard-navigation.tid: -------------------------------------------------------------------------------- 1 | created: 20210205013330536 2 | modified: 20210205013924490 3 | title: $:/config/Plugins/Disabled/$:/plugins/MaxGyver83/tw5-keyboard-navigation 4 | type: text/vnd.tiddlywiki 5 | 6 | yes -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Plugins/Disabled/$_/plugins/TheDiveO/FontAwesome.tid: -------------------------------------------------------------------------------- 1 | created: 20210205013551526 2 | modified: 20210205014243897 3 | title: $:/config/Plugins/Disabled/$:/plugins/TheDiveO/FontAwesome 4 | type: text/vnd.tiddlywiki 5 | 6 | no -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Plugins/Disabled/$_/plugins/adithyab/cmplus.tid: -------------------------------------------------------------------------------- 1 | created: 20240601185410615 2 | creator: soren 3 | modified: 20240601190230172 4 | modifier: soren 5 | title: $:/config/Plugins/Disabled/$:/plugins/adithyab/cmplus 6 | type: text/vnd.tiddlywiki 7 | 8 | no -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Plugins/Disabled/$_/plugins/bimlas/locator.tid: -------------------------------------------------------------------------------- 1 | created: 20210205013358090 2 | creator: soren 3 | modified: 20240601202717720 4 | modifier: soren 5 | title: $:/config/Plugins/Disabled/$:/plugins/bimlas/locator 6 | type: text/vnd.tiddlywiki 7 | 8 | yes -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Plugins/Disabled/$_/plugins/flibbles/relink.tid: -------------------------------------------------------------------------------- 1 | created: 20210205013547783 2 | modified: 20210205014248273 3 | title: $:/config/Plugins/Disabled/$:/plugins/flibbles/relink 4 | type: text/vnd.tiddlywiki 5 | 6 | no -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Plugins/Disabled/$_/plugins/frd/simplecalendar.tid: -------------------------------------------------------------------------------- 1 | created: 20210205013416214 2 | modified: 20210205013728062 3 | title: $:/config/Plugins/Disabled/$:/plugins/frd/simplecalendar 4 | type: text/vnd.tiddlywiki 5 | 6 | yes -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Plugins/Disabled/$_/plugins/kantorsite/mathjax.tid: -------------------------------------------------------------------------------- 1 | created: 20200710193223440 2 | modified: 20200710193424989 3 | title: $:/config/Plugins/Disabled/$:/plugins/kantorsite/mathjax 4 | type: text/vnd.tiddlywiki 5 | 6 | yes -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Plugins/Disabled/$_/plugins/kixam/datepicker.tid: -------------------------------------------------------------------------------- 1 | created: 20210205013308502 2 | modified: 20210307161239111 3 | title: $:/config/Plugins/Disabled/$:/plugins/kixam/datepicker 4 | type: text/vnd.tiddlywiki 5 | 6 | no -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Plugins/Disabled/$_/plugins/kixam/moment.tid: -------------------------------------------------------------------------------- 1 | created: 20210205013419352 2 | modified: 20210307161611835 3 | title: $:/config/Plugins/Disabled/$:/plugins/kixam/moment 4 | type: text/vnd.tiddlywiki 5 | 6 | no -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Plugins/Disabled/$_/plugins/kookma/refnotes.tid: -------------------------------------------------------------------------------- 1 | created: 20210920204145810 2 | creator: soren 3 | modified: 20240406232433045 4 | modifier: soren 5 | title: $:/config/Plugins/Disabled/$:/plugins/kookma/refnotes 6 | type: text/vnd.tiddlywiki 7 | 8 | no -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Plugins/Disabled/$_/plugins/sk/FancyQuotes.tid: -------------------------------------------------------------------------------- 1 | created: 20210205013542897 2 | modified: 20210205013915843 3 | title: $:/config/Plugins/Disabled/$:/plugins/sk/FancyQuotes 4 | type: text/vnd.tiddlywiki 5 | 6 | yes -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Plugins/Disabled/$_/plugins/sobjornstad/3click2edit.tid: -------------------------------------------------------------------------------- 1 | created: 20210205013622647 2 | modified: 20210205013715594 3 | title: $:/config/Plugins/Disabled/$:/plugins/sobjornstad/3click2edit 4 | type: text/vnd.tiddlywiki 5 | 6 | no -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Plugins/Disabled/$_/plugins/sycom/leaflet.tid: -------------------------------------------------------------------------------- 1 | created: 20230912032419864 2 | modified: 20230912032419864 3 | title: $:/config/Plugins/Disabled/$:/plugins/sycom/leaflet 4 | type: text/vnd.tiddlywiki 5 | 6 | yes -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Plugins/Disabled/$_/plugins/telmiger/details.tid: -------------------------------------------------------------------------------- 1 | created: 20210205013521277 2 | modified: 20210205014302258 3 | title: $:/config/Plugins/Disabled/$:/plugins/telmiger/details 4 | type: text/vnd.tiddlywiki 5 | 6 | no -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Plugins/Disabled/$_/plugins/tiddlywiki/codemirror-autocomplete.tid: -------------------------------------------------------------------------------- 1 | created: 20210205013531768 2 | creator: soren 3 | modified: 20240601190355851 4 | modifier: soren 5 | title: $:/config/Plugins/Disabled/$:/plugins/tiddlywiki/codemirror-autocomplete 6 | type: text/vnd.tiddlywiki 7 | 8 | yes -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Plugins/Disabled/$_/plugins/tiddlywiki/codemirror-closebrackets.tid: -------------------------------------------------------------------------------- 1 | created: 20210205013530658 2 | creator: soren 3 | modified: 20240601190225436 4 | modifier: soren 5 | title: $:/config/Plugins/Disabled/$:/plugins/tiddlywiki/codemirror-closebrackets 6 | type: text/vnd.tiddlywiki 7 | 8 | no -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Plugins/Disabled/$_/plugins/tiddlywiki/codemirror-keymap-vim.tid: -------------------------------------------------------------------------------- 1 | created: 20210205013534170 2 | creator: soren 3 | modified: 20240601190226557 4 | modifier: soren 5 | title: $:/config/Plugins/Disabled/$:/plugins/tiddlywiki/codemirror-keymap-vim 6 | type: text/vnd.tiddlywiki 7 | 8 | no -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Plugins/Disabled/$_/plugins/tiddlywiki/codemirror-search-replace.tid: -------------------------------------------------------------------------------- 1 | created: 20210205013607133 2 | creator: soren 3 | modified: 20240601190228281 4 | modifier: soren 5 | title: $:/config/Plugins/Disabled/$:/plugins/tiddlywiki/codemirror-search-replace 6 | type: text/vnd.tiddlywiki 7 | 8 | no -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Plugins/Disabled/$_/plugins/tiddlywiki/codemirror.tid: -------------------------------------------------------------------------------- 1 | created: 20240601185358165 2 | creator: soren 3 | modified: 20240601190329616 4 | modifier: soren 5 | title: $:/config/Plugins/Disabled/$:/plugins/tiddlywiki/codemirror 6 | type: text/vnd.tiddlywiki 7 | 8 | no -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Plugins/Disabled/$_/plugins/tiddlywiki/highlight.tid: -------------------------------------------------------------------------------- 1 | created: 20210205013556905 2 | modified: 20210205232117777 3 | title: $:/config/Plugins/Disabled/$:/plugins/tiddlywiki/highlight 4 | type: text/vnd.tiddlywiki 5 | 6 | no -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Plugins/Disabled/$_/plugins/tiddlywiki/katex.tid: -------------------------------------------------------------------------------- 1 | created: 20210205013601533 2 | modified: 20210205015443190 3 | title: $:/config/Plugins/Disabled/$:/plugins/tiddlywiki/katex 4 | type: text/vnd.tiddlywiki 5 | 6 | no -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/PublicContactInfo: -------------------------------------------------------------------------------- 1 | homepage: https://www.sorenbjornstad.com 2 | email: zettelkasten@sorenbjornstad.com 3 | github: https://github.com/sobjornstad/zettelkasten-sib -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/PublicContactInfo.meta: -------------------------------------------------------------------------------- 1 | created: 20200508015911051 2 | modified: 20200508020040701 3 | title: $:/config/PublicContactInfo 4 | type: application/x-tiddler-dictionary -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/RelinkOnRename.tid: -------------------------------------------------------------------------------- 1 | created: 20200121230518238 2 | creator: soren 3 | modified: 20231208143441304 4 | modifier: soren 5 | title: $:/config/RelinkOnRename 6 | type: text/vnd.tiddlywiki 7 | 8 | yes -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/ShortcutInfo/excise-private-chunk.tid: -------------------------------------------------------------------------------- 1 | created: 20210522035122311 2 | modified: 20210522034939194 3 | tags: 4 | title: $:/config/ShortcutInfo/excise-private-chunk 5 | type: text/vnd.tiddlywiki 6 | 7 | Excise the current selection to a new private chunk -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/TiddlerInfo/Mode.tid: -------------------------------------------------------------------------------- 1 | created: 20200118003704896 2 | creator: soren 3 | modified: 20200118003705931 4 | modifier: soren 5 | title: $:/config/TiddlerInfo/Mode 6 | type: text/vnd.tiddlywiki 7 | 8 | sticky -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Tiddlers/TitleLinks.tid: -------------------------------------------------------------------------------- 1 | created: 20210507013444291 2 | modified: 20210507013256599 3 | title: $:/config/Tiddlers/TitleLinks 4 | type: text/vnd.tiddlywiki 5 | 6 | yes -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/TiddlyRemember/TagMapping.tid: -------------------------------------------------------------------------------- 1 | created: 20200516190911842 2 | creator: soren 3 | modified: 20220302210205566 4 | modifier: soren 5 | tags: 6 | title: $:/config/TiddlyRemember/TagMapping 7 | type: text/vnd.tiddlywiki 8 | 9 | [[Source::Zettelkasten]] 10 | [has[tr-tags]get[tr-tags]] -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/TimestampDisable.tid: -------------------------------------------------------------------------------- 1 | created: 20200118025806832 2 | creator: soren 3 | modified: 20210721005951761 4 | modifier: soren 5 | title: $:/config/TimestampDisable 6 | type: text/vnd.tiddlywiki 7 | 8 | no -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Toolbar/ButtonClass.tid: -------------------------------------------------------------------------------- 1 | created: 20200118003731285 2 | creator: soren 3 | modified: 20220215235820508 4 | modifier: soren 5 | title: $:/config/Toolbar/ButtonClass 6 | type: text/vnd.tiddlywiki 7 | 8 | tc-btn-rounded -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/Toolbar/Text.tid: -------------------------------------------------------------------------------- 1 | created: 20200118003741043 2 | creator: soren 3 | modified: 20200118003745155 4 | modifier: soren 5 | title: $:/config/Toolbar/Text 6 | type: text/vnd.tiddlywiki 7 | 8 | no -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/ViewToolbarButtons/Visibility/$_/core/ui/Buttons/clone.tid: -------------------------------------------------------------------------------- 1 | created: 20200321222632217 2 | creator: soren 3 | modified: 20201120173219656 4 | modifier: soren 5 | title: $:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/clone 6 | type: text/vnd.tiddlywiki 7 | 8 | hide -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/ViewToolbarButtons/Visibility/$_/core/ui/Buttons/close-others.tid: -------------------------------------------------------------------------------- 1 | created: 20200913195739332 2 | modified: 20200913195744428 3 | title: $:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/close-others 4 | type: text/vnd.tiddlywiki 5 | 6 | hide -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/ViewToolbarButtons/Visibility/$_/core/ui/Buttons/edit.tid: -------------------------------------------------------------------------------- 1 | created: 20200508024425999 2 | modified: 20200508024854302 3 | title: $:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/edit 4 | type: text/vnd.tiddlywiki 5 | 6 | show -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/ViewToolbarButtons/Visibility/$_/core/ui/Buttons/export-tiddler.tid: -------------------------------------------------------------------------------- 1 | created: 20200321222634628 2 | creator: soren 3 | modified: 20200321222636791 4 | modifier: soren 5 | title: $:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/export-tiddler 6 | type: text/vnd.tiddlywiki 7 | 8 | hide -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/ViewToolbarButtons/Visibility/$_/core/ui/Buttons/fold-bar.tid: -------------------------------------------------------------------------------- 1 | created: 20200125183503813 2 | creator: soren 3 | modified: 20230416140938773 4 | modifier: soren 5 | title: $:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-bar 6 | type: text/vnd.tiddlywiki 7 | 8 | hide -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/ViewToolbarButtons/Visibility/$_/core/ui/Buttons/info.tid: -------------------------------------------------------------------------------- 1 | created: 20200118034433307 2 | modified: 20201120173206280 3 | title: $:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/info 4 | type: text/vnd.tiddlywiki 5 | 6 | hide -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/ViewToolbarButtons/Visibility/$_/core/ui/Buttons/new-here.tid: -------------------------------------------------------------------------------- 1 | created: 20200125183450402 2 | creator: soren 3 | modified: 20201120173225978 4 | modifier: soren 5 | title: $:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-here 6 | type: text/vnd.tiddlywiki 7 | 8 | hide -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/ViewToolbarButtons/Visibility/$_/core/ui/Buttons/new-journal-here.tid: -------------------------------------------------------------------------------- 1 | created: 20201120173247431 2 | modified: 20201120173222291 3 | title: $:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-journal-here 4 | type: text/vnd.tiddlywiki 5 | 6 | hide -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/ViewToolbarButtons/Visibility/$_/core/ui/Buttons/permalink.tid: -------------------------------------------------------------------------------- 1 | created: 20200913200724872 2 | modified: 20201120173215063 3 | title: $:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permalink 4 | type: text/vnd.tiddlywiki 5 | 6 | show -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/ViewToolbarButtons/Visibility/$_/sib/Buttons/CopyPublicZettelkastenLink.tid: -------------------------------------------------------------------------------- 1 | created: 20210525001044166 2 | creator: soren 3 | modified: 20210922125743198 4 | modifier: soren 5 | title: $:/config/ViewToolbarButtons/Visibility/$:/sib/Buttons/CopyPublicZettelkastenLink 6 | type: text/vnd.tiddlywiki 7 | 8 | hide -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/ViewToolbarButtons/Visibility/$_/sib/Buttons/CopyTitleReference.tid: -------------------------------------------------------------------------------- 1 | created: 20210525001045047 2 | modified: 20210525000850061 3 | title: $:/config/ViewToolbarButtons/Visibility/$:/sib/Buttons/CopyTitleReference 4 | type: text/vnd.tiddlywiki 5 | 6 | show -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/ViewToolbarButtons/Visibility/$_/sib/CopyPublicZettelkastenLink.tid: -------------------------------------------------------------------------------- 1 | created: 20201216045704818 2 | modified: 20201216045631478 3 | title: $:/config/ViewToolbarButtons/Visibility/$:/sib/CopyPublicZettelkastenLink 4 | type: text/vnd.tiddlywiki 5 | 6 | show -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/ViewToolbarButtons/Visibility/$_/sib/CopyTitleReference.tid: -------------------------------------------------------------------------------- 1 | created: 20201201192308952 2 | modified: 20201201192236971 3 | title: $:/config/ViewToolbarButtons/Visibility/$:/sib/CopyTitleReference 4 | type: text/vnd.tiddlywiki 5 | 6 | show -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/ViewToolbarButtons/Visibility/DoCopyTitleReference.tid: -------------------------------------------------------------------------------- 1 | created: 20200913200034137 2 | modified: 20200913200042061 3 | title: $:/config/ViewToolbarButtons/Visibility/DoCopyTitleReference 4 | type: text/vnd.tiddlywiki 5 | 6 | show -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/WikiParserRules/Inline/dash.tid: -------------------------------------------------------------------------------- 1 | created: 20201124030001841 2 | modified: 20201124030011884 3 | title: $:/config/WikiParserRules/Inline/dash 4 | type: text/vnd.tiddlywiki 5 | 6 | enable -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/WikiParserRules/Inline/wikilink.tid: -------------------------------------------------------------------------------- 1 | created: 20231018193132541 2 | creator: soren 3 | modified: 20231018193132541 4 | modifier: soren 5 | title: $:/config/WikiParserRules/Inline/wikilink 6 | type: text/vnd.tiddlywiki 7 | 8 | enable -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/bimlas/locator/fields/parent.tid: -------------------------------------------------------------------------------- 1 | created: 20200410133117956 2 | creator: soren 3 | field-direction: to 4 | modified: 20200410133133054 5 | modifier: soren 6 | title: $:/config/bimlas/locator/fields/parent 7 | type: text/vnd.tiddlywiki 8 | 9 | $:/plugins/bimlas/locator/field-templates/text -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/bj/Calendar.json.meta: -------------------------------------------------------------------------------- 1 | created: 20230911043804069 2 | modified: 20230911044646164 3 | module-type: library 4 | title: $:/config/bj/Calendar.json 5 | type: application/json -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/codemirror/keyMap: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/codemirror/keyMap.meta: -------------------------------------------------------------------------------- 1 | created: 20200118023853777 2 | creator: soren 3 | modified: 20210910160825258 4 | modifier: soren 5 | title: $:/config/codemirror/keyMap 6 | type: string -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/codemirror/theme: -------------------------------------------------------------------------------- 1 | cmplus -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/codemirror/theme.meta: -------------------------------------------------------------------------------- 1 | created: 20210316232428596 2 | modified: 20210329225730283 3 | title: $:/config/codemirror/theme 4 | type: string -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/fields/author.tid: -------------------------------------------------------------------------------- 1 | created: 20240718025053184 2 | creator: soren 3 | modified: 20240718025053184 4 | modifier: soren 5 | title: $:/config/flibbles/relink/fields/author 6 | type: text/vnd.tiddlywiki 7 | 8 | list -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/fields/bibliography.tid: -------------------------------------------------------------------------------- 1 | created: 20210606192417191 2 | modified: 20210606192216249 3 | title: $:/config/flibbles/relink/fields/bibliography 4 | type: text/vnd.tiddlywiki 5 | 6 | list -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/fields/condition.tid: -------------------------------------------------------------------------------- 1 | created: 20230416230240335 2 | creator: soren 3 | modified: 20230416230240335 4 | modifier: soren 5 | title: $:/config/flibbles/relink/fields/condition 6 | type: text/vnd.tiddlywiki 7 | 8 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/fields/description.tid: -------------------------------------------------------------------------------- 1 | created: 20230416032019969 2 | creator: soren 3 | modified: 20230416032020019 4 | modifier: soren 5 | title: $:/config/flibbles/relink/fields/description 6 | type: text/vnd.tiddlywiki 7 | 8 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/fields/entrypoint.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/fields/entrypoint 2 | type: text/vnd.tiddlywiki 3 | 4 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/fields/memberof.tid: -------------------------------------------------------------------------------- 1 | created: 20200517132228253 2 | modified: 20200517132227841 3 | title: $:/config/flibbles/relink/fields/memberof 4 | type: text/vnd.tiddlywiki 5 | 6 | list -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/fields/participants.tid: -------------------------------------------------------------------------------- 1 | created: 20230416161312959 2 | creator: soren 3 | modified: 20230416161312972 4 | modifier: soren 5 | title: $:/config/flibbles/relink/fields/participants 6 | type: text/vnd.tiddlywiki 7 | 8 | list -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/fields/people.tid: -------------------------------------------------------------------------------- 1 | created: 20240719222025090 2 | modified: 20240719222025090 3 | title: $:/config/flibbles/relink/fields/people 4 | type: text/vnd.tiddlywiki 5 | 6 | list -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/fields/places.tid: -------------------------------------------------------------------------------- 1 | created: 20240719222030189 2 | modified: 20240719222030189 3 | title: $:/config/flibbles/relink/fields/places 4 | type: text/vnd.tiddlywiki 5 | 6 | list -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/fields/ri-date-goal.tid: -------------------------------------------------------------------------------- 1 | created: 20230416161451487 2 | creator: soren 3 | modified: 20230416161451507 4 | modifier: soren 5 | title: $:/config/flibbles/relink/fields/ri-date-goal 6 | type: text/vnd.tiddlywiki 7 | 8 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/fields/ri-date-resolved.tid: -------------------------------------------------------------------------------- 1 | created: 20230416163236173 2 | modified: 20230416163236173 3 | title: $:/config/flibbles/relink/fields/ri-date-resolved 4 | type: text/vnd.tiddlywiki 5 | 6 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/fields/ri-date-summary.tid: -------------------------------------------------------------------------------- 1 | created: 20230416160903141 2 | creator: soren 3 | modified: 20230416160903198 4 | modifier: soren 5 | title: $:/config/flibbles/relink/fields/ri-date-summary 6 | type: text/vnd.tiddlywiki 7 | 8 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/fields/ri-date-with.tid: -------------------------------------------------------------------------------- 1 | created: 20230416160850588 2 | modified: 20230416160850588 3 | title: $:/config/flibbles/relink/fields/ri-date-with 4 | type: text/vnd.tiddlywiki 5 | 6 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/fields/ri-source.tid: -------------------------------------------------------------------------------- 1 | created: 20230416163217732 2 | modified: 20230416163217732 3 | title: $:/config/flibbles/relink/fields/ri-source 4 | type: text/vnd.tiddlywiki 5 | 6 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/fields/spouse.tid: -------------------------------------------------------------------------------- 1 | created: 20200517132233649 2 | modified: 20200517132233649 3 | title: $:/config/flibbles/relink/fields/spouse 4 | type: text/vnd.tiddlywiki 5 | 6 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/fields/universe.tid: -------------------------------------------------------------------------------- 1 | created: 20210606192156910 2 | modified: 20210606192156910 3 | title: $:/config/flibbles/relink/fields/universe 4 | type: text/vnd.tiddlywiki 5 | 6 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/macros/expando/tiddler.tid: -------------------------------------------------------------------------------- 1 | created: 20201207185209448 2 | modified: 20201207185209448 3 | title: $:/config/flibbles/relink/macros/expando/tiddler 4 | type: text/vnd.tiddlywiki 5 | 6 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/macros/fnote/note.tid: -------------------------------------------------------------------------------- 1 | created: 20230416032133685 2 | creator: soren 3 | modified: 20230416032133700 4 | modifier: soren 5 | title: $:/config/flibbles/relink/macros/fnote/note 6 | type: text/vnd.tiddlywiki 7 | 8 | wikitext -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/macros/jsub/subpart.tid: -------------------------------------------------------------------------------- 1 | title: $:/config/flibbles/relink/macros/jsub/subpart 2 | type: text/vnd.tiddlywiki 3 | 4 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/macros/stretch-links/filter.tid: -------------------------------------------------------------------------------- 1 | created: 20230416032315718 2 | creator: soren 3 | modified: 20230416032315742 4 | modifier: soren 5 | title: $:/config/flibbles/relink/macros/stretch-links/filter 6 | type: text/vnd.tiddlywiki 7 | 8 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/macros/stretch-template-links/filter.tid: -------------------------------------------------------------------------------- 1 | created: 20230416032340074 2 | creator: soren 3 | modified: 20230416032340140 4 | modifier: soren 5 | title: $:/config/flibbles/relink/macros/stretch-template-links/filter 6 | type: text/vnd.tiddlywiki 7 | 8 | filter -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/macros/stretch-template-links/largeTemplate.tid: -------------------------------------------------------------------------------- 1 | created: 20230416032357059 2 | modified: 20230416032357059 3 | title: $:/config/flibbles/relink/macros/stretch-template-links/largeTemplate 4 | type: text/vnd.tiddlywiki 5 | 6 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/macros/stretch-template-links/smallTemplate.tid: -------------------------------------------------------------------------------- 1 | created: 20230416032349164 2 | modified: 20230416032349164 3 | title: $:/config/flibbles/relink/macros/stretch-template-links/smallTemplate 4 | type: text/vnd.tiddlywiki 5 | 6 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/macros/stretch-template/largeTemplate.tid: -------------------------------------------------------------------------------- 1 | created: 20230416032415204 2 | modified: 20230416032415204 3 | title: $:/config/flibbles/relink/macros/stretch-template/largeTemplate 4 | type: text/vnd.tiddlywiki 5 | 6 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/macros/stretch-template/smallTemplate.tid: -------------------------------------------------------------------------------- 1 | created: 20230416032411205 2 | modified: 20230416032411205 3 | title: $:/config/flibbles/relink/macros/stretch-template/smallTemplate 4 | type: text/vnd.tiddlywiki 5 | 6 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/macros/stretch-template/tiddler.tid: -------------------------------------------------------------------------------- 1 | created: 20230416032402844 2 | modified: 20230416032402844 3 | title: $:/config/flibbles/relink/macros/stretch-template/tiddler 4 | type: text/vnd.tiddlywiki 5 | 6 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/macros/stretch/tiddler.tid: -------------------------------------------------------------------------------- 1 | created: 20230416032300108 2 | modified: 20230416032300108 3 | title: $:/config/flibbles/relink/macros/stretch/tiddler 4 | type: text/vnd.tiddlywiki 5 | 6 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/flibbles/relink/macros/summarize/tiddler.tid: -------------------------------------------------------------------------------- 1 | created: 20230416032212822 2 | modified: 20230416032212822 3 | title: $:/config/flibbles/relink/macros/summarize/tiddler 4 | type: text/vnd.tiddlywiki 5 | 6 | title -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/shortcuts-mac/save-tiddler.tid: -------------------------------------------------------------------------------- 1 | created: 20220622212041227 2 | creator: soren 3 | modified: 20220622212041250 4 | modifier: soren 5 | title: $:/config/shortcuts-mac/save-tiddler 6 | type: text/vnd.tiddlywiki 7 | 8 | cmd-Enter -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/shortcuts-not-mac/save-tiddler.tid: -------------------------------------------------------------------------------- 1 | created: 20220622212047526 2 | creator: soren 3 | modified: 20220622212047547 4 | modifier: soren 5 | title: $:/config/shortcuts-not-mac/save-tiddler 6 | type: text/vnd.tiddlywiki 7 | 8 | ctrl-Enter -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/shortcuts/cancel-edit-tiddler.tid: -------------------------------------------------------------------------------- 1 | created: 20200118025014806 2 | modified: 20200118030240382 3 | title: $:/config/shortcuts/cancel-edit-tiddler 4 | type: text/vnd.tiddlywiki 5 | 6 | ctrl-Escape -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/shortcuts/excise-private-chunk.tid: -------------------------------------------------------------------------------- 1 | created: 20210522035108354 2 | creator: soren 3 | modified: 20210920161704326 4 | modifier: soren 5 | tags: 6 | title: $:/config/shortcuts/excise-private-chunk 7 | type: text/vnd.tiddlywiki 8 | 9 | ctrl-shift-E -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/shortcuts/save-tiddler.tid: -------------------------------------------------------------------------------- 1 | created: 20220622212052270 2 | creator: soren 3 | modified: 20220622212052289 4 | modifier: soren 5 | title: $:/config/shortcuts/save-tiddler 6 | type: text/vnd.tiddlywiki -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/shortcuts/sidebar-search.tid: -------------------------------------------------------------------------------- 1 | created: 20231018023238118 2 | creator: soren 3 | modified: 20231018023238118 4 | modifier: soren 5 | title: $:/config/shortcuts/sidebar-search 6 | type: text/vnd.tiddlywiki 7 | 8 | ctrl-shift-F ctrl-P -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/sib/CurrentEditionPublicity.tid: -------------------------------------------------------------------------------- 1 | created: 20210622002423952 2 | modified: 20210622002233531 3 | tags: 4 | title: $:/config/sib/CurrentEditionPublicity 5 | type: text/vnd.tiddlywiki 6 | 7 | private -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/sib/TopBarHeight.tid: -------------------------------------------------------------------------------- 1 | created: 20210627200040615 2 | creator: soren 3 | modified: 20240601150923690 4 | modifier: soren 5 | tags: 6 | title: $:/config/sib/TopBarHeight 7 | type: text/vnd.tiddlywiki 8 | 9 | <% if [m2.ff[OpenTopBar]] %>30px<% else %>0px<% endif %> -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/sobjornstad/AccessCode.tid: -------------------------------------------------------------------------------- 1 | created: 20230324190307259 2 | creator: soren 3 | modified: 20230324190310442 4 | modifier: soren 5 | title: $:/config/sobjornstad/AccessCode 6 | type: text/vnd.tiddlywiki -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/sobjornstad/PublicZettelkastenUrl.tid: -------------------------------------------------------------------------------- 1 | created: 20240524000818606 2 | creator: soren 3 | modified: 20240601214033672 4 | modifier: soren 5 | tags: 6 | title: $:/config/sobjornstad/PublicZettelkastenUrl 7 | type: text/vnd.tiddlywiki 8 | 9 | https://mosmu.se -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/sobjornstad/UserEmail.tid: -------------------------------------------------------------------------------- 1 | created: 20230324190306478 2 | creator: soren 3 | modified: 20240508040315977 4 | modifier: soren 5 | title: $:/config/sobjornstad/UserEmail 6 | type: text/vnd.tiddlywiki 7 | 8 | ] -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/zettelkasten/Build/KillPhrases.tid: -------------------------------------------------------------------------------- 1 | created: 20210731165327653 2 | creator: soren 3 | modified: 20231205022724190 4 | modifier: soren 5 | title: $:/config/zettelkasten/Build/KillPhrases 6 | type: text/vnd.tiddlywiki 7 | 8 | -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/zettelkasten/GettingStartedWizardCurr.tid: -------------------------------------------------------------------------------- 1 | created: 20210825150640449 2 | creator: soren 3 | modified: 20240601191923408 4 | modifier: soren 5 | tags: 6 | title: $:/config/zettelkasten/GettingStartedWizardCurr 7 | type: text/vnd.tiddlywiki 8 | 9 | $:/sib/GettingStarted/Warning -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/zettelkasten/SideBar/Visibility/$_/core/ui/SideBar/More.tid: -------------------------------------------------------------------------------- 1 | created: 20210731163927911 2 | modified: 20210731163711887 3 | private: yes 4 | title: $:/config/zettelkasten/SideBar/Visibility/$:/core/ui/SideBar/More 5 | type: text/vnd.tiddlywiki -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/zettelkasten/SideBar/Visibility/$_/core/ui/SideBar/Open.tid: -------------------------------------------------------------------------------- 1 | created: 20210731163926154 2 | modified: 20210731164114943 3 | private: yes 4 | public: yes 5 | title: $:/config/zettelkasten/SideBar/Visibility/$:/core/ui/SideBar/Open 6 | type: text/vnd.tiddlywiki -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/zettelkasten/SideBar/Visibility/$_/core/ui/SideBar/Recent.tid: -------------------------------------------------------------------------------- 1 | created: 20210731163905536 2 | modified: 20210731163711418 3 | private: yes 4 | title: $:/config/zettelkasten/SideBar/Visibility/$:/core/ui/SideBar/Recent 5 | type: text/vnd.tiddlywiki -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/zettelkasten/SideBar/Visibility/$_/core/ui/SideBar/Tools.tid: -------------------------------------------------------------------------------- 1 | created: 20210731163927055 2 | modified: 20210731164112742 3 | private: yes 4 | title: $:/config/zettelkasten/SideBar/Visibility/$:/core/ui/SideBar/Tools 5 | type: text/vnd.tiddlywiki -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/zettelkasten/SideBar/Visibility/$_/plugins/bj/calendar/sidbar.tid: -------------------------------------------------------------------------------- 1 | created: 20240406233726485 2 | creator: soren 3 | modified: 20240406233727034 4 | modifier: soren 5 | private: no 6 | title: $:/config/zettelkasten/SideBar/Visibility/$:/plugins/bj/calendar/sidbar 7 | type: text/vnd.tiddlywiki -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/zettelkasten/SideBar/Visibility/$_/sib/SideBar/Explore.tid: -------------------------------------------------------------------------------- 1 | created: 20210731163930355 2 | modified: 20210731193804848 3 | private: no 4 | public: yes 5 | title: $:/config/zettelkasten/SideBar/Visibility/$:/sib/SideBar/Explore 6 | type: text/vnd.tiddlywiki -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/zettelkasten/SideBar/Visibility/$_/sib/SideBar/Write.tid: -------------------------------------------------------------------------------- 1 | created: 20210731163929481 2 | modified: 20210731163713454 3 | private: yes 4 | title: $:/config/zettelkasten/SideBar/Visibility/$:/sib/SideBar/Write 5 | type: text/vnd.tiddlywiki -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/zettelkasten/SplashScreenMessage.tid: -------------------------------------------------------------------------------- 1 | created: 20210910163319096 2 | creator: soren 3 | modified: 20210910163319296 4 | modifier: soren 5 | tags: 6 | title: $:/config/zettelkasten/SplashScreenMessage 7 | type: text/vnd.tiddlywiki 8 | 9 | Loading {{$:/SiteTitle}}... -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/zettelkasten/copyright/InitialNotice.tid: -------------------------------------------------------------------------------- 1 | created: 20210523151255793 2 | creator: soren 3 | modified: 20210825142934141 4 | modifier: soren 5 | tags: 6 | title: $:/config/zettelkasten/copyright/InitialNotice 7 | type: text/vnd.tiddlywiki 8 | 9 | Copyright © 2020--<> Soren Bjornstad. -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/zettelkasten/copyright/UserNotice.tid: -------------------------------------------------------------------------------- 1 | created: 20210825143221469 2 | creator: soren 3 | modified: 20210825144152783 4 | modifier: soren 5 | title: $:/config/zettelkasten/copyright/UserNotice 6 | type: text/vnd.tiddlywiki -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/zettelkasten/gis/GMapsApiKey.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sobjornstad/tzk/b8187ce0e888ce05709e2147f006f1ffabd10735/tzk/editions/tzk/tiddlers/_system/config/zettelkasten/gis/GMapsApiKey.txt -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/config/zettelkasten/gis/GMapsApiKey.txt.meta: -------------------------------------------------------------------------------- 1 | created: 20201129173535848 2 | creator: soren 3 | modified: 20210910154319208 4 | modifier: soren 5 | tags: 6 | title: $:/config/zettelkasten/gis/GMapsApiKey 7 | type: text/plain -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/core/Filters/AllTags.tid: -------------------------------------------------------------------------------- 1 | created: 20200329173823386 2 | description: {{$:/language/Filters/AllTags}} 3 | filter: [tags[]!is[system]sort[title]sort[color]] 4 | modified: 20210414230511254 5 | tags: $:/tags/Filter 6 | title: $:/core/Filters/AllTags 7 | type: text/vnd.tiddlywiki -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/core/modules/editor-operations/text/fancyquotes.js.meta: -------------------------------------------------------------------------------- 1 | created: 20160328022859019 2 | modified: 20201211141928688 3 | module-type: texteditoroperation 4 | tags: 5 | title: $:/core/modules/editor-operations/text/fancyquotes.js 6 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/inmysocks/macros/day-diff.js.meta: -------------------------------------------------------------------------------- 1 | created: 20150225185218583 2 | modified: 20211204021739668 3 | module-type: macro 4 | tags: 5 | title: $:/inmysocks/macros/day-diff.js 6 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/isEncrypted.tid: -------------------------------------------------------------------------------- 1 | title: $:/isEncrypted 2 | 3 | no -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/layout.tid: -------------------------------------------------------------------------------- 1 | created: 20210615031007914 2 | modified: 20210615030805720 3 | title: $:/layout 4 | type: text/vnd.tiddlywiki 5 | 6 | $:/core/ui/PageTemplate -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/palette.tid: -------------------------------------------------------------------------------- 1 | created: 20200118025758811 2 | creator: soren 3 | modified: 20240306033854531 4 | modifier: soren 5 | title: $:/palette 6 | type: text/vnd.tiddlywiki 7 | 8 | $:/palettes/GruvboxDark -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/palettes/BlueZettel.meta: -------------------------------------------------------------------------------- 1 | color-scheme: light 2 | created: 20240305032822932 3 | creator: soren 4 | description: Soren's test theme 5 | modified: 20240305040719772 6 | modifier: soren 7 | name: BlueZettel 8 | tags: $:/tags/Palette 9 | title: $:/palettes/BlueZettel 10 | type: application/x-tiddler-dictionary -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/plugins/frd/simplecalendar/CalendarConfigDefault.json.meta: -------------------------------------------------------------------------------- 1 | created: 20160829124345776 2 | modified: 20200517133628092 3 | tags: 4 | title: $:/plugins/frd/simplecalendar/CalendarConfigDefault 5 | type: application/json -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/plugins/kookma/refnotes/styles/footnote-counter.css.meta: -------------------------------------------------------------------------------- 1 | created: 20181214085707714 2 | modified: 20210710124941724 3 | tags: $:/tags/Stylesheet 4 | title: $:/plugins/kookma/refnotes/styles/footnote-counter 5 | type: text/css -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/plugins/tiddlywiki/codemirror/addon/hint/anyword-hint.js2.js.meta: -------------------------------------------------------------------------------- 1 | created: 20200504175204795 2 | creator: soren 3 | modified: 20210827213549101 4 | modifier: soren 5 | module-type: codemirrorDISABLED 6 | tags: $:/tags/DisabledPlugin 7 | title: $:/plugins/tiddlywiki/codemirror/addon/hint/anyword-hint.js2 8 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/plugins/tiddlywiki/codemirror/mode/tw5/tw5.js2.js.meta: -------------------------------------------------------------------------------- 1 | created: 20200818164318584 2 | creator: soren 3 | modified: 20210827213607229 4 | modifier: soren 5 | module-type: codemirrorDISABLED 6 | tags: $:/tags/DisabledPlugin 7 | title: $:/plugins/tiddlywiki/codemirror/mode/tw5/tw5.js2 8 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/plugins/tobibeer/preview/defaults/delay.tid: -------------------------------------------------------------------------------- 1 | created: 20220505135343597 2 | creator: soren 3 | modified: 20220505135454120 4 | modifier: soren 5 | title: $:/plugins/tobibeer/preview/defaults/delay 6 | type: text/vnd.tiddlywiki 7 | 8 | 500 -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/plugins/tobibeer/preview/defaults/exclude.tid: -------------------------------------------------------------------------------- 1 | created: 20220505135432323 2 | creator: soren 3 | modified: 20220505135433494 4 | modifier: soren 5 | title: $:/plugins/tobibeer/preview/defaults/exclude 6 | type: text/vnd.tiddlywiki 7 | 8 | [is[system]] [all[shadows]] -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/plugins/tobibeer/preview/defaults/keys.tid: -------------------------------------------------------------------------------- 1 | created: 20220505135435971 2 | creator: soren 3 | modified: 20220505135437221 4 | modifier: soren 5 | title: $:/plugins/tobibeer/preview/defaults/keys 6 | type: text/vnd.tiddlywiki 7 | 8 | Ctrl -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/sib/Documentation.tid: -------------------------------------------------------------------------------- 1 | created: 20210523144533696 2 | modified: 20210523144359908 3 | tags: 4 | title: $:/sib/Documentation 5 | type: text/vnd.tiddlywiki 6 | 7 | <> -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/sib/Fonts/SourceSansPro.txt.meta: -------------------------------------------------------------------------------- 1 | created: 20210320220143398 2 | font-family: source_sans_pro 3 | modified: 20210512222813071 4 | tags: $:/tags/Stylesheet 5 | title: $:/sib/Fonts/SourceSansPro 6 | type: text/plain -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/sib/GettingStarted/ReferenceExplorer.tid: -------------------------------------------------------------------------------- 1 | caption: Finding related content 2 | created: 20210920161148251 3 | creator: soren 4 | modified: 20210920161326799 5 | modifier: soren 6 | tags: 7 | title: $:/sib/GettingStarted/ReferenceExplorer 8 | type: text/vnd.tiddlywiki 9 | 10 | {{ReferenceExplorer}} -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/sib/GettingStarted/ZettelkastenCardTypes.tid: -------------------------------------------------------------------------------- 1 | caption: Card types 2 | created: 20210827233526864 3 | creator: soren 4 | modified: 20210827233548929 5 | modifier: soren 6 | tags: 7 | title: $:/sib/GettingStarted/ZettelkastenCardTypes 8 | type: text/vnd.tiddlywiki 9 | 10 | {{ZettelkastenCardType}} -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/sib/Overrides/CodeMirrorPopupFix.css: -------------------------------------------------------------------------------- 1 | /* Fix CodeMirror hints appearing behind the story river. 2 | https://groups.google.com/g/tiddlywiki/c/wznyIhGJd9U */ 3 | 4 | .CodeMirror-hints { 5 | z-index: 1000; 6 | } -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/sib/Overrides/CodeMirrorPopupFix.css.meta: -------------------------------------------------------------------------------- 1 | created: 20210205231937423 2 | modified: 20210522013616001 3 | tags: $:/tags/Stylesheet 4 | title: $:/sib/Overrides/CodeMirrorPopupFix 5 | type: text/css -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/sib/Overrides/details-background-color.tid: -------------------------------------------------------------------------------- 1 | created: 20210920202013745 2 | creator: soren 3 | modified: 20240601195135737 4 | modifier: soren 5 | tags: $:/tags/Macro 6 | title: $:/sib/Overrides/details-background-color 7 | type: text/vnd.tiddlywiki 8 | 9 | \define details-background-color() <> -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/sib/RawMarkup/SimpleAnalytics.html.meta: -------------------------------------------------------------------------------- 1 | created: 20200913152403709 2 | modified: 20210522015229611 3 | tags: $:/tags/RawMarkup 4 | title: $:/sib/RawMarkup/SimpleAnalytics 5 | type: text/html -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/sib/Savers/microlinks.tid: -------------------------------------------------------------------------------- 1 | created: 20240611030927237 2 | creator: soren 3 | modified: 20240611035352961 4 | modifier: soren 5 | tags: 6 | title: $:/sib/Savers/microlinks 7 | type: text/vnd.tiddlywiki 8 | 9 | <$list filter="[has[microlink]]">{{!!microlink}}:{{!!title}}; -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/sib/Templates/General/IdentityTemplate.tid: -------------------------------------------------------------------------------- 1 | created: 20210303032019619 2 | creator: soren 3 | modified: 20210825162843813 4 | modifier: soren 5 | tags: 6 | title: $:/sib/Templates/General/IdentityTemplate 7 | type: text/vnd.tiddlywiki 8 | 9 | {{!!text}} -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/sib/Templates/General/TabCaptionTemplate.tid: -------------------------------------------------------------------------------- 1 | created: 20240211233105836 2 | creator: soren 3 | modified: 20240211233540536 4 | modifier: soren 5 | tags: 6 | title: $:/sib/Templates/General/TabCaptionTemplate 7 | type: text/vnd.tiddlywiki 8 | 9 | {{{ [get[caption]else] }}} -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/sib/Templates/Topical/AnkiPattern/Edit.tid: -------------------------------------------------------------------------------- 1 | caption: Edit 2 | created: 20210313002532320 3 | modified: 20210522013659519 4 | tags: 5 | title: $:/sib/Templates/Topical/AnkiPattern/Edit 6 | type: text/vnd.tiddlywiki 7 | 8 | <$set name="isedit" value="yes"> 9 | {{||$:/sib/Templates/Topical/AnkiPattern/Common}} 10 | -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/sib/Templates/Topical/AnkiPattern/View.tid: -------------------------------------------------------------------------------- 1 | caption: View 2 | created: 20210313002551320 3 | modified: 20210522013709625 4 | tags: 5 | title: $:/sib/Templates/Topical/AnkiPattern/View 6 | type: text/vnd.tiddlywiki 7 | 8 | <$set name="isedit" value="no"> 9 | {{||$:/sib/Templates/Topical/AnkiPattern/Common}} 10 | -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/sib/Templates/Topical/MaudWikiImport.tid: -------------------------------------------------------------------------------- 1 | created: 20200115233038885 2 | creator: soren 3 | modified: 20221129234135365 4 | modifier: soren 5 | tags: 6 | title: $:/sib/Templates/Topical/MaudWikiImport 7 | type: text/vnd.tiddlywiki 8 | 9 | //This tiddler was originally part of MaudWiki.// -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/sib/Templates/Topical/PublicHomepageTab.tid: -------------------------------------------------------------------------------- 1 | created: 20200917013705104 2 | modified: 20210522015636611 3 | tags: 4 | title: $:/sib/Templates/Topical/PublicHomepageTab 5 | type: text/vnd.tiddlywiki 6 | 7 | {{{ [removeprefix[PublicHomepage/]] }}} -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/sib/Templates/Topical/TitleDescriptionStretch.tid: -------------------------------------------------------------------------------- 1 | created: 20210303031840037 2 | creator: soren 3 | modified: 20210825162913436 4 | modifier: soren 5 | tags: Public 6 | title: $:/sib/Templates/Topical/TitleDescriptionStretch 7 | type: text/vnd.tiddlywiki 8 | 9 | {{!!title}}: {{!!description}} -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/sib/gis/Info.tid: -------------------------------------------------------------------------------- 1 | caption: Info 2 | created: 20201129181525887 3 | modified: 20201129182049518 4 | tags: $:/sib/gis/MappingTools 5 | title: $:/sib/gis/Info 6 | type: text/vnd.tiddlywiki 7 | 8 | |!Address|{{!!gis-address}}| 9 | |!Latitude|{{!!gis-lat}}| 10 | |!Longitude|{{!!gis-long}}| 11 | |!GMaps zoom level|{{!!gis-zoom}}| -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/sib/indite/ChildListItemTemplate.tid: -------------------------------------------------------------------------------- 1 | created: 20210415020141514 2 | modified: 20210421012848006 3 | tags: 4 | title: $:/sib/indite/ChildListItemTemplate 5 | type: text/vnd.tiddlywiki 6 | 7 | <$link to=<>/> ({{!!indite-class}}) -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/sib/indite/Sidebar.tid: -------------------------------------------------------------------------------- 1 | created: 20210410005234756 2 | modified: 20210410005104788 3 | tags: 4 | title: $:/sib/indite/Sidebar 5 | type: text/vnd.tiddlywiki 6 | 7 | This is the sidebar. -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/sib/js/ListSubscriptionsWidget.js.meta: -------------------------------------------------------------------------------- 1 | created: 20210612152514906 2 | modified: 20210612171809654 3 | module-type: widget 4 | tags: 5 | title: $:/sib/js/ListSubscriptionsWidget 6 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/sib/js/SendFeedbackWidget.js.meta: -------------------------------------------------------------------------------- 1 | created: 20210102234204312 2 | modified: 20210608025558775 3 | module-type: widget 4 | tags: 5 | title: $:/sib/js/SendFeedbackWidget 6 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/sib/js/SubscriptionManagementWidget.js.meta: -------------------------------------------------------------------------------- 1 | created: 20210612035906052 2 | modified: 20210612171757426 3 | module-type: widget 4 | tags: 5 | title: $:/sib/js/SubscriptionManagementWidget 6 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/sib/js/dateadd.js.meta: -------------------------------------------------------------------------------- 1 | created: 20230407020448179 2 | creator: soren 3 | modified: 20230407020523536 4 | modifier: soren 5 | module-type: macro 6 | tags: 7 | title: $:/sib/js/dateadd.js 8 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/sib/js/excise-private-chunk.js.meta: -------------------------------------------------------------------------------- 1 | created: 20210522033305614 2 | modified: 20210522034730351 3 | module-type: texteditoroperation 4 | tags: 5 | title: $:/sib/js/excise-private-chunk.js 6 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/sib/js/thirdparty/TiddlyTools/Time/action-timeout.js.meta: -------------------------------------------------------------------------------- 1 | author: Eric Shulman elsdesign@gmail.com 2 | created: 20150728060155235 3 | modified: 20210627164432078 4 | module-type: widget 5 | revision: 1.4 6 | tags: 7 | title: $:/sib/js/thirdparty/TiddlyTools/Time/action-timeout.js 8 | type: application/javascript -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/sib/styles/FourColMode.css: -------------------------------------------------------------------------------- 1 | /* FOUR COLUMN MODE */ 2 | .fourcolumns { 3 | display:block; 4 | -moz-column-count:5; 5 | -moz-column-gap:0em; 6 | -webkit-column-count: 5; 7 | -webkit-column-gap:0em; 8 | } 9 | -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/sib/styles/FourColMode.css.meta: -------------------------------------------------------------------------------- 1 | created: 20200221170525425 2 | creator: soren 3 | modified: 20210127230518810 4 | modifier: soren 5 | tags: $:/tags/Stylesheet 6 | title: $:/sib/styles/FourColMode 7 | type: text/css -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/status/RequireReloadDueToPluginChange.tid: -------------------------------------------------------------------------------- 1 | title: $:/status/RequireReloadDueToPluginChange 2 | 3 | no -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/tags/SideBar.tid: -------------------------------------------------------------------------------- 1 | created: 20201203015851994 2 | creator: soren 3 | list: $:/core/ui/SideBar/Open $:/core/ui/SideBar/Recent $:/core/ui/SideBar/Tools $:/core/ui/SideBar/More $:/sib/SideBar/Write $:/sib/SideBar/Explore 4 | modified: 20240406232337299 5 | modifier: soren 6 | title: $:/tags/SideBar 7 | type: text/vnd.tiddlywiki -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/tags/Stylesheet.tid: -------------------------------------------------------------------------------- 1 | created: 20210127230406756 2 | modified: 20210127230518943 3 | tags: $:/tags/Stylesheet 4 | title: $:/tags/Stylesheet 5 | type: text/vnd.tiddlywiki -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/theme.tid: -------------------------------------------------------------------------------- 1 | created: 20200118003448758 2 | creator: soren 3 | modified: 20210205020036977 4 | modifier: soren 5 | title: $:/theme 6 | type: text/vnd.tiddlywiki 7 | 8 | $:/themes/tiddlywiki/vanilla -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/themes/tiddlywiki/vanilla/metrics/bodyfontsize.tid: -------------------------------------------------------------------------------- 1 | created: 20210512223132839 2 | modified: 20210512222944307 3 | title: $:/themes/tiddlywiki/vanilla/metrics/bodyfontsize 4 | type: text/vnd.tiddlywiki 5 | 6 | 16px -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint.tid: -------------------------------------------------------------------------------- 1 | created: 20200118003537759 2 | creator: soren 3 | modified: 20210615030640584 4 | modifier: soren 5 | title: $:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint 6 | type: text/vnd.tiddlywiki 7 | 8 | 70em -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/themes/tiddlywiki/vanilla/metrics/sidebarwidth.tid: -------------------------------------------------------------------------------- 1 | created: 20200118003510457 2 | creator: soren 3 | modified: 20210615030637328 4 | modifier: soren 5 | title: $:/themes/tiddlywiki/vanilla/metrics/sidebarwidth 6 | type: text/vnd.tiddlywiki 7 | 8 | 35em -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/themes/tiddlywiki/vanilla/metrics/storyright.tid: -------------------------------------------------------------------------------- 1 | created: 20200118003517900 2 | creator: soren 3 | modified: 20210615030746421 4 | modifier: soren 5 | title: $:/themes/tiddlywiki/vanilla/metrics/storyright 6 | type: text/vnd.tiddlywiki 7 | 8 | 1100px -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/themes/tiddlywiki/vanilla/metrics/storywidth.tid: -------------------------------------------------------------------------------- 1 | created: 20200118003525524 2 | creator: soren 3 | modified: 20200118003527568 4 | modifier: soren 5 | title: $:/themes/tiddlywiki/vanilla/metrics/storywidth 6 | type: text/vnd.tiddlywiki 7 | 8 | 900px -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/themes/tiddlywiki/vanilla/metrics/tiddlerwidth.tid: -------------------------------------------------------------------------------- 1 | created: 20200118003521373 2 | creator: soren 3 | modified: 20200118003529130 4 | modifier: soren 5 | title: $:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth 6 | type: text/vnd.tiddlywiki 7 | 8 | 900px -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/themes/tiddlywiki/vanilla/options/sidebarlayout.tid: -------------------------------------------------------------------------------- 1 | created: 20200402134512912 2 | modified: 20200913202515610 3 | title: $:/themes/tiddlywiki/vanilla/options/sidebarlayout 4 | type: text/vnd.tiddlywiki 5 | 6 | fluid-fixed -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/themes/tiddlywiki/vanilla/options/stickytitles.tid: -------------------------------------------------------------------------------- 1 | created: 20200118003611689 2 | creator: soren 3 | modified: 20210627195923430 4 | modifier: soren 5 | title: $:/themes/tiddlywiki/vanilla/options/stickytitles 6 | type: text/vnd.tiddlywiki 7 | 8 | yes -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/themes/tiddlywiki/vanilla/settings/backgroundimage.tid: -------------------------------------------------------------------------------- 1 | created: 20210220212625107 2 | modified: 20210220213159398 3 | title: $:/themes/tiddlywiki/vanilla/settings/backgroundimage 4 | type: text/vnd.tiddlywiki -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/themes/tiddlywiki/vanilla/settings/codefontfamily.tid: -------------------------------------------------------------------------------- 1 | created: 20210512223028998 2 | modified: 20210512222846850 3 | title: $:/themes/tiddlywiki/vanilla/settings/codefontfamily 4 | type: text/vnd.tiddlywiki 5 | 6 | "Fira Code",Inconsolata,Consolas,"Liberation Mono",Menlo,Courier,monospace -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/themes/tiddlywiki/vanilla/settings/editorfontfamily.tid: -------------------------------------------------------------------------------- 1 | created: 20200118003620709 2 | creator: soren 3 | modified: 20200118003640548 4 | modifier: soren 5 | title: $:/themes/tiddlywiki/vanilla/settings/editorfontfamily 6 | type: text/vnd.tiddlywiki 7 | 8 | "Fira Code",Inconsolata,Consolas,Courier,monospace -------------------------------------------------------------------------------- /tzk/editions/tzk/tiddlers/_system/themes/tiddlywiki/vanilla/settings/fontfamily.tid: -------------------------------------------------------------------------------- 1 | created: 20210512223039511 2 | modified: 20210512222852786 3 | title: $:/themes/tiddlywiki/vanilla/settings/fontfamily 4 | type: text/vnd.tiddlywiki 5 | 6 | Source Sans Pro, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" --------------------------------------------------------------------------------