Note Mover Shortcut plugin – Streamline Your Obsidian Workflow!

Hello Obsidian Community!

I’m excited to announce the release of my new community plugin: Note Mover Shortcut! :tada:

As someone who relies on efficient note organization, I developed this plugin to help you manage your notes with unprecedented speed and flexibility. Note Mover Shortcut is designed to integrate seamlessly into your workflow, making note movement and organization a breeze.

What Does Note Mover Shortcut Offer?

This plugin provides a robust set of features to keep your Obsidian vault tidy:

  • Move Single Notes: Quickly relocate your active note to any specified folder.
  • Batch Move Notes: Efficiently process and move multiple notes from an “Inbox” folder to their designated locations based on tags.
  • Automated Moving: Set up periodic movements to automatically clear your inbox based on defined criteria.
  • Tag-Based Organization: Utilize powerful rules to move notes to specific folders based on their tags, giving you granular control over your vault’s structure.
  • History & Undo Functionality: Keep track of all note movements and easily revert any changes if needed, whether for individual notes or bulk operations.

Note Mover Shortcut is all about speed, simplicity, and powerful automation to help you maintain a clean and organized Obsidian workspace.

Get Started!

You can find Note Mover Shortcut in Obsidian’s Community Plugins section. Simply search for it there to install.

For detailed information on configuration, usage, and all available commands, please visit the GitHub repository:

Note Mover Shortcut GitHub Repository


I’m looking forward to your feedback and how Note Mover Shortcut helps you streamline your note-taking process!

Happy Noting!

Best regards,

Lars

3 Likes

It might be useful to add a section to the README highlighting the differences between this plugin and Auto Note Mover.

1 Like

Thanks for the suggestion! I’ve just added a section to the README that highlights the key differences between this plugin and Auto Note Mover. Appreciate the feedback – it helps make the project more clear for others too! Let me know if you think anything else should be clarified.

1 Like

That’s a clear description.

But Auto Note Mover can be triggered manually instead of on save, so that’s not a difference.

Now that I look closer it seems to me the biggest differences are that yours can be scheduled and doesn’t have an option to trigger on save. If yours can trigger different movements separately, that’s a notable difference too (ANM can handle different movements but they’re all part of a single set of rules that use priority and matching to decide which to apply).

I think your plugin’s ability to “transfer all notes from a designated “Inbox” folder” might be something ANM can’t do, but I’m not totally sure.

You’re right. I’m not specifically familiar with the features of Auto-Note-Mover. After another look, it seems the history feature is the biggest difference for now as well as the transfer all notes from an inbox folder as you mentioned. I’ll adjust the README again accordingly.

I’m currently working on further features that will offer clearer distinctions. This includes a significantly more complex rule feature. The screenshot shows a design draft with an example of what that could look like in the future.

1 Like

Update for Note Mover Shortcut – Version 0.3.0 released!

Hey everyone, just a quick update: I’ve released Note Mover Shortcut v0.3.0. Here are the highlights:

New features:

  • Update modal that shows the latest changes automatically on startup.
  • Extended filtering options, including smarter folder and tag suggestions.
  • Improved suggestions when configuring rules.
  • Automatic history listener to log all manual file moves.
  • New command to manually open the update modal.

Improvements:

  • Refactored rule handling for better maintainability.
  • Expanded test coverage and adapted tests for new settings.
  • Overall improved autocomplete experience – suggestions are now more accurate.

Thanks for trying it out – as always, feedback is very welcome!

1 Like

Hi,
I just gave it a try, and congrats, you did a really good job.
The plugin is very usefull, and the lastest release with metadata rule is exaclty what i needed.
I’m going to keep testing, and i will surely integrated it into all my vaults.
Now I have a question about ‘note folder’ setting. I don’t quite understand its role and purpose.
I’ll stay tuned for the next release.

Hi,
Thanks a lot for your kind words!
I’d really love to hear your feedback or feature requests if you have any suggestions for improvements.

Now, regarding your question: the Note Folder setting is intended to be the default location where notes are moved when no rule applies. Depending on your vault setup, this might not be strictly necessary, so I’ll briefly explain my setup and use case.

I use an Inbox folder for all my new notes, and a Notes folder for everything that doesn’t get sorted into a subfolder like Meetings, MOCs, etc. So, when I have a new note that gets moved out of the Inbox by the plugin, and no rule matches, it will automatically be placed in the Notes folder.

Does that make things clearer for you?