LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-10-2010, 05:01 PM   #1
xmrkite
Member
 
Registered: Oct 2006
Location: California, USA
Distribution: Mint 16, Lubuntu 14.04, Mythbuntu 14.04, Kubuntu 13.10, Xubuntu 10.04
Posts: 554

Rep: Reputation: 30
I need a WYSIWYG html editor for kubuntu


Hello,

I used to use frontpage back in the day and always hated that it would add code here or there to my page (in spots i didn't touch). Kompozer seems to do the same thing. Adds code here and there.

Is there a good or even just decent html editor where i can edit my page in a wysiwyg fashion and return to the source code section and find only the changes i made were changed?

The website i'm working on uses a template based system so i need to edit/work on small-ish portions of html code. So things like checkout page, item page, search results page have html areas that i need to edit. (just want to be clear, cause kompozer was adding body tags and whatnot to the top and bottom of my pages and i don't need that.)

-Thanks for any help
 
Old 02-10-2010, 05:08 PM   #2
Mr-Bisquit
Member
 
Registered: Feb 2009
Distribution: FreeBSD, OpenBSD, NetBSD, Debian, Fedora
Posts: 770
Blog Entries: 52

Rep: Reputation: 68
Open the package manager frontend: synaptic , etc.
and type is wysiwyg in the search options with "search all packages" enabled or a similar setting.
Through that list, look for html editor in the package description.
Also have you tried working with bluefish?
 
Old 02-10-2010, 05:20 PM   #3
xmrkite
Member
 
Registered: Oct 2006
Location: California, USA
Distribution: Mint 16, Lubuntu 14.04, Mythbuntu 14.04, Kubuntu 13.10, Xubuntu 10.04
Posts: 554

Original Poster
Rep: Reputation: 30
Does bluefish have wysiwyg? I can't seem to find that within the program.

I'm trying seamonkey now as that was the only result in synaptic. I'll let you know how it works in a few minutes.

-Thanks
 
Old 02-10-2010, 05:26 PM   #4
johnh10000
Member
 
Registered: Nov 2008
Distribution: Ubuntu Lucid Lynx
Posts: 541

Rep: Reputation: 33
Quote:
Originally Posted by xmrkite View Post
Does bluefish have wysiwyg? I can't seem to find that within the program.

I'm trying seamonkey now as that was the only result in synaptic. I'll let you know how it works in a few minutes.

-Thanks
I am afrade bluefish is txt only good but. I notice your using seamonkey, try the in built composer menu->window->composer
 
Old 02-10-2010, 05:27 PM   #5
Mr-Bisquit
Member
 
Registered: Feb 2009
Distribution: FreeBSD, OpenBSD, NetBSD, Debian, Fedora
Posts: 770
Blog Entries: 52

Rep: Reputation: 68
Be sure to add any unofficial repositories and repositories from other countries/sources. Some programs are not available everywhere.

You may need main contrib and non-free also enabled.

http://webdesign.about.com/od/htmled...tpwyslinux.htm


Bluefish isn't, sorry.
 
Old 02-10-2010, 05:31 PM   #6
xmrkite
Member
 
Registered: Oct 2006
Location: California, USA
Distribution: Mint 16, Lubuntu 14.04, Mythbuntu 14.04, Kubuntu 13.10, Xubuntu 10.04
Posts: 554

Original Poster
Rep: Reputation: 30
Seamonkey is terrible too. Both seamonkey and kompozer are WORSE than frontpage ever was.

For example, one of my templates starts off like this:

Code:
<table cellpadding="3">
	<tr>
		<td width="5"></td>
		<td>
			<TABLE id="Table1" style="BORDER-COLLAPSE: collapse" borderColor="##708a66" cellSpacing="0"
				cellPadding="0" width="100%" border="1">
				<TR>
					<TD width="100%" bgColor="##ffffff" colSpan="2"><B><FONT face="Verdana" size="2">{Category} </FONT>
						</B>
					</TD>
				</TR>
				<TR>

However, Both seamonkey and kompozer do the same thing and convert that into:

Code:
<html>
<head>
</head>
<body>
<table cellpadding="3">
<tbody>
<tr>
<td width="5"><br>
</td>
<td>
<table id="Table1" style="border-collapse: collapse;" border="1"
bordercolor="#078a60" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td colspan="2" bgcolor="#0ffff0" width="100%"><b><font
face="Verdana" size="2">{Category} </font> </b> </td>
</tr>
<tr>
Even if i delete that crazy stuff out, it returns when i click on Normal and then go back to Source.

I'll try to find some others, but does anyone know of anything that does not do this?
 
Old 02-11-2010, 04:33 PM   #7
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,142

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
Bluefish is not WYSIWYG, but Nvu is.
 
Old 02-11-2010, 05:04 PM   #8
xmrkite
Member
 
Registered: Oct 2006
Location: California, USA
Distribution: Mint 16, Lubuntu 14.04, Mythbuntu 14.04, Kubuntu 13.10, Xubuntu 10.04
Posts: 554

Original Poster
Rep: Reputation: 30
I tried Nvu, it's just loaded Kompozer

Did i do something wrong?
 
Old 02-11-2010, 05:18 PM   #9
johnh10000
Member
 
Registered: Nov 2008
Distribution: Ubuntu Lucid Lynx
Posts: 541

Rep: Reputation: 33
Quote:
Originally Posted by xmrkite View Post
I tried Nvu, it's just loaded Kompozer

Did i do something wrong?
nope in my synaptic (package manager gnome) it says it's no loger being devloped, and is a fork of kompozer
 
Old 02-11-2010, 05:25 PM   #10
johnh10000
Member
 
Registered: Nov 2008
Distribution: Ubuntu Lucid Lynx
Posts: 541

Rep: Reputation: 33
hi mate this might help. When I wanted a wysiwig html edit last year.

post 9 is what you need.

http://www.linuxquestions.org/questi...oblems-733285/
 
1 members found this post helpful.
Old 02-11-2010, 05:33 PM   #11
johnh10000
Member
 
Registered: Nov 2008
Distribution: Ubuntu Lucid Lynx
Posts: 541

Rep: Reputation: 33
or this

http://ubuntuforums.org/showthread.php?t=1189792
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
I'd like your opinions on the best WYSIWYG html editor in Kubuntu tarahmarie Linux - Newbie 2 09-05-2008 02:25 PM
HTML editor with WYSIWYG the_gripmaster Linux - Software 6 08-19-2006 09:32 AM
WYSIWYG HTML Editor quozt Linux - Software 2 08-23-2003 03:05 PM
wysiwyg html editor alwayslearning Linux - Software 2 03-22-2003 02:17 AM
WYSIWYG html editor boyinfrance Linux - Software 5 06-18-2002 01:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration