No description
Find a file
2024-11-02 06:56:07 +04:00
.editorconfig Initial commit 2024-10-13 09:37:13 +04:00
.eslintignore Initial commit 2024-10-13 09:37:13 +04:00
.eslintrc Initial commit 2024-10-13 09:37:13 +04:00
.gitattributes Initial commit 2024-10-13 09:37:13 +04:00
.gitignore Initial commit 2024-10-13 09:37:13 +04:00
.npmrc Initial commit 2024-10-13 09:37:13 +04:00
esbuild.config.mjs Initial commit 2024-10-13 09:37:13 +04:00
LICENSE Create LICENSE 2024-10-13 10:09:32 +04:00
main.ts Update main.ts 2024-11-02 06:56:07 +04:00
manifest.json Update manifest.json 2024-11-02 06:30:23 +04:00
package-lock.json Initial commit 2024-10-13 09:37:13 +04:00
package.json Initial commit 2024-10-13 09:37:13 +04:00
README.md Update README.md 2024-11-02 06:50:19 +04:00
tsconfig.json Initial commit 2024-10-13 09:37:13 +04:00
version-bump.mjs Initial commit 2024-10-13 09:37:13 +04:00
versions.json Update versions.json 2024-11-02 06:28:54 +04:00

Session Notes Obsidian Plugin

Description

Session Notes allows users to create and manage temporary notes and per session notes directly in Obsidian. Temporary notes are automatically deleted when closed, and session notes are deleted when the Obsidian app is closed.

Key features:

  • Temporary Notes: Quickly create a note that will be deleted once you switch away from it.
  • Session Notes: Create session notes that persist through the session and are automatically deleted when the app closes.

Installation

From GitHub

  1. Download the latest release from the Releases page.
  2. Extract the files and place them in your Obsidian plugins folder:
  3. Restart Obsidian.
  4. Open Settings > Community Plugins, and enable Session Notes.

Customization

You can customize the hotkeys for creating session or temporary notes by navigating to Settings > Hotkeys in Obsidian and modifying the corresponding commands.