What's the next step above Notepad?

corkyg

Elite Member | Peripherals
Super Moderator
Mar 4, 2000
27,370
240
106
Wordpad - standard in Windows since 95.
 

notfred

Lifer
Feb 12, 2001
38,241
4
0
I was thinking something completely different when I cam in here, something more along the lines of:

notepad -> editplus -> vi -> eclipse, or whatever editors you happen to like.
 

drag

Elite Member
Jul 4, 2002
8,708
0
0
Originally posted by: notfred
I was thinking something completely different when I cam in here, something more along the lines of:

notepad -> editplus -> vi -> eclipse, or whatever editors you happen to like.

vi can handle jpegs? :p

Maybe what your looking for isn't a text editor, text editor is only for editing text that's all. Vim is the best thing for text editing that I am aware of, but 1. it uses arcane dual modes (you navigate the cursor with hjkl; key presses and stuff like dd with delete lines etc etc then you press i to insert text...) for the interface. 2. doesn't handle jpegs to the best of my knowledge.

You could always go use stuff like latex or TeX or whatever (like using XML or HTML) to make exact formatting rules and then use that to render pdf's or something, but that's probably not what your looking for. People use stuff like that in publishing to get exact results. Good for technical documents though.

Word is probably going to be your best bet, otherwise. Use something like rich text formatting.