How do you open a .md file?
View and edit Markdown files
in your browser
If you just want to see the content, you can open a .md file directly in Notepad; but you'll see Markdown markers like
# Heading, **bold**, and - list.
If you want to see formatted headings, lists, and tables, or keep editing and saving, use a Markdown editor or a Markdown viewer.
NoteLoom fits the third case: you want to open a local folder in your browser, read and edit the
.md files inside it, and keep saving your changes as local Markdown files.
First, figure out what you want to do
| Your goal | Recommended approach | Good for |
|---|---|---|
| Just confirm what's written inside | Notepad / text editor | You're okay seeing Markdown symbols |
| See the formatted result | Markdown viewer | Reading only, not much editing |
| Read, edit, and save back locally | Markdown editor | Keeping AI-generated docs, notes, and plans long term |
| Manage a whole folder of md files | Local Markdown tool | You have more and more files and need a file tree and a reading mode |
Method 1: Open it in Notepad
A .md file is essentially a plain text file, so Windows Notepad, the macOS text editor, and any code editor can open it.
This is good for quickly confirming content, like glancing at an AI-generated outline, a README, or a to-do list.
The downside is obvious too: you see the source, not the formatted article.
For example, this snippet:
# Project plan
## Today's tasks
- Sort out the requirements
- Write the first draft
- Check for risks
shows up as-is in Notepad; in a Markdown editor, it displays as a heading and a list.
Method 2: View and read a .md file with a Markdown viewer
If you just want to view the file and read it a little more comfortably, you can use a Markdown viewer or reader.
The viewer recognizes # as a heading, - as a list, and
**text** as bold, so you read formatted text instead of raw symbols.
This approach suits read-only situations, like when AI generates an explainer doc and you just want to read it with normal formatting.
But if you need to edit, save, and organize multiple files frequently, a viewer alone usually isn't enough.
Method 3: Use NoteLoom to read and write local md files
If you want to treat your .md files as long-term files, give NoteLoom a try.
- Open
app.noteloom.ccin Chrome, Edge, or Arc. - Pick a local folder as your notes directory.
- Drop your
.mdfiles into that folder, or create new notes directly in NoteLoom. - Use
readingmode to read the formatted version,livemode to write and preview as you go, andsourcemode to edit the source.
NoteLoom's focus isn't "import it and turn it into another format"; it reads and writes the .md files in your local folder directly.
In other words, after you finish editing in NoteLoom, the file is still a plain Markdown file. If you switch to a different Markdown tool later, it'll still open fine.
Why does AI so often give you Markdown?
Tools like ChatGPT, Claude, Kimi, and DeepSeek often use Markdown to express structure: headings, lists, code blocks, and tables are all fairly easy to write clearly.
So you'll see symbols like #, ##, -, and triple backticks in a lot of answers.
This isn't garbled text, and it's not some special encrypted format. It's just how Markdown is written.
The catch is: a plain text editor only shows the symbols; a Markdown editor turns those symbols into formatting.
4 things beginners often trip over
1. .md is not a Word file
.md is plain text, not .docx. It's good for saving structured text, but not for complex layout formatting.
2. Seeing # and ** doesn't mean the file is broken
These are Markdown syntax. # usually marks a heading, and **text** usually marks bold.
3. To keep the formatting, don't just copy it into Notepad
If you copy an AI answer into Notepad, the formatting turns into Markdown source. To keep seeing the formatting, open it in a Markdown editor.
4. Check first whether a tool will change your file format
Some tools save your content to their own cloud or database. NoteLoom's approach is to write local .md files directly.
Which approach should you pick?
| Scenario | Suggestion |
|---|---|
| AI gave a short answer and you just want a quick look | Notepad is enough |
| AI gave a long piece and you want to see the formatting | Markdown viewer |
AI gave you a .md file and you need to edit it and keep saving |
Markdown editor |
Your computer is starting to fill up with .md files |
A local Markdown tool like NoteLoom that can manage folders |
If you're just getting started with Markdown, the most important thing isn't to learn all the syntax right away; it's to first find a tool that lets you "open, understand, edit, and save."
That's exactly what NoteLoom does right now.
FAQ
Are md and Markdown the same thing?
Why can Notepad open a .md file, but it looks messy?
Will NoteLoom upload my .md files?
Does NoteLoom have AI features?
Can I use NoteLoom on my phone or in Safari?
Do I need to create an account to use NoteLoom?
How do you view a .md file or read Markdown with its formatting?
Is there a Markdown file reader for .md files?
How do you create a .md file?
What is the difference between a Markdown viewer and a Markdown editor?
Open your first md file
Drop a .md file into a local folder, open it in NoteLoom in your browser, read it once, change one line, then save it back to the original file.