{"id":16710653,"url":"https://github.com/mdgriffith/atom-inline-messenger","last_synced_at":"2025-04-10T05:35:36.864Z","repository":{"id":34850859,"uuid":"38845128","full_name":"mdgriffith/atom-inline-messenger","owner":"mdgriffith","description":"Inline Messaging in the Atom Editor","archived":false,"fork":false,"pushed_at":"2016-10-31T16:43:23.000Z","size":70,"stargazers_count":14,"open_issues_count":8,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T17:58:10.048Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdgriffith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-09T21:00:51.000Z","updated_at":"2021-06-14T02:11:20.000Z","dependencies_parsed_at":"2022-09-15T07:20:16.903Z","dependency_job_id":null,"html_url":"https://github.com/mdgriffith/atom-inline-messenger","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdgriffith%2Fatom-inline-messenger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdgriffith%2Fatom-inline-messenger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdgriffith%2Fatom-inline-messenger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdgriffith%2Fatom-inline-messenger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdgriffith","download_url":"https://codeload.github.com/mdgriffith/atom-inline-messenger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248163999,"owners_count":21058064,"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-12T20:09:12.417Z","updated_at":"2025-04-10T05:35:36.833Z","avatar_url":"https://github.com/mdgriffith.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Inline Messenger for the Atom Editor\n\nThis package provides an inline messaging service for other packages.\n\nWith it, a package can show messages next to the relevant, highlighted code,  and optionally make a code suggestion for the selected text.\n\nAn example of an inline message.  Single line messages are underlined.  Multiline messages have a dotted line annotation to the left.\n\n![Inline Messages](https://raw.githubusercontent.com/mdgriffith/atom-inline-messenger-example/master/img/inline-message.gif?token=AC54XW-QnrhkimH6dJcK5e67awSHD7wiks5VsvjswA%3D%3D)\n\nAn example of a message with a code suggestion.  The code suggestion is then accepted\n\n![Suggestion](https://raw.githubusercontent.com/mdgriffith/atom-inline-messenger-example/master/img/inline-suggestion.gif?token=AC54XbSnGvf4CzBU9ItmUo31uRNDewc2ks5Vsvh_wA%3D%3D)\n\n## Getting Started\n\nThe [Inline Messenger Example](https://github.com/mdgriffith/atom-inline-messenger-example) has example code on how to work with this package.\n\n\n## Design Considerations\n\nThe goal was to create a service for inline messaging as you see this functionality reimplemented in many packages.\n\nDesign-wise, the priority was to be as unobtrusive to the code as possible.  For one line messages, the standard dotted underline was used to highlight a piece of code.\n\nThough for multiline highlights this seemed to be obtrusive.  The solution was to have a dashed line along the gutter.  When the section of code is highlighted, it's obvious that the gutter annotation is connected to the highlighted text and the message.  It also doesn't interfere with the [git-diff](https://github.com/atom/git-diff) package.\n\n![Inline Messages](https://raw.githubusercontent.com/mdgriffith/atom-inline-messenger-example/master/img/inline-message.gif?token=AC54XW-QnrhkimH6dJcK5e67awSHD7wiks5VsvjswA%3D%3D)\n\n### Message Positioning\n\nIn case the user doesn't want messages to overlap with any code, you can set the message positioning setting to `Right` instead of `Below`.  \n\n![Messages to the Right](https://raw.githubusercontent.com/mdgriffith/atom-inline-messenger-example/master/img/inline-message-right.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdgriffith%2Fatom-inline-messenger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdgriffith%2Fatom-inline-messenger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdgriffith%2Fatom-inline-messenger/lists"}