1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-29 17:08:01 +00:00

add todo items with problems

This commit is contained in:
pmario
2022-11-23 17:47:49 +01:00
parent 8f2ea2d995
commit cd7b25f265
83 changed files with 465 additions and 7 deletions

View File

@@ -1,5 +1,3 @@
created: 20220728145919904
list: Brackets Base64 HelloThere GettingStarted Community
modified: 20220728145919904
list: [[acos Operator-todo]] ActionListopsWidget-todo ActionSetFieldWidget-todo [[asin Operator-todo]] [[Block Quotes in WikiText-todo]] BrowseWidget-todo [[commands Operator-todo]] [[deserializers Operator-todo]] DraggableWidget-todo [[enlist Operator-todo]] [[Formatting List Results as Tables with CSS - Specified Columns Methods-todo]] HistoryMechanism-todo [[Icon Gallery-todo]] LinkWidget-todo ListWidget-todo [[log Operator-todo]] [[modifier Variable-todo]] [[moduletypes Operator-todo]] [[power Operator-todo]] RadioWidget-todo RangeWidget-todo ScrollableWidget-todo [[standard-deviation Operator-todo]] [[tag-picker Macro-todo]] [[tag-pill Macro-todo]] TaskManagementExample-todo [[The Extended Listops Filters-todo]] [[thumbnail Macro (Examples)-todo]] [[trunc Operator-todo]] [[untrunc Operator-todo]] [[Using Stylesheets-todo]] [[variance Operator-todo]] [[WidgetMessage: tm-close-window-todo]] [[WidgetMessage: tm-fold-other-tiddlers-todo]] [[WidgetMessage: tm-full-screen-todo]] [[WidgetMessage: tm-open-external-window-todo]] [[WidgetMessage: tm-open-window-todo]] [[WidgetMessage: tm-unfold-all-tiddlers-todo]]
title: $:/StoryList
type: text/vnd.tiddlywiki

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

@@ -0,0 +1,2 @@
title: 2buttons-in-2rows-old.png
type: image/png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@@ -0,0 +1,2 @@
title: 3-buttons-list-new.png
type: image/png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@@ -0,0 +1,2 @@
title: 3-buttons-list-old.png
type: image/png

View File

@@ -0,0 +1,9 @@
created: 20221123152001085
modified: 20221123152026864
tags:
title: ActionListopsWidget-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
Last example vertical spacing between buttons and link text bolow

View File

@@ -0,0 +1,9 @@
created: 20221123152108247
modified: 20221123152125899
tags:
title: ActionSetFieldWidget-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
2 buttons first example vertical spacing is wrong

View File

@@ -0,0 +1,15 @@
created: 20221123155812501
modified: 20221123155958564
tags:
title: Block Quotes in WikiText-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
copy to clipbaord button has more vertical distance as the old version
[img[copy-to-clipboard-old.png]]
--
[img[copy-to-clipboard-new.png]]

View File

@@ -0,0 +1,15 @@
created: 20221123152205007
modified: 20221123152342982
tags:
title: BrowseWidget-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
rendered as looks completely different -- Check DOM
[img[browse-widget-old.png]]
----
[img[browse-widget-new.png]]

View File

@@ -0,0 +1,9 @@
created: 20221123152518322
modified: 20221123152533028
tags:
title: DraggableWidget-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
tip-macro vertical spacing

View File

@@ -0,0 +1,17 @@
created: 20221123162854638
modified: 20221123163048951
tags:
title: Formatting List Results as Tables with CSS - Specified Columns Methods-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
There seems to be major problem with `@@` styled blocks.
[img[styled-block-old.png]]
---
The DOM looks completely wrong. -- Check the parser and the widget output
[img[styled-block-new.png]]

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -0,0 +1,2 @@
title: HistoryMechanism-new-list.png
type: image/png

View File

@@ -0,0 +1,15 @@
created: 20221123142902352
modified: 20221123143426021
tags:
title: HistoryMechanism-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
create a proper list template. The existing one is broken anyway.
[img[HistoryMechanism.png]]
New list see at [[HistoryMechanism]]
[img[HistoryMechanism-new-list.png]]

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -0,0 +1,2 @@
title: HistoryMechanism.png
type: image/png

View File

@@ -0,0 +1,9 @@
created: 20221123163201236
modified: 20221123163230085
tags:
title: Icon Gallery-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
tip-macro vertical distance to image gallery list is wrong

