[SOLVED] Simple HTML editor

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
JoHubb
Level 4
Level 4
Posts: 221
Joined: Thu Feb 22, 2018 6:47 am
Location: Ireland

[SOLVED] Simple HTML editor

Post by JoHubb »

I sometimes write articles for publication on websites. Saving an .odt file as a webpage, filtered or unfiltered, doesn't work as editing afterwards is almost impossible - in my hands anyway.

I do not want to set up a website, merely to publish articles as .html files, sometimes with drawing/diagrams.

What are my best options?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
richyrich

Re: Simple HTML editor

Post by richyrich »

Here's a good read for you.

https://www.lifewire.com/free-html-edit ... ix-3468154

They may be available in the Software Manager, or you can check their websites for downloadable Deb files.
Just remember Mint 17 = Ubuntu 14.04, Mint 18 = Ubuntu 16.04 and Mint 19 = Ubuntu 18.04.
User avatar
jimallyn
Level 19
Level 19
Posts: 9075
Joined: Thu Jun 05, 2014 7:34 pm
Location: Wenatchee, WA USA

Re: Simple HTML editor

Post by jimallyn »

Install the Seamonkey browser, then click Window, Composer. Get Seamonkey here:

https://www.seamonkey-project.org/
“If the government were coming for your TVs and cars, then you'd be upset. But, as it is, they're only coming for your sons.” - Daniel Berrigan
JoHubb
Level 4
Level 4
Posts: 221
Joined: Thu Feb 22, 2018 6:47 am
Location: Ireland

Re: Simple HTML editor

Post by JoHubb »

Thanks to both.

SeaMonkey it is! The Composer section is just what I need.

It's not difficult to type 'seamonkey' in terminal, but is there an easy way to add it to Applications in Mate 18.3?

John
User avatar
jimallyn
Level 19
Level 19
Posts: 9075
Joined: Thu Jun 05, 2014 7:34 pm
Location: Wenatchee, WA USA

Re: Simple HTML editor

Post by jimallyn »

I installed Seamonkey long ago, and don't remember if I had to manually add it to the Menu or what. It appears in the Menu on my 17.3 Cinnamon install as "Mozilla Build of Seamonkey." At any rate in MATE you can right click on the Menu button, then click Edit menu and add it manually.
“If the government were coming for your TVs and cars, then you'd be upset. But, as it is, they're only coming for your sons.” - Daniel Berrigan
JoHubb
Level 4
Level 4
Posts: 221
Joined: Thu Feb 22, 2018 6:47 am
Location: Ireland

Re: Simple HTML editor

Post by JoHubb »

jimallyn wrote: Wed Sep 05, 2018 4:18 am I installed Seamonkey long ago, and don't remember if I had to manually add it to the Menu or what. It appears in the Menu on my 17.3 Cinnamon install as "Mozilla Build of Seamonkey." At any rate in MATE you can right click on the Menu button, then click Edit menu and add it manually.
Done and dusted! Many thanks!

John
User avatar
jimallyn
Level 19
Level 19
Posts: 9075
Joined: Thu Jun 05, 2014 7:34 pm
Location: Wenatchee, WA USA

Re: [SOLVED] Simple HTML editor

Post by jimallyn »

You're quite welcome!
“If the government were coming for your TVs and cars, then you'd be upset. But, as it is, they're only coming for your sons.” - Daniel Berrigan
JoHubb
Level 4
Level 4
Posts: 221
Joined: Thu Feb 22, 2018 6:47 am
Location: Ireland

Re: [SOLVED] Simple HTML editor

Post by JoHubb »

Just one thing, if you are willing to help.

I have an article ready to go. It has drawings. I need to copy/paste all this into a prepared 'box' on a website and keep the formatting. I tried this but the drawings were lost.

I cannot publish because I have to place the article in a box and it does not have a url.

John
richyrich

Re: [SOLVED] Simple HTML editor

Post by richyrich »

Were the drawings uploaded to the website too ? (In addition to your webpage)
JoHubb
Level 4
Level 4
Posts: 221
Joined: Thu Feb 22, 2018 6:47 am
Location: Ireland

Re: [SOLVED] Simple HTML editor

Post by JoHubb »

Yes. Should I use the drawings code as links in the text, or the drawings themselves?

John
Pogo555

Re: [SOLVED] Simple HTML editor

Post by Pogo555 »

JoHubb wrote: Thu Sep 06, 2018 3:16 am Yes. Should I use the drawings code as links in the text, or the drawings themselves?

John
I'm surprised that your HTML editor doesn't do this for you.

An image can be embedded or linked as you choose.

To embed an image you place code like that below in the text where you want the image to appear

Code: Select all

<img src="somepicture.jpg">
To link an image you use this form

Code: Select all

<a href ="http://someserver/somefolder/somepicture.jpg" Here is a picture</a>
Hunt up an HTML reference like this

Code: Select all

 http://www.simplehtmlguide.com/cheatsheet.php 
for options such as sizing, and opening the linked picture in a new page.

Pogo.
JoHubb
Level 4
Level 4
Posts: 221
Joined: Thu Feb 22, 2018 6:47 am
Location: Ireland

Re: [SOLVED] Simple HTML editor

Post by JoHubb »

Pogo555 wrote: Thu Sep 06, 2018 7:36 am
An image can be embedded or linked as you choose.

To embed an image you place code like that below in the text where you want the image to appear

Code: Select all

<img src="somepicture.jpg">
Thanks, Pogo, but I must have missed something obvious.

How does the program know where to look for "somepicture.jpg"? There is no path to a folder on the PC.
User avatar
Joe2Shoe
Level 5
Level 5
Posts: 850
Joined: Wed Oct 18, 2017 8:12 pm
Location: Ozone

Re: [SOLVED] Simple HTML editor

Post by Joe2Shoe »

I use Bluefish and Notepadqq (both in Software Manager).
Have fun.
"Tolerance is the refuge of men without conviction."
"Common sense is not so common" - Voltaire
Locked

Return to “Software & Applications”