diff --git a/core/ui/EditTemplate/body-editor.tid b/core/ui/EditTemplate/body-editor.tid index 374567acd..593d7f00f 100644 --- a/core/ui/EditTemplate/body-editor.tid +++ b/core/ui/EditTemplate/body-editor.tid @@ -1,44 +1,29 @@ title: $:/core/ui/EditTemplate/body/editor \whitespace trim - -<$edit - - field="text" - class="tc-edit-texteditor tc-edit-texteditor-body" - placeholder={{$:/language/EditTemplate/Body/Placeholder}} - tabindex={{$:/config/EditTabIndex}} - focus={{{ [{$:/config/AutoFocus}match[text]then[true]] ~[[false]] }}} - cancelPopups="yes" - fileDrop={{{ [{$:/config/DragAndDrop/Enable}match[no]] :else[subfilter{$:/config/Editor/EnableImportFilter}then[yes]else[no]] }}} - -><$set - - name="targetTiddler" - value=<> - -><$list - - filter="[all[shadows+tiddlers]tag[$:/tags/EditorToolbar]!has[draft.of]]" - -><$reveal - - type="nomatch" - state=<> - text="hide" - class="tc-text-editor-toolbar-item-wrapper" - -><$transclude - - tiddler="$:/core/ui/EditTemplate/body/toolbar/button" - mode="inline" - -/><$list - - filter="[all[shadows+tiddlers]tag[$:/tags/EditorTools]!has[draft.of]]" - -><$list - filter={{!!condition}} - variable="list-condition" -><$transclude/> - +<$edit field="text" + class="tc-edit-texteditor tc-edit-texteditor-body" + placeholder={{$:/language/EditTemplate/Body/Placeholder}} + tabindex={{$:/config/EditTabIndex}} + focus={{{ [{$:/config/AutoFocus}match[text]then[true]] ~[[false]] }}} + cancelPopups="yes" + fileDrop={{{ [{$:/config/DragAndDrop/Enable}match[no]] :else[subfilter{$:/config/Editor/EnableImportFilter}then[yes]else[no]] }}} +> + <$set name="targetTiddler" value=<>> + <$list filter="[all[shadows+tiddlers]tag[$:/tags/EditorToolbar]!has[draft.of]]"> + <$reveal type="nomatch" + state=<> + text="hide" + class="tc-text-editor-toolbar-item-wrapper" + tag="div" + > + <$transclude tiddler="$:/core/ui/EditTemplate/body/toolbar/button" mode="inline"/> + + + <$list filter="[all[shadows+tiddlers]tag[$:/tags/EditorTools]!has[draft.of]]"> + <$list filter={{!!condition}} variable="list-condition"> + <$transclude/> + + + + diff --git a/core/ui/EditTemplate/body-toolbar-button.tid b/core/ui/EditTemplate/body-toolbar-button.tid index 7390b3e20..1fcd719af 100644 --- a/core/ui/EditTemplate/body-toolbar-button.tid +++ b/core/ui/EditTemplate/body-toolbar-button.tid @@ -1,111 +1,72 @@ title: $:/core/ui/EditTemplate/body/toolbar/button \define toolbar-button-icon() -<$list - - filter="[all[current]!has[custom-icon]]" - variable="no-custom-icon" - -><$transclude - - tiddler={{!!icon}} - -/> +\whitespace trim +<$list filter="[all[current]!has[custom-icon]]" variable="no-custom-icon"> + <$transclude tiddler={{!!icon}}/> + \end \define toolbar-button-tooltip() -{{!!description}}<$macrocall $name="displayshortcuts" $output="text/plain" shortcuts={{!!shortcuts}} prefix="` - [" separator="] [" suffix="]`"/> +\whitespace trim +{{!!description}} +<$macrocall $name="displayshortcuts" + $output="text/plain" + shortcuts={{!!shortcuts}} + prefix="` - [" separator="] [" suffix="]`" +/> \end \define toolbar-button() -<$list - - filter={{!!condition}} - variable="list-condition" - -><$wikify - - name="tooltip-text" - text=<> - mode="inline" - output="text" - -><$list - - filter="[all[current]!has[dropdown]]" - variable="no-dropdown" - -><$set name=disabled filter={{!!condition-disabled}}><$button - - class="tc-btn-invisible $(buttonClasses)$" - tooltip=<> - actions={{!!actions}} - disabled=<> - ->match[yes]then[]else{!!shortcuts}] }}} - -/><><$transclude - - tiddler=<> - field="text" - -/><$list - - filter="[all[current]has[dropdown]]" - variable="dropdown" - -><$set - - name="dropdown-state" - value=<> - -><$set name=disabled filter={{!!condition-disabled}}><$button - - popup=<> - class="tc-popup-keep tc-btn-invisible $(buttonClasses)$" - selectedClass="tc-selected" - tooltip=<> - actions={{!!actions}} - disabled=<> - ->match[yes]then[]else{!!shortcuts}] }}} - -/><><$transclude - - tiddler=<> - field="text" - -/><$reveal - - state=<> - type="popup" - position="below" - animate="yes" - tag="span" - ->
<$transclude - - tiddler={{!!dropdown}} - mode="block" - -/>
+\whitespace trim +<$list filter={{!!condition}} variable="list-condition"> + <$wikify name="tooltip-text" text=<> mode="inline" output="text"> + <$list filter="[all[current]!has[dropdown]]" variable="no-dropdown"> + <$set name=disabled filter={{!!condition-disabled}}> + <$button + class="tc-btn-invisible $(buttonClasses)$" + tooltip=<> + actions={{!!actions}} + disabled=<> + > + match[yes]then[]else{!!shortcuts}] }}}/> + <> + <$transclude tiddler=<> field="text"/> + + + + <$list filter="[all[current]has[dropdown]]" variable="dropdown"> + <$set name="dropdown-state" value=<> > + <$set name=disabled filter={{!!condition-disabled}}> + <$button + popup=<> + class="tc-popup-keep tc-btn-invisible $(buttonClasses)$" + selectedClass="tc-selected" + tooltip=<> + actions={{!!actions}} + disabled=<> + > + match[yes]then[]else{!!shortcuts}] }}}/> + <> + <$transclude tiddler=<> field="text"/> + + + <$reveal state=<> type="popup" position="below" animate="yes" tag="div"> +
+ <$transclude tiddler={{!!dropdown}} mode="block"/> +
+ + + + + \end \define toolbar-button-outer() -<$set - - name="buttonClasses" - value={{!!button-classes}} - -><> +\whitespace trim +<$set name="buttonClasses" value={{!!button-classes}}> + <> + \end <> \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/ActionListopsWidget-todo.tid b/editions/tw5.com/tiddlers/ActionListopsWidget-todo-fixed.tid similarity index 73% rename from editions/tw5.com/tiddlers/ActionListopsWidget-todo.tid rename to editions/tw5.com/tiddlers/ActionListopsWidget-todo-fixed.tid index 2766fc293..dda333e40 100644 --- a/editions/tw5.com/tiddlers/ActionListopsWidget-todo.tid +++ b/editions/tw5.com/tiddlers/ActionListopsWidget-todo-fixed.tid @@ -1,7 +1,7 @@ created: 20221123152001085 -modified: 20221123152026864 +modified: 20240901190130491 tags: -title: ActionListopsWidget-todo +title: ActionListopsWidget-todo-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/ActionSetFieldWidget-todo.tid b/editions/tw5.com/tiddlers/ActionSetFieldWidget-todo-fixed.tid similarity index 71% rename from editions/tw5.com/tiddlers/ActionSetFieldWidget-todo.tid rename to editions/tw5.com/tiddlers/ActionSetFieldWidget-todo-fixed.tid index 3df9c781e..450693900 100644 --- a/editions/tw5.com/tiddlers/ActionSetFieldWidget-todo.tid +++ b/editions/tw5.com/tiddlers/ActionSetFieldWidget-todo-fixed.tid @@ -1,7 +1,7 @@ created: 20221123152108247 -modified: 20221123152125899 +modified: 20240901190207865 tags: -title: ActionSetFieldWidget-todo +title: ActionSetFieldWidget-todo-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/Block Quotes in WikiText-todo.tid b/editions/tw5.com/tiddlers/Block Quotes in WikiText-todo-fixed.tid similarity index 78% rename from editions/tw5.com/tiddlers/Block Quotes in WikiText-todo.tid rename to editions/tw5.com/tiddlers/Block Quotes in WikiText-todo-fixed.tid index 6610764b4..0e8d979e6 100644 --- a/editions/tw5.com/tiddlers/Block Quotes in WikiText-todo.tid +++ b/editions/tw5.com/tiddlers/Block Quotes in WikiText-todo-fixed.tid @@ -1,7 +1,7 @@ created: 20221123155812501 -modified: 20221123155958564 +modified: 20240901190530797 tags: -title: Block Quotes in WikiText-todo +title: Block Quotes in WikiText-todo-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/BrowseWidget-todo-5.3.tid b/editions/tw5.com/tiddlers/BrowseWidget-todo-5.3-fixed.tid similarity index 78% rename from editions/tw5.com/tiddlers/BrowseWidget-todo-5.3.tid rename to editions/tw5.com/tiddlers/BrowseWidget-todo-5.3-fixed.tid index 4b9e24c01..0d5328734 100644 --- a/editions/tw5.com/tiddlers/BrowseWidget-todo-5.3.tid +++ b/editions/tw5.com/tiddlers/BrowseWidget-todo-5.3-fixed.tid @@ -1,7 +1,7 @@ created: 20221123152205007 -modified: 20240315194019330 +modified: 20240901190747879 tags: -title: BrowseWidget-todo-5.3 +title: BrowseWidget-todo-5.3-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/DraggableWidget-todo-dm.tid b/editions/tw5.com/tiddlers/DraggableWidget-todo-dm-fixed.tid similarity index 68% rename from editions/tw5.com/tiddlers/DraggableWidget-todo-dm.tid rename to editions/tw5.com/tiddlers/DraggableWidget-todo-dm-fixed.tid index 1a4cd8589..9e43ae53a 100644 --- a/editions/tw5.com/tiddlers/DraggableWidget-todo-dm.tid +++ b/editions/tw5.com/tiddlers/DraggableWidget-todo-dm-fixed.tid @@ -1,7 +1,7 @@ created: 20221123152518322 -modified: 20240217220546710 +modified: 20240901193546363 tags: -title: DraggableWidget-todo-dm +title: DraggableWidget-todo-dm-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/Formatting List Results as Tables with CSS - Specified Columns Methods-todo-dm.tid b/editions/tw5.com/tiddlers/Formatting List Results as Tables with CSS - Specified Columns Methods-todo-dm-fixed.tid similarity index 87% rename from editions/tw5.com/tiddlers/Formatting List Results as Tables with CSS - Specified Columns Methods-todo-dm.tid rename to editions/tw5.com/tiddlers/Formatting List Results as Tables with CSS - Specified Columns Methods-todo-dm-fixed.tid index 01eafcc49..03ba6434d 100644 --- a/editions/tw5.com/tiddlers/Formatting List Results as Tables with CSS - Specified Columns Methods-todo-dm.tid +++ b/editions/tw5.com/tiddlers/Formatting List Results as Tables with CSS - Specified Columns Methods-todo-dm-fixed.tid @@ -1,7 +1,7 @@ created: 20221123162854638 -modified: 20240217231008248 +modified: 20240901193530049 tags: -title: Formatting List Results as Tables with CSS - Specified Columns Methods-todo-dm +title: Formatting List Results as Tables with CSS - Specified Columns Methods-todo-dm-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/Genesis_Block-TODO.tid b/editions/tw5.com/tiddlers/Genesis_Block-TODO.tid index 408f69a5c..4b794cd96 100644 --- a/editions/tw5.com/tiddlers/Genesis_Block-TODO.tid +++ b/editions/tw5.com/tiddlers/Genesis_Block-TODO.tid @@ -1,25 +1,25 @@ created: 20240217004718488 -modified: 20240217005648458 +modified: 20240901192622102 tags: title: Genesis/Block-TODO type: text/vnd.tiddlywiki -<$genesis $type="$reveal" type=nomatch> +<$genesis $type="$reveal" $type=nomatch > Block -<$genesis $type="$reveal" type=nomatch $mode=block> +<$genesis $type="$reveal" $type=nomatch $mode=block> Block forced block -<$genesis $type="$reveal" type=nomatch $mode=inline> +<$genesis $type="$reveal" $type=nomatch $mode=inline> Block forced inline -<$genesis $type=$reveal type=nomatch>Inline -<$genesis $type=$reveal type=nomatch $mode=block>Inline forced block -<$genesis $type=$reveal type=nomatch $mode=inline>Inline forced inline \ No newline at end of file +<$genesis $type=$reveal $type=nomatch>Inline +<$genesis $type=$reveal $type=nomatch $mode=block>Inline forced block +<$genesis $type=$reveal $type=nomatch $mode=inline>Inline forced inline \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/Genesis_EmptyType-todo.tid b/editions/tw5.com/tiddlers/Genesis_EmptyType-todo.tid index 7948ae00c..111ad3864 100644 --- a/editions/tw5.com/tiddlers/Genesis_EmptyType-todo.tid +++ b/editions/tw5.com/tiddlers/Genesis_EmptyType-todo.tid @@ -1,9 +1,15 @@ created: 20240217003121792 -modified: 20240217003441872 +modified: 20240901192405616 tags: title: Genesis/EmptyType-todo type: text/vnd.tiddlywiki +``` +<$genesis>Mouse + +<$genesis $type="">Mouse +``` + <$genesis>Mouse <$genesis $type="">Mouse \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/HistoryMechanism-todo-dm.tid b/editions/tw5.com/tiddlers/HistoryMechanism-todo-fixed.tid similarity index 82% rename from editions/tw5.com/tiddlers/HistoryMechanism-todo-dm.tid rename to editions/tw5.com/tiddlers/HistoryMechanism-todo-fixed.tid index 482a64562..1b53fcf86 100644 --- a/editions/tw5.com/tiddlers/HistoryMechanism-todo-dm.tid +++ b/editions/tw5.com/tiddlers/HistoryMechanism-todo-fixed.tid @@ -1,7 +1,7 @@ created: 20221123142902352 -modified: 20240217231115611 +modified: 20240901192311429 tags: -title: HistoryMechanism-todo-dm +title: HistoryMechanism-todo-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/Icon Gallery-todo-dm.tid b/editions/tw5.com/tiddlers/Icon Gallery-todo-dm-fixed.tid similarity index 73% rename from editions/tw5.com/tiddlers/Icon Gallery-todo-dm.tid rename to editions/tw5.com/tiddlers/Icon Gallery-todo-dm-fixed.tid index b5dcc3c1a..43213cbd0 100644 --- a/editions/tw5.com/tiddlers/Icon Gallery-todo-dm.tid +++ b/editions/tw5.com/tiddlers/Icon Gallery-todo-dm-fixed.tid @@ -1,7 +1,7 @@ created: 20221123163201236 -modified: 20240217220627499 +modified: 20240901193518769 tags: -title: Icon Gallery-todo-dm +title: Icon Gallery-todo-dm-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/LinkWidget-todo.tid b/editions/tw5.com/tiddlers/LinkWidget-todo-fixed.tid similarity index 74% rename from editions/tw5.com/tiddlers/LinkWidget-todo.tid rename to editions/tw5.com/tiddlers/LinkWidget-todo-fixed.tid index 9245d8e2a..ca0ebd5d8 100644 --- a/editions/tw5.com/tiddlers/LinkWidget-todo.tid +++ b/editions/tw5.com/tiddlers/LinkWidget-todo-fixed.tid @@ -1,7 +1,7 @@ created: 20221123152743439 -modified: 20221123152811930 +modified: 20240901192210856 tags: -title: LinkWidget-todo +title: LinkWidget-todo-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/ListWidget-todo-dm.tid b/editions/tw5.com/tiddlers/ListWidget-todo-dm-fixed.tid similarity index 86% rename from editions/tw5.com/tiddlers/ListWidget-todo-dm.tid rename to editions/tw5.com/tiddlers/ListWidget-todo-dm-fixed.tid index 1f87ccf74..6e9061a42 100644 --- a/editions/tw5.com/tiddlers/ListWidget-todo-dm.tid +++ b/editions/tw5.com/tiddlers/ListWidget-todo-dm-fixed.tid @@ -1,7 +1,7 @@ created: 20221123152845155 -modified: 20240217231610833 +modified: 20240901193456710 tags: -title: ListWidget-todo-dm +title: ListWidget-todo-dm-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/RadioWidget-todo.tid b/editions/tw5.com/tiddlers/RadioWidget-todo-fixed.tid similarity index 73% rename from editions/tw5.com/tiddlers/RadioWidget-todo.tid rename to editions/tw5.com/tiddlers/RadioWidget-todo-fixed.tid index 0cd578340..2cff54c16 100644 --- a/editions/tw5.com/tiddlers/RadioWidget-todo.tid +++ b/editions/tw5.com/tiddlers/RadioWidget-todo-fixed.tid @@ -1,7 +1,7 @@ created: 20221123153241635 -modified: 20221123153307890 +modified: 20240901190011685 tags: -title: RadioWidget-todo +title: RadioWidget-todo-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/RangeWidget-todo-dm.tid b/editions/tw5.com/tiddlers/RangeWidget-todo-dm-fixed.tid similarity index 72% rename from editions/tw5.com/tiddlers/RangeWidget-todo-dm.tid rename to editions/tw5.com/tiddlers/RangeWidget-todo-dm-fixed.tid index 7c0e9b3e8..e3d2bf8f7 100644 --- a/editions/tw5.com/tiddlers/RangeWidget-todo-dm.tid +++ b/editions/tw5.com/tiddlers/RangeWidget-todo-dm-fixed.tid @@ -1,7 +1,7 @@ created: 20221123153332788 -modified: 20240217232010375 +modified: 20240901193343044 tags: -title: RangeWidget-todo-dm +title: RangeWidget-todo-dm-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/ScrollableWidget-todo.tid b/editions/tw5.com/tiddlers/ScrollableWidget-todo-fixed.tid similarity index 78% rename from editions/tw5.com/tiddlers/ScrollableWidget-todo.tid rename to editions/tw5.com/tiddlers/ScrollableWidget-todo-fixed.tid index 7c028c08a..afe9e2e0b 100644 --- a/editions/tw5.com/tiddlers/ScrollableWidget-todo.tid +++ b/editions/tw5.com/tiddlers/ScrollableWidget-todo-fixed.tid @@ -1,7 +1,7 @@ created: 20221123153434444 -modified: 20240217232157332 +modified: 20240901185857751 tags: -title: ScrollableWidget-todo +title: ScrollableWidget-todo-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/TaskManagementExample-todo.tid b/editions/tw5.com/tiddlers/TaskManagementExample-todo-fixed.tid similarity index 70% rename from editions/tw5.com/tiddlers/TaskManagementExample-todo.tid rename to editions/tw5.com/tiddlers/TaskManagementExample-todo-fixed.tid index ae8d14668..d5d37ab24 100644 --- a/editions/tw5.com/tiddlers/TaskManagementExample-todo.tid +++ b/editions/tw5.com/tiddlers/TaskManagementExample-todo-fixed.tid @@ -1,7 +1,7 @@ created: 20221123162513124 -modified: 20221123162538778 +modified: 20240901191630460 tags: -title: TaskManagementExample-todo +title: TaskManagementExample-todo-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/The Extended Listops Filters-todo.tid b/editions/tw5.com/tiddlers/The Extended Listops Filters-todo-fixed.tid similarity index 79% rename from editions/tw5.com/tiddlers/The Extended Listops Filters-todo.tid rename to editions/tw5.com/tiddlers/The Extended Listops Filters-todo-fixed.tid index 141729e22..d622e814f 100644 --- a/editions/tw5.com/tiddlers/The Extended Listops Filters-todo.tid +++ b/editions/tw5.com/tiddlers/The Extended Listops Filters-todo-fixed.tid @@ -1,7 +1,7 @@ created: 20221123145934503 -modified: 20221123150104510 +modified: 20240901191544003 tags: -title: The Extended Listops Filters-todo +title: The Extended Listops Filters-todo-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/Using Stylesheets-todo.tid b/editions/tw5.com/tiddlers/Using Stylesheets-todo-fixed.tid similarity index 74% rename from editions/tw5.com/tiddlers/Using Stylesheets-todo.tid rename to editions/tw5.com/tiddlers/Using Stylesheets-todo-fixed.tid index d9205f4a3..6bc3681de 100644 --- a/editions/tw5.com/tiddlers/Using Stylesheets-todo.tid +++ b/editions/tw5.com/tiddlers/Using Stylesheets-todo-fixed.tid @@ -1,7 +1,7 @@ created: 20221123161957091 -modified: 20221123162040906 +modified: 20240901185457258 tags: -title: Using Stylesheets-todo +title: Using Stylesheets-todo-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/WidgetMessage_ tm-close-window-todo-dm.tid b/editions/tw5.com/tiddlers/WidgetMessage_ tm-close-window-todo-dm-fixed.tid similarity index 73% rename from editions/tw5.com/tiddlers/WidgetMessage_ tm-close-window-todo-dm.tid rename to editions/tw5.com/tiddlers/WidgetMessage_ tm-close-window-todo-dm-fixed.tid index 505ccaaff..e0dba496c 100644 --- a/editions/tw5.com/tiddlers/WidgetMessage_ tm-close-window-todo-dm.tid +++ b/editions/tw5.com/tiddlers/WidgetMessage_ tm-close-window-todo-dm-fixed.tid @@ -1,7 +1,7 @@ created: 20221123144646987 -modified: 20240217221047065 +modified: 20240901193230247 tags: -title: WidgetMessage: tm-close-window-todo-dm +title: WidgetMessage: tm-close-window-todo-dm-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/WidgetMessage_ tm-fold-other-tiddlers-todo-dm.tid b/editions/tw5.com/tiddlers/WidgetMessage_ tm-fold-other-tiddlers-todo-dm-fixed.tid similarity index 72% rename from editions/tw5.com/tiddlers/WidgetMessage_ tm-fold-other-tiddlers-todo-dm.tid rename to editions/tw5.com/tiddlers/WidgetMessage_ tm-fold-other-tiddlers-todo-dm-fixed.tid index 1db053cb0..b061693ac 100644 --- a/editions/tw5.com/tiddlers/WidgetMessage_ tm-fold-other-tiddlers-todo-dm.tid +++ b/editions/tw5.com/tiddlers/WidgetMessage_ tm-fold-other-tiddlers-todo-dm-fixed.tid @@ -1,7 +1,7 @@ created: 20221123144949371 -modified: 20240217221056110 +modified: 20240901193159289 tags: -title: WidgetMessage: tm-fold-other-tiddlers-todo-dm +title: WidgetMessage: tm-fold-other-tiddlers-todo-dm-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/WidgetMessage_ tm-full-screen-todo.tid b/editions/tw5.com/tiddlers/WidgetMessage_ tm-full-screen-todo-fixed.tid similarity index 75% rename from editions/tw5.com/tiddlers/WidgetMessage_ tm-full-screen-todo.tid rename to editions/tw5.com/tiddlers/WidgetMessage_ tm-full-screen-todo-fixed.tid index c9e2f9b5e..058a09191 100644 --- a/editions/tw5.com/tiddlers/WidgetMessage_ tm-full-screen-todo.tid +++ b/editions/tw5.com/tiddlers/WidgetMessage_ tm-full-screen-todo-fixed.tid @@ -1,7 +1,7 @@ created: 20221123145138791 -modified: 20221123145308158 +modified: 20240901184911513 tags: -title: WidgetMessage: tm-full-screen-todo +title: WidgetMessage: tm-full-screen-todo-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/WidgetMessage_ tm-open-external-window-todo.tid b/editions/tw5.com/tiddlers/WidgetMessage_ tm-open-external-window-todo-fixed.tid similarity index 70% rename from editions/tw5.com/tiddlers/WidgetMessage_ tm-open-external-window-todo.tid rename to editions/tw5.com/tiddlers/WidgetMessage_ tm-open-external-window-todo-fixed.tid index 9220cf572..43681d201 100644 --- a/editions/tw5.com/tiddlers/WidgetMessage_ tm-open-external-window-todo.tid +++ b/editions/tw5.com/tiddlers/WidgetMessage_ tm-open-external-window-todo-fixed.tid @@ -1,7 +1,7 @@ created: 20221123145406421 -modified: 20221123145443754 +modified: 20240901184846958 tags: -title: WidgetMessage: tm-open-external-window-todo +title: WidgetMessage: tm-open-external-window-todo-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/WidgetMessage_ tm-open-window-todo-dm.tid b/editions/tw5.com/tiddlers/WidgetMessage_ tm-open-window-todo-dm-fixed.tid similarity index 70% rename from editions/tw5.com/tiddlers/WidgetMessage_ tm-open-window-todo-dm.tid rename to editions/tw5.com/tiddlers/WidgetMessage_ tm-open-window-todo-dm-fixed.tid index 07c94affb..4a3438563 100644 --- a/editions/tw5.com/tiddlers/WidgetMessage_ tm-open-window-todo-dm.tid +++ b/editions/tw5.com/tiddlers/WidgetMessage_ tm-open-window-todo-dm-fixed.tid @@ -1,7 +1,7 @@ created: 20221123145512933 -modified: 20240217233345298 +modified: 20240901193155001 tags: -title: WidgetMessage: tm-open-window-todo-dm +title: WidgetMessage: tm-open-window-todo-dm-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/WidgetMessage_ tm-unfold-all-tiddlers-todo-dm.tid b/editions/tw5.com/tiddlers/WidgetMessage_ tm-unfold-all-tiddlers-todo-dm-fixed.tid similarity index 67% rename from editions/tw5.com/tiddlers/WidgetMessage_ tm-unfold-all-tiddlers-todo-dm.tid rename to editions/tw5.com/tiddlers/WidgetMessage_ tm-unfold-all-tiddlers-todo-dm-fixed.tid index 01095fbea..2960307da 100644 --- a/editions/tw5.com/tiddlers/WidgetMessage_ tm-unfold-all-tiddlers-todo-dm.tid +++ b/editions/tw5.com/tiddlers/WidgetMessage_ tm-unfold-all-tiddlers-todo-dm-fixed.tid @@ -1,7 +1,7 @@ created: 20221123145649188 -modified: 20240217221129526 +modified: 20240901193150427 tags: -title: WidgetMessage: tm-unfold-all-tiddlers-todo-dm +title: WidgetMessage: tm-unfold-all-tiddlers-todo-dm-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/acos Operator-todo-dm.tid b/editions/tw5.com/tiddlers/acos Operator-todo-dm-fixed.tid similarity index 75% rename from editions/tw5.com/tiddlers/acos Operator-todo-dm.tid rename to editions/tw5.com/tiddlers/acos Operator-todo-dm-fixed.tid index a1c3bdd6c..35432f535 100644 --- a/editions/tw5.com/tiddlers/acos Operator-todo-dm.tid +++ b/editions/tw5.com/tiddlers/acos Operator-todo-dm-fixed.tid @@ -1,7 +1,7 @@ created: 20221123151031589 -modified: 20240217220455380 +modified: 20240901193648183 tags: -title: acos Operator-todo-dm +title: acos Operator-todo-dm-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/asin Operator-todo-dm.tid b/editions/tw5.com/tiddlers/asin Operator-todo-dm-fixed.tid similarity index 69% rename from editions/tw5.com/tiddlers/asin Operator-todo-dm.tid rename to editions/tw5.com/tiddlers/asin Operator-todo-dm-fixed.tid index a83a9f6ce..6dfd102c9 100644 --- a/editions/tw5.com/tiddlers/asin Operator-todo-dm.tid +++ b/editions/tw5.com/tiddlers/asin Operator-todo-dm-fixed.tid @@ -1,7 +1,7 @@ created: 20221123151106354 -modified: 20240217220515788 +modified: 20240901193641388 tags: -title: asin Operator-todo-dm +title: asin Operator-todo-dm-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/commands Operator-todo-dm.tid b/editions/tw5.com/tiddlers/commands Operator-todo-dm-fixed.tid similarity index 73% rename from editions/tw5.com/tiddlers/commands Operator-todo-dm.tid rename to editions/tw5.com/tiddlers/commands Operator-todo-dm-fixed.tid index 58f0bb56f..29ca81dc9 100644 --- a/editions/tw5.com/tiddlers/commands Operator-todo-dm.tid +++ b/editions/tw5.com/tiddlers/commands Operator-todo-dm-fixed.tid @@ -1,7 +1,7 @@ created: 20221123150202184 -modified: 20240217230706108 +modified: 20240901193634347 tags: -title: commands Operator-todo-dm +title: commands Operator-todo-dm-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/deserializers Operator-todo-dm.tid b/editions/tw5.com/tiddlers/deserializers Operator-todo-dm-fixed.tid similarity index 71% rename from editions/tw5.com/tiddlers/deserializers Operator-todo-dm.tid rename to editions/tw5.com/tiddlers/deserializers Operator-todo-dm-fixed.tid index bbcd78bc0..2240441bb 100644 --- a/editions/tw5.com/tiddlers/deserializers Operator-todo-dm.tid +++ b/editions/tw5.com/tiddlers/deserializers Operator-todo-dm-fixed.tid @@ -1,7 +1,7 @@ created: 20221123150417523 -modified: 20240217230717619 +modified: 20240901193551947 tags: -title: deserializers Operator-todo-dm +title: deserializers Operator-todo-dm-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/edit-toolbar-all-drops-todo.tid b/editions/tw5.com/tiddlers/edit-toolbar-all-drops-todo.tid index 488f19cc7..33e747b97 100644 --- a/editions/tw5.com/tiddlers/edit-toolbar-all-drops-todo.tid +++ b/editions/tw5.com/tiddlers/edit-toolbar-all-drops-todo.tid @@ -1,5 +1,5 @@ created: 20221125103758471 -modified: 20221125104146153 +modified: 20240901204132331 tags: title: edit-toolbar-all-drops-todo type: text/vnd.tiddlywiki @@ -17,10 +17,13 @@ type: text/vnd.tiddlywiki ---- +''fixed'' [img[editor-max-height-new.png]] ------- +Needs a padding: `.tc-editor-toolbar .tc-text-editor-toolbar-more { padding: 0 8px` -- Same as P tag + [img[more-dropdown-new.png]] diff --git a/editions/tw5.com/tiddlers/enlist Operator-todo-dm.tid b/editions/tw5.com/tiddlers/enlist Operator-todo-dm-fixed.tid similarity index 73% rename from editions/tw5.com/tiddlers/enlist Operator-todo-dm.tid rename to editions/tw5.com/tiddlers/enlist Operator-todo-dm-fixed.tid index 3e4eba0ca..d96e212c5 100644 --- a/editions/tw5.com/tiddlers/enlist Operator-todo-dm.tid +++ b/editions/tw5.com/tiddlers/enlist Operator-todo-dm-fixed.tid @@ -1,7 +1,7 @@ created: 20221123150512675 -modified: 20240217230831802 +modified: 20240901193539459 tags: -title: enlist Operator-todo-dm +title: enlist Operator-todo-dm-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/genesis-block-forced-inline-TODO.tid b/editions/tw5.com/tiddlers/genesis-block-forced-inline-TODO.tid index 3e5bddeea..b49291597 100644 --- a/editions/tw5.com/tiddlers/genesis-block-forced-inline-TODO.tid +++ b/editions/tw5.com/tiddlers/genesis-block-forced-inline-TODO.tid @@ -1,9 +1,13 @@ created: 20240217004927961 -modified: 20240217005640206 +modified: 20240901192840596 tags: title: genesis-block-forced-inline-TODO type: text/vnd.tiddlywiki +<$genesis $type="$reveal" type=nomatch $mode=block> +Block forced inline + + <$genesis $type="$reveal" type=nomatch $mode=inline> Block forced inline diff --git a/editions/tw5.com/tiddlers/log Operator-todo.tid b/editions/tw5.com/tiddlers/log Operator-todo-fixed.tid similarity index 71% rename from editions/tw5.com/tiddlers/log Operator-todo.tid rename to editions/tw5.com/tiddlers/log Operator-todo-fixed.tid index 128c44741..207e29518 100644 --- a/editions/tw5.com/tiddlers/log Operator-todo.tid +++ b/editions/tw5.com/tiddlers/log Operator-todo-fixed.tid @@ -1,7 +1,7 @@ created: 20221123151204903 -modified: 20221123151221865 +modified: 20240901192118038 tags: -title: log Operator-todo +title: log Operator-todo-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/modifier Variable-todo-dm.tid b/editions/tw5.com/tiddlers/modifier Variable-todo-dm-fixed.tid similarity index 71% rename from editions/tw5.com/tiddlers/modifier Variable-todo-dm.tid rename to editions/tw5.com/tiddlers/modifier Variable-todo-dm-fixed.tid index 2beed7796..fe4d5c2dd 100644 --- a/editions/tw5.com/tiddlers/modifier Variable-todo-dm.tid +++ b/editions/tw5.com/tiddlers/modifier Variable-todo-dm-fixed.tid @@ -1,7 +1,7 @@ created: 20221123154228557 -modified: 20240217220700028 +modified: 20240901193353829 tags: -title: modifier Variable-todo-dm +title: modifier Variable-todo-dm-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/moduletypes Operator-todo.tid b/editions/tw5.com/tiddlers/moduletypes Operator-todo-fixed.tid similarity index 73% rename from editions/tw5.com/tiddlers/moduletypes Operator-todo.tid rename to editions/tw5.com/tiddlers/moduletypes Operator-todo-fixed.tid index 876366eb0..6e207aec5 100644 --- a/editions/tw5.com/tiddlers/moduletypes Operator-todo.tid +++ b/editions/tw5.com/tiddlers/moduletypes Operator-todo-fixed.tid @@ -1,7 +1,7 @@ created: 20221123150547572 -modified: 20221123150553663 +modified: 20240901192038667 tags: -title: moduletypes Operator-todo +title: moduletypes Operator-todo-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/power Operator-todo.tid b/editions/tw5.com/tiddlers/power Operator-todo-fixed.tid similarity index 90% rename from editions/tw5.com/tiddlers/power Operator-todo.tid rename to editions/tw5.com/tiddlers/power Operator-todo-fixed.tid index fad38eaa1..c7c0993f0 100644 --- a/editions/tw5.com/tiddlers/power Operator-todo.tid +++ b/editions/tw5.com/tiddlers/power Operator-todo-fixed.tid @@ -1,7 +1,7 @@ created: 20221123151255885 -modified: 20240315205833043 +modified: 20240901191955456 tags: -title: power Operator-todo +title: power Operator-todo-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/sidebar-tools-todo-dm.tid b/editions/tw5.com/tiddlers/sidebar-tools-todo-fixed.tid similarity index 65% rename from editions/tw5.com/tiddlers/sidebar-tools-todo-dm.tid rename to editions/tw5.com/tiddlers/sidebar-tools-todo-fixed.tid index a0edef6ec..f8db3140e 100644 --- a/editions/tw5.com/tiddlers/sidebar-tools-todo-dm.tid +++ b/editions/tw5.com/tiddlers/sidebar-tools-todo-fixed.tid @@ -1,7 +1,7 @@ created: 20221125104414186 -modified: 20240217232247579 +modified: 20240901202206373 tags: -title: sidebar-tools-todo-dm +title: sidebar-tools-todo-fixed type: text/vnd.tiddlywiki check vertical alignment diff --git a/editions/tw5.com/tiddlers/sidebar-vertical-alignment-todo.tid b/editions/tw5.com/tiddlers/sidebar-vertical-alignment-todo-dm-fixed.tid similarity index 69% rename from editions/tw5.com/tiddlers/sidebar-vertical-alignment-todo.tid rename to editions/tw5.com/tiddlers/sidebar-vertical-alignment-todo-dm-fixed.tid index 2751e0776..4dbb3cab7 100644 --- a/editions/tw5.com/tiddlers/sidebar-vertical-alignment-todo.tid +++ b/editions/tw5.com/tiddlers/sidebar-vertical-alignment-todo-dm-fixed.tid @@ -1,7 +1,7 @@ created: 20221125104215864 -modified: 20221125104333663 +modified: 20240901193314674 tags: -title: sidebar-vertical-alignment-todo +title: sidebar-vertical-alignment-todo-dm-fixed type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/standard-deviation Operator-todo-dm.tid b/editions/tw5.com/tiddlers/standard-deviation Operator-todo-dm-fixed.tid similarity index 69% rename from editions/tw5.com/tiddlers/standard-deviation Operator-todo-dm.tid rename to editions/tw5.com/tiddlers/standard-deviation Operator-todo-dm-fixed.tid index 594eab52d..9f297bf19 100644 --- a/editions/tw5.com/tiddlers/standard-deviation Operator-todo-dm.tid +++ b/editions/tw5.com/tiddlers/standard-deviation Operator-todo-dm-fixed.tid @@ -1,7 +1,7 @@ created: 20221123151432434 -modified: 20240217220737048 +modified: 20240901193306069 tags: -title: standard-deviation Operator-todo-dm +title: standard-deviation Operator-todo-dm-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/tag-picker Macro-todo-ns.tid b/editions/tw5.com/tiddlers/tag-picker Macro-todo-ns-fixed.tid similarity index 73% rename from editions/tw5.com/tiddlers/tag-picker Macro-todo-ns.tid rename to editions/tw5.com/tiddlers/tag-picker Macro-todo-ns-fixed.tid index 6571e6a80..6f744416c 100644 --- a/editions/tw5.com/tiddlers/tag-picker Macro-todo-ns.tid +++ b/editions/tw5.com/tiddlers/tag-picker Macro-todo-ns-fixed.tid @@ -1,7 +1,7 @@ created: 20221123155152836 -modified: 20240217220835920 +modified: 20240901193735489 tags: -title: tag-picker Macro-todo-ns +title: tag-picker Macro-todo-ns-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/tag-pill Macro-todo.tid b/editions/tw5.com/tiddlers/tag-pill Macro-todo-fixed.tid similarity index 69% rename from editions/tw5.com/tiddlers/tag-pill Macro-todo.tid rename to editions/tw5.com/tiddlers/tag-pill Macro-todo-fixed.tid index e43b18beb..842768c69 100644 --- a/editions/tw5.com/tiddlers/tag-pill Macro-todo.tid +++ b/editions/tw5.com/tiddlers/tag-pill Macro-todo-fixed.tid @@ -1,7 +1,7 @@ created: 20221123155216480 -modified: 20221123155225583 +modified: 20240901191752000 tags: -title: tag-pill Macro-todo +title: tag-pill Macro-todo-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/thumbnail Macro (Examples)-todo.tid b/editions/tw5.com/tiddlers/thumbnail Macro (Examples)-todo.tid index 7283e5ab8..440900eb4 100644 --- a/editions/tw5.com/tiddlers/thumbnail Macro (Examples)-todo.tid +++ b/editions/tw5.com/tiddlers/thumbnail Macro (Examples)-todo.tid @@ -1,9 +1,11 @@ created: 20221123155254602 -modified: 20221123155407720 +modified: 20240901191357371 tags: title: thumbnail Macro (Examples)-todo type: text/vnd.tiddlywiki +There is a pending PR: https://github.com/TiddlyWiki/TiddlyWiki5/pull/8557 + <$link to={{{ [all[current]removesuffix[-todo]] }}}/> Both version have the same problem -- The video thumbnail goes "out of bounds" from the tiddler-frame diff --git a/editions/tw5.com/tiddlers/toolbar-buttons-create-wikitext-link-todo.tid b/editions/tw5.com/tiddlers/toolbar-buttons-create-wikitext-link-todo-fixed.tid similarity index 85% rename from editions/tw5.com/tiddlers/toolbar-buttons-create-wikitext-link-todo.tid rename to editions/tw5.com/tiddlers/toolbar-buttons-create-wikitext-link-todo-fixed.tid index eb1844dfe..9be610d55 100644 --- a/editions/tw5.com/tiddlers/toolbar-buttons-create-wikitext-link-todo.tid +++ b/editions/tw5.com/tiddlers/toolbar-buttons-create-wikitext-link-todo-fixed.tid @@ -1,7 +1,7 @@ created: 20221125103243276 -modified: 20221125105220639 +modified: 20240901191532497 tags: -title: toolbar-buttons-create-wikitext-link-todo +title: toolbar-buttons-create-wikitext-link-todo-fixed type: text/vnd.tiddlywiki Check all edit-mode toolbar buttons dropdowns diff --git a/editions/tw5.com/tiddlers/trunc Operator-todo-dm.tid b/editions/tw5.com/tiddlers/trunc Operator-todo-dm-fixed.tid similarity index 71% rename from editions/tw5.com/tiddlers/trunc Operator-todo-dm.tid rename to editions/tw5.com/tiddlers/trunc Operator-todo-dm-fixed.tid index 74f109e4a..c6a5f6428 100644 --- a/editions/tw5.com/tiddlers/trunc Operator-todo-dm.tid +++ b/editions/tw5.com/tiddlers/trunc Operator-todo-dm-fixed.tid @@ -1,7 +1,7 @@ created: 20221123151524270 -modified: 20240217220932874 +modified: 20240901193300391 tags: -title: trunc Operator-todo-dm +title: trunc Operator-todo-dm-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/untrunc Operator-todo-dm.tid b/editions/tw5.com/tiddlers/untrunc Operator-todo-dm-fixed.tid similarity index 69% rename from editions/tw5.com/tiddlers/untrunc Operator-todo-dm.tid rename to editions/tw5.com/tiddlers/untrunc Operator-todo-dm-fixed.tid index 623b24a26..9a097390a 100644 --- a/editions/tw5.com/tiddlers/untrunc Operator-todo-dm.tid +++ b/editions/tw5.com/tiddlers/untrunc Operator-todo-dm-fixed.tid @@ -1,7 +1,7 @@ created: 20221123151559409 -modified: 20240217220947219 +modified: 20240901193255848 tags: -title: untrunc Operator-todo-dm +title: untrunc Operator-todo-dm-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/> diff --git a/editions/tw5.com/tiddlers/variance Operator-todo-dm.tid b/editions/tw5.com/tiddlers/variance Operator-todo-dm-fixed.tid similarity index 69% rename from editions/tw5.com/tiddlers/variance Operator-todo-dm.tid rename to editions/tw5.com/tiddlers/variance Operator-todo-dm-fixed.tid index b71e10fc3..7e563b21b 100644 --- a/editions/tw5.com/tiddlers/variance Operator-todo-dm.tid +++ b/editions/tw5.com/tiddlers/variance Operator-todo-dm-fixed.tid @@ -1,7 +1,7 @@ created: 20221123151619713 -modified: 20240217221027692 +modified: 20240901193250798 tags: -title: variance Operator-todo-dm +title: variance Operator-todo-dm-fixed type: text/vnd.tiddlywiki <$link to={{{ [all[current]removesuffix[-todo]] }}}/>