LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 01-06-2005, 12:59 PM   #1
Bob5
LQ Newbie
 
Registered: Jan 2005
Posts: 2

Rep: Reputation: 0
Windows Notepad Equivalent in Linux?


This is probably an incredibly stupid question to experienced users of Linux, but as someone who is just starting by trying to decide what distro to start out with, and therefore with no experience, I wonder if someone can tell me whether there is an equivalent Linux application to Windows Notepad (which I use for my website coding). Doing it in a regular office application like Word is not practical, so I assume that open office would suffer from the same shortcomings.

So *is* there a notepad equivalent? And if so, is it something that is normally included in a distro or is it a special download, and if the latter, what do you recommend?

Doing a search of this forum before making this post did not seem to turn anything up . . .

Thanks

Bob
 
Old 01-06-2005, 01:04 PM   #2
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
There are different. Vi is a command line text editor. There are some GUI programs as well. Every distro has some text editor in it and if it's not the one you want you can just download another.
 
Old 01-06-2005, 01:06 PM   #3
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
There are lots of linux ASCII text editors which is what notepad is.

console editors
emacs, vim, joe, pico, jed

xwindows
xemacs, kwrite...
 
Old 01-06-2005, 02:13 PM   #4
animehair
Member
 
Registered: Sep 2004
Location: NJ
Distribution: Gentoo
Posts: 104

Rep: Reputation: 15
I think GEDIT is pretty decent text editor for the gnome environment (GUI). Also NANO is a great command line (non GUI) based editor a little easeir to use then VI however VI is totally classic and pretty standard across unix based systems .
 
Old 01-06-2005, 02:40 PM   #5
zeridon
LQ Newbie
 
Registered: Aug 2004
Location: Sofia, Bulgaria
Distribution: Slackware Current
Posts: 6

Rep: Reputation: 0
i personally recomend Quanta (GUI) or Pico (CMD Line)
 
Old 01-06-2005, 02:48 PM   #6
SocialEngineer
Member
 
Registered: May 2003
Distribution: Slackware
Posts: 236

Rep: Reputation: 31
There is also Nedit (X). It's fairly popular, although I don't like it so much. It's pretty close to a notepad clone, though.
 
1 members found this post helpful.
Old 01-06-2005, 03:03 PM   #7
ValidiusMaximus
Member
 
Registered: Mar 2004
Distribution: Debian Sarge
Posts: 169

Rep: Reputation: 30
I like Kvim and Kate
 
Old 01-06-2005, 03:09 PM   #8
cathectic
Member
 
Registered: Sep 2004
Location: UK, Europe
Distribution: Slackware64
Posts: 761

Rep: Reputation: 35
For website coding, Bluefish is an excellent HTML editor.

Command Line: vi (elvis or vim), emacs, pico (my preffered editor)
X: emacs, vi
KDE: kedit, kvim
Gnome: gedit (kedit & gedit are both very similiar to what you would expect from a simple text editor. Emacs is a much more fully featured editor, among other things that it can do.)
 
Old 01-06-2005, 03:19 PM   #9
nicolas9510
LQ Newbie
 
Registered: Mar 2004
Posts: 19

Rep: Reputation: 0
in cmd i personnaly like nano cause i got used to it usin shells before i installed linux
sometimes i use KWrite with KDE
 
Old 01-06-2005, 04:01 PM   #10
Hamsjael
Member
 
Registered: Aug 2003
Location: Vejle, Denmark
Distribution: Mainly Debian, some Fedora for the bleeding edge fix
Posts: 92

Rep: Reputation: 15
command line editors rock

You should take the time to learn vim or emacs if you are interested in getting experienced on Unix systems. one or the other is almost always available and can be used whether there is a gui or not.

in the end it really pays off to know just the basics of one of these
 
Old 01-06-2005, 04:09 PM   #11
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
i agree that you ought to learn vim (or even nano), but Gedit is probably the closest thing to the more basic notepad (edt: or one of the kde text editors, kedit, kate, etc.). nedit is good, too, if you don't want use kde or gnome and don't want to install a bunch of libraries.

Last edited by synaptical; 01-06-2005 at 04:11 PM.
 
Old 01-06-2005, 04:20 PM   #12
dhave
Member
 
Registered: Oct 2004
Location: still outside the Matrix
Distribution: Arch, formerly Gentoo and Slackware
Posts: 438

Rep: Reputation: 31
See if Leafpad does what you want. It's a Notepad lookalike for Linux, very fast.

Go to: http://tarot.freeshell.org/leafpad/
 
Old 01-06-2005, 04:21 PM   #13
hand of fate
Member
 
Registered: Nov 2003
Distribution: Mandriva
Posts: 441

Rep: Reputation: 31
I use Kate for editing text. It's bundled with KDE, so doesn't need to be installed separately.
 
Old 01-06-2005, 05:01 PM   #14
Tesl
Member
 
Registered: Jun 2003
Location: Durham, UK
Distribution: Slackware 9, Mandrake 9.1
Posts: 163

Rep: Reputation: 30
iv always liked KWrite, which is effectively the same thing as Notepad
 
Old 01-06-2005, 05:06 PM   #15
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
kedit and gedit are the closest thing to notepad.

kwrite, and kate are more sophisticated versions for KDE, and I'm sure Gnome has its equivalents of these.

I'd learn a command line one as well vim, for instance. Its always handy to know.
 
  


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
Linux equivalent to Windows Explorer sjia Linux - Software 22 10-13-2013 04:32 AM
What equivalent of MSDN (in MS Windows ) is in Linux Igor007 Programming 9 05-15-2009 09:35 AM
What is the equivalent of Windows events in Linux DavidW567 Programming 8 12-24-2004 05:14 PM
Linux equivalent to windows registry? marri Linux - Newbie 10 07-22-2004 12:07 AM
linux equivalent of the path in windows mep]-[isto Linux - Newbie 10 11-21-2003 03:22 PM

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

All times are GMT -5. The time now is 07:16 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