From 853a899c77766e47eade1dfa5822640ef9915637 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Wed, 8 Dec 2021 19:29:02 +0000 Subject: [PATCH] Avoid wraping field names in field viewers Also avoid wikifying field names --- core/wiki/allfields.tid | 2 +- themes/tiddlywiki/vanilla/base.tid | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/core/wiki/allfields.tid b/core/wiki/allfields.tid index 6bdaa2689..882f61567 100644 --- a/core/wiki/allfields.tid +++ b/core/wiki/allfields.tid @@ -1,7 +1,7 @@ title: $:/snippets/allfields \define renderfield(title) -''$title$''://{{$:/language/Docs/Fields/$title$}}// +''<$text text=<<__title__>>/>''://{{$:/language/Docs/Fields/$title$}}// \end <$list filter="[fields[]sort[title]]" variable="listItem"><$macrocall $name="renderfield" title=<>/>
diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 82592d79a..0c9a1b9cd 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -1042,6 +1042,8 @@ button.tc-btn-invisible.tc-remove-tag-button { .tc-view-field-name { width: 1%; /* Makes this column be as narrow as possible */ + white-space: nowrap; + vertical-align: top; text-align: right; font-style: italic; font-weight: normal;