Skip to content

secretsnackbar/obsidian-advanced-new-file

 
 

Repository files navigation

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 amd 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.

Desktop.MacOS.demo.mp4

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/.

About

Create file in chosen folder

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 87.0%
  • JavaScript 10.8%
  • Shell 1.6%
  • CSS 0.6%