Skip to content

jpfieber/jots-event-logger

Repository files navigation

Obsidian Event Logger Plugin

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.

Features

  • 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.

Installation

  1. Clone the repository to your local machine:

    git clone <repository-url>
    
  2. Navigate to the project directory:

    cd obsidian-plugin-project
    
  3. Install the dependencies:

    npm install
    
  4. Build the project:

    npm run build
    
  5. Load the plugin in Obsidian by placing the built files in your vault's plugins directory.

Usage

  • Use the command palette to access the plugin commands for creating events.
  • Configure the plugin settings to customize event types and folder paths.

Development

To contribute to the plugin:

  1. Make your changes in the src directory.
  2. Run the build command to compile TypeScript files.
  3. Test your changes in Obsidian.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published