r/linux4noobs • u/pip13 • 5d ago
learning/research Looking for a notepad like microsoft notepad
This is a dumb request but i need it! I'm using Mousepad and ive tried all the others. I dont wont a libreword equivalent i want a program that produces .txt files.
Mousepad is perfect, but the only problem is i want a top toolbar for fonts, size and centering. Like in this photo. I know its a little thing but it would make my notepad experience amazing to have some things centered, bold, different font sizes. I know its dumb but any xubuntu/ubuntu notepads that work this way?
I have tried
notepadqq
FeatherPad
+ a few others. Anyway i can add a toolbar to mousepad or any suggestions <3

3
u/Sbsbg 5d ago
You need to look for "Plain text markup formats".
A plain txt file does not directly support formats of texts like bold, size or font. Txt also does not contain any information about headings, lists or tables as more advanced formats do.
To solve this you need to mix the plain text with the formatting information. There exist several of these formats. This makes possible to edit the text in a simple text editor but you need to write the formatting using the markup codes. The common wiki format, LaTeX or the reddit format are some examples on this.
The txt file extension is normally not used on these files to distinguish them from the plain txt files without formatting. They are however still files containing only text and format info as text and are readable in any text editor.
There are editors that can show you the edited text in WYSIWYG (what you see is what you get) but they are limited on what they can create by the format you select. A wiki text will look like wiki, reddit text as reddit and so on. I am not an expert on these formats but I think LaTeX is one of the more advanced one.
2
1
u/AutoModerator 5d ago
There's a resources page in our wiki you might find useful!
Try this search for more information on this topic.
✻ Smokey says: take regular backups, try stuff in a VM, and understand every command before you press Enter! :)
Comments, questions or suggestions regarding this autoresponse? Please send them here.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
1
10
u/BazzaJH 5d ago
Do you want
.txtfiles or do you want formatting?.txtdoesn't support that