similar to: BBCode Fork of RedCloth

Displaying 14 results from an estimated 14 matches similar to: "BBCode Fork of RedCloth"

2006 Apr 30
0
Calibre-bbcode gem installation problem
Hi all! Just a little problem here: I have run gem install calibre-bbcode, and it worked. Then, I added "require ''calibre/bbcode''" in my environnment.rb as suggested , and it keeps telling me "no such file to load -- calibre/bbcode" If I try to reinstall the gem, it tells me "successfully installed calibre-bbcode-1.0.0 after doing nothing. So it is
2010 May 01
4
using markdown in a forum?
Hi, Is markdown a good language to use in a web forum application? How does it compare to bbcode in features and ease-of-use for non-technical users? I'm thinking of using jquery-markedit in that forum app. Thanks, -- http://www.cruisefish.net
2006 Jun 07
0
phpbb bbcode to html
Hi guys, My rails application has its forum based on phpbb. I suppose many have done so. But I need to convert the message body (in bbcode) to html format, does anyone have written ruby methods to do so? Or any other idea? Thanks much! -- B.Y. -- Posted via http://www.ruby-forum.com/.
2007 Mar 31
0
BBCode editor
Does anybody know of a free BBCode editor that can be easily integrated in a Rails project? Thanks. Kind regards, Nick -- http://www.railshostinginfo.com Compare Rails hosting companies -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
2008 Apr 10
5
Extending Bluecloth/Redcloth
I''d like to extend bleucloth or redcloth to support custom tags, e.g. I want to use markup like this: [pubmed:18332676] which shall be extended to: <a href="http://www.ncbi.nlm.nih.gov/pubmed/18332676">Behav Pharmacol. 2008 Mar;19(2):121-128.</a> Does anyone know, if this is possible and has some hints how to do this?! I have not decided, wether I want to use
2006 Apr 23
3
Just a couple questions on how I should go about this.
I''m working on my personal site. The design is complete and I want to integrate some rails into it. I''ve done a few small things before, but compared to them this is big. I need a simple blog with categories and comments and an archive. I want a nice posting system, but don''t want it in HTML. Is there something I can add or make, kind of like BBCODE? I pretty much know
2007 Jan 15
3
Wrong total_hits when using conditions in find_by_contents
I don''t know if this is a bug, or wanted behavior, but for me it was a pain in... So here''s the problem + a bugfix. Lets say you have a model "Article" with the following fields: title, visible - and these records [code]title, visible ferret talk, 1 ruby talk, 0 ruby on rails, 1 lets talk about ruby, 1[/code] If I let Article act as a ferret, and do: result =
2006 Apr 24
1
Just a couple questions on how I should go about
> I need a simple blog with categories and comments and an archive. I want a > nice posting system, but don''t want it in HTML. Is there something I can add > or make, kind of like BBCODE? http://whytheluckystiff.net/ruby/redcloth/ http://wiki.rubyonrails.org/rails/pages/RedCloth > I pretty much know what else I have to do, but there is one more thing. A > client section.
2011 Dec 15
1
Game doesn't want to start without virtual desktop
I can't run this (http://www.adamdawes.com/windows/win_hpursuit.html) game in wine unless Emulate a Virtual Desktop is set. Several weeks I tried to execute this game and find it was not working, saying "Keyboard acquisition failed" and "DirectInput initialization failed" just after turning full screen. But after I tried it to run in virtual desktop, it was executed
2006 May 16
0
require: "No such file to load"
Hi, I''m having trouble with Rails failing to find things I''ve installed with Rubygems... (I''m new to rails so I might not be doing this correctly.) First I tried to use ''calibre/bbcode''. My ''gem install calibre-bbcode'' worked, and I can use it from within irb with no problems... But when I tried to "require
2011 Jul 07
6
writing tools that use light-markup
let's talk about writing tools that use markdown (or more broadly, another form of light-markup)... to begin with, there is the markdown "dingus"... from a demo perspective, it has been _fantastic_. it has provided interested observers a quick idea about the simplicity and the power of markdown. as a writing tool, it's a bit clunky; it will work, yes, but i'd doubt many
2006 Jun 08
0
Is possible to mantain a co0l blog without broke XHTML?
I started to write content in textarea in HTML then I migrated to BBCode, then I came back HTML thanks to TinyMCE, now I see with interest textile and markaby, but will they be "THE solution"? As "internal" language anybody is free to use the language he/she prefers but about the future? Probably you won''t be able to reuse it in another platform/cms Anybody wants
2006 Apr 28
0
Markdown for phpBB, vBulletin and the rest?
Is there any way Markdown could be ported to the major bulletin board programs, like phpBB? It seems like such a place would be a great fit for Markdown. It would definitely be a lot better than using BBcode or vBcode or whatever the heck it is they call that mish-mash of pseudo-HTML they use. -------------------------------------------------------- Robert Dumas robdumas@gmail.com
2006 Apr 30
7
Rich text aera?
Hi all, I am trying to add an article editing interface to my future webstore, and I am wondering what to use for text formatting. I would like to avoid using HTML, and calibre-bbcode just won''t work (see my last post). Is there some kind of library for live text formatting right in the browser? I would just need bold, italics, size and ul lists... Do you know of a good solution?