Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>neurasNew to Visual Studio Code? Get it now.
neuras

neuras

Kiichi SATO

|
1 install
| (0) | Free
Create daily notes and timestamped markdown files quickly
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Notes

VS Code拡張機能で、デイリーノートとタイムスタンプ付きマークダウンファイルを素早く作成できます。

機能

  • Daily Note: 今日の日付のマークダウンファイルを開くか新しく作成します
  • Timestamped Note: 現在の日時をタイトルにしたマークダウンファイルを作成します

コマンド

  • Notes: Open Daily Note - デイリーノートを開く/作成
  • Notes: Create Timestamped Note - タイムスタンプ付きノートを作成

設定

  • notes.dailyNotesFolder: デイリーノートを保存するフォルダ (デフォルト: "notes/daily")
  • notes.timestampedNotesFolder: タイムスタンプ付きノートを保存するフォルダ (デフォルト: "notes/timestamped")
  • notes.dailyNoteFormat: デイリーノートの日付フォーマット (デフォルト: "YYYY-MM-DD")
  • notes.timestampFormat: タイムスタンプノートのフォーマット (デフォルト: "YYYY-MM-DD-HHmmss")

必要な環境

  • Visual Studio Code v1.85.0以上
  • Node.js (開発時のみ)

開発

  1. 依存関係をインストール:

    npm install
    
  2. コンパイル:

    npm run compile
    
  3. F5キーを押して拡張機能デバッグウィンドウを開く

ライセンス

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft