Taking Notes with Markdown?
Start with One Local Folder
The simplest way to start taking notes with Markdown is this: pick a local folder for your notes, save each note as a .md file, and write with a Markdown editor that shows the formatting as you type.
You don't need to learn all the syntax first, and you don't need to sign up for any cloud notes app. Markdown notes are just plain text files, stored on your own computer, and they'll still open no matter which tool you switch to.
A lot of people only get serious about taking notes with Markdown after they start using AI—ChatGPT and Claude give answers in .md, and you naturally want to jot things down in the same format.
Why take notes with Markdown
- Light: plain text—open it and write, no lag, no bloat.
- Universal: any Markdown editor can open a
.mdfile, so you're not locked into one app. - Enough formatting: headings, lists, bold, tables, and code blocks are all there, but you don't have to fuss with formatting like you do in Word.
- Plays well with AI: AI output is often Markdown already, so taking notes in the same format means copy-paste without the hassle.
If you're not comfortable with the syntax yet, start with how to write Markdown; if you're unclear on the format itself, see what Markdown is. If most of your md comes from AI, how to open the Markdown ChatGPT gives you is also worth a look.
First, picture what one note looks like
Before you take notes, settle on a small habit of your own—that matters more than agonizing over formatting every day.
| Element | A good-enough approach |
|---|---|
| One note = one file | Keep one topic in one .md; don't pile everything into a single file |
| File name | Name it "date-topic" or just "topic"—easier to find than New Document (1).md |
| Opening | Put a # heading on the first line so a glance tells you what it is |
| Structure | Use ## for subsections and - for bullet points; add more as it grows |
It doesn't have to be perfect from the start. Being able to jot it down now and find it later is enough.
4 steps to taking notes with Markdown
1. Pick a local folder as your notebook
Create a notes folder inside "Documents" and put all your notes there from now on. That's your local note library.
2. One note, one .md file
Each time you want to jot something down, create a new .md, write a heading at the top, and write the body in Markdown syntax.
3. Write and preview at the same time
For beginners, a "write and preview" view works best: type #, -, or **, and the screen shows the formatted result right away—no need to imagine how it'll look.
4. Save straight back to local when you're done
Your notes are real files in your local folder. When you finish editing, they're right there—not tied to any account, and you don't have to worry about a service shutting down one day and your notes disappearing.
Taking Markdown notes with NoteLoom
NoteLoom is a Markdown editor you use right in the browser. It's not cloud notes, and it has no AI features; it opens and reads/writes the .md files in your local folder directly, which makes it a good fit for taking notes.
| Capability | How it helps with note-taking |
|---|---|
| Mount a local folder | Open your whole note library at once and see every note in the file tree on the left |
| Three views (source / live / reading) | live shows formatting as you write, reading is for quiet reading, source shows the raw symbols |
| Multiple tabs | Open several notes at once and write while comparing them |
| Outline panel | Jump quickly through a long note by heading |
| Quick open | Fuzzy-search by file name and jump straight to a note |
| One-click zip export | Package and back up your entire note library anytime |
Roughly how it works:
- Open
app.noteloom.ccin Chrome / Edge / Arc. - Choose your
notesfolder. - Create or open a
.md. - Use the live view to write and preview at the same time.
- Changes are written straight back to the local file.
How you categorize and name your notes is entirely up to you. NoteLoom won't auto-categorize, auto-tag, or auto-summarize—it gives you a smooth set of tools, but what you write and how you write it is still your call.
4 traps beginners often fall into
1. Wanting to learn all the syntax before starting
For taking notes, # headings, - lists, and ** bold are all you need to get going—learn the rest as you go.
2. Cramming everything into one file
One note, one file—that's what makes things easy to find and organize later.
3. Locking notes into some app's cloud
Keep your .md files in your own local folder; they come with you when you switch tools and aren't tied to a single piece of software.
4. Forgetting to back up
Put your notes folder in iCloud / OneDrive / a sync drive, or use the export feature to package a backup periodically.
Once you've built up a lot of notes and want to sort them, read on with how to organize md files.
FAQ
Do I have to learn all the syntax before taking notes with Markdown?
Why take notes with Markdown instead of just using Word?
What tool is good for taking Markdown notes?
Can NoteLoom organize or summarize my notes for me automatically?
Where are Markdown notes stored, and is it safe?
Can I take Markdown notes on my phone?
Write your first Markdown note
Open NoteLoom, pick a local folder, and write your notes straight into local .md files—no software to install, no account to sign up for.