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

Auto Create Notes on Paste

Keith PieperKeith Pieper3 downloads

Create missing Markdown notes from wikilinks found in pasted text or from the current file via Command Palette.

  • Overview
  • Scorecard
  • Updates1

Automatically create missing Markdown notes for wikilinks detected in pasted text. You can also scan the active file from Command Palette to create every missing wikilink target in that file.

Illustrative paste-to-notes workflow

The image is an illustrative example of the workflow, not a screenshot of the plugin.

Use cases

Useful for meeting notes, research excerpts, or outlines that reference people, projects, and concepts you want to turn into navigable notes immediately.

Install

  1. Copy this folder to /.obsidian/plugins/auto-create-on-paste/.
  2. Ensure manifest.json, main.js, and styles.css are present.
  3. Enable Auto Create Notes on Paste under Settings → Community plugins.

The plugin is desktop-only and ships with a prebuilt main.js.

Usage

Automatic creation

  1. Open a Markdown note.
  2. Paste text containing wikilinks such as [[People/Alan Turing]] or [[Alan Turing|Alan]].
  3. When Create on paste is enabled, the plugin creates missing targets.

Manual scan

Open Command Palette and run Create notes for missing wikilinks in current file. The command scans the entire active file and creates missing targets.

Settings

  • Create on paste enables or disables automatic creation.
  • Destination chooses between a fixed folder and the current note's folder.
  • Fixed folder sets a vault-relative destination.
  • Respect link's folder path honors paths embedded in links such as People/Alan Turing.
  • Use template applies a vault-relative Markdown template.
  • Template file path identifies the template; {{title}} and {{alias}} are replaced.

The plugin avoids duplicate creation within a single paste and sanitizes filenames for common desktop filesystems. If a link includes an alias and the template does not begin with YAML frontmatter, it can prepend a basic alias block.

Limitations

  • It creates files for missing wikilink targets; it does not infer note content.
  • Complex template or YAML-merging needs should be handled by a dedicated templating plugin.
  • Review destination settings before enabling automatic creation in a large vault.

License

MIT. See LICENSE.

HealthExcellent
ReviewSatisfactory
About
Create missing Markdown notes for wikilinks found in pasted text, auto-generating target files and avoiding duplicate creation during a single paste. Scan the active file to generate every missing wikilink target, with optional templates and sanitized filenames for common desktop filesystems.
LinksFilesAutomation
Details
Current version
1.5.0
Last updated
Last week
Created
Last week
Updates
1 release
Downloads
3
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
Keith PieperKeith Pieperkpieper876
keithpieper.com
GitHubkpieper876
martechllc.com
  1. Community
  2. Plugins
  3. Links
  4. Auto Create Notes on Paste

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.

QuickAdd

Quickly add new notes or content to your vault.

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!

Auto Link Title

Automatically fetches the titles of links from the web.

Note Refactor

Extract note content into new notes and split notes.

Vault Changelog

Maintain a changelog of recently edited notes.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

BRAT

Easily install a beta version of a plugin for testing.