mirror of
https://github.com/cdloh/obsidian-cron.git
synced 2026-07-22 07:40:30 +00:00
10 lines
278 B
JSON
10 lines
278 B
JSON
{
|
|
"id": "cron",
|
|
"name": "Cron",
|
|
"version": "0.0.1",
|
|
"minAppVersion": "0.15.0",
|
|
"description": "Simple CRON / schedular plugin to regularly run user scripts or Obsidian commands.",
|
|
"author": "Callum Loh",
|
|
"authorUrl": "https://github.com/cdloh",
|
|
"isDesktopOnly": false
|
|
}
|