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.
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.
Desktop.MacOS.demo.mp4
- Clone this repo.
npm i
oryarn
to install dependenciesnpm run dev
to start compilation in watch mode.
- Copy over
main.js
,styles.css
,manifest.json
to your vaultVaultFolder/.obsidian/plugins/your-plugin-id/
.