View File

@@ -0,0 +1,9 @@
created: 20221123152743439
modified: 20221123152811930
tags:
title: LinkWidget-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
first example renders as -- vertical spacing --

View File

@@ -0,0 +1,17 @@
created: 20221123152845155
modified: 20221123153125612
tags:
title: ListWidget-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
displays as: first example vertical spacing is different. ''It is bigger in new version''
Same thing with second list ... May be some CSS settings don't match anymore since P-tag is not there anymore.
[img[list-widget-old.png]]
----
[img[list-widget-new.png]]

View File

@@ -0,0 +1,9 @@
created: 20221123153241635
modified: 20221123153307890
tags:
title: RadioWidget-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
third example -- vertical spacing problem

View File

@@ -0,0 +1,9 @@
created: 20221123153332788
modified: 20221123153355269
tags:
title: RangeWidget-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
3rd example vertical spacing is different

View File

@@ -0,0 +1,9 @@
created: 20221123153434444
modified: 20221123153458974
tags:
title: ScrollableWidget-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
renders as: example -- content -- vertical spacing is different

View File

@@ -0,0 +1,9 @@
created: 20221123162513124
modified: 20221123162538778
tags:
title: TaskManagementExample-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
task items have a vertical alignment problem

View File

@@ -0,0 +1,16 @@
created: 20221123145934503
modified: 20221123150104510
tags:
title: The Extended Listops Filters-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
Very last "renders as" example has all 4 buttons instear of 2 rows with 2 buttons
should be.
[img[2buttons-in-2rows-old.png]]
New see: [[The Extended Listops Filters]]

View File

@@ -0,0 +1,9 @@
created: 20221123161957091
modified: 20221123162040906
tags:
title: Using Stylesheets-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
Last info has double list indent without first element -- both versions

View File

@@ -0,0 +1,15 @@
created: 20221123144646987
modified: 20221123144841579
tags:
title: WidgetMessage: tm-close-window-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
The `<.tip ` macro seems to have a problem.
[img[dot-tip-macro-old]]
---
[img[dot-tip-macro-new]]

View File

@@ -0,0 +1,15 @@
created: 20221123144949371
modified: 20221123145120672
tags:
title: WidgetMessage: tm-fold-other-tiddlers-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
`<.warning` macro has a problem too
[img[dot-warning-macro-old.png]]
---
[img[dot-warning-macro-new.png]]

View File

@@ -0,0 +1,15 @@
created: 20221123145138791
modified: 20221123145308158
tags:
title: WidgetMessage: tm-full-screen-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
Renders as -- 3 buttons are in 1 row instead of below
[img[3-buttons-list-old.png]]
---
[img[3-buttons-list-new.png]]

View File

@@ -0,0 +1,10 @@
created: 20221123145406421
modified: 20221123145443754
tags:
title: WidgetMessage: tm-open-external-window-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
Same problem as: [[WidgetMessage: tm-full-screen-todo]]
with 3 buttons in a row now.

View File

@@ -0,0 +1,10 @@
created: 20221123145512933
modified: 20221123145548570
tags:
title: WidgetMessage: tm-open-window-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
same problem as [[WidgetMessage: tm-close-window-todo]]
with `<.tip ` macro

View File

@@ -0,0 +1,9 @@
created: 20221123145649188
modified: 20221123145734651
tags:
title: WidgetMessage: tm-unfold-all-tiddlers-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
Problem with `<.tip ` and `<.warning ` macros vertical margin / gap

View File

@@ -0,0 +1,9 @@
created: 20221123151031589
modified: 20221123151052241
tags:
title: acos Operator-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
probelme with `<.tip ` macro vertical spacing

View File

@@ -0,0 +1,9 @@
created: 20221123151106354
modified: 20221123151119975
tags:
title: asin Operator-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
tip macro vertical spacing

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@@ -0,0 +1,2 @@
title: browse-widget-new.png
type: image/png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@@ -0,0 +1,2 @@
title: browse-widget-old.png
type: image/png

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -0,0 +1,2 @@
title: command-operator-old.png
type: image/png

View File

