Skip to content

[BUG] Tiddler Title area DOM elements can be optimized #8742

@pmario

Description

@pmario

Describe the bug

The tiddler title area contains several reveal-widget-DIVs, where the first child also is a DIV. The child DIV is redundant.

  1. DIV artefact from the "tiddler fold state" -> IMO this one should use <%if %>, so go away. Only show it when needed.
  2. The subtitle reveal can stay, but can get new classes: class="tc-subtitle tc-clearfix" -> So redundant child can go away
  3. Same as 2. but with tc-tag-wrapper

grafik

Expected behavior

Redundant child widgets should be gone.

TiddlyWiki Configuration

v5.3.5
v5.3.6-pre

Metadata

Metadata

Assignees

No one assigned

    Labels

    compatibilityBreaks backwards compatibility; we do it sometimes so does not mean "wont fix"refactorNeeds substantial refactoring

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions