No description
Find a file
2025-04-15 03:21:58 +09:00
i18n Reorganize i18n structure and add support for multiple languages 2025-04-15 03:21:58 +09:00
.editorconfig 기능 추가 2025-04-15 02:40:28 +09:00
.eslintignore Initial commit 2025-04-11 18:08:22 +09:00
.eslintrc Initial commit 2025-04-11 18:08:22 +09:00
.gitignore Initial commit 2025-04-11 18:08:22 +09:00
.npmrc Initial commit 2025-04-11 18:08:22 +09:00
.windsurfrules 기능 추가 2025-04-15 02:40:28 +09:00
esbuild.config.mjs Initial commit 2025-04-11 18:08:22 +09:00
LICENSE.md Update plugin name, description and switch to MIT license 2025-04-15 02:50:21 +09:00
main.ts Reorganize i18n structure and add support for multiple languages 2025-04-15 03:21:58 +09:00
manifest.json Bump version to 0.1.2 2025-04-15 03:01:38 +09:00
package-lock.json 기능 추가 2025-04-15 02:40:28 +09:00
package.json Update plugin name, description and switch to MIT license 2025-04-15 02:50:21 +09:00
README.md Update plugin name, description and switch to MIT license 2025-04-15 02:50:21 +09:00
styles.css Initial commit 2025-04-11 18:08:22 +09:00
tsconfig.json 기능 추가 2025-04-15 02:40:28 +09:00
version-bump.mjs Initial commit 2025-04-11 18:08:22 +09:00
versions.json Initial commit 2025-04-11 18:08:22 +09:00

Create Note with Date

This Obsidian plugin allows you to create a new note with today's date in the current directory. It's perfect for daily notes, journals, or any situation where you need to create date-based notes quickly.

Features

  • Create a new note with today's date (YYYY-MM-DD format) in the current directory
  • Automatically opens the newly created note
  • Supports both English and Korean languages
  • Language automatically detected from your system settings

Usage

  1. Open any note in the directory where you want to create a new dated note
  2. Use the command palette (Cmd/Ctrl + P) and search for "Create Note with Date in This Directory"
  3. A new note will be created with today's date as the filename (e.g., 2025-04-15.md)

Installation

From Obsidian

  1. Open Settings in Obsidian
  2. Go to Community Plugins and disable Safe Mode
  3. Click Browse and search for "Create Note with Date"
  4. Install the plugin and enable it

Manual Installation

  1. Download the latest release from the releases page
  2. Extract the files to your vault's .obsidian/plugins/create-note-with-date/ directory
  3. Reload Obsidian
  4. Enable the plugin in Settings -> Community Plugins

Language Support

The plugin automatically detects your system language and displays messages in either:

  • English (default)
  • Korean (한국어)

Development

  1. Clone this repository
  2. Run npm install
  3. Run npm run dev to start compilation in watch mode

License

MIT