Notes Editor

Write and auto-save notes about companies and job applications

Company Notes Example

Notes about SpaceX company:


Job Application Notes Example

Notes for a specific job application:


Another Job Example

Notes for another job application:

Features

  • ✅ Auto-save as you type (1 second delay)
  • ✅ Save status indicators (Typing... → Saving... → Saved)
  • ✅ Sync across devices when connected to storage
  • ✅ Works offline with local storage
  • ✅ Separate notes for companies vs jobs

Usage

<joblist-notes-editor 
    item-id="company-id" 
    item-type="company"
    placeholder="Custom placeholder text...">
</joblist-notes-editor>

<joblist-notes-editor 
    item-id="job-id" 
    item-type="job">
</joblist-notes-editor>

Attributes

  • item-id - Unique identifier for the item
  • item-type - Either "company" or "job"
  • placeholder - Custom placeholder text (optional)

Events

  • note-saved - Fired when note is successfully saved