{"id":23979438,"url":"https://github.com/alan-null/joplin-plugin-github-alerts","last_synced_at":"2025-04-14T04:09:06.975Z","repository":{"id":271081211,"uuid":"912180309","full_name":"alan-null/joplin-plugin-github-alerts","owner":"alan-null","description":"Markdown extension based on the blockquote syntax that you can use to emphasize critical information. They are displayed with distinctive colors and icons to indicate the significance of the content.","archived":false,"fork":false,"pushed_at":"2025-01-13T20:39:03.000Z","size":279,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T04:09:01.784Z","etag":null,"topics":["joplin","joplin-plugin","markdown","markdown-it"],"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/alan-null.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":["alan-null"],"custom":["https://www.paypal.com/paypalme/plocieniak"]}},"created_at":"2025-01-04T20:40:43.000Z","updated_at":"2025-03-25T14:47:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"34a90f28-631a-4d19-8693-711b033770f1","html_url":"https://github.com/alan-null/joplin-plugin-github-alerts","commit_stats":null,"previous_names":["alan-null/joplin-plugin-github-alerts"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alan-null%2Fjoplin-plugin-github-alerts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alan-null%2Fjoplin-plugin-github-alerts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alan-null%2Fjoplin-plugin-github-alerts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alan-null%2Fjoplin-plugin-github-alerts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alan-null","download_url":"https://codeload.github.com/alan-null/joplin-plugin-github-alerts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248819405,"owners_count":21166477,"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":["joplin","joplin-plugin","markdown","markdown-it"],"created_at":"2025-01-07T09:54:25.234Z","updated_at":"2025-04-14T04:09:06.968Z","avatar_url":"https://github.com/alan-null.png","language":"TypeScript","funding_links":["https://github.com/sponsors/alan-null","https://www.paypal.com/paypalme/plocieniak"],"categories":[],"sub_categories":[],"readme":"# Github Alerts (callouts)\n\n[![Joplin](https://img.shields.io/npm/v/joplin-plugin-github-alerts?logo=joplin\u0026label=Joplin)](https://joplinapp.org/plugins/plugin/com.github.alan-null.joplin-plugin-github-alerts/)  [![GitHub](https://img.shields.io/github/v/release/alan-null/joplin-plugin-github-alerts?label=GitHub%20Release\u0026logo=github)](https://github.com/alan-null/joplin-plugin-github-alerts/releases/latest) [![npm](https://img.shields.io/npm/v/joplin-plugin-github-alerts?label=NPM%20Package\u0026logo=npm)](https://www.npmjs.com/package/joplin-plugin-github-alerts)\n\n**[GitHub Alerts](https://github.blog/changelog/2023-12-14-new-markdown-extension-alerts-provide-distinctive-styling-for-significant-content/)** or **[callouts](https://docs.readme.com/rdmd/docs/callouts)** are a Markdown extension based on the blockquote syntax that you can use to emphasize critical information.\nThey are displayed with distinctive colors and icons to indicate the significance of the content.\n\n![demo](images/demo.png)\n\n## Usage\n\nMarkdown example:\n```\n\u003e [!NOTE]\n\u003e Highlights information that users should take into account, even when skimming.\n\n\u003e [!TIP]\n\u003e Optional information to help a user be more successful.\n\n\u003e [!IMPORTANT]\n\u003e Crucial information necessary for users to succeed.\n\n\u003e [!WARNING]\n\u003e Critical content demanding immediate user attention due to potential risks.\n\n\u003e [!CAUTION]\n\u003e Negative potential consequences of an action.\n```\n### Customization\n\nAlternative titles are supported by appending them to the marker like this:\n\n```markdown\n\u003e [!note] Nota bene\n\u003e The custom title will replace the regular title.\n```\n\n## Functionality\n\nThis plugin transforms the following markdown:\n\n```markdown\n\u003e [!NOTE]\n\u003e Highlights information that users should take into account, even when skimming.\n```\n\nto the following HTML:\n\n```html\n\u003cdiv class=\"markdown-alert markdown-alert-note\"\u003e\n  \u003cp class=\"markdown-alert-title\" dir=\"auto\"\u003e\u003c!-- svg icon--\u003eNote\u003c/p\u003e\u003cp\u003e\n  Highlights information that users should take into account, even when skimming.\u003c/p\u003e\n\u003c/div\u003e\n```\n\nWhich is compatible with GitHub's output.\n\n## Acknowledgements\n\nThis project makes use of the following libraries/code:\n\n- **[markdown-it-github-alerts]()** by [**antfu**](https://github.com/antfu)\n  *Support GitHub-style alerts for markdown-it.*\n\nThank you for your valuable contributions to the OS community!\n\n\n## License\n[MIT License](LICENSE.md) © Alan Płócieniak","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falan-null%2Fjoplin-plugin-github-alerts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falan-null%2Fjoplin-plugin-github-alerts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falan-null%2Fjoplin-plugin-github-alerts/lists"}