{"id":19356327,"url":"https://github.com/shinyaigeek/remarkable-plugin-tweet-share","last_synced_at":"2025-04-23T10:32:40.366Z","repository":{"id":54375923,"uuid":"340821649","full_name":"Shinyaigeek/remarkable-plugin-tweet-share","owner":"Shinyaigeek","description":"This is plugin for remarkable to share tweet as a screenshot with tiny code","archived":false,"fork":false,"pushed_at":"2024-06-17T22:24:05.000Z","size":482,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-20T01:21:24.607Z","etag":null,"topics":["markdown","md","remarkable","remarkable-plugin"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Shinyaigeek.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":"2021-02-21T05:03:04.000Z","updated_at":"2021-02-23T10:32:13.000Z","dependencies_parsed_at":"2022-08-13T13:50:21.187Z","dependency_job_id":null,"html_url":"https://github.com/Shinyaigeek/remarkable-plugin-tweet-share","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shinyaigeek%2Fremarkable-plugin-tweet-share","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shinyaigeek%2Fremarkable-plugin-tweet-share/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shinyaigeek%2Fremarkable-plugin-tweet-share/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shinyaigeek%2Fremarkable-plugin-tweet-share/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shinyaigeek","download_url":"https://codeload.github.com/Shinyaigeek/remarkable-plugin-tweet-share/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250416736,"owners_count":21427046,"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":["markdown","md","remarkable","remarkable-plugin"],"created_at":"2024-11-10T07:03:59.890Z","updated_at":"2025-04-23T10:32:35.348Z","avatar_url":"https://github.com/Shinyaigeek.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remarkable plugin tweet share\n\n## Feature ✨\n\nThis is plugin for [remarkable](https://github.com/jonschlinkert/remarkable).\nThis plugin will allow you to share tweet in markdown with tiny code and without script to embed tweet, like\n\n```markdown\n!tweet[](tweet url)\n```\n\nFor Example, \n\n```markdown\n!tweet()[https://twitter.com/Shinyaigeek/status/1363426871950536705?s=20]\n```\n\nabove markdown will be parsed into\n\n```html\n\u003ca href=\"https://twitter.com/Shinyaigeek/status/1363426871950536705?s=20\"\u003e\n  \u003cimg src=\"https://tweet2image.vercel.app/1363426871950536705.jpg\" alt=\"\"\u003e\n\u003c/a\u003e\n```\n\nand rendered as\n\n![](./1363426871950536705.jpg).\n\n## Usage\n\n`!tweet[img's alt](tweet url)`\n\n```cli\nyarn add remarkable-plugin-tweet-share remarkable -D\n```\n\nand \n\n```typescript\nimport { Remarkable } from \"remarkable\";\nimport { tweetMacroPlugin } from \"remarkable-plugin-tweet-share\";\n\nconst md = new Remarkable();\n\nmd.use(tweetMacroPlugin);\n\nmd.render(html);\n```\n\n## LICENSE\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinyaigeek%2Fremarkable-plugin-tweet-share","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshinyaigeek%2Fremarkable-plugin-tweet-share","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinyaigeek%2Fremarkable-plugin-tweet-share/lists"}