/obsidian-advanced-new-folder

Create file in chosen folder

Primary LanguageTypeScript

Obsidian Advanced New Folder

Obsidian Advanced New folder is a plugin for Obsidian, that allows you to choose where to create a folder. The newly created folder contains a file with the same name as the folder.

The plugin is a fork of Obsdiain Advanced New File with an altered functionality to support creating folders instead of files.

Feature

Hint: you can set command advanced new folder to shortcut like Ctrl/Cmd + Alt + N.

Spawn command advanced new folder and choose directory.

How to develop

  • Clone this repo.
  • npm i or yarn to install dependencies
  • npm run dev to start compilation in watch mode.

Manually installing the plugin

  • Copy over main.js, styles.css, manifest.json to your vault VaultFolder/.obsidian/plugins/your-plugin-id/.

Credits

This plugin is a fork of Obsdiain Advanced New File which did not include folder creation. All the credits go to the original author.