Virtual Note (Alias) Creator
approvedby Keith Pieper
Create a lightweight virtual note from a File Explorer context menu; the new note embeds the original without extra metadata. - This plugin has not been manually reviewed by Obsidian staff.
Virtual Note (Alias) Creator
Create a lightweight virtual note from a note in Obsidian's File Explorer. The generated note contains only an embed of the source, so the same content can appear in another folder without duplicating it.

The image is an illustrative example of the workflow, not a screenshot of the plugin.
Install
- Copy this folder to /.obsidian/plugins/virtual-note-alias/.
- Open Settings → Community plugins.
- Enable Virtual Note (Alias) Creator.
This is a prebuilt plugin; no npm or build step is required.
Usage
- In the File Explorer, right-click a Markdown note.
- Choose Create Virtual Note.
- Pick the destination folder.
- Obsidian creates a file named Source Basename (virtual).md containing an embed of the source.
If that filename exists, a numeric suffix is added. Existing virtual notes cannot be virtualized again, which prevents recursive chains.
Limitations
- The plugin creates a normal Markdown file and adds no frontmatter.
- The source must be a Markdown file.
- The embed follows the source, so edits remain centralized in the original.
License
MIT. See LICENSE.
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.