mirror of
https://github.com/jacobinwwey/obsidian-NotEMD.git
synced 2026-07-22 05:48:27 +00:00
docs: add sponsor line and badges to README (notebook-navigator pattern)
- Add Obsidian Downloads badge (dynamic from community plugin stats) - Add GitHub Stars badge - Fix badge alt text (Version, Downloads) - Add sponsor line before Contributing section with ko-fi + GitHub star links - EN: 'If you love using Notemd, please consider...' - ZH-CN: '如果您喜欢使用 Notemd,请考虑...'
This commit is contained in:
parent
117676222c
commit
12dec2dedd
2 changed files with 10 additions and 3 deletions
|
|
@ -1,4 +1,7 @@
|
|||
 
|
||||
 
|
||||
|
||||

|
||||

|
||||
|
||||
# Notemd Plugin for Obsidian
|
||||
|
||||
|
|
@ -698,6 +701,8 @@ Notemd runs locally inside Obsidian, but some features send outbound requests.
|
|||
3. Exported `_preview.svg` and `_preview.png` files are snapshots. Re-export after editing the source artifact or changing theme if the saved preview is stale.
|
||||
4. Invalid Mermaid artifacts now fail early with explicit validation errors before preview/export. Invalid JSON Canvas or Vega-Lite artifacts surface explicit preview errors. Save the raw artifact first if you need to inspect or repair the generated `.md`, `.canvas`, `.json`, or `.html` content manually.
|
||||
|
||||
If you love using Notemd, please consider [⭐ Give a Star on GitHub](https://github.com/Jacobinwwey/obsidian-NotEMD) or [☕️ Buy Me a Coffee](https://ko-fi.com/jacobinwwey).
|
||||
|
||||
## Contributing
|
||||
|
||||
Contributions are welcome! Please refer to the GitHub repository for guidelines: [https://github.com/Jacobinwwey/obsidian-NotEMD](https://github.com/Jacobinwwey/obsidian-NotEMD)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
 
|
||||
 
|
||||
|
||||
# Notemd Obsidian 插件
|
||||
|
||||
|
|
@ -26,7 +26,7 @@ Notemd 通过与各种大型语言模型 (LLM) 集成来增强您的 Obsidian
|
|||
|
||||
**版本:** 1.8.3
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
<img width="1853" height="1080" alt="show" src="https://github.com/user-attachments/assets/b9f9292b-a9d8-48a3-9acf-1b6f00413966" />
|
||||
<img width="1853" height="1080" alt="multi-langu" src="https://github.com/user-attachments/assets/d9a0a4fb-1c00-425a-ac1d-0134a013a381" />
|
||||
|
|
@ -746,6 +746,8 @@ Notemd 在本地 Obsidian 运行,但部分功能会发起外部网络请求。
|
|||
- **性能问题**:大文件或批量处理可适当调低分块字数,或更换LLM模型。
|
||||
- **链接质量问题**:可尝试不同模型或温度设置改善效果。
|
||||
|
||||
如果您喜欢使用 Notemd,请考虑 [⭐ 给 GitHub 加星](https://github.com/Jacobinwwey/obsidian-NotEMD) 或 [☕️ 请喝杯咖啡](https://ko-fi.com/jacobinwwey)。
|
||||
|
||||
## 贡献
|
||||
|
||||
欢迎任何形式的贡献!请参考GitHub项目说明: [https://github.com/Jacobinwwey/obsidian-NotEMD](https://github.com/Jacobinwwey/obsidian-NotEMD)
|
||||
|
|
|
|||
Loading…
Reference in a new issue