Skip to content

piotryordanov/obsidian-advanced-new-folder

 
 

Repository files navigation

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.

About

Create file in chosen folder

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 86.4%
  • JavaScript 9.8%
  • Shell 2.8%
  • CSS 1.0%