[Feature] Hover-able desc links

Some users can be expansive in their descing and want to move detail information about particular aspects or items on their character into separate sections. Implementing a way for descs to carry more information available behind a hover link would be great.

Like this?

Accipiter's tattoos

Accipiter has no tattoes. He is quite boring in that sense.

I like the idea! It doesn’t seem too hard to implement, but would be quite neat. And it would be available for both character and room descriptions (and later for other types of descriptions too).

But hover? I would think more in the terms of collapsible subsections.

Collapsible probably works even better, yes.

That looks great, and I think it solves the need really well!

I am thinking about implementing these “description subsections”.

That BBCode syntax style of this forum looks a bit clunky and too technical in my opinion. Works well for people used to markup languages, but not that great for all the others.

Alternative 1

Stick with BBCode style. It is good enough.

[details="My title"]This is my content[/details]

Alternative 2

Maybe something more lightweight:

[[My title]]{
This is my content
}

Alternative 3

Even more lightweight, with just a title. Anything following is part of the section:

[[My title]]
This is my content

Or maybe a allowing both Alt 2 and 3?

Any opinions?

/Accipiter

I went with Alt 2 + Alt 3