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 Naumov3k downloads

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

Add to Obsidian
New Note Fixer screenshot
New Note Fixer screenshot
New Note Fixer screenshot
New Note Fixer screenshot
  • Overview
  • Scorecard
  • Updates49

Clicking a link to a note that does not exist yet creates it — and where it lands depends on which shape the link has, in ways Obsidian never explains:

  • [[non-existing-note]] respects Settings → Files and links → Default location for new notes.
  • [[folder/non-existing-note]] ignores that setting entirely and creates the note at the vault root, under folder/.
  • [[../folder/non-existing-note]] creates a file outside the vault, does not open it, and on the second click reports the misleading error Folder already exists.

This plugin makes all three obey the setting you configured, so where a new note appears no longer depends on how the link that created it happened to be written.

Without the plugin: a new note lands at the vault root

More screenshots
With it: your default location for new notes is honored Without the plugin: a new note lands at the vault root With it: your default location for new notes is honored

Demo vault

The documentation is a demo vault. Every case has a note that explains what Obsidian does, what the plugin does instead, and a link you can click to watch it happen.

Start reading here — it is plain markdown, so it works on GitHub with nothing installed.

A copy of the vault ships with every release. You can access it via any of the following:

  1. Running the New Note Fixer: Open demo vault command.
  2. Downloading new-note-fixer-demo-vault.zip from the Releases. It unzips into a single new-note-fixer-demo-vault-<version> folder.
  3. Browsing its source in demo-vault/ in this repository.

What it does

  • A link with a folder in it stops ignoring your default-location setting. 01 Subfolder link fix
  • A link that climbs out of the vault (../) stops creating files outside it, and stops the Folder already exists message that follows. 02 Relative link fix
  • Same folder as current file keeps working the way you would expect for every link shape. 03 Current note folder
  • Every setting, by the key it is stored under. 04 Settings

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.

Changelog

All notable changes to this project will be documented in the CHANGELOG.

Contributing

Contributions are welcome — see CONTRIBUTING to get set up.

Support

My other Obsidian resources

See my other Obsidian resources.

License

© Michael Naumov

HealthExcellent
ReviewSatisfactory
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.2.5
Last updated
Last week
Created
2 years ago
Updates
49 releases
Downloads
3k
Compatible with
Obsidian 1.13.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

Advanced URI

Control everything with URI.

Find orphaned files and broken links

Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.

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.

Flexplorer

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

Note Refactor

Extract note content into new notes and split notes.

Multi Properties

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

GridExplorer

Browse and organize note files visually in a flexible grid layout.

Custom Attachment Location

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