hexo-filter-sequence icon indicating copy to clipboard operation
hexo-filter-sequence copied to clipboard

Generate UML sequence diagrams for Hexo.

Results 8 hexo-filter-sequence issues
Sort by recently updated
recently updated
newest added

sequence-diagram.js:792 Uncaught ReferenceError: Raphael is not defined at sequence-diagram.js:792 at sequence-diagram.js:1468

在 sequence 代码块内输入标签时,会自动在尾部闭合代码快内出现过的标签,如下所示。 ``` Alice->Bob: 1. sendMessage(message:Message) Bob->Coco: 2. sendMessage(message:Message) ``` 看了下 render.js 的源码,应该是 hexo 中标签插件 `{% raw %}`的默认行为。 ```javascript data.content += sequences.map(function (code, index) { var seqId = getId(index);...

The Cloudflare library link seems to be broken. js-sequence-diagrams Modifying and running the related libraries as shown below will normally display the sequence diagram in hexo. - https://bramp.github.io/js-sequence-diagrams/js/webfont.js - https://bramp.github.io/js-sequence-diagrams/js/snap.svg-min.js...

主要参考这篇文章: http://wewelove.github.io/fcoder/2017/09/06/markdown-sequence/ 1.在 _config.yml 中添加 sequence:相关配置 2.修改 node_modules/hexo-filter-sequence/index.js文件,将其彻底清空,然后将博客中 index.js 内容copy进去 3.修改 node_modules/hexo-filter-sequence/lib/renderer.js文件,将 26 - 31 行,var config = this.config.flowchart; 及以下的 data.content 等行,按照博客中修改。 4.修改完毕后执行 hexo clean,hexo g,hexo s 5.时序图可以正常显示了

i have a sequence.but the pic was so large https://ahaochan.github.io/Java/JavaWeb/Tomcat/Tomcat%E5%90%AF%E5%8A%A8%E6%B5%81%E7%A8%8B%E8%AF%A6%E8%A7%A3.html#more how to set the font size? ```sequence Bootstrap->Bootstrap: main() Bootstrap->Bootstrap: init() Bootstrap->Bootstrap: load() Bootstrap->Catalina: load() Catalina->Standard\nServer: init() Standard\nServer->Standard\nService: init() Standard\nService->Container:...