{"id":20905069,"url":"https://github.com/kaste/sublimelinter-addon-goto-flash","last_synced_at":"2025-09-14T04:39:16.423Z","repository":{"id":66179400,"uuid":"138351645","full_name":"kaste/SublimeLinter-addon-goto-flash","owner":"kaste","description":"Distraction free editing and jump visuals","archived":false,"fork":false,"pushed_at":"2025-03-28T09:51:50.000Z","size":38,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-07T22:13:20.006Z","etag":null,"topics":["sublime","sublimelinter","sublimelinter-plugin"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kaste.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2018-06-22T21:59:23.000Z","updated_at":"2025-03-28T09:51:40.000Z","dependencies_parsed_at":"2023-11-14T13:26:47.189Z","dependency_job_id":"3dc2da4f-4bfa-4f06-a515-c252fa72fe4c","html_url":"https://github.com/kaste/SublimeLinter-addon-goto-flash","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/kaste/SublimeLinter-addon-goto-flash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaste%2FSublimeLinter-addon-goto-flash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaste%2FSublimeLinter-addon-goto-flash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaste%2FSublimeLinter-addon-goto-flash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaste%2FSublimeLinter-addon-goto-flash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaste","download_url":"https://codeload.github.com/kaste/SublimeLinter-addon-goto-flash/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaste%2FSublimeLinter-addon-goto-flash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275062958,"owners_count":25398886,"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","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"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":["sublime","sublimelinter","sublimelinter-plugin"],"created_at":"2024-11-18T13:21:33.367Z","updated_at":"2025-09-14T04:39:16.401Z","avatar_url":"https://github.com/kaste.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hi 👋!\n\nThis is an UI addon for SublimeLinter.\n\nIt highlights the error you jump to when using the Goto commands. Well, okay. 🤹‍♂️🤹‍♀️.\n\nYeah. Read on. SublimeLinter has a some distraction free capabilities. There is a command\nto toggle the squiggles very quickly.  Maybe bind it like so:\n\n```javascript\n    // You can toggle all highlights super-fast\n    { \"keys\": [\"ctrl+k\", \"ctrl+k\"],\n      \"command\": \"sublime_linter_toggle_highlights\"\n    },\n```\n\nAnd there is also a setting \"highlights.start_hidden\" you can use.  Refer to the\noriginal documentation for the possible values here.\n\nAnyhow, back to this plugin, it will make this experience a bit more awesome.\n\nNamely, it will temporarily jump out of the quiet mode while jumping around the errors\nusing the goto command or when you have the error panel open. And automatically enter quiet\nmode again when you start editing again. (You can control this behavior via the `jump_out_of_quiet` setting.)\n\n\n### Example\n\nYou configure to display phantoms for some errors in SublimeLinter.\n\n```\n    \"styles\": [\n        {\n            ...\n            \"phantom\": \"{msg}\"\n        }\n    ],\n```\n\nYou also set\n\n```\n  \"highlights.start_hidden\": [\"phantoms\"],\n```\n\nin the main SublimeLinter settings.\n\nWith that applied, you already don't see any phantoms while you type.  But you can\ntoggle them quickly using `ctrl+k ctrl+k`.  You just have squiggles while typing\nand get the error detail per key-stroke.  🫣\n\nNow again, this addon here comes into play.  If you set `jump_out_of_quiet`, it\nwill temporarily toggle the phantoms when you jump around the errors using e.g.\n`ctrl+k ctrl+n` and hide them again for you.\n\nAnyhow, the idea is to configure phantoms and squiggles but to hide some or all\nof them while typing.  😏\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaste%2Fsublimelinter-addon-goto-flash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaste%2Fsublimelinter-addon-goto-flash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaste%2Fsublimelinter-addon-goto-flash/lists"}