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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
View Poll Results: Do you like the Microsoft Notepad?
|
Yes, I like.
|
  
|
2 |
6.90% |
No, I do not like.
|
  
|
27 |
93.10% |
 |
|
12-08-2013, 07:02 AM
|
#1
|
Senior Member
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,746
|
Clone of the Windows Notepad made for Linux (ultra light-weight)
Hi,
I am looking for a light-weight notepad (not such as leafpad), but a really clone, very close, to the regular MS Windows Notepad.
I would like that it displays very similar fonts (open,free).
Alternatively we could start a project. Why not? There is no shame to say that the w32 notepad may be useful and nice.
Please find a screenshot.
Greetings
Last edited by Xeratul; 12-08-2013 at 07:13 AM.
|
|
|
12-08-2013, 07:14 AM
|
#2
|
Member
Registered: May 2009
Location: Perth, AU
Distribution: LinuxMint
Posts: 390
Rep:
|
use Gedit instead.
|
|
1 members found this post helpful.
|
12-08-2013, 07:16 AM
|
#3
|
LQ Addict
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680
|
As somebody who uses notepad day to day I'd say it's about the least-useful text editor out there. Most of the Windows admins I've known who made heavy use of a notepad application have changed to Notepad++ or Notepad2 or similar and found their productivity improved.
If you want the functionality of Notepad then Gedit or Mousepad will do it for you. If you just want the look then you'll need to change the setting for whichever desktop environment you use and install some more MS looking fonts (I always set notepad to monospace anyhow as it aids in scripting and in comparing files).
Or, you could just run notepad under WINE?
|
|
|
12-08-2013, 08:53 AM
|
#4
|
LQ Newbie
Registered: Jun 2011
Location: Oslo
Distribution: Chakra
Posts: 6
Rep: 
|
notepad
I used notepad in 1990 because it was the best webpage editor at the time :P
I instantly stopped using it when we discovered, after some strange and annoying problems, that notepad decided to ninjachange the encoding on them when some user had added another line to the file. (something about size becoming greater than ..i dunno .. something like 1024 bytes).
MS notepad was forever banned from my good book.
|
|
|
12-08-2013, 10:14 AM
|
#5
|
Member
Registered: Dec 2013
Location: /dev/Paracin
Distribution: Fedora 20
Posts: 31
Rep: 
|
Why you just don't use Gedit? :P Why you need to wait for WINE to run notepad. I am using emacs for everything, except for office things...
|
|
|
12-08-2013, 10:16 AM
|
#6
|
Member
Registered: Dec 2013
Location: /dev/Paracin
Distribution: Fedora 20
Posts: 31
Rep: 
|
Quote:
Originally Posted by lhartvik
I used notepad in 1990 because it was the best webpage editor at the time :P
I instantly stopped using it when we discovered, after some strange and annoying problems, that notepad decided to ninjachange the encoding on them when some user had added another line to the file. (something about size becoming greater than ..i dunno .. something like 1024 bytes).
MS notepad was forever banned from my good book.
|
Btw if you need good HTML editor you could use emacs advanced but better, and you could try Bluefish Editor for PHP,HTML and some other things, its easy to use.
|
|
|
12-21-2013, 03:31 AM
|
#7
|
LQ Newbie
Registered: Aug 2013
Posts: 3
Rep: 
|
I feel that gedit is better than notepad. And if you want to use office, you can use libreoffice
|
|
|
12-21-2013, 05:45 AM
|
#8
|
Senior Member
Registered: Apr 2007
Location: West Virginia
Distribution: Manjaro
Posts: 1,011
|
Notepad is terrible. I use vim or emacs.
|
|
|
12-21-2013, 11:59 AM
|
#9
|
LQ Addict
Registered: Dec 2013
Posts: 19,872
|
jedit? or geany?
i'm pressed hard to think of anything without ANY syntax highlighting. wasn't there mousepad also?
what's the point? nostalgia? certainly not usability.
|
|
|
12-21-2013, 01:19 PM
|
#10
|
Senior Member
Registered: Nov 2004
Distribution: Mint, MX, antiX, SystemRescue
Posts: 2,337
|
Quote:
Originally Posted by Xeratul
I am looking for a light-weight notepad (not such as leafpad), but a really clone, very close, to the regular MS Windows Notepad.s
|
Couldn't you just use vi, hit "a" to go into "append mode", and then leave it there for the duration of the editing session? i.e., never hit <ESC> to leave append mode? That would be pretty close to the feature set that Notepad provides.
Also, don't you get Notepad by default when you install Wine? On my LinuxMint Xfce desktop, I look at Menu->Wine->Programs->Accessories and there is Notepad, by default. I certainly didn't install it.
|
|
|
12-22-2013, 02:35 AM
|
#11
|
Senior Member
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,746
Original Poster
|
Quote:
Originally Posted by haertig
Couldn't you just use vi, hit "a" to go into "append mode", and then leave it there for the duration of the editing session? i.e., never hit <ESC> to leave append mode? That would be pretty close to the feature set that Notepad provides.
Also, don't you get Notepad by default when you install Wine? On my LinuxMint Xfce desktop, I look at Menu->Wine->Programs->Accessories and there is Notepad, by default. I certainly didn't install it.
|
vi or vim is not very good looking compared to notepad.
Linux is not largely used in the world. geany either  You live in a complete dream, guys. Linux almost do not exist. ha ha
http://media02.hongkiat.com/mac-vs-p...rket_share.jpg
Notepad is far the most used editor in the world, today.
|
|
|
12-22-2013, 02:51 AM
|
#12
|
LQ Veteran
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
|
Quote:
Originally Posted by Xeratul
vi or vim is not very good looking compared to notepad.
|
So what? It's about functionality, not looks
Quote:
Originally Posted by Xeratul
|
It depends which market you look at. Supercomputer market: Linux rules, Server market: Linux rules, Embedded system market: Linux rules, Mobile market: Linux rules. Desktop market: Linux sucks (=is not very popular)
I wouldn't call it 'non existence'.
Quote:
Originally Posted by Xeratul
Notepad is far the most used editor in the world, today.
|
So what? Just because it's popular, do I have to use it? That's ridiculous. Notepad is a very simplistic text editor that can't do much. Why on earth would I want to use it when I can use vim that is lighter and provides so much functionality out of the box? That question really puzzles me.
Just because Britney Spears (or whoever tops the pop lists now) have sold many more albums than some artists that actually have real talent, do I need to conclude that she is better than them and I need to buy her album?
Even if there are pieces of software that I'd like to bring to Linux from the Windows world, Notepad wouldn't be one of them. In terms of gaming, Linux might be behind Windows, but in terms of lightweight text editors, there is enough choice that one does not need to look back on Windows.
|
|
|
12-22-2013, 03:10 AM
|
#13
|
LQ Addict
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680
|
As I mentioned, the majority of the Windows admins I've known (i.e. people who use Windows for a living) choose to swap notepad for something else because its functionality sucks.
Don't get me wrong, I use it day to day for taking notes, as I'm not allowed to install anything on my machine, and it works but it's hardly anybody's first choice.
|
|
|
12-22-2013, 04:22 AM
|
#14
|
Member
Registered: Jun 2012
Distribution: Slackware
Posts: 441
|
Quote:
Originally Posted by Xeratul
Linux is not largely used in the world. geany either  You live in a complete dream, guys. Notepad is far the most used editor in the world, today.
|
Oh, I'm definitely glad to run this dream OS. If you like notepad so much I warmly suggest you to stick with MS products (you know, that widely used OS): no one is going to stop you, really.
Be happy.
|
|
|
12-22-2013, 05:59 AM
|
#15
|
Senior Member
Registered: Jun 2011
Location: NOVA
Distribution: Debian 12
Posts: 1,076
|
I use leafpad but I don't code.
|
|
|
All times are GMT -5. The time now is 09:54 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|