similar to: BBCode editor

Displaying 20 results from an estimated 70000 matches similar to: "BBCode editor"

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
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/.
2010 Apr 13
1
BBCode Fork of RedCloth
how do you install this? especially on rails 3? putting gem "redcloth", :git => "git://github.com/ROFISH/redcloth.git" doesn''t work. and do nested tags like [quote][quote][/quote][/quote] work? -- Posted via http://www.ruby-forum.com/.
2008 Sep 11
0
Draftastic -- Markdown-based collaborative editor
Hi everyone, We've just launched a collaborative editing site that relies heavily on Markdown. We wanted to say thanks, and we'd love any feedback from the Markdown community. http://draftastic.com/ is a realtime, multi-user text editor. It does locking on arbitrary blocks of text, rather than locking at the page level or trying to merge character-by-character changes, neither of
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
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
2004 Apr 07
2
Re: [R-gui] Editor in R
S??ren H??jsgaard wrote: > Dear all, > I have used R (Windows) for teaching statistics to agronomists and biologists - and they love R!! Yet there is one immediate short coming of R: The lack of an integrated editor. A plain editor (e.g. similar to notepad in windows) in which people can write their code, highlight the piece of code they wish to "submit" and then press a single
2006 Oct 03
1
line too long in editor... (textmate)
my where :condition string line is too long in my editor, (Textmate...) if I do a LR, I got a \n in my string, how can i get it displayed in multilines without this garbage in the string : here is the kind of string I am manipulating cond_a.append ["(bookings.start_at == ? OR bookings.end_at == ? ) OR (bookings.start_at <= ? AND bookings.end_at >= ? )",
2007 Apr 13
2
inplace editor and textarea
Hi, I have an inplace editor and I can access the innerHTML value of the created form. However the innerHTML gives "<textarea>....</textarea> ..." How can I access the textarea value? I tried to do innerHTML.textarea.value but it didn''t work. Any ideas will be appreciated. Thanks, Joe -- Posted via http://www.ruby-forum.com/.
2005 Jan 21
1
an R script editor for Mac
JGR has an fairly intelligent editor, and it works on Mac. Andy > From: Sean Davis > > Consider using ESS and xemacs or emacs. You get syntax highlighting, > auto-indent, command auto-complete, transcripts for your session, > integrated help, and the tools of one of the most powerful > text editors > on the planet. The learning curve is a bit steep, but if you use R
2003 Nov 05
0
editor argument in edit()
Hi dear listers, In R 1.7 under linux, if I try to edit a vector, it can be edit using any editor: z<- c(1,2,3,4) edit(z) #opens vi edit(z, editor="gnumeric") #opens "z" in gnumeric edit(z, editor="gedit") #opens "z" in gedit It is similar in Windows98 (R 1.8) : edit(z) #opens z in notepad edit(z, editor="C:\\Program Files\\Microsoft
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
2005 Nov 26
1
Using an editor with R
Hello, I changed the setting in options$editor to allow me to use my favorite editor. In R 2.1.1 on Windows XP, I entered at the command line: options(editor="c:\\program files\\winedit\\winedit.exe") When I edited a function, say test, using fix(test), the editor opened perfectly. But, when I saved the file and closed the editor, the R gui screen was white, blank, and completely
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
2024 Dec 11
1
Is it advisable/possible to default on Linux to an EDITOR that actually exists?
Thanks Simon, I didn't know that! That's definitely a compelling reason to leave the current default untouched and to eschew any finicky attempts to find back-up editors. Still, I think there is benefit from checking quickly that 'editor' exists at run-time in file.edit() -- the current failure mode is unusual (a shell error & R warning). Offering an R error would also
2016 Jul 06
0
Re: Permanently change default virsh editor
On 07/06/2016 03:27 PM, J Travis Lindsey wrote: > Hello, I found in the docs that I can change the editor I use on a per vm > bases with the following: > *EDITOR=$your-favorite-editor virsh edit $your-vm-name* > > But how do I change it permanently so when I run: > *virsh edit $your-vm-name* > > It defaults to my favorite editor (vim)? EDITOR is just a shell environment
2016 Dec 28
0
Re: how to modified virsh's editor forever?
Hello dw, Can you plz try this method and check if it works: Set the preferred editor in /etc/environment file (to define it globally) and then restart the session. You may follow these links for more info on the topic. Link 1: https://www.redhat.com/archives/libvirt-users/2014-September/msg00039.html Link 2:
2016 Dec 28
2
how to modified virsh's editor forever?
Hi: when I modify VM's xml file,the editor is VI,how to set to other editor forever? Now I can change the editor to VIM from VI with setting environment EDITOR=$my-favorite-editor, but after rebooting,it is VI again. thanks
2003 Nov 28
0
For those of you that uses syn Text Editor to edit .R files
Hi, sorry to bother you, and that this is probably not the right list :-), but I read that some of you might use syn as Editor for .R files. I've released an unofficial Version of the syn Text Editor with improved support for R (I'm the initial developer of this program, btw.). syn is a Windows 32 Program (Win9x, NT4, 2000), but maybe it runs also inside Wine, I didn't try it.
2008 Jun 08
0
Office 97: VBA editor flashes onto screen, then disappears
Running Debian Etch with msttcorefonts installed, and Wine 0.9.58 Office 97 (Excel, Word, Powerpoint only, not Outlook etc) installed fine using Winecfg 'out of the box', setting default environment to Windows 98. Office 97 includes VBA, which can be started from Word's or Excel's menu: 'Tools, Macros, Visual basic Editor'. (The VBA editor is normally 3 panes, two