{"id":18274762,"url":"https://github.com/liuderchi/ide-yaml","last_synced_at":"2025-04-05T03:30:42.860Z","repository":{"id":25685988,"uuid":"104241290","full_name":"liuderchi/ide-yaml","owner":"liuderchi","description":":atom: Atom-IDE support for YAML language","archived":false,"fork":false,"pushed_at":"2024-12-08T21:42:25.000Z","size":4696,"stargazers_count":20,"open_issues_count":27,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T21:26:31.396Z","etag":null,"topics":["atom-editor","atom-ide","atom-package","atom-plugin","language-server-protocol","yaml","yaml-parser"],"latest_commit_sha":null,"homepage":"https://atom.io/packages/ide-yaml","language":"JavaScript","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/liuderchi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2017-09-20T16:36:31.000Z","updated_at":"2023-10-20T09:48:56.000Z","dependencies_parsed_at":"2024-05-17T19:01:04.218Z","dependency_job_id":null,"html_url":"https://github.com/liuderchi/ide-yaml","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuderchi%2Fide-yaml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuderchi%2Fide-yaml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuderchi%2Fide-yaml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuderchi%2Fide-yaml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liuderchi","download_url":"https://codeload.github.com/liuderchi/ide-yaml/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284911,"owners_count":20913691,"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":["atom-editor","atom-ide","atom-package","atom-plugin","language-server-protocol","yaml","yaml-parser"],"created_at":"2024-11-05T12:10:40.923Z","updated_at":"2025-04-05T03:30:41.285Z","avatar_url":"https://github.com/liuderchi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ide-yaml\n\n[![apm-download-count][apm-download-count]][apm-download-link]\n[![ci-status][ci-status]][ci-link]\n[![dependency-status][david-status]][david-project]\n\nAtom-IDE support for YAML language\n\n![demo1][demo1]\n\n![demo2][demo2]\n\n\n## Features\n\n  - YAML Outline in *Outline View*\n      - Quick navigation by clicking\n      - Searching by entering keywords\n  - Tooltips for\n      - Linter message\n\n\n## Requirements\n\nyou need to install following requirements before installing [`ide-yaml`][apm-download-link]:\n\n  - Atom editor *1.21.0-beta0* or higher version\n  - Atom package [`atom-ide-ui`][atom-ide-ui]\n\n\n## FAQ\n\n\u003e Why I could not download this Atom package?\n\nPlease make sure you have installed all softwares in [*Requirements*](#requirements) section.\n\n---\n\n\u003e I've installed ide-yaml. Why there is still nothing shown in Outline View when yaml opened?\n\nPlease check the file exists in the *Project Tree View* so that it can be handled by [`ide-yaml`][apm-download-link].\n\nIn addition, to show outline view, use Atom command `Outline View: Toggle`.\n\n---\n\n\u003e How can I customize this package?\n\nPlease read [CONTRIBUTING.md][CONTRIBUTING.md] for more details.\n\n---\n\n  - :confused: Still feeling confused? Please [provide feedbacks via issues][create-issue] to make ide-yaml better. :pray:\n\n\n## Notes and References\n  - [`ide-yaml`][apm-download-link] acts as a *client* of language server basing on [`atom-languageclient`][atom-languageclient]\n  - [`yaml-language-server`][yaml-language-server] acts as a *language server* and analyze your YAML in separate process\n  - language servers and clients are talking with [Language Server Protocol (LSP)][lsp]\n\n\n## License\n\n[MIT License][mit-license]\n\n\n[apm-download-count]: https://img.shields.io/apm/dm/ide-yaml.svg \"apm-download-count\"\n[apm-download-link]: https://atom.io/packages/ide-yaml \"apm-download-link\"\n[ci-status]: https://github.com/liuderchi/ide-yaml/actions/workflows/ci.yml/badge.svg \"ci-status\"\n[ci-link]: https://github.com/liuderchi/ide-yaml/actions \"ci-link\"\n[david-status]: https://david-dm.org/liuderchi/ide-yaml.svg \"david-status\"\n[david-project]: https://david-dm.org/liuderchi/ide-yaml \"david-project\"\n[demo1]: https://user-images.githubusercontent.com/4994705/30978941-b57d0f08-a441-11e7-84c7-c832b64c337d.png \"demo1\"\n[demo2]: https://user-images.githubusercontent.com/4994705/30978942-b5ad6a0e-a441-11e7-989d-25db64fc33d1.png \"demo2\"\n\n[atom-ide-ui]: https://atom.io/packages/atom-ide-ui \"atom-ide-ui\"\n[CONTRIBUTING.md]: https://github.com/liuderchi/ide-yaml/blob/main/CONTRIBUTING.md \"CONTRIBUTING.md\"\n[create-issue]: https://github.com/liuderchi/ide-yaml/issues/new \"create-issue\"\n\n[atom-languageclient]: https://github.com/atom/atom-languageclient \"atom-languageclient\"\n[yaml-language-server]: https://github.com/redhat-developer/yaml-language-server \"yaml-language-server\"\n[lsp]: http://langserver.org/ \"lsp\"\n\n[mit-license]: https://liuderchi.mit-license.org/ \"mit-license\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliuderchi%2Fide-yaml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliuderchi%2Fide-yaml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliuderchi%2Fide-yaml/lists"}