HTML in Notes? (moved from CR forum)

General out-of-character discussion among players of Cantr II.

Moderators: Public Relations Department, Players Department

User avatar
mortaine
Posts: 865
Joined: Sun Nov 28, 2004 4:22 pm
Location: Scotts Valley, CA
Contact:

HTML in Notes? (moved from CR forum)

Postby mortaine » Fri May 20, 2005 3:45 pm

Is it legitimate to have html bookmark hyperlinks in a note (i.e., not to an outside site, just to an anchor on the same note)?
--
mortaine.
rklenseth
Posts: 4736
Joined: Fri Aug 22, 2003 12:46 am

Postby rklenseth » Fri May 20, 2005 4:34 pm

I don't think HTML is allowed in notes anymore....or is that the note's title? I can't remember. I'm sure it is all right as long the programming allows. If it is abused then you certainly will be changed by programming and the player's department will ask you not to do this...

Or you can wait for them to answer you here. :wink:
User avatar
mortaine
Posts: 865
Joined: Sun Nov 28, 2004 4:22 pm
Location: Scotts Valley, CA
Contact:

Postby mortaine » Fri May 20, 2005 4:38 pm

HTML was removed from new note titles, but not from notes-- I know that already. That's why I'm asking if it's a CR breach.
--

mortaine.
User avatar
formerly known as hf
Posts: 4120
Joined: Wed Aug 04, 2004 2:58 pm
Location: UK

Postby formerly known as hf » Fri May 20, 2005 5:12 pm

I'd be interested in this answer too, hyperlinking to spots in a note would make one of my charries' works a lot more easier to read - could be taken as an 'index' - pages in a book or something?
Whoever you vote for.

The government wins.
Bear
Posts: 1772
Joined: Fri Feb 13, 2004 7:39 pm
Location: Sweden

Postby Bear » Fri May 20, 2005 5:30 pm

html is not allowed in the title but in the notes. I'm sure about that, I just can't find Jos' posting about it right now.
swymir
Posts: 1173
Joined: Thu Jul 17, 2003 5:07 pm
Location: Cape May, New Jersey

Postby swymir » Fri May 20, 2005 7:13 pm

The question is should there be hyperlinks allowed.

I don't see why not, so long as it stays in the note and doesn't link to a different note or site or something like that.
"My mind works like lightning, one brilliant flash and it's gone."
User avatar
jeslange
Posts: 2719
Joined: Tue Jul 15, 2003 2:54 pm

Postby jeslange » Fri May 20, 2005 7:22 pm

Unless the Programming Department objects, hyperlinking within the same note is fine. I'll e-mail them about it and post the result here.
Last edited by jeslange on Fri May 20, 2005 7:25 pm, edited 1 time in total.
wulf
Posts: 111
Joined: Wed Dec 29, 2004 8:23 am
Location: London, UK

Postby wulf » Fri May 20, 2005 7:24 pm

Links would seem a little odd although, I guess, no stranger than having an endless supply of notes that you can magic out of nowhere and fixate the writing so that no-one can every destroy them... :wink:

One of the problems of getting too complex with the HTML is that other Cantrians might be trying to adjust your notes when your character is long gone and not everyone is fluent at hacking HTML (so links would break and you'd end up with half-formed tags visible even when reading them).

I think the ideal solution would be a simplified markup format, as used on this forum or in a wiki, rather than the whole range of possible HTML. Something like FCKEditor could be drafted in - in simple mode, it gives some formatting options and then any attempts to add further HTML could be filtered out.

Wulf
Sarah
Posts: 1118
Joined: Wed Jul 16, 2003 1:42 pm
Location: Nashville

Postby Sarah » Fri May 20, 2005 7:41 pm

wulf wrote:Links would seem a little odd although, I guess, no stranger than having an endless supply of notes that you can magic out of nowhere and fixate the writing so that no-one can every destroy them... :wink:

One of the problems of getting too complex with the HTML is that other Cantrians might be trying to adjust your notes when your character is long gone and not everyone is fluent at hacking HTML (so links would break and you'd end up with half-formed tags visible even when reading them).

I think the ideal solution would be a simplified markup format, as used on this forum or in a wiki, rather than the whole range of possible HTML. Something like FCKEditor could be drafted in - in simple mode, it gives some formatting options and then any attempts to add further HTML could be filtered out.

Wulf


Links could be like bookmarks, not magic . . .

And I do not like the idea of limited HTML in notes. :( Yes, an editor may cover basic things, but would limit your ability to customize. Like you might be able to make a table, but what about changing the border color, or changing the bullet types on your unordered lists, for example? Who wants generic notes?!

And if someone has trouble with HTML, they can ask. Or just learn it . . .
User avatar
nitefyre
Posts: 3528
Joined: Sat Nov 22, 2003 3:29 am
Location: New York City
Contact:

Postby nitefyre » Fri May 20, 2005 7:57 pm

So anyone want to give me a brief course how to bookmark another place on the note through a hyperlink?

That would prove extremely useful with the Hobbes Encyclopedia.
User avatar
mortaine
Posts: 865
Joined: Sun Nov 28, 2004 4:22 pm
Location: Scotts Valley, CA
Contact:

Postby mortaine » Fri May 20, 2005 7:59 pm

Code: Select all

<a name=linkname>This is the category I'm going to link TO</a>

...

elsewhere in the document:

Code: Select all

<a href=#linkname>This is the link to that category</a>


Looking forward to new, improved Hobbes's!
--

mortaine.
User avatar
Blackdeath
Posts: 225
Joined: Fri Dec 17, 2004 11:06 pm
Location: Texas
Contact:

Postby Blackdeath » Fri May 20, 2005 10:18 pm

how do you change the font color for notes?
---------------
"Genius has its limitations. Stupidity is not thus handicapped."

1120-7: You are killed by a moose.
1120-7: You see a man in his thirties hurt a moose using a
longbow.
User avatar
Nick
Posts: 3606
Joined: Tue Jul 15, 2003 8:27 pm
Location: Halifax, Canada

Postby Nick » Fri May 20, 2005 11:12 pm

<font color="red">Text between here goes red</font> and then back to regular font, here.
User avatar
nitefyre
Posts: 3528
Joined: Sat Nov 22, 2003 3:29 am
Location: New York City
Contact:

Postby nitefyre » Fri May 20, 2005 11:49 pm

Thanks, Mortaine ;)

I'll bug ya if I can't figure it out, though the instructions seem clear enough.
Last edited by nitefyre on Sat May 21, 2005 12:42 am, edited 2 times in total.
User avatar
jeslange
Posts: 2719
Joined: Tue Jul 15, 2003 2:54 pm

Postby jeslange » Sat May 21, 2005 12:05 am

So that everyone can offer more html tips, ask Q's, etc., I'll move this to general discussion. A mail to the Prog about the topic has been sent.

Return to “General Discussion”

Who is online

Users browsing this forum: No registered users and 1 guest