obsidian-advanced-new-file
obsidian-advanced-new-file copied to clipboard
Create file in chosen folder
Obsidian Advanced New File
Obsidian Advanced New file is a plugin for Obsidian, that provide functionality to choose folder over note creation.
The new note file is created with Untitled.md filename just to provide same behavior as default Obsidian.
The plugin is heavily inspired by Note refactor and similar extension for Vs Code.
Feature
Hint: you can set command advanced new file to shortcut like Ctrl/Cmd + Alt + N.
Spawn command advanced new file and choose directory. Then you can type full path to file.
https://user-images.githubusercontent.com/8286271/163267550-3699ec7d-27e3-4ea4-9bba-a0d9afeef44e.mp4
How to develop
- Clone this repo.
npm ioryarnto install dependenciesnpm run devto start compilation in watch mode.
Manually installing the plugin
- Copy over
main.js,styles.css,manifest.jsonto your vaultVaultFolder/.obsidian/plugins/your-plugin-id/.