{"id":17027354,"url":"https://github.com/mprojectscode/obsidian-script-runner-plugin","last_synced_at":"2025-10-26T18:32:07.735Z","repository":{"id":63182930,"uuid":"565813077","full_name":"mProjectsCode/obsidian-script-runner-plugin","owner":"mProjectsCode","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-11T17:46:50.000Z","size":717,"stargazers_count":9,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T15:01:43.934Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mProjectsCode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-14T11:33:52.000Z","updated_at":"2024-01-12T18:46:42.000Z","dependencies_parsed_at":"2023-01-27T04:15:53.090Z","dependency_job_id":null,"html_url":"https://github.com/mProjectsCode/obsidian-script-runner-plugin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":"obsidianmd/obsidian-sample-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mProjectsCode%2Fobsidian-script-runner-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mProjectsCode%2Fobsidian-script-runner-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mProjectsCode%2Fobsidian-script-runner-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mProjectsCode%2Fobsidian-script-runner-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mProjectsCode","download_url":"https://codeload.github.com/mProjectsCode/obsidian-script-runner-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248565000,"owners_count":21125413,"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-10-14T07:47:38.967Z","updated_at":"2025-10-26T18:32:07.646Z","avatar_url":"https://github.com/mProjectsCode.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Obsidian Script Runner Plugin\n\nA plugin to run scripts directly in obsidian.\n\nTo use the plugin, create a code block with `runner-[code language goes here]` as the language.\nThe first line must be a comment with the content `script-id: [UUID goes here]`.\nTo generate UUIDs, the plugin offers the command `Generate UUID`.\n\nExample with js (replace single quotes with backticks for the code block)\n\n```\n'''js-runner\n// script-id: [UUID goes here]\n\n[code goes here]\n'''\n```\n\n### Features\n\n-   real time console output\n-   real time console input (for scripting languages that support it)\n-   termination of the script (for scripting languages that support it)\n-   configurable execution path (file relative and vault relative) (for scripting languages that support it)\n-   persistent console (shows the output from the last time the script was run, even after obsidian restart)\n\n### Language support\n\n#### Current\n\n-   js\n-   python\n-   octave (.m)\n\n#### Planned\n\n-   bash\n\n### How it works\n\nThe plugin works by creating a file out of the code block and then running the script from the command line.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmprojectscode%2Fobsidian-script-runner-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmprojectscode%2Fobsidian-script-runner-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmprojectscode%2Fobsidian-script-runner-plugin/lists"}