This repository was archived by the owner on Jul 16, 2022. It is now read-only.
怎么基于本地的第三方插件进行二次开发 #26
Answered
by
Jackiexiao
nidongpinyinme
asked this question in
Q&A常见问题
-
|
Beta Was this translation helpful? Give feedback.
Answered by
Jackiexiao
Dec 14, 2020
Replies: 1 comment 3 replies
-
复制粘贴一下,来源:https://forum.obsidian.md/t/plugins-mini-faq/7737/6 I want to develop a plugin, where do I start?
你可以到obsidian的官方英文论坛的developer频道中去看看大家的讨论。 有空我也学学typescripts来开发一下好玩的插件 |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
nidongpinyinme
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
复制粘贴一下,来源:https://forum.obsidian.md/t/plugins-mini-faq/7737/6
I want to develop a plugin, where do I start?
Prerequisites: Javascript, Typescript, npm, git knowledge as far as I can tell
The README provides additional instructions on how to use, how to create releases, and how to register the plugin in the community plugin page.
You can use the sample plugin as a template for your own plugin
你可以到obsidian的官方英文论坛的developer频道中去看看大家的讨论。
有空我也学学typescripts来开发一下好玩的插件