{"id":17726712,"url":"https://github.com/sergeysova/remark-effector-publish","last_synced_at":"2026-02-16T11:07:43.344Z","repository":{"id":39605557,"uuid":"282230766","full_name":"sergeysova/remark-effector-publish","owner":"sergeysova","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-03T11:34:02.000Z","size":1215,"stargazers_count":3,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-04T17:51:05.241Z","etag":null,"topics":["effector"],"latest_commit_sha":null,"homepage":"https://npmjs.com/remark-effector-share","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/sergeysova.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}},"created_at":"2020-07-24T13:44:51.000Z","updated_at":"2023-08-08T15:21:48.000Z","dependencies_parsed_at":"2024-10-25T21:19:32.533Z","dependency_job_id":"9e49d264-220a-4329-a2d8-4e9048824797","html_url":"https://github.com/sergeysova/remark-effector-publish","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sergeysova/remark-effector-publish","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeysova%2Fremark-effector-publish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeysova%2Fremark-effector-publish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeysova%2Fremark-effector-publish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeysova%2Fremark-effector-publish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergeysova","download_url":"https://codeload.github.com/sergeysova/remark-effector-publish/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeysova%2Fremark-effector-publish/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29506396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["effector"],"created_at":"2024-10-25T17:06:37.669Z","updated_at":"2026-02-16T11:07:43.313Z","avatar_url":"https://github.com/sergeysova.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# remark-effector-share\n\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](http://prettier.io)\n\nA [remark](https://github.com/wooorm/remark) plugin that downloads source code of the [effector](https://effector.dev) [repl sharing](https://share.effector.dev).\n\n## Installation\n\n```sh\nnpm add -D remark-effector-share\n# or\nyarn add -D remark-effector-share\n```\n\n## Usage\n\n1.  First of all create a new share at https://share.effector.dev.\n2.  Save it and get actual link to it. Example: https://share.effector.dev/FASHhHwG\n3.  Create code block and add link to block metadata. Like this:\n\n        ```js https://share.effector.dev/FASHhHwG\n        ```\n\n## Messages\n\nMessages are added to the vFile's as they are processed and can be accessed using `file.messages`.\n\n### `info`\n\nAdded when link correct and source code downloaded successfully:\n\n```\nexample.md:1:1-1:2: Downloaded share https://share.effector.dev/FASHhHwG\n```\n\n### `error`\n\nAdded when something went wrong. Ex.: link is incorrect\n\n```\nexample.md:1:1-1:2: Share https://share.effector.dev/FASHhHw1 not found\n```\n\n```\nexample.md:1:1-1:2: Unexpected error\n```\n\n## Example\n\n```js\nvar vfile = require('to-vfile');\nvar remark = require('remark');\nvar effectorShare = require('remark-effector-share');\n\nvar example = vfile.readSync('example.md');\n\nremark()\n  .use(effectorShare)\n  .process(example, function (err, file) {\n    if (err) throw err;\n\n    console.log(String(file));\n  });\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergeysova%2Fremark-effector-publish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergeysova%2Fremark-effector-publish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergeysova%2Fremark-effector-publish/lists"}