Tagged Questions

4
votes
4answers
388 views

Can you suggest a Non-HTML WYSIWYG web editor?

I am scouting the market for a good WYSIWYG editor. My users are going to write stuff just like I'm doing now on Stack Overflow, but they aren't as tech-savvy as the SO users, so I …
4
votes
2answers
233 views

What markup language for richly formated content?

When you are developing a web-based application and you want to allow richly formatted text from the user you have to make a choice about how to allow that input. Many different m …
2
votes
2answers
101 views

BBCode for Ruby on Rails

So I'm putting together a simple forum. I'd like to allow my users limited formatting options and BBCode would be plenty for my users. Knowing that I'm assuredly not the first one …
1
vote
2answers
195 views

Delphi, VirtualStringTree - handling simple text styles (like bbcode)

Hi, what would be best way to handle simple text styles like bbcode allowing bold italic etc inside of the text? what I did is dividing the text into parts, each part has assign …
1
vote
3answers
68 views

Removing first newline preg_replace

Hi All, I'm writing some PHP to convert BBcode to HTML. I would like to convert this BBcode: [quote] Hello World [/quote] to the following: <blockquote>Hello World</ …
1
vote
1answer
140 views

How to create [youtube]-Tag for PECL bbcode extension?

I use the PECL bbcode extension for parsing BBCode-Tags. Can anybody show me a way of replacing the text between the BBCode tags instead of surrounding it with HTML tags? I want t …
1
vote
1answer
145 views

BBCode, preg_replace, and named capturing groups

What I thought was going to be an easy implementation of two lines of code and a function, turned out to be made of fail. On my webpage, I want to be able to type [text]1[/text], …
1
vote
2answers
304 views

Java BBCode library

Has anybody used a good Java implementation of BBCode? I am looking at javabbcode : nothing to see kefir-bb : Listed as alpha BBcode parser in JBoss source code. Are there any …
1
vote
2answers
296 views

String delimited regular expression

I'm trying to build a bbcode parser, but I'm having quite some problems figuring out how to avoid matching too widely. For example I want to implement a [list] to conversion like …
1
vote
3answers
369 views

Is there a way to use ungreedy matching in JavaScript for regular expressions?

I wonder if there is a way to use ungreedy matching in JavaScript? I tried the U modifer, but it doesn't seem to work. I want to write a small BBCode parser in JavaScript, but wit …
1
vote
4answers
555 views

BBcode regex

I'm terrible with regex, but I've had a try and a Google (and even looked in reddit's source) and I'm still stuck so here goes: My aim is to match the following 'codes' and replac …
1
vote
6answers
251 views

Which Type of Input is Least Vulnerable to Attack?

Which type of input is least vulnerable to Cross-Site Scripting (XSS) and SQL Injection attacks. PHP, HTML, BBCode, etc. I need to know for a forum I'm helping a friend set up.
0
votes
2answers
49 views

Is there a solid BB code parser for php that doesn’t have any dependancies?

I've got a situation where the client is using php4 and doesn't look like they heave PEAR. Is there an established php bb code parser that will work with vbulletin's bb code system …
0
votes
0answers
12 views

BBCode or Wiki markup libraries for .Net?

Hi, Whats your favourite library for .Net for handling either: BBCode markup Wiki markup Why do you use those libraries, what is so good about them and why should I use them? …
0
votes
2answers
31 views

BBCode to XHTML: Two possibilities, one regex?

Hi, I'm writing a small blog module. I want the users to be able to type BBCode. I need to convert that to XHTML to store in the DB, which I managed to do for most of the tags, ex …

1 2 next
15 30 50 per page