No description
Find a file
2026-07-21 20:48:21 -06:00
.github refactor: migrate to @obsidian-typings/obsidian-public-latest 2026-05-16 23:56:01 -06:00
.husky chore: update template 2026-04-08 08:01:23 -06:00
demo-vault chore(demo-vault): drop committed Invocables placeholder 2026-07-20 14:42:45 -06:00
scripts chore: update libs 2026-07-21 20:48:21 -06:00
src chore: update libs 2026-07-21 20:48:21 -06:00
.editorconfig Initial release 2025-01-07 21:09:39 -06:00
.gitattributes Initial release 2025-01-07 21:09:39 -06:00
.gitignore refactor!: migrate to obsidian-dev-utils v2 component architecture 2026-04-22 02:52:06 -06:00
.markdownlint-cli2.mjs chore: update template 2026-04-08 08:01:23 -06:00
.nano-staged.mjs chore: update template 2026-04-08 08:01:23 -06:00
.npmrc Initial release 2025-01-07 21:09:39 -06:00
AGENTS.md chore: update libs 2026-07-16 03:53:06 -06:00
CHANGELOG.md chore: release 2.0.13 2026-07-20 19:13:08 -06:00
commitlint.config.ts chore: update template 2026-04-08 08:01:23 -06:00
CONTRIBUTING.md refactor: simplify PluginSettingsComponent constructor to accept plugin directly 2026-05-13 13:35:30 -06:00
cspell.json chore: update libs 2026-07-21 20:48:21 -06:00
dprint.json feat: add demo vault 2026-07-20 09:11:28 -06:00
eslint.config.mts chore: update template 2026-04-08 08:01:23 -06:00
LICENSE Initial release 2025-01-07 21:09:39 -06:00
manifest.json chore: release 2.0.13 2026-07-20 19:13:08 -06:00
package-lock.json chore: update libs 2026-07-21 20:48:21 -06:00
package.json chore: update libs 2026-07-21 20:48:21 -06:00
README.md feat: add demo vault 2026-07-20 09:11:28 -06:00
tsconfig.json chore: sort tsconfig types 2026-06-27 21:15:01 -06:00
versions.json chore: release 2.0.13 2026-07-20 19:13:08 -06:00
vitest.config.ts refactor!: migrate to obsidian-dev-utils v2 component architecture 2026-04-22 02:52:06 -06:00

New Note Fixer

Buy Me a Coffee GitHub release GitHub downloads Coverage: 100%

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.

Demo vault

A demo vault with usage examples 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.
  3. Browsing its source in demo-vault/ in this repository.

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

Buy Me A Coffee

My other Obsidian resources

See my other Obsidian resources.

License

© Michael Naumov