How to Edit Your Existing .md Files In Place
without importing them into an app
You already have a folder of .md files: notes, AI output, a repo’s docs, something you exported. You just want to edit them where they are. But most note apps make you import first, which copies the files into the app’s library, sometimes converts them, and now you have two copies quietly drifting apart.
Here is how to skip all that and edit your existing files in place, with no import step.
Edit your .md files in place in the browser, nothing imported, nothing uploaded →
The problem with "import first"
A lot of apps and vaults adopt your files. They copy them into a library, may convert them to an app-specific format or add their own metadata, and from then on the app’s copy is the real one while your original folder goes stale. For a folder of external or AI-generated .md, that is friction, and it is a soft kind of lock-in.
| Approach | What happens to your files |
|---|---|
| Import-first apps | Copy your files into the app’s library, maybe convert them, so the original stops being the source of truth |
| Editing in place (NoteLoom) | Opens and saves the same .md files where they already are, still plain Markdown |
Editing in place, no import
NoteLoom mounts your existing folder in the browser and reads and writes the .md files directly. There is no import, no copy into a separate library, and no conversion. You edit the same files that are already on disk, and they stay .md in your folder.
- Open
app.noteloom.ccin Chrome / Edge / Arc. Nothing to install. - Mount the folder your
.mdfiles are already in. - Open a file and edit it. It saves straight back to the same file, still plain Markdown.
It works cleanly in a real folder
Your .md files are usually not alone in a folder. NoteLoom’s file view only shows .md and .markdown files and skips dot-files and dot-folders (like .git or .obsidian), so it stays readable even in a repo or an exported folder full of other things. It edits the notes; it does not reorganize or adopt the folder.
Good places to use it: a folder of AI-generated Markdown, a project’s docs folder, or notes you exported and do not want to re-import anywhere. Since these are just plain, portable .md, editing them in place keeps them that way.
The honest limits
- It is an editor, not a full PKM. No graph, plugins, remote sync, or database. If you want those, this is not that; it is a light way to edit files in place.
- It does not generate or rewrite your files. It just opens and edits them.
- Local and Chromium desktop. Files are read locally in Chrome / Edge / Arc, nothing uploaded, and Firefox, Safari, and mobile are not supported yet.
FAQ
Can I edit Markdown files without importing them into an app?
Does it convert my files to a proprietary format?
Will it reorganize or clutter my folder?
Can I edit files that are not in a structured vault?
Is this a full note-taking app or a replacement for Obsidian or Notion?
Which browser does it need?
Edit your files where they already are
Open NoteLoom in Chrome / Edge / Arc, mount the folder your .md files are already in, and edit them in place, saved straight back as plain Markdown. No import, no conversion, no second copy, and no account.