Recent Releases of https://github.com/alondmnt/joplin-plugin-time-slip

https://github.com/alondmnt/joplin-plugin-time-slip - v1.1.0

  • added: percentage calculations for task durations
  • added: completed tasks column visibility settings
  • added: set cursor position when updating the editor
  • improved: start button style (play icon)
  • improved: autocomplete dropdowns refresh
  • improved: init sequence logic
  • improved: change editor update fail message from error to debug
  • improved: remove redundant task scanning after setting date range
  • fixed: panel re-init after hide/show

Full Changelog: https://github.com/alondmnt/joplin-plugin-time-slip/compare/v1.0.3...v1.1.0

- TypeScript
Published by alondmnt 10 months ago

https://github.com/alondmnt/joplin-plugin-time-slip - v1.0.3

  • added: dismissPluginPanels on mobile

Full Changelog: https://github.com/alondmnt/joplin-plugin-time-slip/compare/v1.0.2...v1.0.3

- TypeScript
Published by alondmnt about 1 year ago

https://github.com/alondmnt/joplin-plugin-time-slip - v1.0.2

  • fixed: CSS border-color

- TypeScript
Published by alondmnt over 1 year ago

https://github.com/alondmnt/joplin-plugin-time-slip - v1.0.1

  • fixed: sorted autocomplete (regression)

Full Changelog: https://github.com/alondmnt/joplin-plugin-time-slip/compare/v1.0.0...v1.0.1

- TypeScript
Published by alondmnt over 1 year ago

https://github.com/alondmnt/joplin-plugin-time-slip - v1.0.0

  • added: commands for exporting to markdown and importing from markdown (see screen capture)
    • Note -> Insert Time Slip markdown log
    • Note -> Insert Time Slip markdown summary
    • Tools -> Convert selected table to CSV
  • fixed: Enter key press when no autocomplete item is selected
  • improved: organise commands in Note / Tools menus
  • improved: debounce using lodash

time-slip-markdown

Full Changelog: https://github.com/alondmnt/joplin-plugin-time-slip/compare/v0.4.1...v1.0.0

- TypeScript
Published by alondmnt over 1 year ago

https://github.com/alondmnt/joplin-plugin-time-slip - v0.4.1

  • fixed: handle case where log note tag is not first page of tags (by @ncatanchin) (#1)
  • fixed: handle more than 100 logs

Full Changelog: https://github.com/alondmnt/joplin-plugin-time-slip/compare/v0.4.0...v0.4.1

- TypeScript
Published by alondmnt over 1 year ago

https://github.com/alondmnt/joplin-plugin-time-slip - v0.4.0

  • added: setting Order of time logs (ascending / descending by start time)
  • added: setting Auto-sort time logs
  • added: command Sort Time Slip log (under the Note menu)
  • added: command Copy Time Slip summary (under the Note menu)
  • fixed: get selected note before calling debounce to handle note switching properly
  • fixed: ensure the log note list is unique
  • improved: sort note only when unsorted
  • improved: panel date/time format matches log
  • improved: copy summary table with separate date/time cols
  • improved: settings descriptions
  • refactored: scan note and update tasks

time-slip-sort

Full Changelog: https://github.com/alondmnt/joplin-plugin-time-slip/compare/v0.3.2...v0.4.0

- TypeScript
Published by alondmnt over 1 year ago

https://github.com/alondmnt/joplin-plugin-time-slip - v0.3.2

  • added: Escape keypress handling in text boxes
  • improved: show all 5 summary columns when panel is wide enough
  • improved: rewrite autocomplete lists

Full Changelog: https://github.com/alondmnt/joplin-plugin-time-slip/compare/v0.3.1...v0.3.2

- TypeScript
Published by alondmnt over 1 year ago

https://github.com/alondmnt/joplin-plugin-time-slip - v0.3.1

  • fixed: handle multiple identical time-slip tags

- TypeScript
Published by alondmnt over 1 year ago

https://github.com/alondmnt/joplin-plugin-time-slip - v0.3.0

  • added: sort completed tasks by duration, end time or name
  • fixed: memory leak
  • improved: sorted autocomplete
  • improved: debounce updates on note change

Full Changelog: https://github.com/alondmnt/joplin-plugin-time-slip/compare/v0.2.4...v0.3.0

- TypeScript
Published by alondmnt over 1 year ago

https://github.com/alondmnt/joplin-plugin-time-slip - v0.2.4

  • added: open note button
  • improved: filter tasks by start time only
    • example: if a task started on Monday and ended on Tuesday, it will be counted towards Monday's sum of hours, but not Tuesday's, to avoid the appearance of being counted twice
  • fixed: single message sent from panel when starting a completed task
  • improved: style

Full Changelog: https://github.com/alondmnt/joplin-plugin-time-slip/compare/v0.2.3...v0.2.4

- TypeScript
Published by alondmnt over 1 year ago

https://github.com/alondmnt/joplin-plugin-time-slip - v0.2.3

  • added: section divider
  • improved: hide aggregation slider when no tasks
  • improved: init note selection message

Full Changelog: https://github.com/alondmnt/joplin-plugin-time-slip/compare/v0.2.1...v0.2.3

- TypeScript
Published by alondmnt over 1 year ago

https://github.com/alondmnt/joplin-plugin-time-slip - v0.2.1

  • added: toggle panel command in the View menu

- TypeScript
Published by alondmnt over 1 year ago

https://github.com/alondmnt/joplin-plugin-time-slip - v0.2.0

  • added: summary aggregation by task, project or note
  • added: summary filtering by free text
  • added: when edits are made to the selected time note, duration is recalculated automatically
  • added: more flexible CSV format based on column names
    • example: one could import Toggl exports by pasting the CSV into a note (after removing quotation marks from the CSV)
  • added: tooltips
  • fixed: correct number of days in date range (one less)
  • improved: UI responsiveness

time-slip

Full Changelog: https://github.com/alondmnt/joplin-plugin-time-slip/compare/v0.1.0...v0.2.0

- TypeScript
Published by alondmnt over 1 year ago

https://github.com/alondmnt/joplin-plugin-time-slip - v0.1.0

  • manage multiple concurrent timers, saved into multiple logs
  • sync completed and running tasks across devices
  • display summaries by date ranges
  • logs are saved in Joplin notes in a simple-to-export CSV format

time-slip

- TypeScript
Published by alondmnt over 1 year ago