近期有没有完善wiki的打算 #689
Closed
aoguai
started this conversation in
General | 讨论
Replies: 2 comments
-
其实仓库里的 Wiki 本来是写给自己看的,比如 Create a fcitx addon 这一页,因为之前每次给 addon 新增方法的时候一不小心都会漏掉一步,所以顺便拿出来写个备忘。 https://github.com/fcitx5-android/fcitx5-android/wiki/Create-a-plugin 这一页同理,(如果)写出来也只是记录一下需要新建(从模板复制)几个文件,哪些地方需要改名,更换图标之类的,不会涉及插件系统的实现细节,大概不会有你所期待的内容。 目前的插件系统基本就是用来从主程序中读取插件 apk 里的 shared library 以及 assets,给 fcitx5 加载不同语言的输入法。还有一个 clipboard-filter 作为在后台持续运行并与输入法通信的 PoC ,并没有几个可用的插件 API。如果想开发与 Android 平台相关的插件,大概需要先完善插件 API。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
好吧😢 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
想尝试开发一些Fcitx5的插件,苦于 WiKi 的 Create a plugin 一直为空,因此想问一下近期有没有完善wiki的打算。
在 TODO 列表中"重构文档"任务项也存在了挺久了😢
Beta Was this translation helpful? Give feedback.
All reactions