thomaseizinger / sn-timesheet-editor

A standard notes editor for maintaining simple timesheets.

Home Page:https://eizinger.io/sn-timesheet-editor/ext.json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timesheets with Standard Notes

Standard Notes is an e2e encrypted note-taking platform that operates on plain text files and provides editors for convenient editing of those files.

This repository contains an editor for maintaining a simple timesheet in CSV format.

UI

Overview Recording
Screenshot from 2023-02-04 15-07-44 Screenshot from 2023-02-04 15-07-52

Installation

Install as a custom editor from this URL: https://eizinger.io/sn-timesheet-editor/ext.json

Features

  • Starting to record will switch to a different view
  • The start time can be adjusted +1/-1 minute
  • Current recording can be aborted using "Discard" button
  • Each project has a separate "Start timer" button to resume work on it.
  • The total of duration is displayed in the note preview.

To delete or edit something, please switch to plain text mode.

Usage considerations

The implementation is fairly naive and parses the entire note on every change. Using this editor with very large notes may thus incur performance problems.

Personally, I create a new note per month to avoid this problem. PRs to implement more efficient parsing and/or a better data model will gladly be accepted.

About

A standard notes editor for maintaining simple timesheets.

https://eizinger.io/sn-timesheet-editor/ext.json

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 78.4%Language:SCSS 14.8%Language:HTML 5.6%Language:JavaScript 1.0%Language:Shell 0.2%