@@ -0,0 +1,13 @@
created: 20221123150202184
modified: 20221123150349242
tags:
title: commands Operator-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
[img[command-operator-old.png]]
----
[img[commands-operator-new.png]]

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -0,0 +1,2 @@
title: commands-operator-new.png
type: image/png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -0,0 +1,2 @@
title: copy-to-clipboard-new.png
type: image/png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -0,0 +1,2 @@
title: copy-to-clipboard-old.png
type: image/png

View File

@@ -0,0 +1,9 @@
created: 20221123150417523
modified: 20221123150454439
tags:
title: deserializers Operator-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
same problem as "commnds operator" see: [[commands Operator-todo]]

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -0,0 +1,2 @@
title: dot-tip-macro-new
type: image/png

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@@ -0,0 +1,2 @@
title: dot-tip-macro-old
type: image/png

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -0,0 +1,2 @@
title: dot-warning-macro-new.png
type: image/png

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -0,0 +1,2 @@
title: dot-warning-macro-old.png
type: image/png

View File

@@ -0,0 +1,9 @@
created: 20221123150512675
modified: 20221123150522600
tags:
title: enlist Operator-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
same problem as "commnds operator" see: [[commands Operator-todo]]

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -0,0 +1,2 @@
title: image.png
type: image/png

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -0,0 +1,2 @@
title: list-widget-new.png
type: image/png

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -0,0 +1,2 @@
title: list-widget-old.png
type: image/png

View File

@@ -0,0 +1,9 @@
created: 20221123151204903
modified: 20221123151221865
tags:
title: log Operator-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
text and links vertical spacing

View File

@@ -0,0 +1,9 @@
created: 20221123154228557
modified: 20221123154251842
tags:
title: modifier Variable-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
tip-macro and button below -- vertical spacing problem

View File

@@ -0,0 +1,9 @@
created: 20221123150547572
modified: 20221123150553663
tags:
title: moduletypes Operator-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
same problem as "commnds operator" see: [[commands Operator-todo]]

View File

@@ -0,0 +1,11 @@
created: 20221123151255885
modified: 20221123151420696
tags:
title: power Operator-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
text and links .. all text is widget created ... Investigate in more detail. vertical spacing
''have a closer look at the DOM structure''

View File

@@ -0,0 +1,9 @@
created: 20221123120123910
modified: 20221123142125955
tags:
title: show-p-tags
type: text/vnd.tiddlywiki
p {
outline: 1px solid red;
}

View File

@@ -0,0 +1,9 @@
created: 20221123151432434
modified: 20221123151507426
tags:
title: standard-deviation Operator-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
`<.tip ` macro vertical space with Examples link below it.

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View File

@@ -0,0 +1,2 @@
title: styled-block-new.png
type: image/png

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

@@ -0,0 +1,2 @@
title: styled-block-old.png
type: image/png

View File

@@ -1,8 +1,6 @@
created: 20131127215321439
modified: 20140912135951542
modified: 20221123163615628
title: $:/DefaultTiddlers
type: text/vnd.tiddlywiki
HelloThere
GettingStarted
Community
[all[tiddlers]suffix[-todo]]

View File

@@ -0,0 +1,9 @@
created: 20221123155152836
modified: 20221123155203316
tags:
title: tag-picker Macro-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
Examples are missing

View File

@@ -0,0 +1,9 @@
created: 20221123155216480
modified: 20221123155225583
tags:
title: tag-pill Macro-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
Examples are missing

View File

@@ -0,0 +1,11 @@
created: 20221123155254602
modified: 20221123155407720
tags:
title: thumbnail Macro (Examples)-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
Both version have the same problem -- The video thumbnail goes "out of bounds" from the tiddler-frame
[img[thumbnail-macor-example-old-and-new.png]]

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

@@ -0,0 +1,2 @@
title: thumbnail-macor-example-old-and-new.png
type: image/png

View File

@@ -0,0 +1,9 @@
created: 20221123151524270
modified: 20221123151547322
tags:
title: trunc Operator-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
text, tip-macro, links -- vertical spacing

View File

@@ -0,0 +1,9 @@
created: 20221123151559409
modified: 20221123151617736
tags:
title: untrunc Operator-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
tip, text, links -- vertical spacing

View File

@@ -0,0 +1,9 @@
created: 20221123151619713
modified: 20221123151632268
tags:
title: variance Operator-todo
type: text/vnd.tiddlywiki
<$link to={{{ [all[current]removesuffix[-todo]] }}}/>
tip, text, links -- vertical spacing