Page 1 of 3 123 LastLast
Results 1 to 10 of 26

Thread: WYSIWYG web editor

  1. #1
    Join Date
    Jul 2009
    Beans
    1

    WYSIWYG web editor

    Guys,

    I didn't really know which was the best forum to ask this so feel free to tell me to shove it somewhere else.

    I've been looking for a wysiwyg web editor purely for designing layout templates without having to hand code every line of html/css. Thing is, I can't seem to find one. Are there any decent ones out there?

    Cheers

  2. #2
    Join Date
    Jul 2009
    Location
    Austin, Texas, USA
    Beans
    435

    Re: WYSIWYG web editor

    Have you looked at Bluefish?

  3. #3
    Join Date
    Mar 2006
    Beans
    2,423

    Re: WYSIWYG web editor

    Bluefish is a text editor (almost an IDE but more like an advanced text editor specialized for writing websites and some programming languages) but it is a desktop application. As far as a WYSIWYG web editor I don't know of any. Closest I can think of is some sort of CMS, like Wordpress.
    Last edited by user1397; February 18th, 2015 at 11:56 PM.

  4. #4
    Join Date
    Nov 2004
    Location
    Maine
    Beans
    2,420
    Distro
    Kubuntu

    Re: WYSIWYG web editor

    you can install the seamonkey web suite which has composer , it works pretty good for me.
    you can find out how to install it here.
    Last edited by kc1di; February 17th, 2015 at 12:03 PM.
    Wireless script
    Dave
    Registered Linux User #462608
    Morse Code an early Digital Mode.

  5. #5
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: WYSIWYG web editor

    You could embed TinyMCE into a web page and use that.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  6. #6
    Join Date
    Jun 2006
    Location
    California
    Beans
    638

    Re: WYSIWYG web editor

    Wordpress.
    Ubuntu 16.04 x64, Core i7 4770k, 8Gb RAM, Nvidia Gtx 650, Sandisk Extreme 120 SSD.

    https://reddingcomputer.wordpress.com/

  7. #7
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: WYSIWYG web editor

    WordPress uses TinyMCE as its editor. If you don't want all the bells and whistles of WordPress, you can just add the editor to a simple web site.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  8. #8
    Join Date
    Oct 2005
    Location
    Connecticut, USA
    Beans
    1,545
    Distro
    Ubuntu

    Re: WYSIWYG web editor

    Isn't Geany supposed to provide some graphical editing?

    Also, I don't know if it is kept up-to-date, but there was Kompozer (formerly Nvu). It also includes a split-view so that as you change things in the HTML code, you can see the changes in a viewing panel.

    There is also BlueGiffonhttp://bluegriffon.org/ which is cross-platform.

    I rarely use graphical IDEs for web development, and when I do it is usually Visual Studio at work. What I do is type it all up in HTML or the like, using a CSS file for styling, and then use the Web Developer tool in Firefox (hit F12) where I can edit (add, turn off, change) the style tags and see immediately what it looks like. Then I keep track of what the final settings are and have to manually edit the CSS page but at least I have seen what it will look like.

    It isn't perfect, but it works and until Visual Studio handles PHP, is the best method I have at work for the time being.
    Friends don't let friends wear a red shirt on landing-party duty.
    DACS | Connecticut LoCo Team | My Blog
    Ubuntu User# : 17583, Linux User# : 477531

  9. #9
    Join Date
    Aug 2013
    Beans
    376

    Re: WYSIWYG web editor

    Konpozer was good but is no longer kept up to date. I am using PageEdit extension to chrome.

  10. #10
    Join Date
    Oct 2005
    Location
    Connecticut, USA
    Beans
    1,545
    Distro
    Ubuntu

    Re: WYSIWYG web editor

    On that note, there is also HTML Editor for Drive.

    WYSIWYG editors / IDEs are lacking in Linux.

    I have been coding the HTML by hand and applying CSS then in Firefox hit F12 for the web editor where I can change and add CSS tags and values and see the results immediately in the browser. Not fantastic, but works.

    I'm not sure what Monodevelop has for grapical or if that would be relevant.
    Friends don't let friends wear a red shirt on landing-party duty.
    DACS | Connecticut LoCo Team | My Blog
    Ubuntu User# : 17583, Linux User# : 477531

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •