legend80s
legend80s
~it can't. You can check it out in https://github.com/legend80s/commit-msg-linter#how-it-works~
@HendrikZero72 Did you solve this?
@patrix2001 would you please make a pull request?
ME TOO!
same problem any progress?
> 我查了一下,a 标签是 HTMLAnchorElement,并没有 searchParams 属性。而 searchParams 是 URL 的方法。 @jawil 建议改一下,以防误导
> `const params = new URLSearchParams(location.search.slice(1));` 无需 slice
> You can do that with this Obsidian plugin. https://github.com/verocloud/obsidian-mindmap-nextgen but I still don't know how to do in markmap 😅.
+1 need this feature
这个实现不太对 ``` const p = reactive({ firstName: 'foo', lastName: 'bar' }) effect(function none () { console.log('函数 none 触发\n') }) effect(function firstName () { console.log('函数 firstName 触发', p.firstName, '\n') }) effect(function...