CodaCoder

Results 55 comments of CodaCoder

@ittayd That sounds like a legacy-code breaking change, to me. If a `data-with-tags=yes` (default, `no`) was supplied, then yes, could be useful.

In my testing, it seems a space at the end of the first line after the transclusion "invites" all the problems that follow ![image](https://github.com/Jermolene/TiddlyWiki5/assets/436812/1c3714b8-f3e7-45c1-9fa4-e31c7ea3d5d6) Note the space end of first...

Perhaps I should have given more than those trivial (clearly unrepresentative) samples. _Sometimes_, Windows tells me a file cannot be deleted/renamed because the file is in use or "open in...

I just played a video file in VLC. In File Explorer, I tried to rename the file. Windows 10 tells me the action cannot be completed because the file is...

Confirmed fixed somewhere between 0.69.1 and 0.75.0

https://talk.tiddlywiki.org/t/announcing-the-release-of-tiddlywiki-v5-3-2/8661/14 @Jermolene Is this the simple STR we need finally?

Agreed and there's quite a few more like that that could be done better. Anything that places inline style into elements forces me to use `!important` where I shouldn't need...

> Hi @twMat @CodaCodr I would consider it a bug to have any DIVs that cannot be targeted with a reasonably straightforward selector, so I would welcome a PR to...

Perhaps... ``` div.tc-editor-wrapper textarea { /* overridable height et al */ height: 500px; /* or, if we need to keep the config setting... */ height: {{$:/config/TextEditor/EditorHeight/Height}}; } ```