No description
Find a file
2025-01-11 13:07:59 -08:00
assets Add gif of plugin usage to the README and removed a extra line. 2024-11-21 21:54:38 -08:00
modal Fixed undefined folder appearing when the create folder option is deselected. 2024-11-24 23:17:56 -08:00
processing Adjuststed the mass-create command to run in currently active folder instead of globally. 2025-01-11 12:16:13 -08:00
.editorconfig Initial Commit 2024-11-02 15:19:06 -07:00
.eslintignore Initial Commit 2024-11-02 15:19:06 -07:00
.eslintrc Initial Commit 2024-11-02 15:19:06 -07:00
.gitignore Initial Commit 2024-11-02 15:19:06 -07:00
.npmrc Initial Commit 2024-11-02 15:19:06 -07:00
esbuild.config.mjs Initial Commit 2024-11-02 15:19:06 -07:00
LICENSE Create LICENSE 2024-11-02 15:38:03 -07:00
main.ts Adjuststed the mass-create command to run in currently active folder instead of globally. 2025-01-11 12:16:13 -08:00
manifest.json Changed versioning to 1.0.3 to properly reflect current version. 2025-01-11 12:16:54 -08:00
package-lock.json Changed versioning to 1.0.3 to properly reflect current version. 2025-01-11 12:16:54 -08:00
package.json Changed versioning to 1.0.3 to properly reflect current version. 2025-01-11 12:16:54 -08:00
README.md Update README to indicate changed functionality in the Mass Create command. 2025-01-11 13:07:59 -08:00
tsconfig.json Adjusted file formatting and package id's. 2024-11-21 14:33:18 -08:00
version-bump.mjs Initial Commit 2024-11-02 15:19:06 -07:00
versions.json Initial Commit 2024-11-02 15:19:06 -07:00

Mass Create Plugin for Obsidian

Overview

The Mass Create plugin for Obsidian allows users to create large quantities of notes at one time.

Features

  • Mass File Creation: Create multiple files within a selected folder with ease.
  • Folder Creation: Add extra folders as part of the mass creation process.
  • Template Option: Use an existing file as a template for all new files, making it easy to replicate file structures and content.

Installation

  1. Manual Installation:

    • Create a folder titled mass-create within the .obsidian/plugins folder of your Obsidian vault.
    • Download the plugin files(main.js and manifest.json).
    • Place them in the mass-create folder.
    • Go to Settings > Community plugins in Obsidian and enable the "Mass Create" plugin.
  2. Community Plugin Directory (when available):

    • Search for "Mass Create" in the Obsidian Community Plugins browser.
    • Install and enable the plugin from there.

Usage

  1. Open a Folder's Right-Click Menu: In the file explorer, right-click on the folder where you want to create multiple files.
  2. Select "Mass Create": From the menu, click on "Mass Create."
  3. Configure File and Folder Names:
    • Create any additional folders you would like the files to go within. (optional)
    • Enter the names of the files you'd like to create.
  4. Template Selection (optional): If youd like to use an existing file as a template, choose the template file, and its content will be duplicated in each new file.
  5. Finish: Confirm your selection, and the plugin will create the files and folders accordingly.

You can also run Mass Create from the command menu. It will create the files in your currently active folder. If you have no files open, the bulk files will be created in your main vault folder.

License

This plugin is open-source and licensed under the MIT License.