Hey, folks!
I am trying to set up this campaign manager in a satisfying way but the issue is that the portrait and extra description fields are redundant for me.
This is how I like it:
I have tried removing them in a few ways and didn’t really manage a good result.
Here is the original: https://ttrpg-campaignwiki.tiddlyhost.com/
Here’s what I ended up with: https://gabes-campaign-template.tiddlyhost.com/
But it’s all wonky and I hate it XD
I appreciate the help!
Just an addendum:
What makes this plugin great is that it generates a new tiddler from th picklist, which in turn is populated by a bunch of templates I prepared before.
Plus, I love the lil icon besides the tittle.
I think I did it.
I emptied the contents of $:/plugins/_aj/cw/ElementTemplates/ViewTemplate/Info
The template tiddlers still show two text boxes but it’s not a nuisance as the actual work tiddlers don’t show them.
The various text fields in your first image (of what’s “too much”) are controlled by this tiddler:
$:/_aj/cw/template/Person
The portrait element is controlled by this tiddler:
$:/plugins/_aj/cw/ElementTemplates/ViewTemplate/Info — the second long <$list...> sequence displays a portrait, or a button with icon where the portrait “should” be. If you remove that sequence, you won’t see that portrait/placeholder at the right side.
What’s left, after you remove the portrait-related stuff, is like this:
<$reveal type="match" state="$:/plugins/_aj/cw/Config/showTemplateInfo" text="show" tag="block" class="info-flex-container">
<$list filter="[<infoTextTemplate>has[title]]" variable="ignore">
<div class="info-flex-text">
<$transclude $tiddler=<<infoTextTemplate>> $mode="block"/>
</div>
</$list>
</$reveal>
Thank you!
As a side note, the dev updated the plugin with a checkbox to enable those fields just today 