search for: wysiwyg

Displaying 20 results from an estimated 100 matches for "wysiwyg".

2006 Jun 19
5
Wysiwyg HTML Editors and Rails ?
What wysiwyg html/CSS editors do people recommend. I''m mainly interested in FOSS programs that I can run on WinXP. Sometimes you just have to create some mostly-static pages and make them look nice. I see that Guy Kawasaki is using Nvu, which is based on Mozilla composer. Any of you guys have any e...
2007 Apr 16
2
Discussion on wysiwyg-for-script-aculo-us-inplaceeditor-using-tinymce
Hi Valentine, I am currently trying out your inPlaceEditor and I am happy with so far as it helps with the CMS I am developing in Rails at the moment. However, when you click cancel and go into in-place editing right after again, the textfield does not switch into WYSIWYG mode anymore. That behaviour is correct, because you do not disconnect the editor instance form the DOM tree on cancel. I''ve added your toggle script to the onclickCancel function in the modified controls.js: /* begin TinyMCE addon */ if (this.options.veButton && this.options.veI...
2006 May 29
19
WYSIWYG Editors and Rails
Hi everyone, I''m currently investigating re-writing our School CMS application in Rails and the only drawback I can see is there isn''t an ample supply (if any) of WYSIWYG In-browser editors written with a raw Ruby backend. We currently use KTML4 which is written with PHP as a base. I''m interested to hear from anyone who''s integrated a PHP based editor into a rails application and how you interfaced between the two. KTML4 does have manual integr...
2006 Aug 15
4
escaping html?
Hi I have a wysiwyg html ditor in my app. How do I escape html written to the database and encoding when I display the content> Ty Pieter -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060815/d8c50941/attachment.html
2013 Jan 02
4
Wysiwyg html editor for note taking
I am looking for a wsyiwyg html editor for note taking as I build up a system to note what I am doing. I typically just use gedit, but this system's notes are getting complex, and using code tabs, lists, and the like would make it more enduring. I am looking at lonote on my F17 notebook, but I would like to do the note taking directly on the Centos system. Just basic html. Image
2006 May 16
7
WYSIWYG IDE, etc...
...the ones listed in the documentation, I need to connect to SQLBase? Can Ruby be used to create standalone Applications (like Java)? If yes, does it create native looking apps? Can it be use in Client-Side and/or Server side web development? Does Ruby have any AJAX components that are part of a WYSIWYG IDE (see first question)? Thanks P.S. It is taking me sometime to get used to how things work in Ruby, but so far it''s a great language!! -- Posted via http://www.ruby-forum.com/.
2010 Apr 20
2
Parser question + Markdown "wysiwyg"
Hi all I've started writing an OS X Markdown "editor"[1] that semi-formats your markdown document as you write it. I just wanted to put something together, so went with a regexp-based setup for parsing -- Not ideal! I'd really like to use an existing parser, but I need to get access to the parse-tree *with* character offets, rather than just html output, as I'm adding
2009 Jun 28
5
OT: Linux WYSIWYG HTML Editors
I have KomPozer installed, but after using M$ FrontPage for years, KomPozer looks like it is going to have a learning curve and I want to get away from FrontPage and Windows. I know Mark (MHR) uses SeaMonkey. Wondering if there is anything else I can use on Linux that is easier on a FrontPage user. I found this article: <http://webdesign.about.com/od/htmleditors/tp/aatpwyslinux.htm> when I
2006 Jul 12
2
(Re-)designing a CMS
...This prints a list of articles according to the definition. The <buttons/>-tag (in cmsdef) adds a little editbutton, which can bring up a popup within which one can modify the contents of the block. With this functionality, it''s possible to build quite a website, and manage it in a WYSIWYG-way. But how to approach this in Rails? The goals are simple, really.. I want to be able to have designers create regular HTML files, with a couple of special tags where they want to display dynamic content. Within the CMS interface, the site must be viewable in ''preview'' and ...
2006 Feb 26
4
New CMS: AdminPages. uses sortable tree to arrange pages
Hi all, I spent the last three days on a half-serious attempt at creating a simple, minimal CMS system on rails. check it out at http://adminpages.flowdev.de What it can do: manage pages in a sortable tree Add custom page elements Three page elements ready: Raw HTML, WYSIWYG editor, Rails render_component interface Sort page elements with drag&drop Choose page layout choose page element layout page caching nice URLs What it can''t (yet) do: Any form of access/rights management (apart from login) Configuration is now in code, no central way to set availabl...
2007 Jun 01
1
NUT Documentation project
...1.4 files), and need some more in depth changes and update of the content. The various aims of this sub project are: - to consolidate the various information scattered between nut/doc/, the website, and the not yet written content, - to have a doc system that allow easy maintenance / update (like wysiwyg, using ooo2dbk / wiki systems, ...) - to split the doc into a User and a Developer Guides - maybe to create a quickstart guide (very simple, ie 2/3 pages, only addressing the basic things and pointing the full User Guide otherwise) - to use the html generated for the website, Some more notes: - we...
2006 Aug 09
6
How do you desing forms in RoR
Hi all, what is the best way tod esing a form in RoR? Do you use Dreamweaver or something similar? thanks -- Posted via http://www.ruby-forum.com/.
2017 Jun 16
4
Markdown editor for CentOS 7?
...nux For the time being, I'm using my good old Vim editor for writing it. I turned off syntax highlighting, since this produces random results with Markdown. Pages are correctly displayed on Github, but in order to see them, I have to push them to the server. Now I wonder if there's a good WYSIWYG editor for Markdown, or at least something where I can check locally what the page looks like. Any suggestions? Niki Kovacs -- Microlinux - Solutions informatiques durables 7, place de l'?glise - 30730 Montpezat Web : http://www.microlinux.fr Mail : info at microlinux.fr T?l. : 04 66 63 10...
2009 Feb 21
5
aspell
can u suggest a link for downloading aspell spellchecker (for tinyMCE Editor) using rails --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to
2006 Jun 21
2
MasterView rails-optimized (x)html friendly template engine plugin - Release 0.2.0
...s a rails-optimized (x)html friendly template engine plugin that provides another option to the existing rails view templates (rhtml and rxml). The main idea is to provide a template engine that would provide all the power of layouts, partials, and rails helpers but still be editable/styleable in a WYSIWYG editor. It was also a major goal that the syntax of these attribute directives be very similar to rails helpers so that one could intuitively start using MasterView with little learning curve other than knowing rails. MasterView was inspired by Amrita, Kwartz, Tapestry, Zope/PHP TAL, Liquid, and We...
2006 Mar 28
6
RHTML designer
Hi I have just started playing with ROR and I think its very good. My only problem is that I am new to web development and know much abount html. I was wondering if there is any tool/plugin I could use to design rhtml pages. Regards Sandeep -- Posted via http://www.ruby-forum.com/.
2006 May 01
3
Your view on MasterView!
...m http://wiki.rubyonrails.org/rails/pages/MasterView+Plugin "MasterView is a ruby/rails optimized HTML/XHTML friendly template engine. It is designed to use the full power and productivity of rails including layouts, partials, and rails html helpers while still being editable/styleable in a WYSIWYG HTML editor." What do you think/feel about it? -- Posted via http://www.ruby-forum.com/.
2020 Mar 29
2
Incorrect link in /Contribute wiki page
Hi Yagi-san, Thank you for guiding me. Does this wiki have a wysiwyg editor? Or the workflow is to download the whole page, edit it, and then upload it back again? In my Menu it shows just 'Load' and 'Save' options in the menu, even in the WikiSandBox page. Regards, Lucio Seki On Fri, Mar 27, 2020 at 1:42 PM Akemi Yagi <amyagi at gmail.com> w...
2013 May 19
4
security breach - ftp?
...e the system logs (messages, secure, ...) - nothing that I could see either - except for an entry of an successful login to that domain via FTP just before the the modified dates of the infected files. I found one of the oldest infected files were in the folder of a hopelessly outdated version of a WYSIWYG editor and decided to blame that due to probability. So in order to recover I did in this order... * delete httpdocs from the website * change the FTP password * upgrade and update Plesk from 10.0.4 to 11.0.9 * upgrade php to php53 via plesk - this also updates mysql and phpmyadmin * yum update ev...
2005 Dec 22
6
Scriptaculous and Prototype based Rich Text Editor
...aculous. I'll happily let some one else take over it entirely or work together with someone as well when I get back in January. You can ask me questions, but I might not be able to respond to them before January, but then again I might. Merry christmas Pelle -- https://wideword.net + Encrypted Wysiwyg document sharing http://stakeventures.com + Bootstrapping blog http://neubia.com + Geek blog _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spino...