{"id":50296658,"url":"https://github.com/isodesne/dynamic-stamp","last_synced_at":"2026-05-28T09:01:13.954Z","repository":{"id":360171715,"uuid":"1246644501","full_name":"isodesne/dynamic-stamp","owner":"isodesne","description":"Inline timestamps for Obsidian that stay alive — Today → Yesterday → weekday → date.","archived":false,"fork":false,"pushed_at":"2026-05-25T10:10:46.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-25T11:06:37.866Z","etag":null,"topics":["daily-notes","dynamic-dates","journaling","note-taking","obsidian","obsidian-plugin","relative-dates","timestamp"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/isodesne.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-22T12:00:58.000Z","updated_at":"2026-05-25T10:10:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/isodesne/dynamic-stamp","commit_stats":null,"previous_names":["isodesne/now-stamp"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/isodesne/dynamic-stamp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isodesne%2Fdynamic-stamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isodesne%2Fdynamic-stamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isodesne%2Fdynamic-stamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isodesne%2Fdynamic-stamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isodesne","download_url":"https://codeload.github.com/isodesne/dynamic-stamp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isodesne%2Fdynamic-stamp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33601380,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["daily-notes","dynamic-dates","journaling","note-taking","obsidian","obsidian-plugin","relative-dates","timestamp"],"created_at":"2026-05-28T09:00:50.193Z","updated_at":"2026-05-28T09:01:13.939Z","avatar_url":"https://github.com/isodesne.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dynamic Stamp\n\n**Inline timestamps for Obsidian whose day label stays alive.**\n\nStamp a note today and it reads `Today 11:50 AM`. Open the same note tomorrow — it reads `Yesterday 11:50 AM`. A week later — `Thursday 11:50 AM`. The time you wrote never changes; the day label updates itself every time you open the file.\n\nBuilt for journaling, work logs, meeting notes, and any place a sense of *when* matters.\n\n## Why Dynamic Stamp\n\nMost date plugins freeze the text at the moment you type: `[[2026-05-23]]` is forever `2026-05-23`. Dynamic Stamp goes the other way — the underlying timestamp is stored once, and the visible day label re-renders relative to today every time you read the note.\n\n## Features\n\n- Type **`@now`** → full inline timestamp, e.g. `Today 11:50 AM`\n- Type **`@today`** or **`@yesterday`** → day label only (then type your own time)\n- **Self-updating day labels**: `Today` → `Yesterday` → weekday → date as time passes\n- The original time you stamped is preserved forever — only the day label moves\n- **12-hour or 24-hour** time format\n- Optional muted gray styling\n- Works in Live Preview and Reading view, desktop and mobile\n- Trigger phrase is customizable (default `@now`)\n- Lightweight, no network calls, no telemetry\n\n## Install\n\nDynamic Stamp is not in the Obsidian community plugin browser yet. Install manually:\n\n1. Download `main.js`, `manifest.json`, and `styles.css` from the [latest release](https://github.com/isodesne/dynamic-stamp/releases/latest).\n2. Copy them into `YOUR_VAULT/.obsidian/plugins/dynamic-stamp/`.\n3. Open **Settings → Community plugins**, enable community plugins, and turn on **Dynamic Stamp**.\n\n## Usage\n\n| Trigger | Inserts |\n|---------|---------|\n| `@now` (configurable) | Full timestamp, e.g. `Today 11:50 AM` |\n| `@today` | `Today ` — then type your own time |\n| `@yesterday` | `Yesterday ` — then type your own time |\n\nConfigure trigger phrase, time format, and styling under **Settings → Dynamic Stamp**.\n\n### How the day label ages\n\n| Age when you re-open the note | Label shown |\n|-------------------------------|-------------|\n| Same day | `Today` |\n| Previous day | `Yesterday` |\n| 2 – 6 days ago | Weekday name (e.g. `Thursday`) |\n| 7+ days ago | Short date (e.g. `May 15`, adds year if needed) |\n\nThe clock time you stamped never changes. Only the day word in front of it does.\n\nPrefer fully static text? Turn off **Relative day labels** in settings; stamps then read exactly as written.\n\n## Privacy\n\nNo data leaves your vault. No network requests, no analytics, no tracking. Stamps are plain HTML stored in your markdown files; uninstalling the plugin leaves them readable.\n\n## Development\n\nRequires [Node.js](https://nodejs.org/).\n\n```bash\nnpm install\nnpm run build    # production build → main.js\nnpm run dev      # watch mode\nnpm test         # unit + stress tests\n```\n\nTo test locally, copy `main.js`, `manifest.json`, and `styles.css` into your vault's `.obsidian/plugins/dynamic-stamp/` folder and reload the plugin.\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisodesne%2Fdynamic-stamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisodesne%2Fdynamic-stamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisodesne%2Fdynamic-stamp/lists"}