This plugin allows users to log events in their Obsidian vault. It provides a user-friendly interface for entering event details and managing journal entries.
- Create events with detailed information including type, description, date, and time.
 - Manage settings for event types, journal folder paths, and more.
 - Supports creating journal-only entries with icons.
 
- 
Clone the repository to your local machine:
git clone <repository-url> - 
Navigate to the project directory:
cd obsidian-plugin-project - 
Install the dependencies:
npm install - 
Build the project:
npm run build - 
Load the plugin in Obsidian by placing the built files in your vault's plugins directory.
 
- Use the command palette to access the plugin commands for creating events.
 - Configure the plugin settings to customize event types and folder paths.
 
To contribute to the plugin:
- Make your changes in the 
srcdirectory. - Run the build command to compile TypeScript files.
 - Test your changes in Obsidian.
 
This project is licensed under the MIT License. See the LICENSE file for details.