Files
server-configs/siyuan/data/plugins/siyuan-plugin-math-enhance/README.md

26 lines
1.1 KiB
Markdown
Raw Normal View History

2026-02-13 22:24:27 +08:00
A plugin that enhances the Siyuan math editing experience.
Although writing formulas is annoying, cats are adorable, so it's also adorable to have cats write formulas.
If you don't have a cat, you can use this plugin and pretend that this icon is your cat.
### Main Features
Interactive math input
![Interactive math input](img/%E4%BA%A4%E4%BA%92%E5%BC%8F%E6%95%B0%E5%AD%A6%E8%BE%93%E5%85%A5.gif)
Math virtual keyboard
![Math virtual keyboard](img/%E6%95%B0%E5%AD%A6%E8%99%9A%E6%8B%9F%E9%94%AE%E7%9B%98.gif)
Math flashcards created in conjunction with a flashcard plugin
Select and press alt+d to create math flashcards
![Alt text](img/%E9%97%AA%E5%8D%A1%E6%8F%92%E4%BB%B6%E9%9B%86%E6%88%90.gif)
### Acknowledgments
[zuoez02](https://github.com/zuoez02) for creating the [Siyuan Plugin System](https://github.com/zuoez02/siyuan-plugin-system)
[svchord](https://github.com/svchord) for reference in the [Arco Calendar Plugin Project](https://github.com/svchord/siyuan-arco-calendar)
[CortexJS](https://cortexjs.io/mathlive/) for providing the main functionality implementation, I just wrapped it up.