mirror of
https://github.com/tabibyte/session-notes.git
synced 2026-07-22 11:10:28 +00:00
No description
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitattributes | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
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
- Download the latest release from the Releases page.
- Extract the files and place them in your Obsidian plugins folder:
- Restart Obsidian.
- Open Settings > Community Plugins, and enable Session Notes.
Usage
Temporary Notes
- Press
Ctrl + Shift + ;to create a temporary note. - The note will be deleted once you switch away from it.
Session Notes
- Press
Ctrl + Shift + 'to create a session note. - Session notes persist while the app is open and are deleted upon closing Obsidian.
Customization
You can customize the hotkeys for creating session or temporary notes by navigating to Settings > Hotkeys in Obsidian and modifying the corresponding commands.