> ## Content Index
> Fetch the complete content index at: https://en.blog.themarfa.name/llms.txt
> Use this file to discover other available public pages before exploring further.

# How to Automatically Sort Notes into Folders in Obsidian
- URL: https://en.blog.themarfa.name/how-to-automatically-sort-notes-into-folders-in-obsidian/
- Published: 2025-03-06T09:30:06.000Z
- Updated: 2025-03-06T09:30:06.000Z
- Description: The Auto Note Mover plugin helps automatically sort notes in Obsidian based on tags and regular expressions, making organization easier.
- Author: Konstantin Dokuchaev
- Tags: Windows, macos, linux, Auto Note Mover

I try to duplicate and store all possible information in Obsidian. Typically, I add all new notes to the **Inbox** folder and manually sort them into folders from time to time.

However, some notes could be sorted automatically without my involvement. That’s where the [**Auto Note Mover**](https://obsidian.md/plugins?id=auto-note-mover) plugin comes in handy.

### Setting Up Auto Note Mover

After installing the plugin, go to its settings and configure the necessary automation parameters. There are several options, most of which control the overall functionality of Auto Note Mover.

![](https://storage.ghost.io/c/31/c7/31c7da9c-f519-464c-9a3b-2d4144b557a6/content/images/2025/03/image-10.png)

For example, you can:

- Move notes manually,
- Use **RegExp** to search for notes,
- Exclude certain folders from automation.

### Creating Sorting Rules

The **"Add new rule"** section allows you to define the sorting logic with three fields:

1. **Destination Folder** – where the note will be moved.
2. **Tag** – used to determine whether a note should be moved.
3. **Note Name (RegExp)** – a regular expression for note titles.

![](https://storage.ghost.io/c/31/c7/31c7da9c-f519-464c-9a3b-2d4144b557a6/content/images/2025/03/image-11.png)

If everything is set up correctly, any new or modified note that matches the criteria will be automatically moved.

[Try Auto Note Mover](https://obsidian.md/plugins?id=auto-note-mover)