Fritz Lin
Fritz Lin
But the line including setTimeout is only called when scrollHeight === null.
@swiftech hi 感觉和我之前的一个库问题相似 https://github.com/fritx/dwn/issues/1 > When using the cli on Ubuntu, I get ```plain $ node_modules/.bin/dwn my_address /usr/bin/env: "node\r": No such file or directory ``` > There seems to be...
@swiftech 抱歉,多年之后才解决~ 当年使用windows操作系统,发的npm包带有`\r\n`导致在unix系统可能出现这个错误 已在项目中加入prepublish即执行dos2unix确保替换到位,并发布了修正的新版本 v0.0.18 [Node script executable not working on Mac : env: node\r: No such file or directory](https://stackoverflow.com/questions/30344858/node-script-executable-not-working-on-mac-env-node-r-no-such-file-or-directo) https://www.npmjs.com/package/dos2unix-cli
@jongross it was already declared in the badges on readme -- LGPL. The license file is missing though.. would be fine to add it. https://github.com/fritx/cross-unzip
``` js // ## renderer var _rndr = new marked.Renderer(); var rndr = new marked.Renderer(); rndr.link = function(href, title, text){ var flag = href.search("/") == 0 || href.search("://") > -1;...
时隔多年,现在已无法复现,可能是浏览器优化,也可能是postProcess曾经做过优化
@briteming hi,感谢关注silent! 之前 silent cli 不完善,老readme中提到的用法也已经过时了 今日 silent 2.0 正在完善中,新的 silent cli 已完善好,也已支持 npm create 新用法 ```sh # create it npm create silent # or npm i -g silent silent...
@luckypoem hi,感谢关注 这是一个极简的博客模板,是纯静态的,所以目前暂时推荐的方式是手动编辑这个blog项目 比如你可以在IDE或编辑器里打开这个blog目录,然后 p/ 目录是 所有文章的.md文件 以及图片 的存放位置 新建一篇文章的具体步骤如下: 2. 在 p/ 目录下 任意合适的位置 新建该文章的.md文件,如 `p/2022/09/my-first-post.md` ```sh cd my-silent-blog mkdir -p p/2022/09/ echo '# My First Post\n\nHello World! (此处为正文)'...
这里有几个silent类静态blog的相关教程推荐: 🚀 Blog Setup via Github Fork https://fritx.github.io/silent/?2022/09/blog-setup-via-github-fork 1分钟快速构建你的博客 https://v1.jayinton.com/silentor/?p=docs/getting-start/main.md silentor, a friendly fork of silent https://v1.jayinton.com/silentor/
:+1: Yeah, totally agreed! In most cases we won't need to compat other browsers, just Webkit, then I think jQuery is not so good as React, Vue or other MVVMs......