Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

New Note Fixer

Michael NaumovMichael Naumov2k downloads

Unifies the way non-existing notes are created when clicking on their links.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates37

This is a plugin for Obsidian that unifies the way non-existing notes are created when clicking on their links.

When you click on a link [[non-existing-note]], Obsidian creates a new note, whose location depends on Settings → Files and links → Default location for new notes.

However, if your link is [[folder/non-existing-note]], Obsidian will ignore the above-mentioned setting and create a new note in the <vault root>/folder/non-existing-note.md.

Even more, if the link is [[../folder/non-existing-note]], Obsidian will create a file outside of the vault root and won't open it. If you click on the link another time, Obsidian will show a misleading error message Folder already exists.

This plugin fixes this behavior by respecting Default location for new notes setting for those cases.

Installation

The plugin is available in the official Community Plugins repository.

Beta versions

To install the latest beta release of this plugin (regardless if it is available in the official Community Plugins repository or not), follow these steps:

  1. Ensure you have the BRAT plugin installed and enabled.
  2. Click Install via BRAT.
  3. An Obsidian pop-up window should appear. In the window, click the Add plugin button once and wait a few seconds for the plugin to install.

Debugging

By default, debug messages for this plugin are hidden.

To show them, run the following command:

window.DEBUG.enable('new-note-fixer');

For more details, refer to the documentation.

Support

My other Obsidian resources

See my other Obsidian resources.

License

© Michael Naumov

HealthExcellent
ReviewPassed
About
Fix new-note creation behavior so clicking links with folder or relative paths respects the Default location for new notes setting. Prevent creation of files outside the vault and remove misleading "Folder already exists" errors when opening non-existent links.
LinksFilesFolders
Details
Current version
2.0.8
Last updated
2 days ago
Created
Last year
Updates
37 releases
Downloads
2k
Compatible with
Obsidian 1.12.7+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Sponsor
Buy Me a Coffee
Author
Michael NaumovMichael Naumovmnaoumov
mnaoumov.dev/
GitHubmnaoumov
Xmnaoumov
  1. Community
  2. Plugins
  3. Links
  4. New Note Fixer

Related plugins

Multi Properties

Add properties to multiple notes at once. Either right-click a folder or select multiple notes and right-click the selection.

Advanced URI

Control everything with URI.

Custom Attachment Location

Customize attachment location with variables($filename, $data, etc) like Typora.

Waypoint

Easily generate dynamic MOCs in your folder notes using waypoints. Enables folders to show up in the graph view and removes the need for messy tags!

Quick Explorer

Perform file explorer operations (and see your current file path) from the title bar, using the mouse or keyboard.

Custom File Explorer sorting

Manual or automatic config-driven reordering and sorting of files and folders in File Explorer.

Note Refactor

Extract note content into new notes and split notes.

Flexplorer

Enhance the file explorer with custom sorting, pinning, and hiding.

File Explorer Note Count

See the number of notes in each folder within the file explorer.

Create Note in Folder

Add commands to create a note in a specific folder.