Skip to content

Give each tiddler info tool its own block - #9989

Open
pmario wants to merge 2 commits into
TiddlyWiki:masterfrom
pmario:tiddlerinfo-tools-let
Open

pmario wants to merge 2 commits into
TiddlyWiki:masterfrom
pmario:tiddlerinfo-tools-let

Conversation

@pmario

@pmario pmario commented Aug 24, 2026

Copy link
Copy Markdown
Member

This PR fixes #9988

  • Each row of the ''Tools'' tab in the tiddler info panel is now a <div class="tc-info-list-item tc-tiny-v-gap-bottom"> instead of a paragraph produced by the blank lines between rows. Row spacing is unchanged
  • Collapse three nested $set into one $let, so the blank lines that
    separated them are no longer needed
  • tc-info-list-item carries no styling of its own. It is there so a row can be targeted from a custom stylesheet

The Tools tab relied on blank lines to space its rows, which is what put a
paragraph around every one of them.

* Wrap each toolbar row in a div, the same way the More sidebar already
  spaces its tag rows
* Collapse three nested $set into one $let, so the blank lines that
  separated them are no longer needed
* Add tc-info-list-item as a hook for users and core, with no styling of
  its own
@netlify

netlify Bot commented Aug 24, 2026 •

Copy link
Copy Markdown

✅ Deploy Preview for tiddlywiki-previews ready!

Name Link
🔨 Latest commit f91f31d
🔍 Latest deploy log https://app.netlify.com/projects/tiddlywiki-previews/deploys/6a8c5b7a9b89b60007820f1d
😎 Deploy Preview https://deploy-preview-9989--tiddlywiki-previews.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions

Copy link
Copy Markdown

Confirmed: pmario has already signed the Contributor License Agreement (see contributing.md)

@github-actions

github-actions Bot commented Aug 24, 2026 •

Copy link
Copy Markdown

📊 Build Size Comparison: empty.html

Branch Size
Base (master) 2493.7 KB
PR 2493.6 KB

Diff: ⬇️ Decrease: 0.1 KB


✅ Change Note Status

All change notes are properly formatted and validated!

📝 $:/changenotes/5.5.0/#9989

Type: enhancement | Category: hackability
Release: 5.5.0

Each row of the tiddler info Tools tab is its own element and can be styled

🔗 #9989

👥 Contributors: pmario


📖 Change Note Guidelines

Change notes help track and communicate changes effectively. See the full documentation for details.

pmario added a commit to pmario/TiddlyWiki5 that referenced this pull request Aug 24, 2026
This reverts commit 57158ae. The change
moved to its own pull request, TiddlyWiki#9989.

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

$:/core/ui/TiddlerInfo/Tools - list vertical space is different if shown in story river

1 participant