Markdown Beginner Guide

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.

  1. Open app.noteloom.cc in Chrome, Edge, or Arc.
  2. Pick a local folder as your notes directory.
  3. Drop your .md files into that folder, or create new notes directly in NoteLoom.
  4. Use reading mode to read the formatted version, live mode to write and preview as you go, and source mode 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?
Basically, yes. Markdown is a text format, and .md is the common file extension for that format.
Why can Notepad open a .md file, but it looks messy?
Because Notepad only shows the plain text source; it doesn't render Markdown syntax into formatting. The #, **, and - you see are all normal Markdown markers.
Will NoteLoom upload my .md files?
No. NoteLoom's current core mechanism is that you pick a local folder, and it reads and writes the .md files inside it directly. It's not a cloud notes app, and it doesn't upload your notes to NoteLoom's servers.
Does NoteLoom have AI features?
No. NoteLoom is currently not an AI tool, and it can't chat with your notes. It solves the problem of what to do after AI gives you Markdown: how to read it, edit it, and save it as a local .md file.
Can I use NoteLoom on my phone or in Safari?
Not for now. NoteLoom relies on the browser's File System Access API, which is currently fully supported in Chromium browsers like Chrome, Edge, and Arc. Firefox, Safari, and mobile browsers don't support full read/write access to a local folder.
Do I need to create an account to use NoteLoom?
No. After you open the app, just pick a local folder and you can start reading and writing Markdown files.
How do you view a .md file or read Markdown with its formatting?
Open it in a Markdown viewer or the reading mode of a Markdown editor, not a plain text editor. It renders the # into headings and the - into lists, so you view and read it as formatted text instead of raw symbols. In NoteLoom, reading mode does this for a local .md file.
Is there a Markdown file reader for .md files?
Any Markdown viewer or editor works as a reader: it renders the file so you can read it comfortably. If you only want to read, a viewer is enough; if you also want to edit and keep the file, use an editor. NoteLoom reads a local .md in its reading mode and lets you edit it in the same place.
How do you create a .md file?
Save a new text file with the .md extension, for example notes.md; the extension is what makes it Markdown. In an editor like NoteLoom, create a new note inside your local folder and it is written straight to disk as a .md file, with no conversion step.
What is the difference between a Markdown viewer and a Markdown editor?
A viewer only displays the formatted result; an editor also lets you change the text and save it back. To just read, a viewer is enough. To read, edit, and keep the file as a local .md, use an editor like NoteLoom.

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.

Try it in NoteLoom