Character Organization

Ulmeck

Hey ho. New here. I'm finding what I really need is a way to organize characters. Like be able to organize them by module, active/inactive/dead, what not. As it is, if I create too many NPCs, they get jumbled up in a flat list.

I would like to see something like:



Player Characters (already there)

Global NPCs (alread there)

Archived Characters

Module A NPCs

Module B NPSs

...

 

and so on. Essentially in a folder structure like media.

 

thx.

Comments

  • Abersade
    Abersade
    Posts: 629

    While it's not in a folder structure, there is a way to categorize characters in a fashion similar to the way that you are describing if you are an Ascendant member.

    Ascendant members get access to several features in the backend settings, one of which is to apply tag based code to the list of characters which allows you to categorize and arrange the characters.

    Example as seen here: https://streamofkairos.obsidianportal.com/characters

    NOTE: Admittedly the character page here appears to be a sort of confusing example since characters appear to be duplicates, in this case it's intentional since there's a bunch of time-looping in my campaign.

    This is what the code in the Settings > Advanced > Custom Character Layout section looks like, to give you an idea of how easy this is to implement.

    <div class="secondary-heading">

      Our Players

    </div>

    <div class="content-list" data-filter=".pc">

      <ul class="large-block-grid-2 small-block-grid-1"></ul>

    </div>

    <div class="secondary-heading">

      Cycle Three

    </div>

    <div class="content-list" data-filter=".tag-cycle3">

      <ul class="large-block-grid-2 small-block-grid-1"></ul>

    </div>

    <div class="secondary-heading">

      Cycle Two

    </div>

    <div class="content-list" data-filter=".tag-cycle2">

      <ul class="large-block-grid-2 small-block-grid-1"></ul>

    </div>

    <div class="secondary-heading">

      Cycle One

    </div>

    <div class="content-list" data-filter=".tag-cycle1">

      <ul class="large-block-grid-2 small-block-grid-1"></ul>

    </div>

    <div class="secondary-heading">

      The Primordials

    </div>

    <div class="content-list" data-filter=".tag-protodeity">

      <ul class="large-block-grid-2 small-block-grid-1"></ul>

    </div>

    GM of Stream of Kairos - 2025 Campaign of the Year

    GM of Rise of the Durnskald: Wrath of the Fallen Goddess - February 2016 CotM

    GM of Core: The Ashes of Alcarna - April 2020 CotM

    Need CSS Help? It may be covered here: Abersade's CSS Hub

  • vadercomplex
    vadercomplex
    Posts: 267

    Please let me know if that works for you friend! @Ulmeck

    Obsidian Portal Support Druid | [email protected]

Sign In or Register to comment.

September 2026
City of Shadows

Read the feature post on the blog
Return to Obsidian Portal

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Discussions