{"id":13600878,"url":"https://github.com/axelson/obsidian-auto-note-mover","last_synced_at":"2025-04-11T01:30:31.596Z","repository":{"id":196371421,"uuid":"695980901","full_name":"axelson/obsidian-auto-note-mover","owner":"axelson","description":"This is a plugin for Obsidian (https://obsidian.md).","archived":false,"fork":true,"pushed_at":"2024-03-26T15:41:42.000Z","size":46,"stargazers_count":16,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T20:48:12.482Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"farux/obsidian-auto-note-mover","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/axelson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-24T19:37:33.000Z","updated_at":"2025-02-28T18:59:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/axelson/obsidian-auto-note-mover","commit_stats":null,"previous_names":["axelson/obsidian-auto-note-mover"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelson%2Fobsidian-auto-note-mover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelson%2Fobsidian-auto-note-mover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelson%2Fobsidian-auto-note-mover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelson%2Fobsidian-auto-note-mover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axelson","download_url":"https://codeload.github.com/axelson/obsidian-auto-note-mover/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248324965,"owners_count":21084839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T18:00:50.328Z","updated_at":"2025-04-11T01:30:31.270Z","avatar_url":"https://github.com/axelson.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Auto Note Mover\r\n\r\nAuto Note Mover will automatically move the active notes to their respective folders according to the rules.\r\n\r\n## How it works\r\n\r\nRegister the tag or title of the note you want to move to the rule.\r\n\r\nWhen the active note matches the rule, Auto Note Mover will move the note to the destination folder.\r\n\r\nIf you create a new note from a link in an existing note or from another plugin, Auto Note Mover will move those notes to the folder you want, so you don't have to worry about where or how to create the note.\r\n\r\nIf the rule is matched but the destination folder is not found, or if the destination folder has a note with the same name, a warning will be displayed and the move will be aborted.\r\n\r\n## Triggers\r\n\r\nThere are two types of triggers for Auto Note Mover.\r\n\r\n### Automatic\r\n\r\nTriggered when you create, edit, or rename a note, and moves the note if it matches the rules.\r\n\r\nYou can also activate the trigger with a command.\r\n\r\n### Manual\r\n\r\nWill not automatically move notes.\r\n\r\nYou can trigger by command.\r\n\r\n## Rules\r\n\r\n1. Set the destination folder.\r\n2. Set a tag or title that matches the note you want to move. **You can set either the tag or the title.**\r\n3. The rules are checked in order from the top. The notes will be moved to the folder with the **first matching rule.**\r\n\r\nTag: Be sure to add a **\\#** at the beginning.\r\n\r\nTitle: Tested by JavaScript regular expressions.\r\n\r\n## Notice\r\n\r\n1. Attached files will not be moved, but they will still appear in the note.\r\n2. Auto Note Mover will not move notes that have \"**AutoNoteMover: disable**\" in the frontmatter.\r\n\r\n## Example of use\r\n\r\n### Tag\r\n![Food0](https://user-images.githubusercontent.com/33874906/152721614-45a65095-3af2-4e80-8973-26be686ca585.png)\r\n\r\n![Food2](https://user-images.githubusercontent.com/33874906/152721697-7cf722fc-bc82-4c5d-8bbe-6c087755d29c.png)\r\n\r\n### Nested Tag\r\n![nest0](https://user-images.githubusercontent.com/33874906/152721876-58b19020-eb75-4324-a8ba-2110dba11ea6.png)\r\n\r\n![nest1](https://user-images.githubusercontent.com/33874906/152721897-be270fc9-6381-46b6-99d0-1d5a08260a06.png)\r\n\r\n### Daily Notes\r\n![day0](https://user-images.githubusercontent.com/33874906/152721914-48ed5cc5-ec08-4f80-9425-8c68b719107a.png)\r\n\r\n![day1](https://user-images.githubusercontent.com/33874906/152721927-659d0ad4-ce9f-4aea-8752-8eb668500af5.png)\r\n\r\n### Task Notes\r\n![task0](https://user-images.githubusercontent.com/33874906/152723161-6a8d9999-15e9-4e97-8b71-e07ff30fb330.png)\r\n\r\n![task1](https://user-images.githubusercontent.com/33874906/152723175-839e724c-4437-42ff-ba05-f458e45c3f21.png)\r\n\r\n### Star Notes\r\n![sta0](https://user-images.githubusercontent.com/33874906/152721996-74f29153-4266-4aff-88e6-e765ef031d65.png)\r\n\r\n![sta1](https://user-images.githubusercontent.com/33874906/152722006-54f5c315-8d5b-457b-8cfc-ec982a2b088c.png)\r\n\r\n### How to Notes\r\n![how0](https://user-images.githubusercontent.com/33874906/152722040-e100961b-8398-485d-bc64-f3fa784b79be.png)\r\n\r\n![how1](https://user-images.githubusercontent.com/33874906/152722054-820441a1-a244-43cb-b8f2-fcde06310d40.png)\r\n\r\n### Command\r\n![comm](https://user-images.githubusercontent.com/33874906/152723205-70599951-75ee-4915-a160-17a3faed67b0.png)\r\n\r\n### Disable Auto Note Mover in front matter.\r\n![fm0](https://user-images.githubusercontent.com/33874906/152722074-d550e13c-2955-40ab-b324-7e934d86ea1a.png)\r\n\r\n\r\n## Troubleshooting\r\n\r\n### 1. Notes do not move.\r\n\r\nMake sure that the rules are correct, that no excluded folders are set, and that they are not disabled in the frontmatter.\r\nAnother possibility is that if the vault is monitored by a real-time sync software like Dropbox, if the editing overlaps with the timing of the sync, the sync software might lock the note and prevent it from being moved.\r\n\r\n### 2. Duplicate notes\r\nCheck your sync software.\r\n\r\nDuplicate notes due to iCloud glitches have been reported.\r\nhttps://github.com/farux/obsidian-auto-note-mover/issues/19\r\n\r\n## Attribution\r\nsuggest.ts and file-suggest.ts are copyrighted works of Liam Cain (https://github.com/liamcain) obsidian-periodic-notes (https://github.com/liamcain/obsidian-periodic-notes).\r\n\r\npopper.js https://popper.js.org/\r\n\r\n\r\n## Special Thanks\r\nThanks to [@pjeby](https://github.com/pjeby) for his help in creating this plugin.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxelson%2Fobsidian-auto-note-mover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxelson%2Fobsidian-auto-note-mover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxelson%2Fobsidian-auto-note-mover/lists"}