| |
Scout
Registered: Dec 2002 Posts: 1570 |
some BBcode-compatibility would be nice...
Direct linkage to pictures on the web:
And a more flexible quoting mechanism:
Quote:Blabla...
Just a thought...
R. |
|
| |
Perff Administrator
Posts: 1679 |
We already have the beginnings of such system.
For now you can make "smart" links to entries internally in the CSDb database.
Se this topic:
User Request: HTML parser for text in trivia and the like
It could easily be upgraded to have more features, like the ones you purpose.
What does people think? |
| |
Nafcom
Registered: Apr 2002 Posts: 588 |
Quote: We already have the beginnings of such system.
For now you can make "smart" links to entries internally in the CSDb database.
Se this topic:
User Request: HTML parser for text in trivia and the like
It could easily be upgraded to have more features, like the ones you purpose.
What does people think?
I am with SCout!... |
| |
WVL
Registered: Mar 2002 Posts: 902 |
something like would be very nice too!
everything within would keep whitespace and have a non-proportianal font (i say Courier ;). Pasting some code onto csdb really ends up in a big mess right now :( |
| |
Perff Administrator
Posts: 1679 |
You got it!
For now I only made it so that code-tags work. More will follow soon. You are welcome to come with sugestions.
WVL: I'm sorry that I fucked up your post, now that the tags are parsed. :)
To demonstrate:
ldx #20
loop: lda $tab,x
sta $d020
jsr delay
dex
bpl loop
I guess you get the point. :) |
| |
Perff Administrator
Posts: 1679 |
Just added a few more tags as you might se if reading the first post in this thread. :)
For more info read: http://noname.c64.org/csdb/help.php?section=usage#9
PS. Is there an official site to refer to about BBcode? |
| |
Nafcom
Registered: Apr 2002 Posts: 588 |
Quote: Just added a few more tags as you might se if reading the first post in this thread. :)
For more info read: http://noname.c64.org/csdb/help.php?section=usage#9
PS. Is there an official site to refer to about BBcode?
http://www.phpbb.com/phpBB/faq.php?mode=bbcode |
| |
Perff Administrator
Posts: 1679 |
Found that one myself also, but as I figured that is not an official BBcode-site, but a site about an open source bulletin board who happens to support some BBcodes.
I am looking for the origin of BBcode if such exists?
|
| |
Nafcom
Registered: Apr 2002 Posts: 588 |
Quote: Found that one myself also, but as I figured that is not an official BBcode-site, but a site about an open source bulletin board who happens to support some BBcodes.
I am looking for the origin of BBcode if such exists?
That what I posted is the origin.
Read more about it here:
http://en.wikipedia.org/wiki/BBCode |
| |
Scout
Registered: Dec 2002 Posts: 1570 |
Quote:
I am looking for the origin of BBcode if such exists?
BBcode 'belongs' to phpBB. If you download phpBB you can check the php-code.
R. |
| |
Nafcom
Registered: Apr 2002 Posts: 588 |
Quote: Quote:
I am looking for the origin of BBcode if such exists?
BBcode 'belongs' to phpBB. If you download phpBB you can check the php-code.
R.
Isn't that what I just said? O:-)
(other words, but still I said "its origin" ;) |
... 5 posts hidden. Click here to view all posts.... |
Previous - 1 | 2 - Next |