I want to remove these unwanted pieces from this rpg campaign manager but I am having trouble!

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:

image

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!

1 Like

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.

2 Likes

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>
4 Likes

Thank you!

As a side note, the dev updated the plugin with a checkbox to enable those fields just today :smiley:

3 Likes