Description
3rd Party Integrations Plugin
Category: 3rd Party Integrations
The Note to MP plugin is a game-changer for Obsidian users who need to keep track of their notes and tasks. This plugin allows you to create custom notes with specific metadata, making it easy to categorize and filter your notes by type, priority, or deadline. With Note to MP, you can also set reminders and due dates, ensuring that you never miss a crucial task or note. Whether you're a student, professional, or simply someone who wants to stay organized, this plugin is sure to become an indispensable tool in your Obsidian workflow.
Reviews
No reviews yet.
Stats
310
stars
310 stargazers
18,372
downloads
18,372 downloads
50
forks
50 forks
667
days
667 days since creation
17
days
17 days since last commit
17
days
17 days since last release
28
total PRs
28 total pull requests
0
open PRs
0 open pull requests
1
closed PRs
1 closed pull requests
27
merged PRs
27 merged pull requests
28
total issues
28 total issues
2
open issues
2 open issues
26
closed issues
26 closed issues
125
commits
125 total commits in last one year
Latest Version
17 days ago
Changelog
2.1.1
- 修复Bug
- 优化数学公式
数学公式优化
在之前版本中,数学公式默认会缩小一号,现在默认不缩小。
如果需要缩小,可以通过如下自定义CSS进行调整。
``` less
.note-to-mp {
.block-math-svg {
svg {
font-size: 0.85em;
}
}
.inline-math-svg {
svg {
font-size: 0.85em;
}
}
}
```
如果文章中公式较多,可以尝试修改段落的行高来调整公式显示效果。
``` less
.note-to-mp {
p {
line-height: 1.8em;
}
}
```README file from
Similar Plugins
info
• Similar plugins are suggested based on the common tags between the plugins.
Messager
2 years ago by Rainyluo
send messages through wechat/http api/email to obsidian
MP Preview
a year ago by Yeban
一个帮助你快速将 Obsidian 笔记转换为微信公众号格式的插件。
Wechat Public Platform
2 years ago by Blake Chan
Obsidian Wechat public Plugin (微信公众平台) is a plugin to release article from your Obsidian Vault to WeChat, Baidu baiJiahao or other platforms.
Enhanced Publisher
a year ago by Cube
增强的Obsidian发布插件,支持图片自动存储、HTML预览和发布到微信公众号等内容平台
WeWrite
a year ago by Learner Chen
Obsidian plugin to render note as WeChat MP article.