No description
Find a file
2024-06-19 19:07:35 +08:00
.github/workflows changed release 2024-06-19 18:14:54 +08:00
assets added image example 2024-05-31 20:46:42 +08:00
.editorconfig Initial commit 2024-05-31 01:18:16 -07:00
.eslintignore Initial commit 2024-05-31 01:18:16 -07:00
.eslintrc Initial commit 2024-05-31 01:18:16 -07:00
.gitignore Initial commit 2024-05-31 01:18:16 -07:00
.npmrc Initial commit 2024-05-31 01:18:16 -07:00
esbuild.config.mjs Initial commit 2024-05-31 01:18:16 -07:00
LICENSE license 2024-05-31 20:52:35 +08:00
main.ts added formatting setting 2024-06-19 19:07:35 +08:00
manifest.json added github action, removed styles, updated manifest 2024-06-19 17:51:28 +08:00
package.json made relative timestamps page based 2024-06-18 01:07:45 +08:00
README.md fix 2024-05-31 20:48:40 +08:00
tsconfig.json Initial commit 2024-05-31 01:18:16 -07:00
version-bump.mjs Initial commit 2024-05-31 01:18:16 -07:00
versions.json version and manifest 2024-05-31 21:07:16 +08:00

Relative Timestamps Obsidian Plugin

Relative Timestamps Note: This plugin was made for personal use and is very barebones right now. Any contributions would be appreciated.

Originally made for use in food logs, diaries, and other notes where it may be difficult to grasp the time span between two entries at a glance. For instance, without pausing to think, one might not immediately realize the significant gap between a 3 AM entry and a 6 PM entry. This plugin addresses this by automatically inserting the time that has passed between timestamps.

Features

  • Set the timestamp to be used as the last point of reference (you can set the time to the current time with the 'Reset timestamp' command)
  • Insert the current time along with the time that has passed
  • The plugin is very rigid in it's current state, and any setting additions to format are welcome.