Comment Out in the Description

PinkRose
PinkRose
edited October 2012 in Campaign Portal Building
Any way to Comment Out something in the HTML Crunch portion of the character sheet?
I want to give directions, such as and such until my DST is approved.

I've tried the following...
// Comment Out //
/* Comment Out */

## Comment Out ##

Any ideas?

Comments

  • Langy
    Langy
    Posts: 364
    HTML comments work just fine in DSTs.
  • PinkRose
    PinkRose
    Posts: 11
    But what works in the basic fields before I get my DST approved?
    Right now I just have character sheets made in HTML on my campaign site, but I can't comment out.
  • Langy
    Langy
    Posts: 364 edited October 2012
    Ah. If you can use custom CSS, then just define a class, say 'comment', and give it the display:none attribute, like so:

    .comment{
    display:none;
    }

    Then, whenever you want to insert comments, just use something like "Comment goes here" or even "%(comment)Comment Goes Here%".

    The %s turn it into a span in textile, BTW.

    Hell, depending on how you work things you could just turn all 'del's into comments, making it so you can type out a comment like this: "-COMMENT GOES HERE-"

    EDIT: There is no default way to insert comments in Textile, unfortunately.
    Post edited by Langy on
  • PinkRose
    PinkRose
    Posts: 11
    I appreciate your time and suggestions but none of them work.

    The only thing I've found so far is

    I'm a %{comment:RACE}Dwarf!%
    shows
    I'm a Dwarf!
Sign In or Register to comment.

May 2024
The World of Elurah

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