关于社区插件审核修改 #58
RavenHogWarts
started this conversation in
General
Replies: 2 comments 2 replies
-
1,2,4,9 可以直接删改 |
Beta Was this translation helpful? Give feedback.
1 reply
-
3 可以把 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
obsidianmd/obsidian-releases#6792
Scope.register
to add keymap handlers to this scope. If that does not work for your use case, please explain why and register the event listeners using.registerDomEvent()
instead.Component
or similar class, and it's parent should call.addChild()
so the parent can manage it's lifecycle.Vault.getAllFolder()
instead of getting all loaded files and then filtering down to just folders.Vault.getFiles()
instead of getting all loaded files and then filtering down to just files.Notice
instead of your own custom Toast implementation.Beta Was this translation helpful? Give feedback.
All reactions