Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ourongxing/ohmymn
MarginNote Addon Development Framework
https://github.com/ourongxing/ohmymn
marginnote mnaddon ohmymn
Last synced: 12 days ago
JSON representation
MarginNote Addon Development Framework
- Host: GitHub
- URL: https://github.com/ourongxing/ohmymn
- Owner: ourongxing
- License: mit
- Created: 2021-08-12T01:53:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T05:42:11.000Z (6 months ago)
- Last Synced: 2024-05-23T06:34:47.236Z (6 months ago)
- Topics: marginnote, mnaddon, ohmymn
- Language: TypeScript
- Homepage: https://ohmymn.marginnote.cn/en/
- Size: 17.5 MB
- Stars: 193
- Watchers: 1
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![OhMyMN](assets/banner1.png#gh-light-mode-only)
![OhMyMN](assets/banner2.png#gh-dark-mode-only)## User Guide
[简体中文](https://ohmymn.marginnote.cn/guide/) | [English](https://ohmymn.marginnote.cn/en/guide/)
## Development
[简体中文](https://ohmymn.marginnote.cn/dev/)
## API Reference[简体中文](https://ohmymn.marginnote.cn/api/)
## Acknowledgements
- [obsidian-bridge](https://github.com/aidenlx/obsidian-bridge) The first project using TypeScript to develop mnaddon.
- [mn-addon-api](https://github.com/aidenlx/mn-addon-api) Original MN addon API declaration files.
- [pangu.js](https://github.com/vinta/pangu.js) Add spaces between Chinese and English for AutoFormat.
- [ECDICT](https://github.com/skywind3000/ECDICT) & [API](http://dict.e.opac.vip/dict.php) Provide data support for AutoComplete.
- [OpenCC](https://github.com/BYVoid/OpenCC) Provide data support for AutoSimplify.
- [mustache.js](https://github.com/janl/mustache.js/) The template engine which OhMyMN uses now.
## License