{"id":13911044,"url":"https://github.com/mark-when/obsidian-plugin","last_synced_at":"2025-05-16T15:07:03.634Z","repository":{"id":236750001,"uuid":"793083164","full_name":"mark-when/obsidian-plugin","owner":"mark-when","description":"Markwhen obsidian plugin","archived":false,"fork":false,"pushed_at":"2025-01-09T17:20:14.000Z","size":2354,"stargazers_count":323,"open_issues_count":35,"forks_count":10,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-12T14:17:21.712Z","etag":null,"topics":[],"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/mark-when.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2024-04-28T11:29:49.000Z","updated_at":"2025-04-10T20:39:33.000Z","dependencies_parsed_at":"2024-05-08T00:25:26.083Z","dependency_job_id":"495b527f-6ca5-41f3-b0db-3f214744f5bd","html_url":"https://github.com/mark-when/obsidian-plugin","commit_stats":null,"previous_names":["mark-when/obsidian-plugin"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mark-when%2Fobsidian-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mark-when%2Fobsidian-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mark-when%2Fobsidian-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mark-when%2Fobsidian-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mark-when","download_url":"https://codeload.github.com/mark-when/obsidian-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254553959,"owners_count":22090417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-08-07T00:01:55.447Z","updated_at":"2025-05-16T15:07:03.616Z","avatar_url":"https://github.com/mark-when.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Markwhen Obsidian Plugin\n\n![markwhen-obsidian-plugin](./assets/screenshot.png)\n\n# Instructions\n\n![instructions1](./assets/instructions1.png)\n![instructions2](./assets/instructions2.png)\n![instructions3](./assets/instructions3.png)\n\n![Obsidian Downloads](https://img.shields.io/badge/dynamic/json?logo=obsidian\u0026color=%23483699\u0026label=downloads\u0026query=%24%5B%22markwhen%22%5D.downloads\u0026url=https%3A%2F%2Fraw.githubusercontent.com%2Fobsidianmd%2Fobsidian-releases%2Fmaster%2Fcommunity-plugin-stats.json)\n\nThis plugin integrates [Markwhen](https://github.com/mark-when/markwhen/) into [Obsidian.md](https://obsidian.md/). You can use markwhen syntax to create timelines.\n\n\u003e [!Note]  \n\u003e Latest release: 0.0.4  \n\u003e Document version: 0.0.4\n\n## Installation\n\n\u003e [!Note]  \n\u003e Make sure that you are not in the **Restricted Mode**.\n\n### Install from official plugin distribution\n\n1. In Obsidian, open **Settings**.\n2. Under **Community plugins**, click **Browse**.\n3. Search for \"Markwhen\" and then select it.\n4. Select **Install**, then enable it.\n\nYou can also find and install Markwhen plugin here: \u003chttps://obsidian.md/plugins?search=Markwhen\u003e\n\n### Install via BRAT\n\nRegister `https://github.com/mark-when/obsidian-plugin` in [BRAT](https://github.com/TfTHacker/obsidian42-brat) to receive upcoming releases automatically before we got reviewed from Obsidian team!\n\n### Install the plugin manually\n\n1. Go to the repo's latest [release page](https://github.com/mark-when/obsidian-plugin/releases/latest), and download `main.js`, `manifest.json` and `styles.css` (or the zip file).\n2. Copy these files to your local path `[your vault]/.obsidian/plugins/markwhen/`.\n3. Relaunch Obsidian, or refresh the plugin list, you will see this plugin.\n4. In the plugin list, enable `Markwhen` and enjoy!\n\n## Development\n\nEnsure you first have Obsidian installed, and set up a development vault.\n\nYou can download and enable the [Hot-Reload](https://github.com/pjeby/hot-reload) plugin in the dev vault to experience a smooth debugging workflow. Every time `main.js`, `manifest.json` or `styles.css` updates, it will trigger an auto-reload.\n\n### Linux / MacOS developers\n\nIf the path to your vault is something other than `~/Documents/Obsidian Vault`, update `copyAssets.sh` to point to your vault's location.\n\n```sh\ngit clone git@github.com:mark-when/obsidian-plugin.git\ncd obsidian-plugin\nnpm i\nnpm run vite\n```\n\n### Windows developers\n\nSince there's no watch command out-of-the-box, you can place the repo right in the dev vault config directory (i.e. `[your vault]/.obsidian/plugins/markwhen/`), and set the `outDir` to `./` in `vite.config.ts` (vite complains about this).\n\n```cmd\ncd your-dev-vault/.obsidian/plugins\ngit clone git@github.com:mark-when/obsidian-plugin.git markwhen\ncd markwhen\nnpm i\nnpm run vite\n```\n\n\u003e [!Note]\n\u003e The plugin id in the manifest is `markwhen`, indicating users will find their plugin under the `.obsidian/plugins/markwhen` directory if they install this plugin from official Obsidian distribution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmark-when%2Fobsidian-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmark-when%2Fobsidian-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmark-when%2Fobsidian-plugin/lists"}