Online Markdown editor:
read and edit local .md files in your browser
An online Markdown editor is a good fit for this situation: you already have .md files on hand and want to open, read, lightly edit, and keep saving them as local Markdown files — all right in your browser.
NoteLoom is a Markdown editor that works the moment you open it in your browser. It is not an AI chat tool, and it is not a cloud notes app; it focuses on reading, editing, and saving your local .md files.
Requires the desktop version of Chrome, Edge, or Arc; Firefox, Safari, and mobile are not supported yet.
What you need may not be "install yet another app"
If you just want to handle one or two Markdown files, the first step doesn't have to be installing a desktop app. You really only need to check three things:
| What you want to do | Plain text editor | Online Markdown editor |
|---|---|---|
| Open a .md file | Can open it, but only shows the source | Can show the Markdown formatting |
| Edit the content | Can change the text | Can edit while seeing the structure |
| Save back locally | Can save | Great for saving back as .md |
Notepad can open .md, but it won't render #, **, lists, and tables as formatted output. A Markdown editor's job is to let you switch freely between the source and the rendered reading view.
What this online editor, NoteLoom, can do
NoteLoom's current capabilities boil down to three steps:
- Open the app in your browser.
- Pick a local folder.
- Read, edit, and save the
.mdfiles inside it directly.
It supports three views:
| View | When to use it |
|---|---|
| source | When you want to see the full Markdown source |
| live | When you want to see the formatting as you edit |
| reading | When you just want to read the document in peace |
If your first encounter with Markdown came through ChatGPT, Claude, Kimi, or DeepSeek, these three views will be a lot easier than staring at the source alone.
How it works
To work with local Markdown files in NoteLoom, follow these steps:
- Open NoteLoom.
- Pick a local folder that contains
.mdfiles. - Open the Markdown file you want to view in the file tree.
- Read it through first in
readingmode. - Switch to
live(editing) orsourcewhen you need to make changes. - Your edits are written back to the local file.
This flow suits beginners, because you don't have to understand all of Markdown's syntax first. You can read the document clearly first, then gradually get to know symbols like #, ##, -, and **text**.
Who it's for, and who it's not for
| Situation | Good fit? |
|---|---|
| AI gave you Markdown or a .md file and you want to see the formatting clearly | Good fit |
| You want to read and write local .md files in your browser | Good fit |
| You want to edit while seeing the formatting, and switch back to the raw symbols anytime | Good fit |
| You want a tool that auto-summarizes, auto-writes, and chats with your notes | Not a fit |
| You mainly write Markdown on a phone, in Safari, or in Firefox | Not a fit |
NoteLoom currently has no AI chat, AI summaries, or semantic search. It's more like a focused entry point for Markdown files: open the .md files you already have, read them clearly, fix them up, and keep them local.
3 traps beginners fall into
1. Mistaking Markdown for garbled text
Seeing #, **, or three backticks doesn't mean the file is broken. These are usually Markdown syntax. Switch to a Markdown editor and they'll show up as headings, bold text, lists, and code blocks.
2. Copying only into Notepad and thinking the formatting is lost
Notepad shows the Markdown source; it doesn't render the formatting. If you want to keep the structure, save it as a .md file and open it in a Markdown editor. If this text was copied from a tool like ChatGPT or Claude, see how to keep the Markdown formatting in AI answers.
3. Assuming an online editor must upload your files
NoteLoom's approach is that you pick a local folder and it reads and writes the .md files inside it directly. That's not the same as uploading documents to the cloud to edit them.
FAQ
What is an online Markdown editor?
Is NoteLoom an online md editor?
Will NoteLoom upload my md files?
Does NoteLoom have AI features?
I don't know Markdown syntax — can I still use it?
Can I use NoteLoom on my phone or in Safari?
Open it and try it now
Drop your .md files into a local folder, then use NoteLoom in your browser to read one through, change a line, and save it back to the original file.