{"id":15649435,"url":"https://github.com/bubkoo/hexo-filter-sequence","last_synced_at":"2025-04-30T16:19:48.701Z","repository":{"id":57263356,"uuid":"78454022","full_name":"bubkoo/hexo-filter-sequence","owner":"bubkoo","description":"Generate UML sequence diagrams for Hexo.","archived":false,"fork":false,"pushed_at":"2018-03-05T07:42:02.000Z","size":8,"stargazers_count":40,"open_issues_count":8,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-30T16:19:40.841Z","etag":null,"topics":["hexo-filter","hexo-filter-sequence","uml-sequence-diagram"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/bubkoo.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":"2017-01-09T17:54:41.000Z","updated_at":"2024-11-05T18:54:54.000Z","dependencies_parsed_at":"2022-09-17T05:13:52.932Z","dependency_job_id":null,"html_url":"https://github.com/bubkoo/hexo-filter-sequence","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bubkoo%2Fhexo-filter-sequence","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bubkoo%2Fhexo-filter-sequence/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bubkoo%2Fhexo-filter-sequence/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bubkoo%2Fhexo-filter-sequence/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bubkoo","download_url":"https://codeload.github.com/bubkoo/hexo-filter-sequence/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251739678,"owners_count":21635894,"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":["hexo-filter","hexo-filter-sequence","uml-sequence-diagram"],"created_at":"2024-10-03T12:29:44.609Z","updated_at":"2025-04-30T16:19:48.679Z","avatar_url":"https://github.com/bubkoo.png","language":"JavaScript","readme":"# hexo-filter-sequence\n\n[![MIT License](https://img.shields.io/badge/license-MIT_License-green.svg?style=flat-square)](https://github.com/bubkoo/hexo-filter-sequence/blob/master/LICENSE)\n\n[![npm:](https://img.shields.io/npm/v/hexo-filter-sequence.svg?style=flat-square)](https://www.npmjs.com/packages/hexo-filter-sequence)\n[![Package Quality](http://npm.packagequality.com/shield/hexo-filter-sequence.svg)](http://packagequality.com/#?package=hexo-filter-sequence)\n\n\u003e Generate UML sequence diagrams for Hexo.\n\n## Install\n\n```\nnpm install --save hexo-filter-sequence\n```\n\n## Usage\n\nThis plugin is based on [js-sequence-diagrams](https://github.com/bramp/js-sequence-diagrams), so you can defined the chart as follow:  \n\n    ```sequence\n    Alice-\u003eBob: Hello Bob, how are you?\n    Note right of Bob: Bob thinks\n    Bob--\u003eAlice: I am good thanks!\n    ```\n\n![snapshot.svg](https://cdn.rawgit.com/bubkoo/hexo-filter-sequence/master/snapshot.svg)\n\n## Config\n   \nIn your site's `_config.yml`:\n\n```yaml\nsequence:\n  # webfont:     # optional, the source url of webfontloader.js\n  # snap:        # optional, the source url of snap.svg.js\n  # underscore:  # optional, the source url of underscore.js\n  # sequence:    # optional, the source url of sequence-diagram.js\n  # css: # optional, the url for css, such as hand drawn theme \n  options: \n    theme: \n    css_class: \n```\n   \nYour config will be merged into default config:\n\n```json\n{\n  \"webfont\": \"https://cdnjs.cloudflare.com/ajax/libs/webfont/1.6.27/webfontloader.js\",\n  \"snap\": \"https://cdnjs.cloudflare.com/ajax/libs/snap.svg/0.4.1/snap.svg-min.js\",\n  \"underscore\": \"https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js\",\n  \"sequence\": \"https://cdnjs.cloudflare.com/ajax/libs/js-sequence-diagrams/1.0.6/sequence-diagram-min.js\",\n  \"style\": \"\",\n  \"options\": {\n    \"theme\": \"simple\",\n    \"css_class\": \"\"\n  }\n}\n```   \n\n## Related\n\n- [hexo-toc](https://github.com/bubkoo/hexo-toc) Insert a markdown TOC before posts be rendered.\n- [hexo-filter-fenced-code](https://github.com/bubkoo/hexo-filter-fenced-code) Extend syntax for the native fenced code block.\n- [hexo-filter-flowchart](https://github.com/bubkoo/hexo-filter-flowchart) Generate flowchart diagrams for Hexo.\n- [hexo-filter-sub](https://github.com/bubkoo/hexo-filter-sub) Generate subscript (`\u003csub\u003e`) tag for Hexo.\n- [hexo-filter-sup](https://github.com/bubkoo/hexo-filter-sup) Generate superscript (`\u003csup\u003e`) tag for Hexo.\n- [hexo-theme-formula](https://github.com/bubkoo/hexo-theme-formula) Hexo theme base on jade and less. \n\n## Contributing\n\nPull requests and stars are highly welcome.\n\nFor bugs and feature requests, please [create an issue](https://github.com/bubkoo/hexo-filter-sequence/issues/new).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbubkoo%2Fhexo-filter-sequence","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbubkoo%2Fhexo-filter-sequence","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbubkoo%2Fhexo-filter-sequence/lists"}