{"id":51986508,"url":"https://github.com/plus3it/micro-editor-formula","last_synced_at":"2026-07-30T19:31:01.152Z","repository":{"id":368488828,"uuid":"1285354498","full_name":"plus3it/micro-editor-formula","owner":"plus3it","description":"SaltStack-based content for installing and configuring the \"Micro\" (CLI-only) Editor onto Windows-based targets ","archived":false,"fork":false,"pushed_at":"2026-07-02T15:33:12.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-06T00:34:53.674Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plus3it.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-06-30T18:09:43.000Z","updated_at":"2026-07-02T15:43:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/plus3it/micro-editor-formula","commit_stats":null,"previous_names":["ferricoxide/micro-editor-formula"],"tags_count":0,"template":false,"template_full_name":"plus3it/repo-template","purl":"pkg:github/plus3it/micro-editor-formula","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3it%2Fmicro-editor-formula","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3it%2Fmicro-editor-formula/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3it%2Fmicro-editor-formula/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3it%2Fmicro-editor-formula/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plus3it","download_url":"https://codeload.github.com/plus3it/micro-editor-formula/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3it%2Fmicro-editor-formula/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36090022,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-30T02:00:05.956Z","response_time":106,"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":[],"created_at":"2026-07-30T19:31:00.616Z","updated_at":"2026-07-30T19:31:01.143Z","avatar_url":"https://github.com/plus3it.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"micro-editor-formula\n==================\n\nA SaltStack formula designed to install and configure the [Micro Editor](https://micro-editor.github.io/) package on Windows-based installation-targets.\n\nIt is primarily expected that this formula will be run via [P3](https://www.plus3it.com/)'s \"[watchmaker](https://watchmaker.readthedocs.io/en/stable/)\" framework.\n\nThis formula is able to install the Micro Editor utility on Windows Server[^1] operating environments. Installation for internet-connected systems may come from the Micro Editor's [\"Releases\" page](https://github.com/micro-editor/micro/releases). Alternately:\n\n* Sites whose installation-targets won't be able to reach the Micro Editor product's \"Releases\" page will need to self-host copies of the desired content.\n* Sites that wish to use a specific version of the Micro Editor will need to target that content\n\nTargeting specific versions of the Micro Editor or local copies of the install-archives can be directed to do so by adding appropriate content to the formula's associated Pillar-data (see this projct's [pillar.example](pillar.example) file for guidance).\n\n\n## Available states\n\n- [micro-editor](#micro-editor)\n- [micro-editor.clean](#micro-editor.clean)\n- [micro-editor.package](#micro-editor.package)\n- [micro-editor.package.clean](#micro-editor.package.clean)\n- [micro-editor.config](#micro-editor.config)\n- [micro-editor.config.clean](#micro-editor.config.clean)\n\n### micro-editor\n\nExecutes the `package` and `config` states to install and configure the Micro Editor\n\n### micro-editor.clean\n\nExecutes the `package` and `config` states' `clean` actions to fully uninstall the Micro Editor and remove previously-installed browser policy-configs (and, on Windows, associated registry entries)\n\n### micro-editor.package\n\nExecutes _just_ the `package` state to install the Micro Editor package.\n\n### micro-editor.package.clean\n\nExecutes _just_ the `package.clean` state to uninstall the Micro Editor package.\n\n### micro-editor.config\n\nExecutes _just_ the `config` state to install/configure the Micro Editor client-configuration (etc.) files\n\n### micro-editor.config.clean\n\nExecutes _just_ the `config` state to uninstall the Micro Editor client-configuration (etc.) files and, on Windows, remove any registry-keys set by prior install-runs of the formula.\n\n## Compatibility Notes:\n\n1. This formula configures default editor settings for several file-types. This is done by wring a JSON-formatted configuration file to `C:\\Users\\Default\\.config\\micro\\settings.json`. Users created after this file is laid down will get a copy of this file added to thier `$env:HOME\\.config\\micro\\` directory. For users created before this formula is run, it will be necessary to manually copy the file-contents from its source location to its destination location(s).\n\n2. There is a difference in color-support between the full, graphical desktop and tools like Powershell-over-SSM:\n\n    * When accessing via channels with minimal color support \u0026mdash; such as Powershell-over-SSM \u0026mdash; the 16-color, \"simple\" color palett is used. This should only effect the SSM user\n        \u003cdiv align=\"center\"\u003e\n          \u003cimg src=\"/docs/images/MicroEditor-PSoveSSM.png\"\u003e\n          \u003cbr\u003e\n          \u003csup\u003eMicro Editor launched within a Powershell-over-SSM session\u003c/sup\u003e\n        \u003c/div\u003e\n    \n    * When accessing via channels with full color support \u0026mdash; such as a full desktop session via console or RDP \u0026mdash; the 16Mn-color, \"true color\" color palett is used. This should only effect the SSM user\n        \u003cdiv align=\"center\"\u003e\n          \u003cimg src=\"/docs/images/MicroEditor-RDP.png\"\u003e\n          \u003cbr\u003e\n          \u003csup\u003eMicro Editor launched within a graphical desktop (RDP)  session\u003c/sup\u003e\n        \u003c/div\u003e\n\n\n[^1]: As of this README's writing, this functionality has only been tested on Windows Server 2022\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplus3it%2Fmicro-editor-formula","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplus3it%2Fmicro-editor-formula","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplus3it%2Fmicro-editor-formula/lists"}